| # | File | Line | Problem |
| 25608 |
src/com/gps/action/AlertSettingsAction.java |
24 |
The class 'AlertSettingsAction' has a Cyclomatic Complexity of 2 (Highest = 14). |
| 25609 |
src/com/gps/action/AlertSettingsAction.java |
24 |
headerCommentRequirement Required |
| 25610 |
src/com/gps/action/AlertSettingsAction.java |
31 |
The Logger variable declaration does not contain the static and final modifiers |
| 25611 |
src/com/gps/action/AlertSettingsAction.java |
31 |
Use explicit scoping instead of the default package private level |
| 25612 |
src/com/gps/action/AlertSettingsAction.java |
31 |
fieldCommentRequirement Required |
| 25613 |
src/com/gps/action/AlertSettingsAction.java |
32 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 25614 |
src/com/gps/action/AlertSettingsAction.java |
32 |
Use explicit scoping instead of the default package private level |
| 25615 |
src/com/gps/action/AlertSettingsAction.java |
32 |
fieldCommentRequirement Required |
| 25616 |
src/com/gps/action/AlertSettingsAction.java |
33 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 25617 |
src/com/gps/action/AlertSettingsAction.java |
33 |
Use explicit scoping instead of the default package private level |
| 25618 |
src/com/gps/action/AlertSettingsAction.java |
33 |
fieldCommentRequirement Required |
| 25619 |
src/com/gps/action/AlertSettingsAction.java |
34 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 25620 |
src/com/gps/action/AlertSettingsAction.java |
34 |
Use explicit scoping instead of the default package private level |
| 25621 |
src/com/gps/action/AlertSettingsAction.java |
34 |
fieldCommentRequirement Required |
| 25622 |
src/com/gps/action/AlertSettingsAction.java |
35 |
Avoid using redundant field initializer for 'vehicles' |
| 25623 |
src/com/gps/action/AlertSettingsAction.java |
35 |
fieldCommentRequirement Required |
| 25624 |
src/com/gps/action/AlertSettingsAction.java |
36 |
fieldCommentRequirement Required |
| 25625 |
src/com/gps/action/AlertSettingsAction.java |
37 |
fieldCommentRequirement Required |
| 25626 |
src/com/gps/action/AlertSettingsAction.java |
38 |
fieldCommentRequirement Required |
| 25627 |
src/com/gps/action/AlertSettingsAction.java |
39 |
Avoid using redundant field initializer for 'successMessage' |
| 25628 |
src/com/gps/action/AlertSettingsAction.java |
39 |
Use explicit scoping instead of the default package private level |
| 25629 |
src/com/gps/action/AlertSettingsAction.java |
39 |
fieldCommentRequirement Required |
| 25630 |
src/com/gps/action/AlertSettingsAction.java |
40 |
Avoid using redundant field initializer for 'status' |
| 25631 |
src/com/gps/action/AlertSettingsAction.java |
40 |
fieldCommentRequirement Required |
| 25632 |
src/com/gps/action/AlertSettingsAction.java |
42 |
publicMethodCommentRequirement Required |
| 25633 |
src/com/gps/action/AlertSettingsAction.java |
46 |
publicMethodCommentRequirement Required |
| 25634 |
src/com/gps/action/AlertSettingsAction.java |
49 |
Found 'DD'-anomaly for variable 'organizationId' (lines '49'-'53'). |
| 25635 |
src/com/gps/action/AlertSettingsAction.java |
53 |
Found 'DU'-anomaly for variable 'organizationId' (lines '53'-'80'). |
| 25636 |
src/com/gps/action/AlertSettingsAction.java |
53 |
Potential violation of Law of Demeter (method chain calls) |
| 25637 |
src/com/gps/action/AlertSettingsAction.java |
53 |
Potential violation of Law of Demeter (method chain calls) |
| 25638 |
src/com/gps/action/AlertSettingsAction.java |
53 |
Potential violation of Law of Demeter (object not created locally) |
| 25639 |
src/com/gps/action/AlertSettingsAction.java |
55 |
Potential violation of Law of Demeter (method chain calls) |
| 25640 |
src/com/gps/action/AlertSettingsAction.java |
55 |
Potential violation of Law of Demeter (method chain calls) |
| 25641 |
src/com/gps/action/AlertSettingsAction.java |
55 |
Potential violation of Law of Demeter (method chain calls) |
| 25642 |
src/com/gps/action/AlertSettingsAction.java |
55 |
Potential violation of Law of Demeter (object not created locally) |
| 25643 |
src/com/gps/action/AlertSettingsAction.java |
56 |
Avoid using if...else statements without curly braces |
| 25644 |
src/com/gps/action/AlertSettingsAction.java |
56 |
Potential violation of Law of Demeter (object not created locally) |
| 25645 |
src/com/gps/action/AlertSettingsAction.java |
58 |
Avoid using if...else statements without curly braces |
| 25646 |
src/com/gps/action/AlertSettingsAction.java |
58 |
Potential violation of Law of Demeter (object not created locally) |
| 25647 |
src/com/gps/action/AlertSettingsAction.java |
62 |
Avoid if (x != y) ..; else ..; |
| 25648 |
src/com/gps/action/AlertSettingsAction.java |
63 |
Avoid using Literals in Conditional Statements |
| 25649 |
src/com/gps/action/AlertSettingsAction.java |
63 |
Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty() |
| 25650 |
src/com/gps/action/AlertSettingsAction.java |
64 |
A method should have only one exit point, and that should be the last statement in the method |
| 25651 |
src/com/gps/action/AlertSettingsAction.java |
64 |
Avoid using if...else statements without curly braces |
| 25652 |
src/com/gps/action/AlertSettingsAction.java |
67 |
A method should have only one exit point, and that should be the last statement in the method |
| 25653 |
src/com/gps/action/AlertSettingsAction.java |
72 |
A method should have only one exit point, and that should be the last statement in the method |
| 25654 |
src/com/gps/action/AlertSettingsAction.java |
75 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 25655 |
src/com/gps/action/AlertSettingsAction.java |
77 |
Avoid printStackTrace(); use a logger call instead. |
| 25656 |
src/com/gps/action/AlertSettingsAction.java |
77 |
Potential violation of Law of Demeter (object not created locally) |
| 25657 |
src/com/gps/action/AlertSettingsAction.java |
82 |
publicMethodCommentRequirement Required |
| 25658 |
src/com/gps/action/AlertSettingsAction.java |
86 |
Found 'DD'-anomaly for variable 'organizationId' (lines '86'-'94'). |
| 25659 |
src/com/gps/action/AlertSettingsAction.java |
94 |
Potential violation of Law of Demeter (method chain calls) |
| 25660 |
src/com/gps/action/AlertSettingsAction.java |
94 |
Potential violation of Law of Demeter (method chain calls) |
| 25661 |
src/com/gps/action/AlertSettingsAction.java |
94 |
Potential violation of Law of Demeter (object not created locally) |
| 25662 |
src/com/gps/action/AlertSettingsAction.java |
95 |
Potential violation of Law of Demeter (object not created locally) |
| 25663 |
src/com/gps/action/AlertSettingsAction.java |
99 |
Potential violation of Law of Demeter (object not created locally) |
| 25664 |
src/com/gps/action/AlertSettingsAction.java |
100 |
Potential violation of Law of Demeter (object not created locally) |
| 25665 |
src/com/gps/action/AlertSettingsAction.java |
102 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 25666 |
src/com/gps/action/AlertSettingsAction.java |
104 |
Avoid printStackTrace(); use a logger call instead. |
| 25667 |
src/com/gps/action/AlertSettingsAction.java |
104 |
Potential violation of Law of Demeter (object not created locally) |
| 25668 |
src/com/gps/action/AlertSettingsAction.java |
109 |
Found 'UR'-anomaly for variable 'mobNo' (lines '109'-'155'). |
| 25669 |
src/com/gps/action/AlertSettingsAction.java |
109 |
Found 'UR'-anomaly for variable 'veh' (lines '109'-'144'). |
| 25670 |
src/com/gps/action/AlertSettingsAction.java |
109 |
The method 'sendSettingRequest' has a Cyclomatic Complexity of 14. |
| 25671 |
src/com/gps/action/AlertSettingsAction.java |
109 |
The method sendSettingRequest() has an NPath complexity of 487 |
| 25672 |
src/com/gps/action/AlertSettingsAction.java |
109 |
publicMethodCommentRequirement Required |
| 25673 |
src/com/gps/action/AlertSettingsAction.java |
112 |
Found 'DD'-anomaly for variable 'organizationId' (lines '112'-'129'). |
| 25674 |
src/com/gps/action/AlertSettingsAction.java |
113 |
Found 'DD'-anomaly for variable 'mobileNumber' (lines '113'-'169'). |
| 25675 |
src/com/gps/action/AlertSettingsAction.java |
115 |
Avoid unused local variables such as 'notifier'. |
| 25676 |
src/com/gps/action/AlertSettingsAction.java |
116 |
Found 'DD'-anomaly for variable 'message' (lines '116'-'164'). |
| 25677 |
src/com/gps/action/AlertSettingsAction.java |
116 |
Found 'DD'-anomaly for variable 'message' (lines '116'-'170'). |
| 25678 |
src/com/gps/action/AlertSettingsAction.java |
117 |
Avoid unused local variables such as 'subject'. |
| 25679 |
src/com/gps/action/AlertSettingsAction.java |
118 |
Found 'DD'-anomaly for variable 'isSuccess' (lines '118'-'180'). |
| 25680 |
src/com/gps/action/AlertSettingsAction.java |
120 |
Found 'DD'-anomaly for variable 'isSaved' (lines '120'-'138'). |
| 25681 |
src/com/gps/action/AlertSettingsAction.java |
124 |
Found 'DU'-anomaly for variable 'notifier' (lines '124'-'199'). |
| 25682 |
src/com/gps/action/AlertSettingsAction.java |
129 |
Potential violation of Law of Demeter (method chain calls) |
| 25683 |
src/com/gps/action/AlertSettingsAction.java |
129 |
Potential violation of Law of Demeter (method chain calls) |
| 25684 |
src/com/gps/action/AlertSettingsAction.java |
129 |
Potential violation of Law of Demeter (object not created locally) |
| 25685 |
src/com/gps/action/AlertSettingsAction.java |
130 |
Potential violation of Law of Demeter (method chain calls) |
| 25686 |
src/com/gps/action/AlertSettingsAction.java |
130 |
Potential violation of Law of Demeter (method chain calls) |
| 25687 |
src/com/gps/action/AlertSettingsAction.java |
130 |
Potential violation of Law of Demeter (object not created locally) |
| 25688 |
src/com/gps/action/AlertSettingsAction.java |
132 |
Potential violation of Law of Demeter (method chain calls) |
| 25689 |
src/com/gps/action/AlertSettingsAction.java |
132 |
Potential violation of Law of Demeter (method chain calls) |
| 25690 |
src/com/gps/action/AlertSettingsAction.java |
132 |
Potential violation of Law of Demeter (method chain calls) |
| 25691 |
src/com/gps/action/AlertSettingsAction.java |
132 |
Potential violation of Law of Demeter (object not created locally) |
| 25692 |
src/com/gps/action/AlertSettingsAction.java |
133 |
Avoid using if...else statements without curly braces |
| 25693 |
src/com/gps/action/AlertSettingsAction.java |
133 |
Potential violation of Law of Demeter (object not created locally) |
| 25694 |
src/com/gps/action/AlertSettingsAction.java |
135 |
Avoid using if...else statements without curly braces |
| 25695 |
src/com/gps/action/AlertSettingsAction.java |
135 |
Potential violation of Law of Demeter (object not created locally) |
| 25696 |
src/com/gps/action/AlertSettingsAction.java |
138 |
Potential violation of Law of Demeter (object not created locally) |
| 25697 |
src/com/gps/action/AlertSettingsAction.java |
138 |
Potential violation of Law of Demeter (object not created locally) |
| 25698 |
src/com/gps/action/AlertSettingsAction.java |
140 |
Avoid using Literals in Conditional Statements |
| 25699 |
src/com/gps/action/AlertSettingsAction.java |
142 |
Local variable 'veh' could be declared final |
| 25700 |
src/com/gps/action/AlertSettingsAction.java |
144 |
Potential violation of Law of Demeter (object not created locally) |
| 25701 |
src/com/gps/action/AlertSettingsAction.java |
144 |
Potential violation of Law of Demeter (object not created locally) |
| 25702 |
src/com/gps/action/AlertSettingsAction.java |
144 |
Potential violation of Law of Demeter (object not created locally) |
| 25703 |
src/com/gps/action/AlertSettingsAction.java |
149 |
Avoid using Literals in Conditional Statements |
| 25704 |
src/com/gps/action/AlertSettingsAction.java |
150 |
Found 'DD'-anomaly for variable 'numbers' (lines '150'-'152'). |
| 25705 |
src/com/gps/action/AlertSettingsAction.java |
151 |
Avoid variables with short names like i |
| 25706 |
src/com/gps/action/AlertSettingsAction.java |
151 |
Found 'DU'-anomaly for variable 'i' (lines '151'-'199'). |
| 25707 |
src/com/gps/action/AlertSettingsAction.java |
152 |
Potential violation of Law of Demeter (object not created locally) |
| 25708 |
src/com/gps/action/AlertSettingsAction.java |
154 |
Local variable 'mobNo' could be declared final |
| 25709 |
src/com/gps/action/AlertSettingsAction.java |
155 |
Prefer StringBuffer over += for concatenating strings |
| 25710 |
src/com/gps/action/AlertSettingsAction.java |
157 |
Avoid using if statements without curly braces |
| 25711 |
src/com/gps/action/AlertSettingsAction.java |
157 |
Potential violation of Law of Demeter (object not created locally) |
| 25712 |
src/com/gps/action/AlertSettingsAction.java |
158 |
Prefer StringBuffer over += for concatenating strings |
| 25713 |
src/com/gps/action/AlertSettingsAction.java |
159 |
Found 'DU'-anomaly for variable 'i' (lines '159'-'199'). |
| 25714 |
src/com/gps/action/AlertSettingsAction.java |
163 |
Position literals first in String comparisons |
| 25715 |
src/com/gps/action/AlertSettingsAction.java |
163 |
Potential violation of Law of Demeter (object not created locally) |
| 25716 |
src/com/gps/action/AlertSettingsAction.java |
164 |
The String literal "\n\n" appears 4 times in this file; the first occurrence is on line 164 |
| 25717 |
src/com/gps/action/AlertSettingsAction.java |
165 |
Prefer StringBuffer over += for concatenating strings |
| 25718 |
src/com/gps/action/AlertSettingsAction.java |
166 |
Prefer StringBuffer over += for concatenating strings |
| 25719 |
src/com/gps/action/AlertSettingsAction.java |
169 |
Potential violation of Law of Demeter (object not created locally) |
| 25720 |
src/com/gps/action/AlertSettingsAction.java |
171 |
Prefer StringBuffer over += for concatenating strings |
| 25721 |
src/com/gps/action/AlertSettingsAction.java |
172 |
Prefer StringBuffer over += for concatenating strings |
| 25722 |
src/com/gps/action/AlertSettingsAction.java |
175 |
Found 'DU'-anomaly for variable 'subject' (lines '175'-'199'). |
| 25723 |
src/com/gps/action/AlertSettingsAction.java |
178 |
Position literals first in String comparisons |
| 25724 |
src/com/gps/action/AlertSettingsAction.java |
178 |
Potential violation of Law of Demeter (object not created locally) |
| 25725 |
src/com/gps/action/AlertSettingsAction.java |
182 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 25726 |
src/com/gps/action/AlertSettingsAction.java |
184 |
Avoid printStackTrace(); use a logger call instead. |
| 25727 |
src/com/gps/action/AlertSettingsAction.java |
184 |
Potential violation of Law of Demeter (object not created locally) |
| 25728 |
src/com/gps/action/AlertSettingsAction.java |
188 |
Avoid using if...else statements without curly braces |
| 25729 |
src/com/gps/action/AlertSettingsAction.java |
190 |
Avoid using if...else statements without curly braces |
| 25730 |
src/com/gps/action/AlertSettingsAction.java |
192 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 25731 |
src/com/gps/action/AlertSettingsAction.java |
195 |
Avoid printStackTrace(); use a logger call instead. |
| 25732 |
src/com/gps/action/AlertSettingsAction.java |
195 |
Potential violation of Law of Demeter (object not created locally) |
| 25733 |
src/com/gps/action/AlertSettingsAction.java |
196 |
A method should have only one exit point, and that should be the last statement in the method |
| 25734 |
src/com/gps/action/AlertSettingsAction.java |
202 |
Parameter 'request' is not assigned and could be declared final |
| 25735 |
src/com/gps/action/AlertSettingsAction.java |
202 |
publicMethodCommentRequirement Required |
| 25736 |
src/com/gps/action/AlertSettingsAction.java |
208 |
Parameter 'response' is not assigned and could be declared final |
| 25737 |
src/com/gps/action/AlertSettingsAction.java |
208 |
publicMethodCommentRequirement Required |
| 25738 |
src/com/gps/action/AlertSettingsAction.java |
214 |
Parameter 'arg0' is not assigned and could be declared final |
| 25739 |
src/com/gps/action/AlertSettingsAction.java |
214 |
publicMethodCommentRequirement Required |
| 25740 |
src/com/gps/action/AlertSettingsAction.java |
227 |
Parameter 'vehicles' is not assigned and could be declared final |
| 25741 |
src/com/gps/action/AlertSettingsAction.java |
239 |
Parameter 'message' is not assigned and could be declared final |
| 25742 |
src/com/gps/action/AlertSettingsAction.java |
253 |
Parameter 'vehicleid' is not assigned and could be declared final |
| 25743 |
src/com/gps/action/AlertSettingsAction.java |
267 |
Parameter 'speed' is not assigned and could be declared final |
| 25744 |
src/com/gps/action/AlertSettingsAction.java |
281 |
Parameter 'successMessage' is not assigned and could be declared final |
| 25745 |
src/com/gps/action/AlertSettingsAction.java |
295 |
Parameter 'status' is not assigned and could be declared final |
| 25746 |
src/com/gps/action/AutoCompleteAction.java |
22 |
headerCommentRequirement Required |
| 25747 |
src/com/gps/action/AutoCompleteAction.java |
24 |
The Logger variable declaration does not contain the static and final modifiers |
| 25748 |
src/com/gps/action/AutoCompleteAction.java |
24 |
Use explicit scoping instead of the default package private level |
| 25749 |
src/com/gps/action/AutoCompleteAction.java |
24 |
fieldCommentRequirement Required |
| 25750 |
src/com/gps/action/AutoCompleteAction.java |
25 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 25751 |
src/com/gps/action/AutoCompleteAction.java |
25 |
Use explicit scoping instead of the default package private level |
| 25752 |
src/com/gps/action/AutoCompleteAction.java |
25 |
fieldCommentRequirement Required |
| 25753 |
src/com/gps/action/AutoCompleteAction.java |
26 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 25754 |
src/com/gps/action/AutoCompleteAction.java |
26 |
Use explicit scoping instead of the default package private level |
| 25755 |
src/com/gps/action/AutoCompleteAction.java |
26 |
fieldCommentRequirement Required |
| 25756 |
src/com/gps/action/AutoCompleteAction.java |
27 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 25757 |
src/com/gps/action/AutoCompleteAction.java |
27 |
Use explicit scoping instead of the default package private level |
| 25758 |
src/com/gps/action/AutoCompleteAction.java |
27 |
fieldCommentRequirement Required |
| 25759 |
src/com/gps/action/AutoCompleteAction.java |
28 |
Avoid using implementation types like 'Hashtable'; use the interface instead |
| 25760 |
src/com/gps/action/AutoCompleteAction.java |
28 |
Consider replacing this Hashtable with the newer java.util.Map |
| 25761 |
src/com/gps/action/AutoCompleteAction.java |
28 |
fieldCommentRequirement Required |
| 25762 |
src/com/gps/action/AutoCompleteAction.java |
29 |
fieldCommentRequirement Required |
| 25763 |
src/com/gps/action/AutoCompleteAction.java |
30 |
fieldCommentRequirement Required |
| 25764 |
src/com/gps/action/AutoCompleteAction.java |
31 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 25765 |
src/com/gps/action/AutoCompleteAction.java |
31 |
Use explicit scoping instead of the default package private level |
| 25766 |
src/com/gps/action/AutoCompleteAction.java |
31 |
fieldCommentRequirement Required |
| 25767 |
src/com/gps/action/AutoCompleteAction.java |
34 |
publicMethodCommentRequirement Required |
| 25768 |
src/com/gps/action/AutoCompleteAction.java |
36 |
Local variable 'tripsDAO' could be declared final |
| 25769 |
src/com/gps/action/AutoCompleteAction.java |
37 |
Found 'DD'-anomaly for variable 'tripName' (lines '37'-'45'). |
| 25770 |
src/com/gps/action/AutoCompleteAction.java |
38 |
Found 'DD'-anomaly for variable 'tripList' (lines '38'-'46'). |
| 25771 |
src/com/gps/action/AutoCompleteAction.java |
46 |
Potential violation of Law of Demeter (method chain calls) |
| 25772 |
src/com/gps/action/AutoCompleteAction.java |
46 |
Potential violation of Law of Demeter (method chain calls) |
| 25773 |
src/com/gps/action/AutoCompleteAction.java |
46 |
Potential violation of Law of Demeter (method chain calls) |
| 25774 |
src/com/gps/action/AutoCompleteAction.java |
46 |
Potential violation of Law of Demeter (method chain calls) |
| 25775 |
src/com/gps/action/AutoCompleteAction.java |
46 |
Potential violation of Law of Demeter (object not created locally) |
| 25776 |
src/com/gps/action/AutoCompleteAction.java |
46 |
Potential violation of Law of Demeter (object not created locally) |
| 25777 |
src/com/gps/action/AutoCompleteAction.java |
49 |
Potential violation of Law of Demeter (object not created locally) |
| 25778 |
src/com/gps/action/AutoCompleteAction.java |
51 |
Potential violation of Law of Demeter (method chain calls) |
| 25779 |
src/com/gps/action/AutoCompleteAction.java |
51 |
Potential violation of Law of Demeter (method chain calls) |
| 25780 |
src/com/gps/action/AutoCompleteAction.java |
51 |
Potential violation of Law of Demeter (method chain calls) |
| 25781 |
src/com/gps/action/AutoCompleteAction.java |
51 |
Potential violation of Law of Demeter (method chain calls) |
| 25782 |
src/com/gps/action/AutoCompleteAction.java |
51 |
Potential violation of Law of Demeter (method chain calls) |
| 25783 |
src/com/gps/action/AutoCompleteAction.java |
51 |
Potential violation of Law of Demeter (method chain calls) |
| 25784 |
src/com/gps/action/AutoCompleteAction.java |
51 |
Potential violation of Law of Demeter (object not created locally) |
| 25785 |
src/com/gps/action/AutoCompleteAction.java |
51 |
Potential violation of Law of Demeter (object not created locally) |
| 25786 |
src/com/gps/action/AutoCompleteAction.java |
56 |
A method should have only one exit point, and that should be the last statement in the method |
| 25787 |
src/com/gps/action/AutoCompleteAction.java |
58 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 25788 |
src/com/gps/action/AutoCompleteAction.java |
60 |
Avoid printStackTrace(); use a logger call instead. |
| 25789 |
src/com/gps/action/AutoCompleteAction.java |
60 |
Potential violation of Law of Demeter (object not created locally) |
| 25790 |
src/com/gps/action/AutoCompleteAction.java |
66 |
publicMethodCommentRequirement Required |
| 25791 |
src/com/gps/action/AutoCompleteAction.java |
68 |
Found 'DD'-anomaly for variable 'studName' (lines '68'-'76'). |
| 25792 |
src/com/gps/action/AutoCompleteAction.java |
69 |
Avoid declaring a variable if it is unreferenced before a possible exit point. |
| 25793 |
src/com/gps/action/AutoCompleteAction.java |
69 |
Avoid unused local variables such as 'users'. |
| 25794 |
src/com/gps/action/AutoCompleteAction.java |
69 |
Local variable 'users' could be declared final |
| 25795 |
src/com/gps/action/AutoCompleteAction.java |
70 |
Found 'DD'-anomaly for variable 'busName' (lines '70'-'75'). |
| 25796 |
src/com/gps/action/AutoCompleteAction.java |
71 |
Found 'DD'-anomaly for variable 'grade' (lines '71'-'77'). |
| 25797 |
src/com/gps/action/AutoCompleteAction.java |
74 |
Local variable 'user' could be declared final |
| 25798 |
src/com/gps/action/AutoCompleteAction.java |
78 |
Potential violation of Law of Demeter (method chain calls) |
| 25799 |
src/com/gps/action/AutoCompleteAction.java |
78 |
Potential violation of Law of Demeter (method chain calls) |
| 25800 |
src/com/gps/action/AutoCompleteAction.java |
78 |
Potential violation of Law of Demeter (method chain calls) |
| 25801 |
src/com/gps/action/AutoCompleteAction.java |
78 |
Potential violation of Law of Demeter (method chain calls) |
| 25802 |
src/com/gps/action/AutoCompleteAction.java |
78 |
Potential violation of Law of Demeter (object not created locally) |
| 25803 |
src/com/gps/action/AutoCompleteAction.java |
79 |
A method should have only one exit point, and that should be the last statement in the method |
| 25804 |
src/com/gps/action/AutoCompleteAction.java |
80 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 25805 |
src/com/gps/action/AutoCompleteAction.java |
85 |
publicMethodCommentRequirement Required |
| 25806 |
src/com/gps/action/AutoCompleteAction.java |
87 |
Found 'DD'-anomaly for variable 'grade' (lines '87'-'92'). |
| 25807 |
src/com/gps/action/AutoCompleteAction.java |
91 |
Local variable 'user' could be declared final |
| 25808 |
src/com/gps/action/AutoCompleteAction.java |
93 |
Potential violation of Law of Demeter (method chain calls) |
| 25809 |
src/com/gps/action/AutoCompleteAction.java |
93 |
Potential violation of Law of Demeter (method chain calls) |
| 25810 |
src/com/gps/action/AutoCompleteAction.java |
93 |
Potential violation of Law of Demeter (method chain calls) |
| 25811 |
src/com/gps/action/AutoCompleteAction.java |
93 |
Potential violation of Law of Demeter (method chain calls) |
| 25812 |
src/com/gps/action/AutoCompleteAction.java |
93 |
Potential violation of Law of Demeter (object not created locally) |
| 25813 |
src/com/gps/action/AutoCompleteAction.java |
95 |
A method should have only one exit point, and that should be the last statement in the method |
| 25814 |
src/com/gps/action/AutoCompleteAction.java |
96 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 25815 |
src/com/gps/action/AutoCompleteAction.java |
98 |
Avoid printStackTrace(); use a logger call instead. |
| 25816 |
src/com/gps/action/AutoCompleteAction.java |
98 |
Potential violation of Law of Demeter (object not created locally) |
| 25817 |
src/com/gps/action/AutoCompleteAction.java |
105 |
Parameter 'request' is not assigned and could be declared final |
| 25818 |
src/com/gps/action/AutoCompleteAction.java |
105 |
publicMethodCommentRequirement Required |
| 25819 |
src/com/gps/action/AutoCompleteAction.java |
111 |
Parameter 'response' is not assigned and could be declared final |
| 25820 |
src/com/gps/action/AutoCompleteAction.java |
111 |
publicMethodCommentRequirement Required |
| 25821 |
src/com/gps/action/AutoCompleteAction.java |
117 |
Parameter 'arg0' is not assigned and could be declared final |
| 25822 |
src/com/gps/action/AutoCompleteAction.java |
117 |
publicMethodCommentRequirement Required |
| 25823 |
src/com/gps/action/AutoCompleteAction.java |
127 |
Avoid using implementation types like 'Hashtable'; use the interface instead |
| 25824 |
src/com/gps/action/AutoCompleteAction.java |
127 |
Consider replacing this Hashtable with the newer java.util.Map |
| 25825 |
src/com/gps/action/AutoCompleteAction.java |
136 |
Avoid using implementation types like 'Hashtable'; use the interface instead |
| 25826 |
src/com/gps/action/AutoCompleteAction.java |
136 |
Consider replacing this Hashtable with the newer java.util.Map |
| 25827 |
src/com/gps/action/AutoCompleteAction.java |
136 |
Parameter 'trips' is not assigned and could be declared final |
| 25828 |
src/com/gps/action/AutoCompleteAction.java |
150 |
Parameter 'grades' is not assigned and could be declared final |
| 25829 |
src/com/gps/action/AutoCompleteAction.java |
164 |
Parameter 'student' is not assigned and could be declared final |
| 25830 |
src/com/gps/action/BaseAction.java |
8 |
headerCommentRequirement Required |
| 25831 |
src/com/gps/action/BaseAction.java |
11 |
fieldCommentRequirement Required |
| 25832 |
src/com/gps/action/BaseAction.java |
12 |
fieldCommentRequirement Required |
| 25833 |
src/com/gps/action/BaseAction.java |
13 |
fieldCommentRequirement Required |
| 25834 |
src/com/gps/action/BaseAction.java |
14 |
fieldCommentRequirement Required |
| 25835 |
src/com/gps/action/BaseAction.java |
15 |
fieldCommentRequirement Required |
| 25836 |
src/com/gps/action/BaseAction.java |
18 |
publicMethodCommentRequirement Required |
| 25837 |
src/com/gps/action/BaseAction.java |
24 |
Parameter 'totalCount' is not assigned and could be declared final |
| 25838 |
src/com/gps/action/BaseAction.java |
24 |
publicMethodCommentRequirement Required |
| 25839 |
src/com/gps/action/BaseAction.java |
29 |
publicMethodCommentRequirement Required |
| 25840 |
src/com/gps/action/BaseAction.java |
33 |
Parameter 'currentCount' is not assigned and could be declared final |
| 25841 |
src/com/gps/action/BaseAction.java |
33 |
publicMethodCommentRequirement Required |
| 25842 |
src/com/gps/action/BaseAction.java |
37 |
publicMethodCommentRequirement Required |
| 25843 |
src/com/gps/action/BaseAction.java |
41 |
Parameter 'first' is not assigned and could be declared final |
| 25844 |
src/com/gps/action/BaseAction.java |
41 |
publicMethodCommentRequirement Required |
| 25845 |
src/com/gps/action/BaseAction.java |
45 |
publicMethodCommentRequirement Required |
| 25846 |
src/com/gps/action/BaseAction.java |
49 |
Parameter 'last' is not assigned and could be declared final |
| 25847 |
src/com/gps/action/BaseAction.java |
49 |
publicMethodCommentRequirement Required |
| 25848 |
src/com/gps/action/BaseAction.java |
54 |
publicMethodCommentRequirement Required |
| 25849 |
src/com/gps/action/BaseAction.java |
58 |
Avoid prefixing parameters by in, out or inOut. Uses Javadoc to document this behavior. |
| 25850 |
src/com/gps/action/BaseAction.java |
58 |
Avoid variables with short names like in |
| 25851 |
src/com/gps/action/BaseAction.java |
58 |
Parameter 'in' is not assigned and could be declared final |
| 25852 |
src/com/gps/action/BaseAction.java |
58 |
publicMethodCommentRequirement Required |
| 25853 |
src/com/gps/action/CookieLoginAction.java |
33 |
The class 'CookieLoginAction' has a Cyclomatic Complexity of 1 (Highest = 11). |
| 25854 |
src/com/gps/action/CookieLoginAction.java |
33 |
Too many fields |
| 25855 |
src/com/gps/action/CookieLoginAction.java |
33 |
headerCommentRequirement Required |
| 25856 |
src/com/gps/action/CookieLoginAction.java |
34 |
fieldCommentRequirement Required |
| 25857 |
src/com/gps/action/CookieLoginAction.java |
35 |
fieldCommentRequirement Required |
| 25858 |
src/com/gps/action/CookieLoginAction.java |
36 |
fieldCommentRequirement Required |
| 25859 |
src/com/gps/action/CookieLoginAction.java |
37 |
fieldCommentRequirement Required |
| 25860 |
src/com/gps/action/CookieLoginAction.java |
38 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 25861 |
src/com/gps/action/CookieLoginAction.java |
38 |
Use explicit scoping instead of the default package private level |
| 25862 |
src/com/gps/action/CookieLoginAction.java |
38 |
fieldCommentRequirement Required |
| 25863 |
src/com/gps/action/CookieLoginAction.java |
40 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 25864 |
src/com/gps/action/CookieLoginAction.java |
40 |
Use explicit scoping instead of the default package private level |
| 25865 |
src/com/gps/action/CookieLoginAction.java |
40 |
fieldCommentRequirement Required |
| 25866 |
src/com/gps/action/CookieLoginAction.java |
41 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 25867 |
src/com/gps/action/CookieLoginAction.java |
41 |
Use explicit scoping instead of the default package private level |
| 25868 |
src/com/gps/action/CookieLoginAction.java |
41 |
fieldCommentRequirement Required |
| 25869 |
src/com/gps/action/CookieLoginAction.java |
43 |
publicMethodCommentRequirement Required |
| 25870 |
src/com/gps/action/CookieLoginAction.java |
47 |
Parameter 'user' is not assigned and could be declared final |
| 25871 |
src/com/gps/action/CookieLoginAction.java |
47 |
publicMethodCommentRequirement Required |
| 25872 |
src/com/gps/action/CookieLoginAction.java |
50 |
Parameter 'cookie' is not assigned and could be declared final |
| 25873 |
src/com/gps/action/CookieLoginAction.java |
50 |
publicMethodCommentRequirement Required |
| 25874 |
src/com/gps/action/CookieLoginAction.java |
54 |
publicMethodCommentRequirement Required |
| 25875 |
src/com/gps/action/CookieLoginAction.java |
58 |
Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. |
| 25876 |
src/com/gps/action/CookieLoginAction.java |
58 |
fieldCommentRequirement Required |
| 25877 |
src/com/gps/action/CookieLoginAction.java |
59 |
Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. |
| 25878 |
src/com/gps/action/CookieLoginAction.java |
59 |
fieldCommentRequirement Required |
| 25879 |
src/com/gps/action/CookieLoginAction.java |
60 |
publicMethodCommentRequirement Required |
| 25880 |
src/com/gps/action/CookieLoginAction.java |
64 |
Parameter 'emailAddress' is not assigned and could be declared final |
| 25881 |
src/com/gps/action/CookieLoginAction.java |
64 |
publicMethodCommentRequirement Required |
| 25882 |
src/com/gps/action/CookieLoginAction.java |
67 |
Parameter 'cookiech' is not assigned and could be declared final |
| 25883 |
src/com/gps/action/CookieLoginAction.java |
67 |
publicMethodCommentRequirement Required |
| 25884 |
src/com/gps/action/CookieLoginAction.java |
71 |
publicMethodCommentRequirement Required |
| 25885 |
src/com/gps/action/CookieLoginAction.java |
75 |
Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. |
| 25886 |
src/com/gps/action/CookieLoginAction.java |
75 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 25887 |
src/com/gps/action/CookieLoginAction.java |
75 |
fieldCommentRequirement Required |
| 25888 |
src/com/gps/action/CookieLoginAction.java |
76 |
Avoid unused private fields such as 'value'. |
| 25889 |
src/com/gps/action/CookieLoginAction.java |
76 |
Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. |
| 25890 |
src/com/gps/action/CookieLoginAction.java |
76 |
Private field 'value' could be made final; it is only initialized in the declaration or constructor. |
| 25891 |
src/com/gps/action/CookieLoginAction.java |
76 |
fieldCommentRequirement Required |
| 25892 |
src/com/gps/action/CookieLoginAction.java |
77 |
Avoid using redundant field initializer for 'vedetails' |
| 25893 |
src/com/gps/action/CookieLoginAction.java |
77 |
Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. |
| 25894 |
src/com/gps/action/CookieLoginAction.java |
77 |
fieldCommentRequirement Required |
| 25895 |
src/com/gps/action/CookieLoginAction.java |
78 |
Avoid using redundant field initializer for 'vehList' |
| 25896 |
src/com/gps/action/CookieLoginAction.java |
78 |
Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. |
| 25897 |
src/com/gps/action/CookieLoginAction.java |
78 |
fieldCommentRequirement Required |
| 25898 |
src/com/gps/action/CookieLoginAction.java |
79 |
Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. |
| 25899 |
src/com/gps/action/CookieLoginAction.java |
79 |
fieldCommentRequirement Required |
| 25900 |
src/com/gps/action/CookieLoginAction.java |
80 |
Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. |
| 25901 |
src/com/gps/action/CookieLoginAction.java |
80 |
fieldCommentRequirement Required |
| 25902 |
src/com/gps/action/CookieLoginAction.java |
81 |
Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. |
| 25903 |
src/com/gps/action/CookieLoginAction.java |
81 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'tripDetails_date' is not final. |
| 25904 |
src/com/gps/action/CookieLoginAction.java |
81 |
fieldCommentRequirement Required |
| 25905 |
src/com/gps/action/CookieLoginAction.java |
82 |
Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. |
| 25906 |
src/com/gps/action/CookieLoginAction.java |
82 |
fieldCommentRequirement Required |
| 25907 |
src/com/gps/action/CookieLoginAction.java |
83 |
Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. |
| 25908 |
src/com/gps/action/CookieLoginAction.java |
83 |
fieldCommentRequirement Required |
| 25909 |
src/com/gps/action/CookieLoginAction.java |
84 |
publicMethodCommentRequirement Required |
| 25910 |
src/com/gps/action/CookieLoginAction.java |
87 |
Parameter 'orgVehicleList' is not assigned and could be declared final |
| 25911 |
src/com/gps/action/CookieLoginAction.java |
87 |
publicMethodCommentRequirement Required |
| 25912 |
src/com/gps/action/CookieLoginAction.java |
92 |
publicMethodCommentRequirement Required |
| 25913 |
src/com/gps/action/CookieLoginAction.java |
95 |
Parameter 'vehicleDetails' is not assigned and could be declared final |
| 25914 |
src/com/gps/action/CookieLoginAction.java |
95 |
publicMethodCommentRequirement Required |
| 25915 |
src/com/gps/action/CookieLoginAction.java |
99 |
publicMethodCommentRequirement Required |
| 25916 |
src/com/gps/action/CookieLoginAction.java |
103 |
Parameter 'vedetails' is not assigned and could be declared final |
| 25917 |
src/com/gps/action/CookieLoginAction.java |
103 |
publicMethodCommentRequirement Required |
| 25918 |
src/com/gps/action/CookieLoginAction.java |
106 |
publicMethodCommentRequirement Required |
| 25919 |
src/com/gps/action/CookieLoginAction.java |
109 |
Parameter 'vehList' is not assigned and could be declared final |
| 25920 |
src/com/gps/action/CookieLoginAction.java |
109 |
publicMethodCommentRequirement Required |
| 25921 |
src/com/gps/action/CookieLoginAction.java |
112 |
publicMethodCommentRequirement Required |
| 25922 |
src/com/gps/action/CookieLoginAction.java |
115 |
Parameter 'colurList' is not assigned and could be declared final |
| 25923 |
src/com/gps/action/CookieLoginAction.java |
115 |
publicMethodCommentRequirement Required |
| 25924 |
src/com/gps/action/CookieLoginAction.java |
118 |
publicMethodCommentRequirement Required |
| 25925 |
src/com/gps/action/CookieLoginAction.java |
121 |
Parameter 'tripDetails' is not assigned and could be declared final |
| 25926 |
src/com/gps/action/CookieLoginAction.java |
121 |
publicMethodCommentRequirement Required |
| 25927 |
src/com/gps/action/CookieLoginAction.java |
124 |
Method names should not contain underscores |
| 25928 |
src/com/gps/action/CookieLoginAction.java |
124 |
publicMethodCommentRequirement Required |
| 25929 |
src/com/gps/action/CookieLoginAction.java |
127 |
Method names should not contain underscores |
| 25930 |
src/com/gps/action/CookieLoginAction.java |
127 |
Parameter 'tripDetailsDate' is not assigned and could be declared final |
| 25931 |
src/com/gps/action/CookieLoginAction.java |
127 |
publicMethodCommentRequirement Required |
| 25932 |
src/com/gps/action/CookieLoginAction.java |
133 |
Avoid really long methods. |
| 25933 |
src/com/gps/action/CookieLoginAction.java |
133 |
The method 'execute' has a Cyclomatic Complexity of 11. |
| 25934 |
src/com/gps/action/CookieLoginAction.java |
133 |
publicMethodCommentRequirement Required |
| 25935 |
src/com/gps/action/CookieLoginAction.java |
141 |
Avoid declaring a variable if it is unreferenced before a possible exit point. |
| 25936 |
src/com/gps/action/CookieLoginAction.java |
141 |
Avoid unused local variables such as 'vd'. |
| 25937 |
src/com/gps/action/CookieLoginAction.java |
141 |
Avoid variables with short names like vd |
| 25938 |
src/com/gps/action/CookieLoginAction.java |
141 |
Found 'DU'-anomaly for variable 'vd' (lines '141'-'254'). |
| 25939 |
src/com/gps/action/CookieLoginAction.java |
141 |
Local variable 'vd' could be declared final |
| 25940 |
src/com/gps/action/CookieLoginAction.java |
142 |
Local variable 'lgn' could be declared final |
| 25941 |
src/com/gps/action/CookieLoginAction.java |
143 |
Local variable 'user1' could be declared final |
| 25942 |
src/com/gps/action/CookieLoginAction.java |
143 |
Potential violation of Law of Demeter (object not created locally) |
| 25943 |
src/com/gps/action/CookieLoginAction.java |
144 |
Avoid unused local variables such as 'returnVal'. |
| 25944 |
src/com/gps/action/CookieLoginAction.java |
144 |
Found 'DD'-anomaly for variable 'returnVal' (lines '144'-'217'). |
| 25945 |
src/com/gps/action/CookieLoginAction.java |
144 |
Found 'DD'-anomaly for variable 'returnVal' (lines '144'-'233'). |
| 25946 |
src/com/gps/action/CookieLoginAction.java |
148 |
Local variable 'mobile' could be declared final |
| 25947 |
src/com/gps/action/CookieLoginAction.java |
150 |
Found 'DU'-anomaly for variable 'vpd' (lines '150'-'254'). |
| 25948 |
src/com/gps/action/CookieLoginAction.java |
150 |
Local variable 'vpd' could be declared final |
| 25949 |
src/com/gps/action/CookieLoginAction.java |
151 |
Local variable 'uls' could be declared final |
| 25950 |
src/com/gps/action/CookieLoginAction.java |
152 |
Local variable 'luser' could be declared final |
| 25951 |
src/com/gps/action/CookieLoginAction.java |
152 |
Potential violation of Law of Demeter (object not created locally) |
| 25952 |
src/com/gps/action/CookieLoginAction.java |
152 |
Potential violation of Law of Demeter (object not created locally) |
| 25953 |
src/com/gps/action/CookieLoginAction.java |
157 |
Local variable 'util' could be declared final |
| 25954 |
src/com/gps/action/CookieLoginAction.java |
158 |
Avoid declaring a variable if it is unreferenced before a possible exit point. |
| 25955 |
src/com/gps/action/CookieLoginAction.java |
158 |
Avoid unused local variables such as 'roleList'. |
| 25956 |
src/com/gps/action/CookieLoginAction.java |
158 |
Found 'DU'-anomaly for variable 'roleList' (lines '158'-'254'). |
| 25957 |
src/com/gps/action/CookieLoginAction.java |
158 |
Local variable 'roleList' could be declared final |
| 25958 |
src/com/gps/action/CookieLoginAction.java |
158 |
Potential violation of Law of Demeter (object not created locally) |
| 25959 |
src/com/gps/action/CookieLoginAction.java |
158 |
Potential violation of Law of Demeter (object not created locally) |
| 25960 |
src/com/gps/action/CookieLoginAction.java |
160 |
Found 'DU'-anomaly for variable 'rdao' (lines '160'-'254'). |
| 25961 |
src/com/gps/action/CookieLoginAction.java |
160 |
Local variable 'rdao' could be declared final |
| 25962 |
src/com/gps/action/CookieLoginAction.java |
161 |
Found 'DD'-anomaly for variable 'vehicleId' (lines '161'-'197'). |
| 25963 |
src/com/gps/action/CookieLoginAction.java |
161 |
Found 'DD'-anomaly for variable 'vehicleId' (lines '161'-'203'). |
| 25964 |
src/com/gps/action/CookieLoginAction.java |
161 |
Found 'DD'-anomaly for variable 'vehicleId' (lines '161'-'223'). |
| 25965 |
src/com/gps/action/CookieLoginAction.java |
161 |
Found 'DU'-anomaly for variable 'vehicleId' (lines '161'-'254'). |
| 25966 |
src/com/gps/action/CookieLoginAction.java |
162 |
Found 'DU'-anomaly for variable 'tpd' (lines '162'-'254'). |
| 25967 |
src/com/gps/action/CookieLoginAction.java |
162 |
Local variable 'tpd' could be declared final |
| 25968 |
src/com/gps/action/CookieLoginAction.java |
169 |
Comment is too large: Too many lines |
| 25969 |
src/com/gps/action/CookieLoginAction.java |
178 |
Potential violation of Law of Demeter (object not created locally) |
| 25970 |
src/com/gps/action/CookieLoginAction.java |
178 |
Potential violation of Law of Demeter (object not created locally) |
| 25971 |
src/com/gps/action/CookieLoginAction.java |
180 |
Potential violation of Law of Demeter (object not created locally) |
| 25972 |
src/com/gps/action/CookieLoginAction.java |
182 |
Potential violation of Law of Demeter (object not created locally) |
| 25973 |
src/com/gps/action/CookieLoginAction.java |
182 |
Potential violation of Law of Demeter (object not created locally) |
| 25974 |
src/com/gps/action/CookieLoginAction.java |
184 |
Potential violation of Law of Demeter (method chain calls) |
| 25975 |
src/com/gps/action/CookieLoginAction.java |
184 |
Potential violation of Law of Demeter (method chain calls) |
| 25976 |
src/com/gps/action/CookieLoginAction.java |
184 |
Potential violation of Law of Demeter (method chain calls) |
| 25977 |
src/com/gps/action/CookieLoginAction.java |
184 |
Potential violation of Law of Demeter (method chain calls) |
| 25978 |
src/com/gps/action/CookieLoginAction.java |
184 |
Potential violation of Law of Demeter (method chain calls) |
| 25979 |
src/com/gps/action/CookieLoginAction.java |
184 |
Potential violation of Law of Demeter (method chain calls) |
| 25980 |
src/com/gps/action/CookieLoginAction.java |
184 |
Potential violation of Law of Demeter (object not created locally) |
| 25981 |
src/com/gps/action/CookieLoginAction.java |
184 |
Potential violation of Law of Demeter (object not created locally) |
| 25982 |
src/com/gps/action/CookieLoginAction.java |
188 |
Potential violation of Law of Demeter (object not created locally) |
| 25983 |
src/com/gps/action/CookieLoginAction.java |
193 |
The String literal "vehicleId" appears 5 times in this file; the first occurrence is on line 193 |
| 25984 |
src/com/gps/action/CookieLoginAction.java |
195 |
Avoid using Literals in Conditional Statements |
| 25985 |
src/com/gps/action/CookieLoginAction.java |
195 |
Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty() |
| 25986 |
src/com/gps/action/CookieLoginAction.java |
197 |
Potential violation of Law of Demeter (method chain calls) |
| 25987 |
src/com/gps/action/CookieLoginAction.java |
201 |
Potential violation of Law of Demeter (method chain calls) |
| 25988 |
src/com/gps/action/CookieLoginAction.java |
209 |
Potential violation of Law of Demeter (object not created locally) |
| 25989 |
src/com/gps/action/CookieLoginAction.java |
217 |
Found 'DU'-anomaly for variable 'returnVal' (lines '217'-'254'). |
| 25990 |
src/com/gps/action/CookieLoginAction.java |
221 |
Potential violation of Law of Demeter (method chain calls) |
| 25991 |
src/com/gps/action/CookieLoginAction.java |
224 |
Potential violation of Law of Demeter (object not created locally) |
| 25992 |
src/com/gps/action/CookieLoginAction.java |
233 |
Found 'DU'-anomaly for variable 'returnVal' (lines '233'-'254'). |
| 25993 |
src/com/gps/action/CookieLoginAction.java |
240 |
A method should have only one exit point, and that should be the last statement in the method |
| 25994 |
src/com/gps/action/CookieLoginAction.java |
245 |
A method should have only one exit point, and that should be the last statement in the method |
| 25995 |
src/com/gps/action/CookieLoginAction.java |
248 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 25996 |
src/com/gps/action/CookieLoginAction.java |
255 |
Parameter 'arg0' is not assigned and could be declared final |
| 25997 |
src/com/gps/action/CookieLoginAction.java |
255 |
publicMethodCommentRequirement Required |
| 25998 |
src/com/gps/action/CookieLoginAction.java |
261 |
Parameter 'arg0' is not assigned and could be declared final |
| 25999 |
src/com/gps/action/CookieLoginAction.java |
261 |
publicMethodCommentRequirement Required |
| 26000 |
src/com/gps/action/CookieLoginAction.java |
268 |
A method/constructor shouldnt explicitly throw java.lang.Exception |
| 26001 |
src/com/gps/action/CookieLoginAction.java |
268 |
publicMethodCommentRequirement Required |
| 26002 |
src/com/gps/action/CookieLoginAction.java |
274 |
Parameter 'arg0' is not assigned and could be declared final |
| 26003 |
src/com/gps/action/CookieLoginAction.java |
274 |
publicMethodCommentRequirement Required |
| 26004 |
src/com/gps/action/CookieLoginAction.java |
279 |
Parameter 'vehicleGroupList' is not assigned and could be declared final |
| 26005 |
src/com/gps/action/CookieLoginAction.java |
279 |
publicMethodCommentRequirement Required |
| 26006 |
src/com/gps/action/CookieLoginAction.java |
283 |
publicMethodCommentRequirement Required |
| 26007 |
src/com/gps/action/CookieLoginAction.java |
287 |
Parameter 'remember' is not assigned and could be declared final |
| 26008 |
src/com/gps/action/CookieLoginAction.java |
287 |
publicMethodCommentRequirement Required |
| 26009 |
src/com/gps/action/CookieLoginAction.java |
291 |
publicMethodCommentRequirement Required |
| 26010 |
src/com/gps/action/DeviceCRUDAction.java |
2 |
Possible God class (WMC=53, ATFD=30, TCC=0.19333333333333333) |
| 26011 |
src/com/gps/action/DeviceCRUDAction.java |
39 |
headerCommentRequirement Required |
| 26012 |
src/com/gps/action/DeviceCRUDAction.java |
41 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 26013 |
src/com/gps/action/DeviceCRUDAction.java |
41 |
fieldCommentRequirement Required |
| 26014 |
src/com/gps/action/DeviceCRUDAction.java |
42 |
Avoid unused private fields such as 'response'. |
| 26015 |
src/com/gps/action/DeviceCRUDAction.java |
42 |
fieldCommentRequirement Required |
| 26016 |
src/com/gps/action/DeviceCRUDAction.java |
43 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 26017 |
src/com/gps/action/DeviceCRUDAction.java |
43 |
fieldCommentRequirement Required |
| 26018 |
src/com/gps/action/DeviceCRUDAction.java |
44 |
Avoid using redundant field initializer for 'tx' |
| 26019 |
src/com/gps/action/DeviceCRUDAction.java |
44 |
Avoid variables with short names like tx |
| 26020 |
src/com/gps/action/DeviceCRUDAction.java |
44 |
Use explicit scoping instead of the default package private level |
| 26021 |
src/com/gps/action/DeviceCRUDAction.java |
44 |
fieldCommentRequirement Required |
| 26022 |
src/com/gps/action/DeviceCRUDAction.java |
45 |
Avoid using redundant field initializer for 'sess' |
| 26023 |
src/com/gps/action/DeviceCRUDAction.java |
45 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 26024 |
src/com/gps/action/DeviceCRUDAction.java |
45 |
Use explicit scoping instead of the default package private level |
| 26025 |
src/com/gps/action/DeviceCRUDAction.java |
45 |
fieldCommentRequirement Required |
| 26026 |
src/com/gps/action/DeviceCRUDAction.java |
46 |
fieldCommentRequirement Required |
| 26027 |
src/com/gps/action/DeviceCRUDAction.java |
48 |
fieldCommentRequirement Required |
| 26028 |
src/com/gps/action/DeviceCRUDAction.java |
50 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 26029 |
src/com/gps/action/DeviceCRUDAction.java |
50 |
Use explicit scoping instead of the default package private level |
| 26030 |
src/com/gps/action/DeviceCRUDAction.java |
50 |
fieldCommentRequirement Required |
| 26031 |
src/com/gps/action/DeviceCRUDAction.java |
51 |
publicMethodCommentRequirement Required |
| 26032 |
src/com/gps/action/DeviceCRUDAction.java |
55 |
Parameter 'istat' is not assigned and could be declared final |
| 26033 |
src/com/gps/action/DeviceCRUDAction.java |
55 |
publicMethodCommentRequirement Required |
| 26034 |
src/com/gps/action/DeviceCRUDAction.java |
60 |
Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. |
| 26035 |
src/com/gps/action/DeviceCRUDAction.java |
60 |
fieldCommentRequirement Required |
| 26036 |
src/com/gps/action/DeviceCRUDAction.java |
61 |
Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. |
| 26037 |
src/com/gps/action/DeviceCRUDAction.java |
61 |
The Logger variable declaration does not contain the static and final modifiers |
| 26038 |
src/com/gps/action/DeviceCRUDAction.java |
61 |
Use explicit scoping instead of the default package private level |
| 26039 |
src/com/gps/action/DeviceCRUDAction.java |
61 |
fieldCommentRequirement Required |
| 26040 |
src/com/gps/action/DeviceCRUDAction.java |
62 |
Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. |
| 26041 |
src/com/gps/action/DeviceCRUDAction.java |
62 |
fieldCommentRequirement Required |
| 26042 |
src/com/gps/action/DeviceCRUDAction.java |
63 |
Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. |
| 26043 |
src/com/gps/action/DeviceCRUDAction.java |
63 |
fieldCommentRequirement Required |
| 26044 |
src/com/gps/action/DeviceCRUDAction.java |
64 |
Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. |
| 26045 |
src/com/gps/action/DeviceCRUDAction.java |
64 |
fieldCommentRequirement Required |
| 26046 |
src/com/gps/action/DeviceCRUDAction.java |
65 |
publicMethodCommentRequirement Required |
| 26047 |
src/com/gps/action/DeviceCRUDAction.java |
69 |
Parameter 'message1' is not assigned and could be declared final |
| 26048 |
src/com/gps/action/DeviceCRUDAction.java |
69 |
publicMethodCommentRequirement Required |
| 26049 |
src/com/gps/action/DeviceCRUDAction.java |
73 |
publicMethodCommentRequirement Required |
| 26050 |
src/com/gps/action/DeviceCRUDAction.java |
77 |
Parameter 'message' is not assigned and could be declared final |
| 26051 |
src/com/gps/action/DeviceCRUDAction.java |
77 |
publicMethodCommentRequirement Required |
| 26052 |
src/com/gps/action/DeviceCRUDAction.java |
81 |
publicMethodCommentRequirement Required |
| 26053 |
src/com/gps/action/DeviceCRUDAction.java |
85 |
publicMethodCommentRequirement Required |
| 26054 |
src/com/gps/action/DeviceCRUDAction.java |
89 |
Parameter 'deviceId' is not assigned and could be declared final |
| 26055 |
src/com/gps/action/DeviceCRUDAction.java |
89 |
publicMethodCommentRequirement Required |
| 26056 |
src/com/gps/action/DeviceCRUDAction.java |
94 |
Parameter 'device' is not assigned and could be declared final |
| 26057 |
src/com/gps/action/DeviceCRUDAction.java |
94 |
publicMethodCommentRequirement Required |
| 26058 |
src/com/gps/action/DeviceCRUDAction.java |
98 |
Parameter 'deviceList' is not assigned and could be declared final |
| 26059 |
src/com/gps/action/DeviceCRUDAction.java |
98 |
publicMethodCommentRequirement Required |
| 26060 |
src/com/gps/action/DeviceCRUDAction.java |
102 |
publicMethodCommentRequirement Required |
| 26061 |
src/com/gps/action/DeviceCRUDAction.java |
106 |
publicMethodCommentRequirement Required |
| 26062 |
src/com/gps/action/DeviceCRUDAction.java |
113 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 26063 |
src/com/gps/action/DeviceCRUDAction.java |
115 |
Potential violation of Law of Demeter (object not created locally) |
| 26064 |
src/com/gps/action/DeviceCRUDAction.java |
115 |
There is log block not surrounded by if |
| 26065 |
src/com/gps/action/DeviceCRUDAction.java |
116 |
Avoid printStackTrace(); use a logger call instead. |
| 26066 |
src/com/gps/action/DeviceCRUDAction.java |
116 |
Potential violation of Law of Demeter (object not created locally) |
| 26067 |
src/com/gps/action/DeviceCRUDAction.java |
117 |
A method should have only one exit point, and that should be the last statement in the method |
| 26068 |
src/com/gps/action/DeviceCRUDAction.java |
123 |
publicMethodCommentRequirement Required |
| 26069 |
src/com/gps/action/DeviceCRUDAction.java |
126 |
Local variable 'value' could be declared final |
| 26070 |
src/com/gps/action/DeviceCRUDAction.java |
132 |
publicMethodCommentRequirement Required |
| 26071 |
src/com/gps/action/DeviceCRUDAction.java |
134 |
The String literal "device" appears 5 times in this file; the first occurrence is on line 134 |
| 26072 |
src/com/gps/action/DeviceCRUDAction.java |
135 |
Found 'DU'-anomaly for variable 'rdao' (lines '135'-'168'). |
| 26073 |
src/com/gps/action/DeviceCRUDAction.java |
135 |
Local variable 'rdao' could be declared final |
| 26074 |
src/com/gps/action/DeviceCRUDAction.java |
136 |
Found 'DD'-anomaly for variable 'val' (lines '136'-'139'). |
| 26075 |
src/com/gps/action/DeviceCRUDAction.java |
136 |
Found 'DD'-anomaly for variable 'val' (lines '136'-'156'). |
| 26076 |
src/com/gps/action/DeviceCRUDAction.java |
136 |
Found 'DD'-anomaly for variable 'val' (lines '136'-'165'). |
| 26077 |
src/com/gps/action/DeviceCRUDAction.java |
137 |
Local variable 'type' could be declared final |
| 26078 |
src/com/gps/action/DeviceCRUDAction.java |
138 |
Position literals first in String comparisons |
| 26079 |
src/com/gps/action/DeviceCRUDAction.java |
138 |
Potential violation of Law of Demeter (object not created locally) |
| 26080 |
src/com/gps/action/DeviceCRUDAction.java |
139 |
Avoid using if...else statements without curly braces |
| 26081 |
src/com/gps/action/DeviceCRUDAction.java |
141 |
Position literals first in String comparisons |
| 26082 |
src/com/gps/action/DeviceCRUDAction.java |
141 |
Potential violation of Law of Demeter (object not created locally) |
| 26083 |
src/com/gps/action/DeviceCRUDAction.java |
143 |
Avoid using if...else statements without curly braces |
| 26084 |
src/com/gps/action/DeviceCRUDAction.java |
145 |
Local variable 'dpdao' could be declared final |
| 26085 |
src/com/gps/action/DeviceCRUDAction.java |
146 |
Potential violation of Law of Demeter (method chain calls) |
| 26086 |
src/com/gps/action/DeviceCRUDAction.java |
146 |
Potential violation of Law of Demeter (object not created locally) |
| 26087 |
src/com/gps/action/DeviceCRUDAction.java |
150 |
Potential violation of Law of Demeter (object not created locally) |
| 26088 |
src/com/gps/action/DeviceCRUDAction.java |
150 |
These nested if statements could be combined |
| 26089 |
src/com/gps/action/DeviceCRUDAction.java |
152 |
Potential violation of Law of Demeter (object not created locally) |
| 26090 |
src/com/gps/action/DeviceCRUDAction.java |
153 |
Potential violation of Law of Demeter (object not created locally) |
| 26091 |
src/com/gps/action/DeviceCRUDAction.java |
156 |
Found 'DD'-anomaly for variable 'val' (lines '156'-'161'). |
| 26092 |
src/com/gps/action/DeviceCRUDAction.java |
158 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 26093 |
src/com/gps/action/DeviceCRUDAction.java |
160 |
Avoid printStackTrace(); use a logger call instead. |
| 26094 |
src/com/gps/action/DeviceCRUDAction.java |
160 |
Potential violation of Law of Demeter (object not created locally) |
| 26095 |
src/com/gps/action/DeviceCRUDAction.java |
165 |
Avoid using if...else statements without curly braces |
| 26096 |
src/com/gps/action/DeviceCRUDAction.java |
172 |
publicMethodCommentRequirement Required |
| 26097 |
src/com/gps/action/DeviceCRUDAction.java |
180 |
publicMethodCommentRequirement Required |
| 26098 |
src/com/gps/action/DeviceCRUDAction.java |
186 |
Local variable 'devdao' could be declared final |
| 26099 |
src/com/gps/action/DeviceCRUDAction.java |
187 |
Potential violation of Law of Demeter (object not created locally) |
| 26100 |
src/com/gps/action/DeviceCRUDAction.java |
190 |
Potential violation of Law of Demeter (method chain calls) |
| 26101 |
src/com/gps/action/DeviceCRUDAction.java |
192 |
A method should have only one exit point, and that should be the last statement in the method |
| 26102 |
src/com/gps/action/DeviceCRUDAction.java |
194 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 26103 |
src/com/gps/action/DeviceCRUDAction.java |
203 |
publicMethodCommentRequirement Required |
| 26104 |
src/com/gps/action/DeviceCRUDAction.java |
208 |
Local variable 'devproDao' could be declared final |
| 26105 |
src/com/gps/action/DeviceCRUDAction.java |
211 |
Local variable 'ownIP' could be declared final |
| 26106 |
src/com/gps/action/DeviceCRUDAction.java |
212 |
Potential violation of Law of Demeter (object not created locally) |
| 26107 |
src/com/gps/action/DeviceCRUDAction.java |
216 |
Potential violation of Law of Demeter (object not created locally) |
| 26108 |
src/com/gps/action/DeviceCRUDAction.java |
218 |
Potential violation of Law of Demeter (method chain calls) |
| 26109 |
src/com/gps/action/DeviceCRUDAction.java |
220 |
A method should have only one exit point, and that should be the last statement in the method |
| 26110 |
src/com/gps/action/DeviceCRUDAction.java |
220 |
The String literal "add" appears 5 times in this file; the first occurrence is on line 220 |
| 26111 |
src/com/gps/action/DeviceCRUDAction.java |
224 |
Potential violation of Law of Demeter (object not created locally) |
| 26112 |
src/com/gps/action/DeviceCRUDAction.java |
225 |
A method should have only one exit point, and that should be the last statement in the method |
| 26113 |
src/com/gps/action/DeviceCRUDAction.java |
230 |
Potential violation of Law of Demeter (object not created locally) |
| 26114 |
src/com/gps/action/DeviceCRUDAction.java |
231 |
A method should have only one exit point, and that should be the last statement in the method |
| 26115 |
src/com/gps/action/DeviceCRUDAction.java |
236 |
Potential violation of Law of Demeter (object not created locally) |
| 26116 |
src/com/gps/action/DeviceCRUDAction.java |
237 |
A method should have only one exit point, and that should be the last statement in the method |
| 26117 |
src/com/gps/action/DeviceCRUDAction.java |
242 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 26118 |
src/com/gps/action/DeviceCRUDAction.java |
252 |
publicMethodCommentRequirement Required |
| 26119 |
src/com/gps/action/DeviceCRUDAction.java |
258 |
Found 'DU'-anomaly for variable 'devproDao' (lines '258'-'290'). |
| 26120 |
src/com/gps/action/DeviceCRUDAction.java |
258 |
Local variable 'devproDao' could be declared final |
| 26121 |
src/com/gps/action/DeviceCRUDAction.java |
259 |
Potential violation of Law of Demeter (method chain calls) |
| 26122 |
src/com/gps/action/DeviceCRUDAction.java |
259 |
Potential violation of Law of Demeter (method chain calls) |
| 26123 |
src/com/gps/action/DeviceCRUDAction.java |
259 |
Potential violation of Law of Demeter (method chain calls) |
| 26124 |
src/com/gps/action/DeviceCRUDAction.java |
259 |
Potential violation of Law of Demeter (method chain calls) |
| 26125 |
src/com/gps/action/DeviceCRUDAction.java |
267 |
Potential violation of Law of Demeter (object not created locally) |
| 26126 |
src/com/gps/action/DeviceCRUDAction.java |
269 |
Avoid using Literals in Conditional Statements |
| 26127 |
src/com/gps/action/DeviceCRUDAction.java |
269 |
Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty() |
| 26128 |
src/com/gps/action/DeviceCRUDAction.java |
274 |
A method should have only one exit point, and that should be the last statement in the method |
| 26129 |
src/com/gps/action/DeviceCRUDAction.java |
280 |
A method should have only one exit point, and that should be the last statement in the method |
| 26130 |
src/com/gps/action/DeviceCRUDAction.java |
284 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 26131 |
src/com/gps/action/DeviceCRUDAction.java |
287 |
Avoid printStackTrace(); use a logger call instead. |
| 26132 |
src/com/gps/action/DeviceCRUDAction.java |
287 |
Potential violation of Law of Demeter (object not created locally) |
| 26133 |
src/com/gps/action/DeviceCRUDAction.java |
294 |
Method names should not start with capital letters |
| 26134 |
src/com/gps/action/DeviceCRUDAction.java |
294 |
publicMethodCommentRequirement Required |
| 26135 |
src/com/gps/action/DeviceCRUDAction.java |
298 |
Local variable 'devproDao' could be declared final |
| 26136 |
src/com/gps/action/DeviceCRUDAction.java |
299 |
Potential violation of Law of Demeter (object not created locally) |
| 26137 |
src/com/gps/action/DeviceCRUDAction.java |
300 |
A method should have only one exit point, and that should be the last statement in the method |
| 26138 |
src/com/gps/action/DeviceCRUDAction.java |
300 |
The String literal "sucess" appears 7 times in this file; the first occurrence is on line 300 |
| 26139 |
src/com/gps/action/DeviceCRUDAction.java |
303 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 26140 |
src/com/gps/action/DeviceCRUDAction.java |
305 |
Avoid printStackTrace(); use a logger call instead. |
| 26141 |
src/com/gps/action/DeviceCRUDAction.java |
305 |
Potential violation of Law of Demeter (object not created locally) |
| 26142 |
src/com/gps/action/DeviceCRUDAction.java |
313 |
publicMethodCommentRequirement Required |
| 26143 |
src/com/gps/action/DeviceCRUDAction.java |
320 |
Local variable 'udao' could be declared final |
| 26144 |
src/com/gps/action/DeviceCRUDAction.java |
321 |
Potential violation of Law of Demeter (method chain calls) |
| 26145 |
src/com/gps/action/DeviceCRUDAction.java |
321 |
Potential violation of Law of Demeter (method chain calls) |
| 26146 |
src/com/gps/action/DeviceCRUDAction.java |
321 |
Potential violation of Law of Demeter (method chain calls) |
| 26147 |
src/com/gps/action/DeviceCRUDAction.java |
321 |
Potential violation of Law of Demeter (object not created locally) |
| 26148 |
src/com/gps/action/DeviceCRUDAction.java |
323 |
Potential violation of Law of Demeter (method chain calls) |
| 26149 |
src/com/gps/action/DeviceCRUDAction.java |
326 |
Potential violation of Law of Demeter (method chain calls) |
| 26150 |
src/com/gps/action/DeviceCRUDAction.java |
326 |
Potential violation of Law of Demeter (method chain calls) |
| 26151 |
src/com/gps/action/DeviceCRUDAction.java |
331 |
Local variable 'vehicle1' could be declared final |
| 26152 |
src/com/gps/action/DeviceCRUDAction.java |
332 |
Avoid using Literals in Conditional Statements |
| 26153 |
src/com/gps/action/DeviceCRUDAction.java |
332 |
Potential violation of Law of Demeter (object not created locally) |
| 26154 |
src/com/gps/action/DeviceCRUDAction.java |
332 |
Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty() |
| 26155 |
src/com/gps/action/DeviceCRUDAction.java |
334 |
Potential violation of Law of Demeter (method chain calls) |
| 26156 |
src/com/gps/action/DeviceCRUDAction.java |
334 |
Potential violation of Law of Demeter (object not created locally) |
| 26157 |
src/com/gps/action/DeviceCRUDAction.java |
335 |
Local variable 'vpd' could be declared final |
| 26158 |
src/com/gps/action/DeviceCRUDAction.java |
336 |
Potential violation of Law of Demeter (object not created locally) |
| 26159 |
src/com/gps/action/DeviceCRUDAction.java |
336 |
Potential violation of Law of Demeter (object not created locally) |
| 26160 |
src/com/gps/action/DeviceCRUDAction.java |
341 |
Local variable 'devproDao' could be declared final |
| 26161 |
src/com/gps/action/DeviceCRUDAction.java |
342 |
Potential violation of Law of Demeter (object not created locally) |
| 26162 |
src/com/gps/action/DeviceCRUDAction.java |
344 |
A method should have only one exit point, and that should be the last statement in the method |
| 26163 |
src/com/gps/action/DeviceCRUDAction.java |
350 |
Potential violation of Law of Demeter (object not created locally) |
| 26164 |
src/com/gps/action/DeviceCRUDAction.java |
351 |
A method should have only one exit point, and that should be the last statement in the method |
| 26165 |
src/com/gps/action/DeviceCRUDAction.java |
356 |
Potential violation of Law of Demeter (object not created locally) |
| 26166 |
src/com/gps/action/DeviceCRUDAction.java |
357 |
A method should have only one exit point, and that should be the last statement in the method |
| 26167 |
src/com/gps/action/DeviceCRUDAction.java |
362 |
Potential violation of Law of Demeter (object not created locally) |
| 26168 |
src/com/gps/action/DeviceCRUDAction.java |
363 |
A method should have only one exit point, and that should be the last statement in the method |
| 26169 |
src/com/gps/action/DeviceCRUDAction.java |
366 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 26170 |
src/com/gps/action/DeviceCRUDAction.java |
373 |
publicMethodCommentRequirement Required |
| 26171 |
src/com/gps/action/DeviceCRUDAction.java |
378 |
Found 'DU'-anomaly for variable 'devproDao' (lines '378'-'411'). |
| 26172 |
src/com/gps/action/DeviceCRUDAction.java |
378 |
Local variable 'devproDao' could be declared final |
| 26173 |
src/com/gps/action/DeviceCRUDAction.java |
379 |
Local variable 'devdao' could be declared final |
| 26174 |
src/com/gps/action/DeviceCRUDAction.java |
380 |
Potential violation of Law of Demeter (object not created locally) |
| 26175 |
src/com/gps/action/DeviceCRUDAction.java |
382 |
Avoid if (x != y) ..; else ..; |
| 26176 |
src/com/gps/action/DeviceCRUDAction.java |
382 |
Potential violation of Law of Demeter (method chain calls) |
| 26177 |
src/com/gps/action/DeviceCRUDAction.java |
384 |
Potential violation of Law of Demeter (object not created locally) |
| 26178 |
src/com/gps/action/DeviceCRUDAction.java |
386 |
Comment is too large: Line too long |
| 26179 |
src/com/gps/action/DeviceCRUDAction.java |
387 |
Assigning an Object to null is a code smell. Consider refactoring. |
| 26180 |
src/com/gps/action/DeviceCRUDAction.java |
388 |
A method should have only one exit point, and that should be the last statement in the method |
| 26181 |
src/com/gps/action/DeviceCRUDAction.java |
401 |
A method should have only one exit point, and that should be the last statement in the method |
| 26182 |
src/com/gps/action/DeviceCRUDAction.java |
404 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 26183 |
src/com/gps/action/DeviceCRUDAction.java |
407 |
Avoid printStackTrace(); use a logger call instead. |
| 26184 |
src/com/gps/action/DeviceCRUDAction.java |
407 |
Potential violation of Law of Demeter (object not created locally) |
| 26185 |
src/com/gps/action/DeviceCRUDAction.java |
416 |
A method/constructor shouldnt explicitly throw java.lang.Exception |
| 26186 |
src/com/gps/action/DeviceCRUDAction.java |
416 |
Parameter 'deviceId' is not assigned and could be declared final |
| 26187 |
src/com/gps/action/DeviceCRUDAction.java |
416 |
publicMethodCommentRequirement Required |
| 26188 |
src/com/gps/action/DeviceCRUDAction.java |
419 |
Local variable 'vdao' could be declared final |
| 26189 |
src/com/gps/action/DeviceCRUDAction.java |
420 |
Found 'DD'-anomaly for variable 'vehicleList' (lines '420'-'427'). |
| 26190 |
src/com/gps/action/DeviceCRUDAction.java |
423 |
Potential violation of Law of Demeter (object not created locally) |
| 26191 |
src/com/gps/action/DeviceCRUDAction.java |
425 |
Local variable 'query' could be declared final |
| 26192 |
src/com/gps/action/DeviceCRUDAction.java |
426 |
Potential violation of Law of Demeter (object not created locally) |
| 26193 |
src/com/gps/action/DeviceCRUDAction.java |
427 |
Potential violation of Law of Demeter (object not created locally) |
| 26194 |
src/com/gps/action/DeviceCRUDAction.java |
432 |
A catch statement that catches an exception only to rethrow it should be avoided. |
| 26195 |
src/com/gps/action/DeviceCRUDAction.java |
432 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 26196 |
src/com/gps/action/DeviceCRUDAction.java |
443 |
Parameter 'arg0' is not assigned and could be declared final |
| 26197 |
src/com/gps/action/DeviceCRUDAction.java |
443 |
publicMethodCommentRequirement Required |
| 26198 |
src/com/gps/action/DeviceCRUDAction.java |
450 |
Parameter 'arg0' is not assigned and could be declared final |
| 26199 |
src/com/gps/action/DeviceCRUDAction.java |
450 |
publicMethodCommentRequirement Required |
| 26200 |
src/com/gps/action/FenceVehicleMapAction.java |
24 |
headerCommentRequirement Required |
| 26201 |
src/com/gps/action/FenceVehicleMapAction.java |
26 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 26202 |
src/com/gps/action/FenceVehicleMapAction.java |
26 |
fieldCommentRequirement Required |
| 26203 |
src/com/gps/action/FenceVehicleMapAction.java |
27 |
Avoid unused private fields such as 'response'. |
| 26204 |
src/com/gps/action/FenceVehicleMapAction.java |
27 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 26205 |
src/com/gps/action/FenceVehicleMapAction.java |
27 |
Perhaps 'response' could be replaced by a local variable. |
| 26206 |
src/com/gps/action/FenceVehicleMapAction.java |
27 |
fieldCommentRequirement Required |
| 26207 |
src/com/gps/action/FenceVehicleMapAction.java |
28 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 26208 |
src/com/gps/action/FenceVehicleMapAction.java |
28 |
fieldCommentRequirement Required |
| 26209 |
src/com/gps/action/FenceVehicleMapAction.java |
29 |
fieldCommentRequirement Required |
| 26210 |
src/com/gps/action/FenceVehicleMapAction.java |
30 |
fieldCommentRequirement Required |
| 26211 |
src/com/gps/action/FenceVehicleMapAction.java |
31 |
fieldCommentRequirement Required |
| 26212 |
src/com/gps/action/FenceVehicleMapAction.java |
32 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 26213 |
src/com/gps/action/FenceVehicleMapAction.java |
32 |
Use explicit scoping instead of the default package private level |
| 26214 |
src/com/gps/action/FenceVehicleMapAction.java |
32 |
fieldCommentRequirement Required |
| 26215 |
src/com/gps/action/FenceVehicleMapAction.java |
33 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 26216 |
src/com/gps/action/FenceVehicleMapAction.java |
33 |
Use explicit scoping instead of the default package private level |
| 26217 |
src/com/gps/action/FenceVehicleMapAction.java |
33 |
fieldCommentRequirement Required |
| 26218 |
src/com/gps/action/FenceVehicleMapAction.java |
34 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 26219 |
src/com/gps/action/FenceVehicleMapAction.java |
34 |
Use explicit scoping instead of the default package private level |
| 26220 |
src/com/gps/action/FenceVehicleMapAction.java |
34 |
fieldCommentRequirement Required |
| 26221 |
src/com/gps/action/FenceVehicleMapAction.java |
35 |
fieldCommentRequirement Required |
| 26222 |
src/com/gps/action/FenceVehicleMapAction.java |
36 |
Avoid using redundant field initializer for 'tripid' |
| 26223 |
src/com/gps/action/FenceVehicleMapAction.java |
36 |
fieldCommentRequirement Required |
| 26224 |
src/com/gps/action/FenceVehicleMapAction.java |
37 |
fieldCommentRequirement Required |
| 26225 |
src/com/gps/action/FenceVehicleMapAction.java |
38 |
The Logger variable declaration does not contain the static and final modifiers |
| 26226 |
src/com/gps/action/FenceVehicleMapAction.java |
38 |
Use explicit scoping instead of the default package private level |
| 26227 |
src/com/gps/action/FenceVehicleMapAction.java |
38 |
fieldCommentRequirement Required |
| 26228 |
src/com/gps/action/FenceVehicleMapAction.java |
39 |
Use explicit scoping instead of the default package private level |
| 26229 |
src/com/gps/action/FenceVehicleMapAction.java |
39 |
fieldCommentRequirement Required |
| 26230 |
src/com/gps/action/FenceVehicleMapAction.java |
41 |
publicMethodCommentRequirement Required |
| 26231 |
src/com/gps/action/FenceVehicleMapAction.java |
42 |
Returning 'vehicleCheck' may expose an internal array. |
| 26232 |
src/com/gps/action/FenceVehicleMapAction.java |
46 |
Parameter 'vehicleCheck' is not assigned and could be declared final |
| 26233 |
src/com/gps/action/FenceVehicleMapAction.java |
46 |
The user-supplied array 'vehicleCheck' is stored directly. |
| 26234 |
src/com/gps/action/FenceVehicleMapAction.java |
46 |
publicMethodCommentRequirement Required |
| 26235 |
src/com/gps/action/FenceVehicleMapAction.java |
57 |
Found 'DD'-anomaly for variable 'fenceid' (lines '57'-'64'). |
| 26236 |
src/com/gps/action/FenceVehicleMapAction.java |
58 |
Local variable 'mapDAO' could be declared final |
| 26237 |
src/com/gps/action/FenceVehicleMapAction.java |
64 |
Found 'DD'-anomaly for variable 'fenceid' (lines '64'-'70'). |
| 26238 |
src/com/gps/action/FenceVehicleMapAction.java |
66 |
Potential violation of Law of Demeter (method chain calls) |
| 26239 |
src/com/gps/action/FenceVehicleMapAction.java |
66 |
Potential violation of Law of Demeter (method chain calls) |
| 26240 |
src/com/gps/action/FenceVehicleMapAction.java |
72 |
Potential violation of Law of Demeter (object not created locally) |
| 26241 |
src/com/gps/action/FenceVehicleMapAction.java |
74 |
Potential violation of Law of Demeter (method chain calls) |
| 26242 |
src/com/gps/action/FenceVehicleMapAction.java |
79 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 26243 |
src/com/gps/action/FenceVehicleMapAction.java |
81 |
Avoid printStackTrace(); use a logger call instead. |
| 26244 |
src/com/gps/action/FenceVehicleMapAction.java |
81 |
Potential violation of Law of Demeter (object not created locally) |
| 26245 |
src/com/gps/action/FenceVehicleMapAction.java |
92 |
Found 'DU'-anomaly for variable 'mapDAO' (lines '92'-'115'). |
| 26246 |
src/com/gps/action/FenceVehicleMapAction.java |
92 |
Local variable 'mapDAO' could be declared final |
| 26247 |
src/com/gps/action/FenceVehicleMapAction.java |
93 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'chk_vehicles' is not final. |
| 26248 |
src/com/gps/action/FenceVehicleMapAction.java |
98 |
Found 'DU'-anomaly for variable 'chk_vehicles' (lines '98'-'115'). |
| 26249 |
src/com/gps/action/FenceVehicleMapAction.java |
98 |
The String literal "vehicleCheck" appears 4 times in this file; the first occurrence is on line 98 |
| 26250 |
src/com/gps/action/FenceVehicleMapAction.java |
104 |
Potential violation of Law of Demeter (method chain calls) |
| 26251 |
src/com/gps/action/FenceVehicleMapAction.java |
104 |
Potential violation of Law of Demeter (method chain calls) |
| 26252 |
src/com/gps/action/FenceVehicleMapAction.java |
104 |
Potential violation of Law of Demeter (object not created locally) |
| 26253 |
src/com/gps/action/FenceVehicleMapAction.java |
109 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 26254 |
src/com/gps/action/FenceVehicleMapAction.java |
111 |
Avoid printStackTrace(); use a logger call instead. |
| 26255 |
src/com/gps/action/FenceVehicleMapAction.java |
111 |
Potential violation of Law of Demeter (object not created locally) |
| 26256 |
src/com/gps/action/FenceVehicleMapAction.java |
121 |
Found 'UR'-anomaly for variable 'veh' (lines '121'-'134'). |
| 26257 |
src/com/gps/action/FenceVehicleMapAction.java |
122 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'values_chk' is not final. |
| 26258 |
src/com/gps/action/FenceVehicleMapAction.java |
123 |
Local variable 'selectedVehId' could be declared final |
| 26259 |
src/com/gps/action/FenceVehicleMapAction.java |
124 |
Found 'DU'-anomaly for variable 'vehDAO' (lines '124'-'170'). |
| 26260 |
src/com/gps/action/FenceVehicleMapAction.java |
124 |
Local variable 'vehDAO' could be declared final |
| 26261 |
src/com/gps/action/FenceVehicleMapAction.java |
129 |
Potential violation of Law of Demeter (method chain calls) |
| 26262 |
src/com/gps/action/FenceVehicleMapAction.java |
130 |
Found 'DU'-anomaly for variable 'values_chk' (lines '130'-'170'). |
| 26263 |
src/com/gps/action/FenceVehicleMapAction.java |
132 |
Local variable 'veh' could be declared final |
| 26264 |
src/com/gps/action/FenceVehicleMapAction.java |
134 |
Potential violation of Law of Demeter (method chain calls) |
| 26265 |
src/com/gps/action/FenceVehicleMapAction.java |
134 |
Potential violation of Law of Demeter (method chain calls) |
| 26266 |
src/com/gps/action/FenceVehicleMapAction.java |
134 |
Potential violation of Law of Demeter (object not created locally) |
| 26267 |
src/com/gps/action/FenceVehicleMapAction.java |
140 |
Local variable 'ckdList' could be declared final |
| 26268 |
src/com/gps/action/FenceVehicleMapAction.java |
141 |
Potential violation of Law of Demeter (object not created locally) |
| 26269 |
src/com/gps/action/FenceVehicleMapAction.java |
143 |
Potential violation of Law of Demeter (object not created locally) |
| 26270 |
src/com/gps/action/FenceVehicleMapAction.java |
143 |
Potential violation of Law of Demeter (object not created locally) |
| 26271 |
src/com/gps/action/FenceVehicleMapAction.java |
145 |
Potential violation of Law of Demeter (object not created locally) |
| 26272 |
src/com/gps/action/FenceVehicleMapAction.java |
145 |
Potential violation of Law of Demeter (object not created locally) |
| 26273 |
src/com/gps/action/FenceVehicleMapAction.java |
149 |
Potential violation of Law of Demeter (object not created locally) |
| 26274 |
src/com/gps/action/FenceVehicleMapAction.java |
149 |
Potential violation of Law of Demeter (object not created locally) |
| 26275 |
src/com/gps/action/FenceVehicleMapAction.java |
154 |
Avoid using Literals in Conditional Statements |
| 26276 |
src/com/gps/action/FenceVehicleMapAction.java |
154 |
Potential violation of Law of Demeter (object not created locally) |
| 26277 |
src/com/gps/action/FenceVehicleMapAction.java |
154 |
Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty() |
| 26278 |
src/com/gps/action/FenceVehicleMapAction.java |
156 |
Potential violation of Law of Demeter (object not created locally) |
| 26279 |
src/com/gps/action/FenceVehicleMapAction.java |
157 |
Potential violation of Law of Demeter (object not created locally) |
| 26280 |
src/com/gps/action/FenceVehicleMapAction.java |
157 |
Potential violation of Law of Demeter (object not created locally) |
| 26281 |
src/com/gps/action/FenceVehicleMapAction.java |
165 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 26282 |
src/com/gps/action/FenceVehicleMapAction.java |
167 |
Avoid printStackTrace(); use a logger call instead. |
| 26283 |
src/com/gps/action/FenceVehicleMapAction.java |
167 |
Potential violation of Law of Demeter (object not created locally) |
| 26284 |
src/com/gps/action/FenceVehicleMapAction.java |
173 |
Found 'UR'-anomaly for variable 'fence' (lines '173'-'199'). |
| 26285 |
src/com/gps/action/FenceVehicleMapAction.java |
176 |
Found 'DD'-anomaly for variable 'trip' (lines '176'-'188'). |
| 26286 |
src/com/gps/action/FenceVehicleMapAction.java |
176 |
Found 'DU'-anomaly for variable 'trip' (lines '176'-'212'). |
| 26287 |
src/com/gps/action/FenceVehicleMapAction.java |
178 |
Found 'DD'-anomaly for variable 'counter' (lines '178'-'198'). |
| 26288 |
src/com/gps/action/FenceVehicleMapAction.java |
178 |
Found 'DU'-anomaly for variable 'counter' (lines '178'-'212'). |
| 26289 |
src/com/gps/action/FenceVehicleMapAction.java |
184 |
Potential violation of Law of Demeter (method chain calls) |
| 26290 |
src/com/gps/action/FenceVehicleMapAction.java |
184 |
Potential violation of Law of Demeter (method chain calls) |
| 26291 |
src/com/gps/action/FenceVehicleMapAction.java |
185 |
Potential violation of Law of Demeter (object not created locally) |
| 26292 |
src/com/gps/action/FenceVehicleMapAction.java |
187 |
Avoid using if statements without curly braces |
| 26293 |
src/com/gps/action/FenceVehicleMapAction.java |
188 |
Found 'DU'-anomaly for variable 'trip' (lines '188'-'212'). |
| 26294 |
src/com/gps/action/FenceVehicleMapAction.java |
188 |
Potential violation of Law of Demeter (object not created locally) |
| 26295 |
src/com/gps/action/FenceVehicleMapAction.java |
191 |
Potential violation of Law of Demeter (object not created locally) |
| 26296 |
src/com/gps/action/FenceVehicleMapAction.java |
193 |
Potential violation of Law of Demeter (object not created locally) |
| 26297 |
src/com/gps/action/FenceVehicleMapAction.java |
195 |
Avoid using Literals in Conditional Statements |
| 26298 |
src/com/gps/action/FenceVehicleMapAction.java |
195 |
Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty() |
| 26299 |
src/com/gps/action/FenceVehicleMapAction.java |
196 |
Local variable 'fence' could be declared final |
| 26300 |
src/com/gps/action/FenceVehicleMapAction.java |
199 |
Potential violation of Law of Demeter (object not created locally) |
| 26301 |
src/com/gps/action/FenceVehicleMapAction.java |
199 |
Potential violation of Law of Demeter (object not created locally) |
| 26302 |
src/com/gps/action/FenceVehicleMapAction.java |
199 |
Potential violation of Law of Demeter (object not created locally) |
| 26303 |
src/com/gps/action/FenceVehicleMapAction.java |
199 |
Potential violation of Law of Demeter (object not created locally) |
| 26304 |
src/com/gps/action/FenceVehicleMapAction.java |
199 |
Potential violation of Law of Demeter (object not created locally) |
| 26305 |
src/com/gps/action/FenceVehicleMapAction.java |
200 |
Avoid using if statements without curly braces |
| 26306 |
src/com/gps/action/FenceVehicleMapAction.java |
207 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 26307 |
src/com/gps/action/FenceVehicleMapAction.java |
209 |
Avoid printStackTrace(); use a logger call instead. |
| 26308 |
src/com/gps/action/FenceVehicleMapAction.java |
209 |
Potential violation of Law of Demeter (object not created locally) |
| 26309 |
src/com/gps/action/FenceVehicleMapAction.java |
215 |
Parameter 'request' is not assigned and could be declared final |
| 26310 |
src/com/gps/action/FenceVehicleMapAction.java |
215 |
publicMethodCommentRequirement Required |
| 26311 |
src/com/gps/action/FenceVehicleMapAction.java |
221 |
Parameter 'response' is not assigned and could be declared final |
| 26312 |
src/com/gps/action/FenceVehicleMapAction.java |
221 |
publicMethodCommentRequirement Required |
| 26313 |
src/com/gps/action/FenceVehicleMapAction.java |
237 |
Parameter 'vehicleList' is not assigned and could be declared final |
| 26314 |
src/com/gps/action/FenceVehicleMapAction.java |
251 |
Parameter 'fenceid' is not assigned and could be declared final |
| 26315 |
src/com/gps/action/FenceVehicleMapAction.java |
265 |
Parameter 'mappedList' is not assigned and could be declared final |
| 26316 |
src/com/gps/action/FenceVehicleMapAction.java |
279 |
Parameter 'fences' is not assigned and could be declared final |
| 26317 |
src/com/gps/action/FenceVehicleMapAction.java |
293 |
Parameter 'tripid' is not assigned and could be declared final |
| 26318 |
src/com/gps/action/FenceVehicleMapAction.java |
307 |
Parameter 'fenceList' is not assigned and could be declared final |
| 26319 |
src/com/gps/action/GenerateMap.java |
1 |
A high number of imports can indicate a high degree of coupling within an object. |
| 26320 |
src/com/gps/action/GenerateMap.java |
1 |
Possible God class (WMC=248, ATFD=273, TCC=0.15114709851551958) |
| 26321 |
src/com/gps/action/GenerateMap.java |
46 |
Avoid really long classes. |
| 26322 |
src/com/gps/action/GenerateMap.java |
46 |
The class 'GenerateMap' has a Cyclomatic Complexity of 6 (Highest = 73). |
| 26323 |
src/com/gps/action/GenerateMap.java |
46 |
Too many fields |
| 26324 |
src/com/gps/action/GenerateMap.java |
46 |
headerCommentRequirement Required |
| 26325 |
src/com/gps/action/GenerateMap.java |
52 |
The Logger variable declaration does not contain the static and final modifiers |
| 26326 |
src/com/gps/action/GenerateMap.java |
52 |
Use explicit scoping instead of the default package private level |
| 26327 |
src/com/gps/action/GenerateMap.java |
52 |
fieldCommentRequirement Required |
| 26328 |
src/com/gps/action/GenerateMap.java |
53 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 26329 |
src/com/gps/action/GenerateMap.java |
53 |
Use explicit scoping instead of the default package private level |
| 26330 |
src/com/gps/action/GenerateMap.java |
53 |
fieldCommentRequirement Required |
| 26331 |
src/com/gps/action/GenerateMap.java |
54 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 26332 |
src/com/gps/action/GenerateMap.java |
54 |
Use explicit scoping instead of the default package private level |
| 26333 |
src/com/gps/action/GenerateMap.java |
54 |
fieldCommentRequirement Required |
| 26334 |
src/com/gps/action/GenerateMap.java |
55 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 26335 |
src/com/gps/action/GenerateMap.java |
55 |
Use explicit scoping instead of the default package private level |
| 26336 |
src/com/gps/action/GenerateMap.java |
55 |
fieldCommentRequirement Required |
| 26337 |
src/com/gps/action/GenerateMap.java |
56 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 26338 |
src/com/gps/action/GenerateMap.java |
56 |
Use explicit scoping instead of the default package private level |
| 26339 |
src/com/gps/action/GenerateMap.java |
56 |
fieldCommentRequirement Required |
| 26340 |
src/com/gps/action/GenerateMap.java |
57 |
fieldCommentRequirement Required |
| 26341 |
src/com/gps/action/GenerateMap.java |
58 |
fieldCommentRequirement Required |
| 26342 |
src/com/gps/action/GenerateMap.java |
59 |
publicMethodCommentRequirement Required |
| 26343 |
src/com/gps/action/GenerateMap.java |
64 |
Parameter 'vehicleGroupList' is not assigned and could be declared final |
| 26344 |
src/com/gps/action/GenerateMap.java |
64 |
publicMethodCommentRequirement Required |
| 26345 |
src/com/gps/action/GenerateMap.java |
67 |
Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. |
| 26346 |
src/com/gps/action/GenerateMap.java |
67 |
fieldCommentRequirement Required |
| 26347 |
src/com/gps/action/GenerateMap.java |
68 |
Avoid using redundant field initializer for 'vedetails' |
| 26348 |
src/com/gps/action/GenerateMap.java |
68 |
Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. |
| 26349 |
src/com/gps/action/GenerateMap.java |
68 |
fieldCommentRequirement Required |
| 26350 |
src/com/gps/action/GenerateMap.java |
69 |
Avoid using redundant field initializer for 'vehList' |
| 26351 |
src/com/gps/action/GenerateMap.java |
69 |
Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. |
| 26352 |
src/com/gps/action/GenerateMap.java |
69 |
fieldCommentRequirement Required |
| 26353 |
src/com/gps/action/GenerateMap.java |
70 |
Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. |
| 26354 |
src/com/gps/action/GenerateMap.java |
70 |
fieldCommentRequirement Required |
| 26355 |
src/com/gps/action/GenerateMap.java |
71 |
Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. |
| 26356 |
src/com/gps/action/GenerateMap.java |
71 |
fieldCommentRequirement Required |
| 26357 |
src/com/gps/action/GenerateMap.java |
72 |
Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. |
| 26358 |
src/com/gps/action/GenerateMap.java |
72 |
fieldCommentRequirement Required |
| 26359 |
src/com/gps/action/GenerateMap.java |
73 |
Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. |
| 26360 |
src/com/gps/action/GenerateMap.java |
73 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'tripDetails_date' is not final. |
| 26361 |
src/com/gps/action/GenerateMap.java |
73 |
fieldCommentRequirement Required |
| 26362 |
src/com/gps/action/GenerateMap.java |
74 |
Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. |
| 26363 |
src/com/gps/action/GenerateMap.java |
74 |
fieldCommentRequirement Required |
| 26364 |
src/com/gps/action/GenerateMap.java |
75 |
Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. |
| 26365 |
src/com/gps/action/GenerateMap.java |
75 |
fieldCommentRequirement Required |
| 26366 |
src/com/gps/action/GenerateMap.java |
76 |
publicMethodCommentRequirement Required |
| 26367 |
src/com/gps/action/GenerateMap.java |
79 |
Parameter 'tripDetails1' is not assigned and could be declared final |
| 26368 |
src/com/gps/action/GenerateMap.java |
79 |
publicMethodCommentRequirement Required |
| 26369 |
src/com/gps/action/GenerateMap.java |
82 |
publicMethodCommentRequirement Required |
| 26370 |
src/com/gps/action/GenerateMap.java |
85 |
Parameter 'orgVehicleList' is not assigned and could be declared final |
| 26371 |
src/com/gps/action/GenerateMap.java |
85 |
publicMethodCommentRequirement Required |
| 26372 |
src/com/gps/action/GenerateMap.java |
90 |
publicMethodCommentRequirement Required |
| 26373 |
src/com/gps/action/GenerateMap.java |
93 |
Parameter 'vehicleDetails' is not assigned and could be declared final |
| 26374 |
src/com/gps/action/GenerateMap.java |
93 |
publicMethodCommentRequirement Required |
| 26375 |
src/com/gps/action/GenerateMap.java |
97 |
publicMethodCommentRequirement Required |
| 26376 |
src/com/gps/action/GenerateMap.java |
101 |
Parameter 'vedetails' is not assigned and could be declared final |
| 26377 |
src/com/gps/action/GenerateMap.java |
101 |
publicMethodCommentRequirement Required |
| 26378 |
src/com/gps/action/GenerateMap.java |
104 |
publicMethodCommentRequirement Required |
| 26379 |
src/com/gps/action/GenerateMap.java |
107 |
Parameter 'vehList' is not assigned and could be declared final |
| 26380 |
src/com/gps/action/GenerateMap.java |
107 |
publicMethodCommentRequirement Required |
| 26381 |
src/com/gps/action/GenerateMap.java |
110 |
publicMethodCommentRequirement Required |
| 26382 |
src/com/gps/action/GenerateMap.java |
113 |
Parameter 'colurList' is not assigned and could be declared final |
| 26383 |
src/com/gps/action/GenerateMap.java |
113 |
publicMethodCommentRequirement Required |
| 26384 |
src/com/gps/action/GenerateMap.java |
116 |
publicMethodCommentRequirement Required |
| 26385 |
src/com/gps/action/GenerateMap.java |
119 |
Parameter 'tripDetails' is not assigned and could be declared final |
| 26386 |
src/com/gps/action/GenerateMap.java |
119 |
publicMethodCommentRequirement Required |
| 26387 |
src/com/gps/action/GenerateMap.java |
122 |
Method names should not contain underscores |
| 26388 |
src/com/gps/action/GenerateMap.java |
122 |
publicMethodCommentRequirement Required |
| 26389 |
src/com/gps/action/GenerateMap.java |
125 |
Method names should not contain underscores |
| 26390 |
src/com/gps/action/GenerateMap.java |
125 |
Parameter 'tripDetailsDate' is not assigned and could be declared final |
| 26391 |
src/com/gps/action/GenerateMap.java |
125 |
publicMethodCommentRequirement Required |
| 26392 |
src/com/gps/action/GenerateMap.java |
128 |
Comment is too large: Too many lines |
| 26393 |
src/com/gps/action/GenerateMap.java |
137 |
Method names should not start with capital letters |
| 26394 |
src/com/gps/action/GenerateMap.java |
137 |
The method 'List' has a Cyclomatic Complexity of 10. |
| 26395 |
src/com/gps/action/GenerateMap.java |
139 |
Local variable 'vpd' could be declared final |
| 26396 |
src/com/gps/action/GenerateMap.java |
148 |
The String literal "user" appears 9 times in this file; the first occurrence is on line 148 |
| 26397 |
src/com/gps/action/GenerateMap.java |
149 |
Found 'DD'-anomaly for variable 'tripList' (lines '149'-'153'). |
| 26398 |
src/com/gps/action/GenerateMap.java |
150 |
Found 'DD'-anomaly for variable 'fenceLists' (lines '150'-'174'). |
| 26399 |
src/com/gps/action/GenerateMap.java |
150 |
Found 'DU'-anomaly for variable 'fenceLists' (lines '150'-'217'). |
| 26400 |
src/com/gps/action/GenerateMap.java |
151 |
Found 'DD'-anomaly for variable 'trip' (lines '151'-'172'). |
| 26401 |
src/com/gps/action/GenerateMap.java |
151 |
Found 'DU'-anomaly for variable 'trip' (lines '151'-'217'). |
| 26402 |
src/com/gps/action/GenerateMap.java |
152 |
Local variable 'tripDao' could be declared final |
| 26403 |
src/com/gps/action/GenerateMap.java |
153 |
Potential violation of Law of Demeter (object not created locally) |
| 26404 |
src/com/gps/action/GenerateMap.java |
153 |
Potential violation of Law of Demeter (object not created locally) |
| 26405 |
src/com/gps/action/GenerateMap.java |
154 |
Found 'DU'-anomaly for variable 'geo' (lines '154'-'217'). |
| 26406 |
src/com/gps/action/GenerateMap.java |
154 |
Local variable 'geo' could be declared final |
| 26407 |
src/com/gps/action/GenerateMap.java |
158 |
Avoid using Literals in Conditional Statements |
| 26408 |
src/com/gps/action/GenerateMap.java |
158 |
Potential violation of Law of Demeter (object not created locally) |
| 26409 |
src/com/gps/action/GenerateMap.java |
158 |
Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty() |
| 26410 |
src/com/gps/action/GenerateMap.java |
159 |
Potential violation of Law of Demeter (object not created locally) |
| 26411 |
src/com/gps/action/GenerateMap.java |
162 |
Avoid if (x != y) ..; else ..; |
| 26412 |
src/com/gps/action/GenerateMap.java |
162 |
Potential violation of Law of Demeter (method chain calls) |
| 26413 |
src/com/gps/action/GenerateMap.java |
162 |
Potential violation of Law of Demeter (method chain calls) |
| 26414 |
src/com/gps/action/GenerateMap.java |
162 |
Potential violation of Law of Demeter (method chain calls) |
| 26415 |
src/com/gps/action/GenerateMap.java |
162 |
Potential violation of Law of Demeter (method chain calls) |
| 26416 |
src/com/gps/action/GenerateMap.java |
162 |
Potential violation of Law of Demeter (method chain calls) |
| 26417 |
src/com/gps/action/GenerateMap.java |
162 |
Potential violation of Law of Demeter (method chain calls) |
| 26418 |
src/com/gps/action/GenerateMap.java |
162 |
Potential violation of Law of Demeter (method chain calls) |
| 26419 |
src/com/gps/action/GenerateMap.java |
162 |
Potential violation of Law of Demeter (method chain calls) |
| 26420 |
src/com/gps/action/GenerateMap.java |
162 |
Potential violation of Law of Demeter (object not created locally) |
| 26421 |
src/com/gps/action/GenerateMap.java |
162 |
Potential violation of Law of Demeter (object not created locally) |
| 26422 |
src/com/gps/action/GenerateMap.java |
162 |
Potential violation of Law of Demeter (object not created locally) |
| 26423 |
src/com/gps/action/GenerateMap.java |
162 |
Use opposite operator instead of the logic complement operator. |
| 26424 |
src/com/gps/action/GenerateMap.java |
162 |
Useless parentheses. |
| 26425 |
src/com/gps/action/GenerateMap.java |
163 |
Potential violation of Law of Demeter (method chain calls) |
| 26426 |
src/com/gps/action/GenerateMap.java |
163 |
Potential violation of Law of Demeter (method chain calls) |
| 26427 |
src/com/gps/action/GenerateMap.java |
163 |
Potential violation of Law of Demeter (method chain calls) |
| 26428 |
src/com/gps/action/GenerateMap.java |
163 |
Potential violation of Law of Demeter (method chain calls) |
| 26429 |
src/com/gps/action/GenerateMap.java |
163 |
Potential violation of Law of Demeter (method chain calls) |
| 26430 |
src/com/gps/action/GenerateMap.java |
163 |
Potential violation of Law of Demeter (method chain calls) |
| 26431 |
src/com/gps/action/GenerateMap.java |
163 |
Potential violation of Law of Demeter (object not created locally) |
| 26432 |
src/com/gps/action/GenerateMap.java |
163 |
The String literal "lat" appears 10 times in this file; the first occurrence is on line 163 |
| 26433 |
src/com/gps/action/GenerateMap.java |
164 |
Potential violation of Law of Demeter (method chain calls) |
| 26434 |
src/com/gps/action/GenerateMap.java |
164 |
Potential violation of Law of Demeter (method chain calls) |
| 26435 |
src/com/gps/action/GenerateMap.java |
164 |
Potential violation of Law of Demeter (method chain calls) |
| 26436 |
src/com/gps/action/GenerateMap.java |
164 |
Potential violation of Law of Demeter (method chain calls) |
| 26437 |
src/com/gps/action/GenerateMap.java |
164 |
Potential violation of Law of Demeter (method chain calls) |
| 26438 |
src/com/gps/action/GenerateMap.java |
164 |
Potential violation of Law of Demeter (method chain calls) |
| 26439 |
src/com/gps/action/GenerateMap.java |
164 |
Potential violation of Law of Demeter (object not created locally) |
| 26440 |
src/com/gps/action/GenerateMap.java |
164 |
The String literal "lon" appears 8 times in this file; the first occurrence is on line 164 |
| 26441 |
src/com/gps/action/GenerateMap.java |
165 |
The String literal "zoom" appears 8 times in this file; the first occurrence is on line 165 |
| 26442 |
src/com/gps/action/GenerateMap.java |
172 |
Avoid instantiating new objects inside loops |
| 26443 |
src/com/gps/action/GenerateMap.java |
172 |
Potential violation of Law of Demeter (method chain calls) |
| 26444 |
src/com/gps/action/GenerateMap.java |
172 |
Potential violation of Law of Demeter (method chain calls) |
| 26445 |
src/com/gps/action/GenerateMap.java |
172 |
Potential violation of Law of Demeter (object not created locally) |
| 26446 |
src/com/gps/action/GenerateMap.java |
174 |
Potential violation of Law of Demeter (object not created locally) |
| 26447 |
src/com/gps/action/GenerateMap.java |
174 |
Potential violation of Law of Demeter (object not created locally) |
| 26448 |
src/com/gps/action/GenerateMap.java |
175 |
Avoid using Literals in Conditional Statements |
| 26449 |
src/com/gps/action/GenerateMap.java |
175 |
Potential violation of Law of Demeter (object not created locally) |
| 26450 |
src/com/gps/action/GenerateMap.java |
175 |
Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty() |
| 26451 |
src/com/gps/action/GenerateMap.java |
176 |
Potential violation of Law of Demeter (method chain calls) |
| 26452 |
src/com/gps/action/GenerateMap.java |
176 |
Potential violation of Law of Demeter (method chain calls) |
| 26453 |
src/com/gps/action/GenerateMap.java |
176 |
Potential violation of Law of Demeter (object not created locally) |
| 26454 |
src/com/gps/action/GenerateMap.java |
177 |
Potential violation of Law of Demeter (method chain calls) |
| 26455 |
src/com/gps/action/GenerateMap.java |
177 |
Potential violation of Law of Demeter (method chain calls) |
| 26456 |
src/com/gps/action/GenerateMap.java |
177 |
Potential violation of Law of Demeter (object not created locally) |
| 26457 |
src/com/gps/action/GenerateMap.java |
184 |
Potential violation of Law of Demeter (object not created locally) |
| 26458 |
src/com/gps/action/GenerateMap.java |
184 |
Useless parentheses. |
| 26459 |
src/com/gps/action/GenerateMap.java |
192 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 26460 |
src/com/gps/action/GenerateMap.java |
194 |
Potential violation of Law of Demeter (object not created locally) |
| 26461 |
src/com/gps/action/GenerateMap.java |
194 |
Useless parentheses. |
| 26462 |
src/com/gps/action/GenerateMap.java |
207 |
Potential violation of Law of Demeter (object not created locally) |
| 26463 |
src/com/gps/action/GenerateMap.java |
208 |
The String literal "vehicleGroupList" appears 7 times in this file; the first occurrence is on line 208 |
| 26464 |
src/com/gps/action/GenerateMap.java |
212 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 26465 |
src/com/gps/action/GenerateMap.java |
214 |
Avoid printStackTrace(); use a logger call instead. |
| 26466 |
src/com/gps/action/GenerateMap.java |
214 |
Potential violation of Law of Demeter (object not created locally) |
| 26467 |
src/com/gps/action/GenerateMap.java |
221 |
Found 'UR'-anomaly for variable 'usertrips' (lines '221'-'247'). |
| 26468 |
src/com/gps/action/GenerateMap.java |
221 |
The method 'tripList' has a Cyclomatic Complexity of 12. |
| 26469 |
src/com/gps/action/GenerateMap.java |
221 |
publicMethodCommentRequirement Required |
| 26470 |
src/com/gps/action/GenerateMap.java |
224 |
Found 'DU'-anomaly for variable 'geoDAO' (lines '224'-'317'). |
| 26471 |
src/com/gps/action/GenerateMap.java |
224 |
Local variable 'geoDAO' could be declared final |
| 26472 |
src/com/gps/action/GenerateMap.java |
228 |
Local variable 'userid' could be declared final |
| 26473 |
src/com/gps/action/GenerateMap.java |
228 |
Potential violation of Law of Demeter (object not created locally) |
| 26474 |
src/com/gps/action/GenerateMap.java |
232 |
Local variable 'tpd' could be declared final |
| 26475 |
src/com/gps/action/GenerateMap.java |
233 |
Found 'DD'-anomaly for variable 'tripList' (lines '233'-'235'). |
| 26476 |
src/com/gps/action/GenerateMap.java |
235 |
Potential violation of Law of Demeter (object not created locally) |
| 26477 |
src/com/gps/action/GenerateMap.java |
237 |
Found 'DD'-anomaly for variable 'fenceLists' (lines '237'-'265'). |
| 26478 |
src/com/gps/action/GenerateMap.java |
237 |
Found 'DU'-anomaly for variable 'fenceLists' (lines '237'-'317'). |
| 26479 |
src/com/gps/action/GenerateMap.java |
238 |
Found 'DD'-anomaly for variable 'trip' (lines '238'-'264'). |
| 26480 |
src/com/gps/action/GenerateMap.java |
238 |
Found 'DU'-anomaly for variable 'trip' (lines '238'-'317'). |
| 26481 |
src/com/gps/action/GenerateMap.java |
242 |
Avoid if (x != y) ..; else ..; |
| 26482 |
src/com/gps/action/GenerateMap.java |
245 |
Local variable 'usertrips' could be declared final |
| 26483 |
src/com/gps/action/GenerateMap.java |
247 |
Potential violation of Law of Demeter (object not created locally) |
| 26484 |
src/com/gps/action/GenerateMap.java |
250 |
Avoid using Literals in Conditional Statements |
| 26485 |
src/com/gps/action/GenerateMap.java |
250 |
Potential violation of Law of Demeter (object not created locally) |
| 26486 |
src/com/gps/action/GenerateMap.java |
250 |
Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty() |
| 26487 |
src/com/gps/action/GenerateMap.java |
251 |
Potential violation of Law of Demeter (object not created locally) |
| 26488 |
src/com/gps/action/GenerateMap.java |
254 |
Avoid if (x != y) ..; else ..; |
| 26489 |
src/com/gps/action/GenerateMap.java |
254 |
Potential violation of Law of Demeter (method chain calls) |
| 26490 |
src/com/gps/action/GenerateMap.java |
254 |
Potential violation of Law of Demeter (method chain calls) |
| 26491 |
src/com/gps/action/GenerateMap.java |
254 |
Potential violation of Law of Demeter (method chain calls) |
| 26492 |
src/com/gps/action/GenerateMap.java |
254 |
Potential violation of Law of Demeter (method chain calls) |
| 26493 |
src/com/gps/action/GenerateMap.java |
254 |
Potential violation of Law of Demeter (method chain calls) |
| 26494 |
src/com/gps/action/GenerateMap.java |
254 |
Potential violation of Law of Demeter (method chain calls) |
| 26495 |
src/com/gps/action/GenerateMap.java |
254 |
Potential violation of Law of Demeter (method chain calls) |
| 26496 |
src/com/gps/action/GenerateMap.java |
254 |
Potential violation of Law of Demeter (method chain calls) |
| 26497 |
src/com/gps/action/GenerateMap.java |
254 |
Potential violation of Law of Demeter (object not created locally) |
| 26498 |
src/com/gps/action/GenerateMap.java |
254 |
Potential violation of Law of Demeter (object not created locally) |
| 26499 |
src/com/gps/action/GenerateMap.java |
254 |
Potential violation of Law of Demeter (object not created locally) |
| 26500 |
src/com/gps/action/GenerateMap.java |
254 |
Use opposite operator instead of the logic complement operator. |
| 26501 |
src/com/gps/action/GenerateMap.java |
254 |
Useless parentheses. |
| 26502 |
src/com/gps/action/GenerateMap.java |
255 |
Potential violation of Law of Demeter (method chain calls) |
| 26503 |
src/com/gps/action/GenerateMap.java |
255 |
Potential violation of Law of Demeter (method chain calls) |
| 26504 |
src/com/gps/action/GenerateMap.java |
255 |
Potential violation of Law of Demeter (method chain calls) |
| 26505 |
src/com/gps/action/GenerateMap.java |
255 |
Potential violation of Law of Demeter (method chain calls) |
| 26506 |
src/com/gps/action/GenerateMap.java |
255 |
Potential violation of Law of Demeter (method chain calls) |
| 26507 |
src/com/gps/action/GenerateMap.java |
255 |
Potential violation of Law of Demeter (method chain calls) |
| 26508 |
src/com/gps/action/GenerateMap.java |
255 |
Potential violation of Law of Demeter (object not created locally) |
| 26509 |
src/com/gps/action/GenerateMap.java |
256 |
Potential violation of Law of Demeter (method chain calls) |
| 26510 |
src/com/gps/action/GenerateMap.java |
256 |
Potential violation of Law of Demeter (method chain calls) |
| 26511 |
src/com/gps/action/GenerateMap.java |
256 |
Potential violation of Law of Demeter (method chain calls) |
| 26512 |
src/com/gps/action/GenerateMap.java |
256 |
Potential violation of Law of Demeter (method chain calls) |
| 26513 |
src/com/gps/action/GenerateMap.java |
256 |
Potential violation of Law of Demeter (method chain calls) |
| 26514 |
src/com/gps/action/GenerateMap.java |
256 |
Potential violation of Law of Demeter (method chain calls) |
| 26515 |
src/com/gps/action/GenerateMap.java |
256 |
Potential violation of Law of Demeter (object not created locally) |
| 26516 |
src/com/gps/action/GenerateMap.java |
264 |
Avoid instantiating new objects inside loops |
| 26517 |
src/com/gps/action/GenerateMap.java |
264 |
Potential violation of Law of Demeter (method chain calls) |
| 26518 |
src/com/gps/action/GenerateMap.java |
264 |
Potential violation of Law of Demeter (method chain calls) |
| 26519 |
src/com/gps/action/GenerateMap.java |
264 |
Potential violation of Law of Demeter (object not created locally) |
| 26520 |
src/com/gps/action/GenerateMap.java |
265 |
Potential violation of Law of Demeter (object not created locally) |
| 26521 |
src/com/gps/action/GenerateMap.java |
265 |
Potential violation of Law of Demeter (object not created locally) |
| 26522 |
src/com/gps/action/GenerateMap.java |
266 |
Avoid using Literals in Conditional Statements |
| 26523 |
src/com/gps/action/GenerateMap.java |
266 |
Potential violation of Law of Demeter (object not created locally) |
| 26524 |
src/com/gps/action/GenerateMap.java |
266 |
Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty() |
| 26525 |
src/com/gps/action/GenerateMap.java |
267 |
Potential violation of Law of Demeter (method chain calls) |
| 26526 |
src/com/gps/action/GenerateMap.java |
267 |
Potential violation of Law of Demeter (method chain calls) |
| 26527 |
src/com/gps/action/GenerateMap.java |
267 |
Potential violation of Law of Demeter (object not created locally) |
| 26528 |
src/com/gps/action/GenerateMap.java |
268 |
Potential violation of Law of Demeter (method chain calls) |
| 26529 |
src/com/gps/action/GenerateMap.java |
268 |
Potential violation of Law of Demeter (method chain calls) |
| 26530 |
src/com/gps/action/GenerateMap.java |
268 |
Potential violation of Law of Demeter (object not created locally) |
| 26531 |
src/com/gps/action/GenerateMap.java |
275 |
Potential violation of Law of Demeter (object not created locally) |
| 26532 |
src/com/gps/action/GenerateMap.java |
275 |
Useless parentheses. |
| 26533 |
src/com/gps/action/GenerateMap.java |
284 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 26534 |
src/com/gps/action/GenerateMap.java |
286 |
Potential violation of Law of Demeter (object not created locally) |
| 26535 |
src/com/gps/action/GenerateMap.java |
286 |
Useless parentheses. |
| 26536 |
src/com/gps/action/GenerateMap.java |
296 |
The String literal "tripList" appears 4 times in this file; the first occurrence is on line 296 |
| 26537 |
src/com/gps/action/GenerateMap.java |
307 |
A method should have only one exit point, and that should be the last statement in the method |
| 26538 |
src/com/gps/action/GenerateMap.java |
310 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 26539 |
src/com/gps/action/GenerateMap.java |
314 |
Avoid printStackTrace(); use a logger call instead. |
| 26540 |
src/com/gps/action/GenerateMap.java |
314 |
Potential violation of Law of Demeter (object not created locally) |
| 26541 |
src/com/gps/action/GenerateMap.java |
319 |
Avoid really long methods. |
| 26542 |
src/com/gps/action/GenerateMap.java |
319 |
Found 'UR'-anomaly for variable 'usertrips' (lines '319'-'360'). |
| 26543 |
src/com/gps/action/GenerateMap.java |
319 |
The method 'getTrips' has a Cyclomatic Complexity of 69. |
| 26544 |
src/com/gps/action/GenerateMap.java |
319 |
The method getTrips() has an NCSS line count of 236 |
| 26545 |
src/com/gps/action/GenerateMap.java |
319 |
The method getTrips() has an NPath complexity of 14375440 |
| 26546 |
src/com/gps/action/GenerateMap.java |
319 |
publicMethodCommentRequirement Required |
| 26547 |
src/com/gps/action/GenerateMap.java |
321 |
Avoid variables with short names like id |
| 26548 |
src/com/gps/action/GenerateMap.java |
322 |
Found 'DD'-anomaly for variable 'next' (lines '322'-'325'). |
| 26549 |
src/com/gps/action/GenerateMap.java |
323 |
Avoid using Literals in Conditional Statements |
| 26550 |
src/com/gps/action/GenerateMap.java |
323 |
Use equals() to compare strings instead of '==' or '!=' |
| 26551 |
src/com/gps/action/GenerateMap.java |
325 |
Found 'DU'-anomaly for variable 'next' (lines '325'-'724'). |
| 26552 |
src/com/gps/action/GenerateMap.java |
325 |
Potential violation of Law of Demeter (object not created locally) |
| 26553 |
src/com/gps/action/GenerateMap.java |
325 |
Potential violation of Law of Demeter (object not created locally) |
| 26554 |
src/com/gps/action/GenerateMap.java |
326 |
Potential violation of Law of Demeter (object not created locally) |
| 26555 |
src/com/gps/action/GenerateMap.java |
328 |
Avoid declaring a variable if it is unreferenced before a possible exit point. |
| 26556 |
src/com/gps/action/GenerateMap.java |
328 |
Avoid unused local variables such as 'trip2'. |
| 26557 |
src/com/gps/action/GenerateMap.java |
328 |
Found 'DU'-anomaly for variable 'trip2' (lines '328'-'724'). |
| 26558 |
src/com/gps/action/GenerateMap.java |
328 |
Local variable 'trip2' could be declared final |
| 26559 |
src/com/gps/action/GenerateMap.java |
329 |
Avoid declaring a variable if it is unreferenced before a possible exit point. |
| 26560 |
src/com/gps/action/GenerateMap.java |
329 |
Avoid unused local variables such as 'vpd'. |
| 26561 |
src/com/gps/action/GenerateMap.java |
329 |
Found 'DU'-anomaly for variable 'vpd' (lines '329'-'724'). |
| 26562 |
src/com/gps/action/GenerateMap.java |
329 |
Local variable 'vpd' could be declared final |
| 26563 |
src/com/gps/action/GenerateMap.java |
330 |
Found 'DD'-anomaly for variable 'trip1' (lines '330'-'360'). |
| 26564 |
src/com/gps/action/GenerateMap.java |
330 |
Found 'DU'-anomaly for variable 'trip1' (lines '330'-'724'). |
| 26565 |
src/com/gps/action/GenerateMap.java |
331 |
Avoid declaring a variable if it is unreferenced before a possible exit point. |
| 26566 |
src/com/gps/action/GenerateMap.java |
331 |
Avoid unused local variables such as 'user'. |
| 26567 |
src/com/gps/action/GenerateMap.java |
331 |
Local variable 'user' could be declared final |
| 26568 |
src/com/gps/action/GenerateMap.java |
332 |
Avoid unused local variables such as 'regList'. |
| 26569 |
src/com/gps/action/GenerateMap.java |
332 |
Found 'DU'-anomaly for variable 'regList' (lines '332'-'724'). |
| 26570 |
src/com/gps/action/GenerateMap.java |
332 |
Local variable 'regList' could be declared final |
| 26571 |
src/com/gps/action/GenerateMap.java |
333 |
Avoid declaring a variable if it is unreferenced before a possible exit point. |
| 26572 |
src/com/gps/action/GenerateMap.java |
333 |
Avoid unused local variables such as 'array'. |
| 26573 |
src/com/gps/action/GenerateMap.java |
333 |
Found 'DU'-anomaly for variable 'array' (lines '333'-'724'). |
| 26574 |
src/com/gps/action/GenerateMap.java |
333 |
Local variable 'array' could be declared final |
| 26575 |
src/com/gps/action/GenerateMap.java |
334 |
Avoid variables with short names like sb |
| 26576 |
src/com/gps/action/GenerateMap.java |
334 |
Local variable 'sb' could be declared final |
| 26577 |
src/com/gps/action/GenerateMap.java |
336 |
Found 'DD'-anomaly for variable 'tripname' (lines '336'-'362'). |
| 26578 |
src/com/gps/action/GenerateMap.java |
336 |
Found 'DU'-anomaly for variable 'tripname' (lines '336'-'724'). |
| 26579 |
src/com/gps/action/GenerateMap.java |
337 |
Avoid variables with short names like i |
| 26580 |
src/com/gps/action/GenerateMap.java |
337 |
Found 'DU'-anomaly for variable 'i' (lines '337'-'724'). |
| 26581 |
src/com/gps/action/GenerateMap.java |
345 |
Found 'DU'-anomaly for variable 'userid' (lines '345'-'724'). |
| 26582 |
src/com/gps/action/GenerateMap.java |
345 |
Local variable 'userid' could be declared final |
| 26583 |
src/com/gps/action/GenerateMap.java |
345 |
Potential violation of Law of Demeter (object not created locally) |
| 26584 |
src/com/gps/action/GenerateMap.java |
347 |
Avoid using Literals in Conditional Statements |
| 26585 |
src/com/gps/action/GenerateMap.java |
347 |
Use equals() to compare strings instead of '==' or '!=' |
| 26586 |
src/com/gps/action/GenerateMap.java |
350 |
Avoid unused local variables such as 'tpd'. |
| 26587 |
src/com/gps/action/GenerateMap.java |
350 |
Found 'DU'-anomaly for variable 'tpd' (lines '350'-'724'). |
| 26588 |
src/com/gps/action/GenerateMap.java |
350 |
Local variable 'tpd' could be declared final |
| 26589 |
src/com/gps/action/GenerateMap.java |
352 |
Found 'DD'-anomaly for variable 'tripList' (lines '352'-'354'). |
| 26590 |
src/com/gps/action/GenerateMap.java |
353 |
Local variable 'tripDao' could be declared final |
| 26591 |
src/com/gps/action/GenerateMap.java |
354 |
Potential violation of Law of Demeter (object not created locally) |
| 26592 |
src/com/gps/action/GenerateMap.java |
357 |
Avoid appending characters as strings in StringBuffer.append. |
| 26593 |
src/com/gps/action/GenerateMap.java |
357 |
Potential violation of Law of Demeter (object not created locally) |
| 26594 |
src/com/gps/action/GenerateMap.java |
358 |
Local variable 'usertrips' could be declared final |
| 26595 |
src/com/gps/action/GenerateMap.java |
360 |
Potential violation of Law of Demeter (object not created locally) |
| 26596 |
src/com/gps/action/GenerateMap.java |
362 |
Found 'DD'-anomaly for variable 'tripname' (lines '362'-'366'). |
| 26597 |
src/com/gps/action/GenerateMap.java |
362 |
Potential violation of Law of Demeter (object not created locally) |
| 26598 |
src/com/gps/action/GenerateMap.java |
364 |
Potential violation of Law of Demeter (method chain calls) |
| 26599 |
src/com/gps/action/GenerateMap.java |
364 |
Potential violation of Law of Demeter (object not created locally) |
| 26600 |
src/com/gps/action/GenerateMap.java |
368 |
Avoid appending characters as strings in StringBuffer.append. |
| 26601 |
src/com/gps/action/GenerateMap.java |
368 |
Avoid appending characters as strings in StringBuffer.append. |
| 26602 |
src/com/gps/action/GenerateMap.java |
368 |
Avoid appending characters as strings in StringBuffer.append. |
| 26603 |
src/com/gps/action/GenerateMap.java |
368 |
Avoid appending characters as strings in StringBuffer.append. |
| 26604 |
src/com/gps/action/GenerateMap.java |
368 |
Avoid appending characters as strings in StringBuffer.append. |
| 26605 |
src/com/gps/action/GenerateMap.java |
368 |
Potential violation of Law of Demeter (object not created locally) |
| 26606 |
src/com/gps/action/GenerateMap.java |
368 |
Potential violation of Law of Demeter (object not created locally) |
| 26607 |
src/com/gps/action/GenerateMap.java |
368 |
StringBuffer (or StringBuilder).append is called 3 consecutive times with literal Strings. Use a single append with a single combined String. |
| 26608 |
src/com/gps/action/GenerateMap.java |
368 |
StringBuffer (or StringBuilder).append is called 4 consecutive times with literal Strings. Use a single append with a single combined String. |
| 26609 |
src/com/gps/action/GenerateMap.java |
368 |
StringBuffer (or StringBuilder).append is called 6 consecutive times with literal Strings. Use a single append with a single combined String. |
| 26610 |
src/com/gps/action/GenerateMap.java |
368 |
The String literal "\" " appears 5 times in this file; the first occurrence is on line 368 |
| 26611 |
src/com/gps/action/GenerateMap.java |
368 |
The String literal "\"expanded\": false" appears 5 times in this file; the first occurrence is on line 368 |
| 26612 |
src/com/gps/action/GenerateMap.java |
368 |
The String literal "\"hasChildren\": true" appears 5 times in this file; the first occurrence is on line 368 |
| 26613 |
src/com/gps/action/GenerateMap.java |
368 |
The String literal "\"id\":" appears 5 times in this file; the first occurrence is on line 368 |
| 26614 |
src/com/gps/action/GenerateMap.java |
368 |
The String literal "\"text\":" appears 5 times in this file; the first occurrence is on line 368 |
| 26615 |
src/com/gps/action/GenerateMap.java |
369 |
Potential violation of Law of Demeter (object not created locally) |
| 26616 |
src/com/gps/action/GenerateMap.java |
369 |
Potential violation of Law of Demeter (object not created locally) |
| 26617 |
src/com/gps/action/GenerateMap.java |
370 |
Avoid empty if statements |
| 26618 |
src/com/gps/action/GenerateMap.java |
375 |
Avoid appending characters as strings in StringBuffer.append. |
| 26619 |
src/com/gps/action/GenerateMap.java |
375 |
Potential violation of Law of Demeter (object not created locally) |
| 26620 |
src/com/gps/action/GenerateMap.java |
377 |
Found 'DU'-anomaly for variable 'i' (lines '377'-'724'). |
| 26621 |
src/com/gps/action/GenerateMap.java |
379 |
Avoid appending characters as strings in StringBuffer.append. |
| 26622 |
src/com/gps/action/GenerateMap.java |
379 |
Potential violation of Law of Demeter (object not created locally) |
| 26623 |
src/com/gps/action/GenerateMap.java |
380 |
Potential violation of Law of Demeter (method chain calls) |
| 26624 |
src/com/gps/action/GenerateMap.java |
380 |
Potential violation of Law of Demeter (object not created locally) |
| 26625 |
src/com/gps/action/GenerateMap.java |
387 |
Position literals first in String comparisons |
| 26626 |
src/com/gps/action/GenerateMap.java |
387 |
Potential violation of Law of Demeter (object not created locally) |
| 26627 |
src/com/gps/action/GenerateMap.java |
389 |
Avoid appending characters as strings in StringBuffer.append. |
| 26628 |
src/com/gps/action/GenerateMap.java |
389 |
Potential violation of Law of Demeter (object not created locally) |
| 26629 |
src/com/gps/action/GenerateMap.java |
390 |
Avoid unused local variables such as 'tripd'. |
| 26630 |
src/com/gps/action/GenerateMap.java |
390 |
Found 'DU'-anomaly for variable 'tripd' (lines '390'-'724'). |
| 26631 |
src/com/gps/action/GenerateMap.java |
390 |
Local variable 'tripd' could be declared final |
| 26632 |
src/com/gps/action/GenerateMap.java |
391 |
Local variable 'tdo' could be declared final |
| 26633 |
src/com/gps/action/GenerateMap.java |
392 |
Found 'DD'-anomaly for variable 'trip3' (lines '392'-'477'). |
| 26634 |
src/com/gps/action/GenerateMap.java |
393 |
Found 'DD'-anomaly for variable 'freq_trip' (lines '393'-'480'). |
| 26635 |
src/com/gps/action/GenerateMap.java |
393 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'freq_trip' is not final. |
| 26636 |
src/com/gps/action/GenerateMap.java |
394 |
Local variable 'calendar' could be declared final |
| 26637 |
src/com/gps/action/GenerateMap.java |
395 |
Avoid unused local variables such as 'itr'. |
| 26638 |
src/com/gps/action/GenerateMap.java |
395 |
Found 'DU'-anomaly for variable 'itr' (lines '395'-'724'). |
| 26639 |
src/com/gps/action/GenerateMap.java |
395 |
Local variable 'itr' could be declared final |
| 26640 |
src/com/gps/action/GenerateMap.java |
397 |
Avoid unused local variables such as 'vehitr'. |
| 26641 |
src/com/gps/action/GenerateMap.java |
397 |
Found 'DU'-anomaly for variable 'vehitr' (lines '397'-'724'). |
| 26642 |
src/com/gps/action/GenerateMap.java |
397 |
Local variable 'vehitr' could be declared final |
| 26643 |
src/com/gps/action/GenerateMap.java |
398 |
Avoid variables with short names like ft |
| 26644 |
src/com/gps/action/GenerateMap.java |
398 |
Found 'DD'-anomaly for variable 'ft' (lines '398'-'625'). |
| 26645 |
src/com/gps/action/GenerateMap.java |
398 |
Found 'DU'-anomaly for variable 'ft' (lines '398'-'724'). |
| 26646 |
src/com/gps/action/GenerateMap.java |
400 |
Avoid unused local variables such as 'maxitr'. |
| 26647 |
src/com/gps/action/GenerateMap.java |
400 |
Local variable 'maxitr' could be declared final |
| 26648 |
src/com/gps/action/GenerateMap.java |
402 |
Found 'DD'-anomaly for variable 'totalDays' (lines '402'-'593'). |
| 26649 |
src/com/gps/action/GenerateMap.java |
403 |
Local variable 'dateUtil' could be declared final |
| 26650 |
src/com/gps/action/GenerateMap.java |
404 |
Avoid unused local variables such as 'check'. |
| 26651 |
src/com/gps/action/GenerateMap.java |
404 |
Found 'DU'-anomaly for variable 'check' (lines '404'-'724'). |
| 26652 |
src/com/gps/action/GenerateMap.java |
404 |
Local variable 'check' could be declared final |
| 26653 |
src/com/gps/action/GenerateMap.java |
405 |
Found 'DD'-anomaly for variable 'dateDays' (lines '405'-'594'). |
| 26654 |
src/com/gps/action/GenerateMap.java |
406 |
Found 'DD'-anomaly for variable 'splitDate' (lines '406'-'605'). |
| 26655 |
src/com/gps/action/GenerateMap.java |
407 |
Found 'DD'-anomaly for variable 'splitDate1' (lines '407'-'676'). |
| 26656 |
src/com/gps/action/GenerateMap.java |
407 |
Found 'DU'-anomaly for variable 'splitDate1' (lines '407'-'724'). |
| 26657 |
src/com/gps/action/GenerateMap.java |
408 |
Avoid unused local variables such as 'day'. |
| 26658 |
src/com/gps/action/GenerateMap.java |
408 |
Found 'DD'-anomaly for variable 'day' (lines '408'-'675'). |
| 26659 |
src/com/gps/action/GenerateMap.java |
408 |
Found 'DU'-anomaly for variable 'day' (lines '408'-'724'). |
| 26660 |
src/com/gps/action/GenerateMap.java |
409 |
Avoid unused local variables such as 'dateAfter_1'. |
| 26661 |
src/com/gps/action/GenerateMap.java |
409 |
Found 'DU'-anomaly for variable 'dateAfter_1' (lines '409'-'724'). |
| 26662 |
src/com/gps/action/GenerateMap.java |
409 |
Local variable 'dateAfter_1' could be declared final |
| 26663 |
src/com/gps/action/GenerateMap.java |
409 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'dateAfter_1' is not final. |
| 26664 |
src/com/gps/action/GenerateMap.java |
411 |
Avoid variables with short names like h |
| 26665 |
src/com/gps/action/GenerateMap.java |
411 |
Local variable 'h' could be declared final |
| 26666 |
src/com/gps/action/GenerateMap.java |
412 |
Avoid variables with short names like m |
| 26667 |
src/com/gps/action/GenerateMap.java |
412 |
Do not hard code the IP address |
| 26668 |
src/com/gps/action/GenerateMap.java |
412 |
Local variable 'm' could be declared final |
| 26669 |
src/com/gps/action/GenerateMap.java |
412 |
The String literal ":00" appears 4 times in this file; the first occurrence is on line 412 |
| 26670 |
src/com/gps/action/GenerateMap.java |
413 |
Avoid variables with short names like s |
| 26671 |
src/com/gps/action/GenerateMap.java |
413 |
Do not hard code the IP address |
| 26672 |
src/com/gps/action/GenerateMap.java |
413 |
Local variable 's' could be declared final |
| 26673 |
src/com/gps/action/GenerateMap.java |
414 |
Avoid variables with short names like ss |
| 26674 |
src/com/gps/action/GenerateMap.java |
414 |
Found 'DD'-anomaly for variable 'ss' (lines '414'-'606'). |
| 26675 |
src/com/gps/action/GenerateMap.java |
414 |
Found 'DD'-anomaly for variable 'ss' (lines '414'-'677'). |
| 26676 |
src/com/gps/action/GenerateMap.java |
416 |
Local variable 'today' could be declared final |
| 26677 |
src/com/gps/action/GenerateMap.java |
417 |
Local variable 'formatter' could be declared final |
| 26678 |
src/com/gps/action/GenerateMap.java |
417 |
The String literal "yyyy-MM-dd HH:mm:ss" appears 11 times in this file; the first occurrence is on line 417 |
| 26679 |
src/com/gps/action/GenerateMap.java |
417 |
When instantiating a SimpleDateFormat object, specify a Locale |
| 26680 |
src/com/gps/action/GenerateMap.java |
418 |
Local variable 'sdfDestination' could be declared final |
| 26681 |
src/com/gps/action/GenerateMap.java |
418 |
When instantiating a SimpleDateFormat object, specify a Locale |
| 26682 |
src/com/gps/action/GenerateMap.java |
419 |
Local variable 'sdfDestination_24' could be declared final |
| 26683 |
src/com/gps/action/GenerateMap.java |
419 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'sdfDestination_24' is not final. |
| 26684 |
src/com/gps/action/GenerateMap.java |
419 |
When instantiating a SimpleDateFormat object, specify a Locale |
| 26685 |
src/com/gps/action/GenerateMap.java |
420 |
Local variable 'currenttime' could be declared final |
| 26686 |
src/com/gps/action/GenerateMap.java |
420 |
Potential violation of Law of Demeter (object not created locally) |
| 26687 |
src/com/gps/action/GenerateMap.java |
421 |
Found 'DD'-anomaly for variable 'dateCurrentDate' (lines '421'-'425'). |
| 26688 |
src/com/gps/action/GenerateMap.java |
422 |
Avoid excessively long variable names like dateCurrentDate_30 |
| 26689 |
src/com/gps/action/GenerateMap.java |
422 |
Found 'DD'-anomaly for variable 'dateCurrentDate_30' (lines '422'-'436'). |
| 26690 |
src/com/gps/action/GenerateMap.java |
422 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'dateCurrentDate_30' is not final. |
| 26691 |
src/com/gps/action/GenerateMap.java |
425 |
Potential violation of Law of Demeter (object not created locally) |
| 26692 |
src/com/gps/action/GenerateMap.java |
429 |
Avoid printStackTrace(); use a logger call instead. |
| 26693 |
src/com/gps/action/GenerateMap.java |
429 |
Potential violation of Law of Demeter (object not created locally) |
| 26694 |
src/com/gps/action/GenerateMap.java |
431 |
Potential violation of Law of Demeter (object not created locally) |
| 26695 |
src/com/gps/action/GenerateMap.java |
432 |
Local variable 'current_30' could be declared final |
| 26696 |
src/com/gps/action/GenerateMap.java |
432 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'current_30' is not final. |
| 26697 |
src/com/gps/action/GenerateMap.java |
432 |
Potential violation of Law of Demeter (object not created locally) |
| 26698 |
src/com/gps/action/GenerateMap.java |
432 |
Potential violation of Law of Demeter (object not created locally) |
| 26699 |
src/com/gps/action/GenerateMap.java |
436 |
Potential violation of Law of Demeter (object not created locally) |
| 26700 |
src/com/gps/action/GenerateMap.java |
439 |
Avoid printStackTrace(); use a logger call instead. |
| 26701 |
src/com/gps/action/GenerateMap.java |
439 |
Potential violation of Law of Demeter (object not created locally) |
| 26702 |
src/com/gps/action/GenerateMap.java |
443 |
Found 'DD'-anomaly for variable 'sformatdate' (lines '443'-'483'). |
| 26703 |
src/com/gps/action/GenerateMap.java |
444 |
Found 'DD'-anomaly for variable 'sformattime' (lines '444'-'484'). |
| 26704 |
src/com/gps/action/GenerateMap.java |
445 |
Found 'DD'-anomaly for variable 'sfortime' (lines '445'-'491'). |
| 26705 |
src/com/gps/action/GenerateMap.java |
446 |
Found 'DD'-anomaly for variable 'sreplacestring' (lines '446'-'490'). |
| 26706 |
src/com/gps/action/GenerateMap.java |
448 |
Found 'DD'-anomaly for variable 'eformatdate' (lines '448'-'511'). |
| 26707 |
src/com/gps/action/GenerateMap.java |
449 |
Found 'DD'-anomaly for variable 'eformattime' (lines '449'-'512'). |
| 26708 |
src/com/gps/action/GenerateMap.java |
450 |
Found 'DD'-anomaly for variable 'efortime' (lines '450'-'519'). |
| 26709 |
src/com/gps/action/GenerateMap.java |
451 |
Found 'DD'-anomaly for variable 'ereplacestring' (lines '451'-'518'). |
| 26710 |
src/com/gps/action/GenerateMap.java |
452 |
Avoid excessively long variable names like string_enddate_12hrs |
| 26711 |
src/com/gps/action/GenerateMap.java |
452 |
Found 'DD'-anomaly for variable 'string_enddate_12hrs' (lines '452'-'611'). |
| 26712 |
src/com/gps/action/GenerateMap.java |
452 |
Found 'DD'-anomaly for variable 'string_enddate_12hrs' (lines '452'-'681'). |
| 26713 |
src/com/gps/action/GenerateMap.java |
452 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'string_enddate_12hrs' is not final. |
| 26714 |
src/com/gps/action/GenerateMap.java |
453 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'am_pm' is not final. |
| 26715 |
src/com/gps/action/GenerateMap.java |
454 |
Found 'DD'-anomaly for variable 'maxCreationDate' (lines '454'-'543'). |
| 26716 |
src/com/gps/action/GenerateMap.java |
455 |
Found 'DD'-anomaly for variable 'startDate_search' (lines '455'-'495'). |
| 26717 |
src/com/gps/action/GenerateMap.java |
455 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'startDate_search' is not final. |
| 26718 |
src/com/gps/action/GenerateMap.java |
456 |
Found 'DD'-anomaly for variable 'endDate_search' (lines '456'-'523'). |
| 26719 |
src/com/gps/action/GenerateMap.java |
456 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'endDate_search' is not final. |
| 26720 |
src/com/gps/action/GenerateMap.java |
457 |
Avoid excessively long variable names like dateStartDate_search |
| 26721 |
src/com/gps/action/GenerateMap.java |
457 |
Found 'DD'-anomaly for variable 'dateStartDate_search' (lines '457'-'499'). |
| 26722 |
src/com/gps/action/GenerateMap.java |
457 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'dateStartDate_search' is not final. |
| 26723 |
src/com/gps/action/GenerateMap.java |
458 |
Avoid excessively long variable names like dateEndDate_search |
| 26724 |
src/com/gps/action/GenerateMap.java |
458 |
Found 'DD'-anomaly for variable 'dateEndDate_search' (lines '458'-'528'). |
| 26725 |
src/com/gps/action/GenerateMap.java |
458 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'dateEndDate_search' is not final. |
| 26726 |
src/com/gps/action/GenerateMap.java |
460 |
Avoid unused local variables such as 'final_startDate'. |
| 26727 |
src/com/gps/action/GenerateMap.java |
460 |
Found 'DU'-anomaly for variable 'final_startDate' (lines '460'-'724'). |
| 26728 |
src/com/gps/action/GenerateMap.java |
460 |
Local variable 'final_startDate' could be declared final |
| 26729 |
src/com/gps/action/GenerateMap.java |
460 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'final_startDate' is not final. |
| 26730 |
src/com/gps/action/GenerateMap.java |
461 |
Avoid unused local variables such as 'final_endDate'. |
| 26731 |
src/com/gps/action/GenerateMap.java |
461 |
Found 'DU'-anomaly for variable 'final_endDate' (lines '461'-'724'). |
| 26732 |
src/com/gps/action/GenerateMap.java |
461 |
Local variable 'final_endDate' could be declared final |
| 26733 |
src/com/gps/action/GenerateMap.java |
461 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'final_endDate' is not final. |
| 26734 |
src/com/gps/action/GenerateMap.java |
462 |
Found 'DD'-anomaly for variable 'ffdate' (lines '462'-'607'). |
| 26735 |
src/com/gps/action/GenerateMap.java |
462 |
Found 'DD'-anomaly for variable 'ffdate' (lines '462'-'678'). |
| 26736 |
src/com/gps/action/GenerateMap.java |
464 |
Avoid excessively long variable names like tstart_date_by_date |
| 26737 |
src/com/gps/action/GenerateMap.java |
464 |
Avoid unused local variables such as 'tstart_date_by_date'. |
| 26738 |
src/com/gps/action/GenerateMap.java |
464 |
Found 'DD'-anomaly for variable 'tstart_date_by_date' (lines '464'-'609'). |
| 26739 |
src/com/gps/action/GenerateMap.java |
464 |
Found 'DD'-anomaly for variable 'tstart_date_by_date' (lines '464'-'679'). |
| 26740 |
src/com/gps/action/GenerateMap.java |
464 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'tstart_date_by_date' is not final. |
| 26741 |
src/com/gps/action/GenerateMap.java |
465 |
Avoid unused local variables such as 'tend_date_by_date'. |
| 26742 |
src/com/gps/action/GenerateMap.java |
465 |
Found 'DD'-anomaly for variable 'tend_date_by_date' (lines '465'-'612'). |
| 26743 |
src/com/gps/action/GenerateMap.java |
465 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'tend_date_by_date' is not final. |
| 26744 |
src/com/gps/action/GenerateMap.java |
466 |
Found 'DD'-anomaly for variable 'fcurrent' (lines '466'-'474'). |
| 26745 |
src/com/gps/action/GenerateMap.java |
467 |
Found 'DD'-anomaly for variable 'fcurrent_30' (lines '467'-'475'). |
| 26746 |
src/com/gps/action/GenerateMap.java |
467 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'fcurrent_30' is not final. |
| 26747 |
src/com/gps/action/GenerateMap.java |
468 |
Found 'DD'-anomaly for variable 'fStart' (lines '468'-'500'). |
| 26748 |
src/com/gps/action/GenerateMap.java |
469 |
Found 'DD'-anomaly for variable 'fEnd' (lines '469'-'529'). |
| 26749 |
src/com/gps/action/GenerateMap.java |
470 |
Found 'DD'-anomaly for variable 'fSearchStart' (lines '470'-'591'). |
| 26750 |
src/com/gps/action/GenerateMap.java |
471 |
Found 'DD'-anomaly for variable 'fSearchEnd' (lines '471'-'592'). |
| 26751 |
src/com/gps/action/GenerateMap.java |
472 |
Avoid excessively long variable names like freq_trip_unsorted |
| 26752 |
src/com/gps/action/GenerateMap.java |
472 |
Found 'DD'-anomaly for variable 'freq_trip_unsorted' (lines '472'-'479'). |
| 26753 |
src/com/gps/action/GenerateMap.java |
472 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'freq_trip_unsorted' is not final. |
| 26754 |
src/com/gps/action/GenerateMap.java |
474 |
Found 'DU'-anomaly for variable 'fcurrent' (lines '474'-'724'). |
| 26755 |
src/com/gps/action/GenerateMap.java |
474 |
Potential violation of Law of Demeter (object not created locally) |
| 26756 |
src/com/gps/action/GenerateMap.java |
475 |
Found 'DU'-anomaly for variable 'fcurrent_30' (lines '475'-'724'). |
| 26757 |
src/com/gps/action/GenerateMap.java |
475 |
Potential violation of Law of Demeter (object not created locally) |
| 26758 |
src/com/gps/action/GenerateMap.java |
477 |
Potential violation of Law of Demeter (object not created locally) |
| 26759 |
src/com/gps/action/GenerateMap.java |
479 |
Potential violation of Law of Demeter (object not created locally) |
| 26760 |
src/com/gps/action/GenerateMap.java |
479 |
Potential violation of Law of Demeter (object not created locally) |
| 26761 |
src/com/gps/action/GenerateMap.java |
480 |
Found 'DU'-anomaly for variable 'freq_trip' (lines '480'-'724'). |
| 26762 |
src/com/gps/action/GenerateMap.java |
481 |
Potential violation of Law of Demeter (object not created locally) |
| 26763 |
src/com/gps/action/GenerateMap.java |
482 |
Potential violation of Law of Demeter (object not created locally) |
| 26764 |
src/com/gps/action/GenerateMap.java |
482 |
Potential violation of Law of Demeter (object not created locally) |
| 26765 |
src/com/gps/action/GenerateMap.java |
483 |
Found 'DU'-anomaly for variable 'sformatdate' (lines '483'-'724'). |
| 26766 |
src/com/gps/action/GenerateMap.java |
483 |
Potential violation of Law of Demeter (method chain calls) |
| 26767 |
src/com/gps/action/GenerateMap.java |
483 |
Potential violation of Law of Demeter (method chain calls) |
| 26768 |
src/com/gps/action/GenerateMap.java |
483 |
Potential violation of Law of Demeter (object not created locally) |
| 26769 |
src/com/gps/action/GenerateMap.java |
484 |
Potential violation of Law of Demeter (method chain calls) |
| 26770 |
src/com/gps/action/GenerateMap.java |
484 |
Potential violation of Law of Demeter (object not created locally) |
| 26771 |
src/com/gps/action/GenerateMap.java |
486 |
Potential violation of Law of Demeter (method chain calls) |
| 26772 |
src/com/gps/action/GenerateMap.java |
486 |
Potential violation of Law of Demeter (method chain calls) |
| 26773 |
src/com/gps/action/GenerateMap.java |
487 |
Avoid using if...else statements without curly braces |
| 26774 |
src/com/gps/action/GenerateMap.java |
489 |
Avoid using if...else statements without curly braces |
| 26775 |
src/com/gps/action/GenerateMap.java |
490 |
Potential violation of Law of Demeter (method chain calls) |
| 26776 |
src/com/gps/action/GenerateMap.java |
490 |
Potential violation of Law of Demeter (method chain calls) |
| 26777 |
src/com/gps/action/GenerateMap.java |
491 |
Potential violation of Law of Demeter (object not created locally) |
| 26778 |
src/com/gps/action/GenerateMap.java |
492 |
Potential violation of Law of Demeter (method chain calls) |
| 26779 |
src/com/gps/action/GenerateMap.java |
492 |
Potential violation of Law of Demeter (method chain calls) |
| 26780 |
src/com/gps/action/GenerateMap.java |
492 |
Potential violation of Law of Demeter (object not created locally) |
| 26781 |
src/com/gps/action/GenerateMap.java |
493 |
Potential violation of Law of Demeter (method chain calls) |
| 26782 |
src/com/gps/action/GenerateMap.java |
493 |
Potential violation of Law of Demeter (method chain calls) |
| 26783 |
src/com/gps/action/GenerateMap.java |
493 |
Potential violation of Law of Demeter (object not created locally) |
| 26784 |
src/com/gps/action/GenerateMap.java |
494 |
Potential violation of Law of Demeter (object not created locally) |
| 26785 |
src/com/gps/action/GenerateMap.java |
495 |
Potential violation of Law of Demeter (object not created locally) |
| 26786 |
src/com/gps/action/GenerateMap.java |
495 |
Potential violation of Law of Demeter (object not created locally) |
| 26787 |
src/com/gps/action/GenerateMap.java |
499 |
Potential violation of Law of Demeter (object not created locally) |
| 26788 |
src/com/gps/action/GenerateMap.java |
500 |
Potential violation of Law of Demeter (object not created locally) |
| 26789 |
src/com/gps/action/GenerateMap.java |
503 |
Avoid printStackTrace(); use a logger call instead. |
| 26790 |
src/com/gps/action/GenerateMap.java |
503 |
Potential violation of Law of Demeter (object not created locally) |
| 26791 |
src/com/gps/action/GenerateMap.java |
506 |
Potential violation of Law of Demeter (object not created locally) |
| 26792 |
src/com/gps/action/GenerateMap.java |
506 |
Potential violation of Law of Demeter (object not created locally) |
| 26793 |
src/com/gps/action/GenerateMap.java |
506 |
Useless parentheses. |
| 26794 |
src/com/gps/action/GenerateMap.java |
506 |
Useless parentheses. |
| 26795 |
src/com/gps/action/GenerateMap.java |
509 |
Potential violation of Law of Demeter (object not created locally) |
| 26796 |
src/com/gps/action/GenerateMap.java |
510 |
Potential violation of Law of Demeter (object not created locally) |
| 26797 |
src/com/gps/action/GenerateMap.java |
510 |
Potential violation of Law of Demeter (object not created locally) |
| 26798 |
src/com/gps/action/GenerateMap.java |
511 |
Found 'DU'-anomaly for variable 'eformatdate' (lines '511'-'724'). |
| 26799 |
src/com/gps/action/GenerateMap.java |
511 |
Potential violation of Law of Demeter (method chain calls) |
| 26800 |
src/com/gps/action/GenerateMap.java |
511 |
Potential violation of Law of Demeter (method chain calls) |
| 26801 |
src/com/gps/action/GenerateMap.java |
511 |
Potential violation of Law of Demeter (object not created locally) |
| 26802 |
src/com/gps/action/GenerateMap.java |
512 |
Potential violation of Law of Demeter (method chain calls) |
| 26803 |
src/com/gps/action/GenerateMap.java |
512 |
Potential violation of Law of Demeter (object not created locally) |
| 26804 |
src/com/gps/action/GenerateMap.java |
514 |
Potential violation of Law of Demeter (method chain calls) |
| 26805 |
src/com/gps/action/GenerateMap.java |
514 |
Potential violation of Law of Demeter (method chain calls) |
| 26806 |
src/com/gps/action/GenerateMap.java |
515 |
Avoid using if...else statements without curly braces |
| 26807 |
src/com/gps/action/GenerateMap.java |
517 |
Avoid using if...else statements without curly braces |
| 26808 |
src/com/gps/action/GenerateMap.java |
518 |
Potential violation of Law of Demeter (method chain calls) |
| 26809 |
src/com/gps/action/GenerateMap.java |
518 |
Potential violation of Law of Demeter (method chain calls) |
| 26810 |
src/com/gps/action/GenerateMap.java |
519 |
Potential violation of Law of Demeter (object not created locally) |
| 26811 |
src/com/gps/action/GenerateMap.java |
520 |
Potential violation of Law of Demeter (method chain calls) |
| 26812 |
src/com/gps/action/GenerateMap.java |
520 |
Potential violation of Law of Demeter (method chain calls) |
| 26813 |
src/com/gps/action/GenerateMap.java |
520 |
Potential violation of Law of Demeter (object not created locally) |
| 26814 |
src/com/gps/action/GenerateMap.java |
521 |
Potential violation of Law of Demeter (method chain calls) |
| 26815 |
src/com/gps/action/GenerateMap.java |
521 |
Potential violation of Law of Demeter (method chain calls) |
| 26816 |
src/com/gps/action/GenerateMap.java |
521 |
Potential violation of Law of Demeter (object not created locally) |
| 26817 |
src/com/gps/action/GenerateMap.java |
522 |
Potential violation of Law of Demeter (object not created locally) |
| 26818 |
src/com/gps/action/GenerateMap.java |
523 |
Potential violation of Law of Demeter (object not created locally) |
| 26819 |
src/com/gps/action/GenerateMap.java |
523 |
Potential violation of Law of Demeter (object not created locally) |
| 26820 |
src/com/gps/action/GenerateMap.java |
528 |
Potential violation of Law of Demeter (object not created locally) |
| 26821 |
src/com/gps/action/GenerateMap.java |
529 |
Found 'DD'-anomaly for variable 'fEnd' (lines '529'-'547'). |
| 26822 |
src/com/gps/action/GenerateMap.java |
529 |
Potential violation of Law of Demeter (object not created locally) |
| 26823 |
src/com/gps/action/GenerateMap.java |
533 |
Avoid printStackTrace(); use a logger call instead. |
| 26824 |
src/com/gps/action/GenerateMap.java |
533 |
Potential violation of Law of Demeter (object not created locally) |
| 26825 |
src/com/gps/action/GenerateMap.java |
538 |
Potential violation of Law of Demeter (method chain calls) |
| 26826 |
src/com/gps/action/GenerateMap.java |
538 |
Potential violation of Law of Demeter (object not created locally) |
| 26827 |
src/com/gps/action/GenerateMap.java |
538 |
Potential violation of Law of Demeter (object not created locally) |
| 26828 |
src/com/gps/action/GenerateMap.java |
538 |
Potential violation of Law of Demeter (object not created locally) |
| 26829 |
src/com/gps/action/GenerateMap.java |
538 |
The String literal "onetime" appears 6 times in this file; the first occurrence is on line 538 |
| 26830 |
src/com/gps/action/GenerateMap.java |
538 |
Useless parentheses. |
| 26831 |
src/com/gps/action/GenerateMap.java |
538 |
Useless parentheses. |
| 26832 |
src/com/gps/action/GenerateMap.java |
538 |
Useless parentheses. |
| 26833 |
src/com/gps/action/GenerateMap.java |
540 |
Potential violation of Law of Demeter (object not created locally) |
| 26834 |
src/com/gps/action/GenerateMap.java |
543 |
Potential violation of Law of Demeter (object not created locally) |
| 26835 |
src/com/gps/action/GenerateMap.java |
543 |
Potential violation of Law of Demeter (object not created locally) |
| 26836 |
src/com/gps/action/GenerateMap.java |
544 |
Found 'DD'-anomaly for variable 'dateEndDate_search' (lines '544'-'571'). |
| 26837 |
src/com/gps/action/GenerateMap.java |
545 |
Avoid if (x != y) ..; else ..; |
| 26838 |
src/com/gps/action/GenerateMap.java |
545 |
Useless parentheses. |
| 26839 |
src/com/gps/action/GenerateMap.java |
547 |
Found 'DD'-anomaly for variable 'fEnd' (lines '547'-'572'). |
| 26840 |
src/com/gps/action/GenerateMap.java |
547 |
Potential violation of Law of Demeter (object not created locally) |
| 26841 |
src/com/gps/action/GenerateMap.java |
551 |
Comment is too large: Line too long |
| 26842 |
src/com/gps/action/GenerateMap.java |
555 |
Potential violation of Law of Demeter (object not created locally) |
| 26843 |
src/com/gps/action/GenerateMap.java |
562 |
Potential violation of Law of Demeter (method chain calls) |
| 26844 |
src/com/gps/action/GenerateMap.java |
562 |
Potential violation of Law of Demeter (object not created locally) |
| 26845 |
src/com/gps/action/GenerateMap.java |
562 |
Potential violation of Law of Demeter (object not created locally) |
| 26846 |
src/com/gps/action/GenerateMap.java |
562 |
Potential violation of Law of Demeter (object not created locally) |
| 26847 |
src/com/gps/action/GenerateMap.java |
562 |
The String literal "frequent" appears 6 times in this file; the first occurrence is on line 562 |
| 26848 |
src/com/gps/action/GenerateMap.java |
562 |
Useless parentheses. |
| 26849 |
src/com/gps/action/GenerateMap.java |
562 |
Useless parentheses. |
| 26850 |
src/com/gps/action/GenerateMap.java |
562 |
Useless parentheses. |
| 26851 |
src/com/gps/action/GenerateMap.java |
564 |
Potential violation of Law of Demeter (object not created locally) |
| 26852 |
src/com/gps/action/GenerateMap.java |
571 |
Potential violation of Law of Demeter (object not created locally) |
| 26853 |
src/com/gps/action/GenerateMap.java |
572 |
Potential violation of Law of Demeter (object not created locally) |
| 26854 |
src/com/gps/action/GenerateMap.java |
576 |
Avoid printStackTrace(); use a logger call instead. |
| 26855 |
src/com/gps/action/GenerateMap.java |
576 |
Potential violation of Law of Demeter (object not created locally) |
| 26856 |
src/com/gps/action/GenerateMap.java |
580 |
Potential violation of Law of Demeter (object not created locally) |
| 26857 |
src/com/gps/action/GenerateMap.java |
589 |
Potential violation of Law of Demeter (method chain calls) |
| 26858 |
src/com/gps/action/GenerateMap.java |
589 |
Potential violation of Law of Demeter (object not created locally) |
| 26859 |
src/com/gps/action/GenerateMap.java |
593 |
Potential violation of Law of Demeter (object not created locally) |
| 26860 |
src/com/gps/action/GenerateMap.java |
594 |
Potential violation of Law of Demeter (object not created locally) |
| 26861 |
src/com/gps/action/GenerateMap.java |
598 |
Potential violation of Law of Demeter (method chain calls) |
| 26862 |
src/com/gps/action/GenerateMap.java |
598 |
Potential violation of Law of Demeter (object not created locally) |
| 26863 |
src/com/gps/action/GenerateMap.java |
600 |
Avoid using Literals in Conditional Statements |
| 26864 |
src/com/gps/action/GenerateMap.java |
600 |
These nested if statements could be combined |
| 26865 |
src/com/gps/action/GenerateMap.java |
605 |
Potential violation of Law of Demeter (method chain calls) |
| 26866 |
src/com/gps/action/GenerateMap.java |
605 |
Potential violation of Law of Demeter (method chain calls) |
| 26867 |
src/com/gps/action/GenerateMap.java |
606 |
Potential violation of Law of Demeter (method chain calls) |
| 26868 |
src/com/gps/action/GenerateMap.java |
606 |
Potential violation of Law of Demeter (method chain calls) |
| 26869 |
src/com/gps/action/GenerateMap.java |
606 |
This statement may have some unnecessary parentheses |
| 26870 |
src/com/gps/action/GenerateMap.java |
606 |
This statement may have some unnecessary parentheses |
| 26871 |
src/com/gps/action/GenerateMap.java |
606 |
Useless parentheses. |
| 26872 |
src/com/gps/action/GenerateMap.java |
606 |
Useless parentheses. |
| 26873 |
src/com/gps/action/GenerateMap.java |
607 |
Potential violation of Law of Demeter (object not created locally) |
| 26874 |
src/com/gps/action/GenerateMap.java |
609 |
Found 'DD'-anomaly for variable 'tstart_date_by_date' (lines '609'-'609'). |
| 26875 |
src/com/gps/action/GenerateMap.java |
609 |
Found 'DD'-anomaly for variable 'tstart_date_by_date' (lines '609'-'679'). |
| 26876 |
src/com/gps/action/GenerateMap.java |
609 |
Found 'DU'-anomaly for variable 'tstart_date_by_date' (lines '609'-'724'). |
| 26877 |
src/com/gps/action/GenerateMap.java |
609 |
Potential violation of Law of Demeter (method chain calls) |
| 26878 |
src/com/gps/action/GenerateMap.java |
609 |
Potential violation of Law of Demeter (object not created locally) |
| 26879 |
src/com/gps/action/GenerateMap.java |
611 |
Potential violation of Law of Demeter (object not created locally) |
| 26880 |
src/com/gps/action/GenerateMap.java |
612 |
Found 'DD'-anomaly for variable 'tend_date_by_date' (lines '612'-'612'). |
| 26881 |
src/com/gps/action/GenerateMap.java |
612 |
Found 'DD'-anomaly for variable 'tend_date_by_date' (lines '612'-'682'). |
| 26882 |
src/com/gps/action/GenerateMap.java |
612 |
Found 'DU'-anomaly for variable 'tend_date_by_date' (lines '612'-'724'). |
| 26883 |
src/com/gps/action/GenerateMap.java |
612 |
Potential violation of Law of Demeter (object not created locally) |
| 26884 |
src/com/gps/action/GenerateMap.java |
620 |
Potential violation of Law of Demeter (method chain calls) |
| 26885 |
src/com/gps/action/GenerateMap.java |
620 |
Potential violation of Law of Demeter (object not created locally) |
| 26886 |
src/com/gps/action/GenerateMap.java |
623 |
Potential violation of Law of Demeter (object not created locally) |
| 26887 |
src/com/gps/action/GenerateMap.java |
627 |
Avoid appending characters as strings in StringBuffer.append. |
| 26888 |
src/com/gps/action/GenerateMap.java |
627 |
Avoid appending characters as strings in StringBuffer.append. |
| 26889 |
src/com/gps/action/GenerateMap.java |
627 |
Avoid appending characters as strings in StringBuffer.append. |
| 26890 |
src/com/gps/action/GenerateMap.java |
627 |
Avoid appending characters as strings in StringBuffer.append. |
| 26891 |
src/com/gps/action/GenerateMap.java |
627 |
Avoid appending characters as strings in StringBuffer.append. |
| 26892 |
src/com/gps/action/GenerateMap.java |
627 |
Avoid appending characters as strings in StringBuffer.append. |
| 26893 |
src/com/gps/action/GenerateMap.java |
627 |
Potential violation of Law of Demeter (method chain calls) |
| 26894 |
src/com/gps/action/GenerateMap.java |
627 |
Potential violation of Law of Demeter (method chain calls) |
| 26895 |
src/com/gps/action/GenerateMap.java |
627 |
Potential violation of Law of Demeter (object not created locally) |
| 26896 |
src/com/gps/action/GenerateMap.java |
627 |
Potential violation of Law of Demeter (object not created locally) |
| 26897 |
src/com/gps/action/GenerateMap.java |
627 |
Potential violation of Law of Demeter (object not created locally) |
| 26898 |
src/com/gps/action/GenerateMap.java |
627 |
StringBuffer (or StringBuilder).append is called 3 consecutive times with literal Strings. Use a single append with a single combined String. |
| 26899 |
src/com/gps/action/GenerateMap.java |
627 |
StringBuffer (or StringBuilder).append is called 4 consecutive times with literal Strings. Use a single append with a single combined String. |
| 26900 |
src/com/gps/action/GenerateMap.java |
627 |
StringBuffer (or StringBuilder).append is called 7 consecutive times with literal Strings. Use a single append with a single combined String. |
| 26901 |
src/com/gps/action/GenerateMap.java |
630 |
Potential violation of Law of Demeter (method chain calls) |
| 26902 |
src/com/gps/action/GenerateMap.java |
630 |
Potential violation of Law of Demeter (object not created locally) |
| 26903 |
src/com/gps/action/GenerateMap.java |
633 |
Potential violation of Law of Demeter (object not created locally) |
| 26904 |
src/com/gps/action/GenerateMap.java |
633 |
Potential violation of Law of Demeter (object not created locally) |
| 26905 |
src/com/gps/action/GenerateMap.java |
633 |
Potential violation of Law of Demeter (object not created locally) |
| 26906 |
src/com/gps/action/GenerateMap.java |
633 |
Potential violation of Law of Demeter (object not created locally) |
| 26907 |
src/com/gps/action/GenerateMap.java |
633 |
Potential violation of Law of Demeter (object not created locally) |
| 26908 |
src/com/gps/action/GenerateMap.java |
633 |
Potential violation of Law of Demeter (object not created locally) |
| 26909 |
src/com/gps/action/GenerateMap.java |
633 |
Potential violation of Law of Demeter (object not created locally) |
| 26910 |
src/com/gps/action/GenerateMap.java |
633 |
Potential violation of Law of Demeter (object not created locally) |
| 26911 |
src/com/gps/action/GenerateMap.java |
633 |
Potential violation of Law of Demeter (object not created locally) |
| 26912 |
src/com/gps/action/GenerateMap.java |
633 |
Useless parentheses. |
| 26913 |
src/com/gps/action/GenerateMap.java |
633 |
Useless parentheses. |
| 26914 |
src/com/gps/action/GenerateMap.java |
638 |
Potential violation of Law of Demeter (object not created locally) |
| 26915 |
src/com/gps/action/GenerateMap.java |
638 |
Potential violation of Law of Demeter (object not created locally) |
| 26916 |
src/com/gps/action/GenerateMap.java |
638 |
Potential violation of Law of Demeter (object not created locally) |
| 26917 |
src/com/gps/action/GenerateMap.java |
638 |
Potential violation of Law of Demeter (object not created locally) |
| 26918 |
src/com/gps/action/GenerateMap.java |
638 |
Potential violation of Law of Demeter (object not created locally) |
| 26919 |
src/com/gps/action/GenerateMap.java |
638 |
Potential violation of Law of Demeter (object not created locally) |
| 26920 |
src/com/gps/action/GenerateMap.java |
638 |
Potential violation of Law of Demeter (object not created locally) |
| 26921 |
src/com/gps/action/GenerateMap.java |
638 |
Potential violation of Law of Demeter (object not created locally) |
| 26922 |
src/com/gps/action/GenerateMap.java |
638 |
Potential violation of Law of Demeter (object not created locally) |
| 26923 |
src/com/gps/action/GenerateMap.java |
638 |
Useless parentheses. |
| 26924 |
src/com/gps/action/GenerateMap.java |
638 |
Useless parentheses. |
| 26925 |
src/com/gps/action/GenerateMap.java |
643 |
Potential violation of Law of Demeter (object not created locally) |
| 26926 |
src/com/gps/action/GenerateMap.java |
643 |
Potential violation of Law of Demeter (object not created locally) |
| 26927 |
src/com/gps/action/GenerateMap.java |
643 |
Potential violation of Law of Demeter (object not created locally) |
| 26928 |
src/com/gps/action/GenerateMap.java |
643 |
Potential violation of Law of Demeter (object not created locally) |
| 26929 |
src/com/gps/action/GenerateMap.java |
643 |
Potential violation of Law of Demeter (object not created locally) |
| 26930 |
src/com/gps/action/GenerateMap.java |
643 |
Potential violation of Law of Demeter (object not created locally) |
| 26931 |
src/com/gps/action/GenerateMap.java |
643 |
Potential violation of Law of Demeter (object not created locally) |
| 26932 |
src/com/gps/action/GenerateMap.java |
643 |
Potential violation of Law of Demeter (object not created locally) |
| 26933 |
src/com/gps/action/GenerateMap.java |
643 |
Potential violation of Law of Demeter (object not created locally) |
| 26934 |
src/com/gps/action/GenerateMap.java |
643 |
Useless parentheses. |
| 26935 |
src/com/gps/action/GenerateMap.java |
643 |
Useless parentheses. |
| 26936 |
src/com/gps/action/GenerateMap.java |
648 |
Potential violation of Law of Demeter (object not created locally) |
| 26937 |
src/com/gps/action/GenerateMap.java |
648 |
Potential violation of Law of Demeter (object not created locally) |
| 26938 |
src/com/gps/action/GenerateMap.java |
648 |
Potential violation of Law of Demeter (object not created locally) |
| 26939 |
src/com/gps/action/GenerateMap.java |
648 |
Potential violation of Law of Demeter (object not created locally) |
| 26940 |
src/com/gps/action/GenerateMap.java |
648 |
Potential violation of Law of Demeter (object not created locally) |
| 26941 |
src/com/gps/action/GenerateMap.java |
648 |
Potential violation of Law of Demeter (object not created locally) |
| 26942 |
src/com/gps/action/GenerateMap.java |
648 |
Potential violation of Law of Demeter (object not created locally) |
| 26943 |
src/com/gps/action/GenerateMap.java |
648 |
Potential violation of Law of Demeter (object not created locally) |
| 26944 |
src/com/gps/action/GenerateMap.java |
648 |
Potential violation of Law of Demeter (object not created locally) |
| 26945 |
src/com/gps/action/GenerateMap.java |
648 |
Useless parentheses. |
| 26946 |
src/com/gps/action/GenerateMap.java |
648 |
Useless parentheses. |
| 26947 |
src/com/gps/action/GenerateMap.java |
653 |
Potential violation of Law of Demeter (object not created locally) |
| 26948 |
src/com/gps/action/GenerateMap.java |
653 |
Potential violation of Law of Demeter (object not created locally) |
| 26949 |
src/com/gps/action/GenerateMap.java |
653 |
Potential violation of Law of Demeter (object not created locally) |
| 26950 |
src/com/gps/action/GenerateMap.java |
653 |
Potential violation of Law of Demeter (object not created locally) |
| 26951 |
src/com/gps/action/GenerateMap.java |
653 |
Potential violation of Law of Demeter (object not created locally) |
| 26952 |
src/com/gps/action/GenerateMap.java |
653 |
Potential violation of Law of Demeter (object not created locally) |
| 26953 |
src/com/gps/action/GenerateMap.java |
653 |
Potential violation of Law of Demeter (object not created locally) |
| 26954 |
src/com/gps/action/GenerateMap.java |
653 |
Potential violation of Law of Demeter (object not created locally) |
| 26955 |
src/com/gps/action/GenerateMap.java |
653 |
Potential violation of Law of Demeter (object not created locally) |
| 26956 |
src/com/gps/action/GenerateMap.java |
653 |
Useless parentheses. |
| 26957 |
src/com/gps/action/GenerateMap.java |
653 |
Useless parentheses. |
| 26958 |
src/com/gps/action/GenerateMap.java |
659 |
Potential violation of Law of Demeter (object not created locally) |
| 26959 |
src/com/gps/action/GenerateMap.java |
659 |
Potential violation of Law of Demeter (object not created locally) |
| 26960 |
src/com/gps/action/GenerateMap.java |
659 |
Potential violation of Law of Demeter (object not created locally) |
| 26961 |
src/com/gps/action/GenerateMap.java |
659 |
Potential violation of Law of Demeter (object not created locally) |
| 26962 |
src/com/gps/action/GenerateMap.java |
659 |
Potential violation of Law of Demeter (object not created locally) |
| 26963 |
src/com/gps/action/GenerateMap.java |
659 |
Potential violation of Law of Demeter (object not created locally) |
| 26964 |
src/com/gps/action/GenerateMap.java |
659 |
Potential violation of Law of Demeter (object not created locally) |
| 26965 |
src/com/gps/action/GenerateMap.java |
659 |
Potential violation of Law of Demeter (object not created locally) |
| 26966 |
src/com/gps/action/GenerateMap.java |
659 |
Potential violation of Law of Demeter (object not created locally) |
| 26967 |
src/com/gps/action/GenerateMap.java |
659 |
Useless parentheses. |
| 26968 |
src/com/gps/action/GenerateMap.java |
659 |
Useless parentheses. |
| 26969 |
src/com/gps/action/GenerateMap.java |
665 |
Potential violation of Law of Demeter (object not created locally) |
| 26970 |
src/com/gps/action/GenerateMap.java |
666 |
Potential violation of Law of Demeter (object not created locally) |
| 26971 |
src/com/gps/action/GenerateMap.java |
670 |
Avoid using Literals in Conditional Statements |
| 26972 |
src/com/gps/action/GenerateMap.java |
675 |
Found 'DD'-anomaly for variable 'day' (lines '675'-'675'). |
| 26973 |
src/com/gps/action/GenerateMap.java |
675 |
Found 'DU'-anomaly for variable 'day' (lines '675'-'724'). |
| 26974 |
src/com/gps/action/GenerateMap.java |
675 |
Potential violation of Law of Demeter (method chain calls) |
| 26975 |
src/com/gps/action/GenerateMap.java |
675 |
Potential violation of Law of Demeter (method chain calls) |
| 26976 |
src/com/gps/action/GenerateMap.java |
675 |
Potential violation of Law of Demeter (object not created locally) |
| 26977 |
src/com/gps/action/GenerateMap.java |
676 |
Potential violation of Law of Demeter (method chain calls) |
| 26978 |
src/com/gps/action/GenerateMap.java |
676 |
Potential violation of Law of Demeter (method chain calls) |
| 26979 |
src/com/gps/action/GenerateMap.java |
677 |
Potential violation of Law of Demeter (method chain calls) |
| 26980 |
src/com/gps/action/GenerateMap.java |
677 |
Potential violation of Law of Demeter (method chain calls) |
| 26981 |
src/com/gps/action/GenerateMap.java |
677 |
This statement may have some unnecessary parentheses |
| 26982 |
src/com/gps/action/GenerateMap.java |
677 |
This statement may have some unnecessary parentheses |
| 26983 |
src/com/gps/action/GenerateMap.java |
677 |
Useless parentheses. |
| 26984 |
src/com/gps/action/GenerateMap.java |
677 |
Useless parentheses. |
| 26985 |
src/com/gps/action/GenerateMap.java |
678 |
Potential violation of Law of Demeter (object not created locally) |
| 26986 |
src/com/gps/action/GenerateMap.java |
679 |
Found 'DD'-anomaly for variable 'tstart_date_by_date' (lines '679'-'679'). |
| 26987 |
src/com/gps/action/GenerateMap.java |
679 |
Found 'DU'-anomaly for variable 'tstart_date_by_date' (lines '679'-'724'). |
| 26988 |
src/com/gps/action/GenerateMap.java |
679 |
Potential violation of Law of Demeter (method chain calls) |
| 26989 |
src/com/gps/action/GenerateMap.java |
679 |
Potential violation of Law of Demeter (object not created locally) |
| 26990 |
src/com/gps/action/GenerateMap.java |
681 |
Potential violation of Law of Demeter (object not created locally) |
| 26991 |
src/com/gps/action/GenerateMap.java |
682 |
Found 'DD'-anomaly for variable 'tend_date_by_date' (lines '682'-'682'). |
| 26992 |
src/com/gps/action/GenerateMap.java |
682 |
Found 'DU'-anomaly for variable 'tend_date_by_date' (lines '682'-'724'). |
| 26993 |
src/com/gps/action/GenerateMap.java |
682 |
Potential violation of Law of Demeter (object not created locally) |
| 26994 |
src/com/gps/action/GenerateMap.java |
693 |
Avoid variables with short names like t |
| 26995 |
src/com/gps/action/GenerateMap.java |
693 |
Found 'DD'-anomaly for variable 't' (lines '693'-'697'). |
| 26996 |
src/com/gps/action/GenerateMap.java |
694 |
Avoid variables with short names like st |
| 26997 |
src/com/gps/action/GenerateMap.java |
694 |
Local variable 'st' could be declared final |
| 26998 |
src/com/gps/action/GenerateMap.java |
694 |
Potential violation of Law of Demeter (object not created locally) |
| 26999 |
src/com/gps/action/GenerateMap.java |
694 |
Potential violation of Law of Demeter (object not created locally) |
| 27000 |
src/com/gps/action/GenerateMap.java |
695 |
Position literals first in String comparisons |
| 27001 |
src/com/gps/action/GenerateMap.java |
695 |
Potential violation of Law of Demeter (object not created locally) |
| 27002 |
src/com/gps/action/GenerateMap.java |
697 |
Potential violation of Law of Demeter (object not created locally) |
| 27003 |
src/com/gps/action/GenerateMap.java |
699 |
Potential violation of Law of Demeter (method chain calls) |
| 27004 |
src/com/gps/action/GenerateMap.java |
707 |
Position literals first in String comparisons |
| 27005 |
src/com/gps/action/GenerateMap.java |
707 |
Potential violation of Law of Demeter (object not created locally) |
| 27006 |
src/com/gps/action/GenerateMap.java |
710 |
Local variable 'next1' could be declared final |
| 27007 |
src/com/gps/action/GenerateMap.java |
710 |
Potential violation of Law of Demeter (object not created locally) |
| 27008 |
src/com/gps/action/GenerateMap.java |
711 |
Avoid variables with short names like d |
| 27009 |
src/com/gps/action/GenerateMap.java |
711 |
Local variable 'd' could be declared final |
| 27010 |
src/com/gps/action/GenerateMap.java |
712 |
Avoid variables with short names like td |
| 27011 |
src/com/gps/action/GenerateMap.java |
712 |
Local variable 'td' could be declared final |
| 27012 |
src/com/gps/action/GenerateMap.java |
713 |
Local variable 'result' could be declared final |
| 27013 |
src/com/gps/action/GenerateMap.java |
713 |
Potential violation of Law of Demeter (method chain calls) |
| 27014 |
src/com/gps/action/GenerateMap.java |
714 |
Potential violation of Law of Demeter (method chain calls) |
| 27015 |
src/com/gps/action/GenerateMap.java |
719 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 27016 |
src/com/gps/action/GenerateMap.java |
719 |
Avoid empty catch blocks |
| 27017 |
src/com/gps/action/GenerateMap.java |
728 |
Parameter 'freqTrip' is not assigned and could be declared final |
| 27018 |
src/com/gps/action/GenerateMap.java |
731 |
Local variable 'week_days' could be declared final |
| 27019 |
src/com/gps/action/GenerateMap.java |
731 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'week_days' is not final. |
| 27020 |
src/com/gps/action/GenerateMap.java |
732 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'freq_trip2' is not final. |
| 27021 |
src/com/gps/action/GenerateMap.java |
742 |
Potential violation of Law of Demeter (method chain calls) |
| 27022 |
src/com/gps/action/GenerateMap.java |
742 |
Potential violation of Law of Demeter (method chain calls) |
| 27023 |
src/com/gps/action/GenerateMap.java |
742 |
Potential violation of Law of Demeter (method chain calls) |
| 27024 |
src/com/gps/action/GenerateMap.java |
742 |
Potential violation of Law of Demeter (method chain calls) |
| 27025 |
src/com/gps/action/GenerateMap.java |
742 |
Potential violation of Law of Demeter (method chain calls) |
| 27026 |
src/com/gps/action/GenerateMap.java |
742 |
Potential violation of Law of Demeter (method chain calls) |
| 27027 |
src/com/gps/action/GenerateMap.java |
749 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 27028 |
src/com/gps/action/GenerateMap.java |
751 |
Avoid printStackTrace(); use a logger call instead. |
| 27029 |
src/com/gps/action/GenerateMap.java |
757 |
Avoid really long methods. |
| 27030 |
src/com/gps/action/GenerateMap.java |
757 |
The method 'getVehiclesOrg' has a Cyclomatic Complexity of 73. |
| 27031 |
src/com/gps/action/GenerateMap.java |
757 |
The method getVehiclesOrg() has an NCSS line count of 248 |
| 27032 |
src/com/gps/action/GenerateMap.java |
757 |
The method getVehiclesOrg() has an NPath complexity of 28750870 |
| 27033 |
src/com/gps/action/GenerateMap.java |
757 |
publicMethodCommentRequirement Required |
| 27034 |
src/com/gps/action/GenerateMap.java |
759 |
Avoid variables with short names like id |
| 27035 |
src/com/gps/action/GenerateMap.java |
761 |
Avoid using Literals in Conditional Statements |
| 27036 |
src/com/gps/action/GenerateMap.java |
761 |
Use equals() to compare strings instead of '==' or '!=' |
| 27037 |
src/com/gps/action/GenerateMap.java |
763 |
Potential violation of Law of Demeter (object not created locally) |
| 27038 |
src/com/gps/action/GenerateMap.java |
763 |
Potential violation of Law of Demeter (object not created locally) |
| 27039 |
src/com/gps/action/GenerateMap.java |
764 |
Potential violation of Law of Demeter (object not created locally) |
| 27040 |
src/com/gps/action/GenerateMap.java |
767 |
Local variable 'vpd' could be declared final |
| 27041 |
src/com/gps/action/GenerateMap.java |
768 |
Avoid declaring a variable if it is unreferenced before a possible exit point. |
| 27042 |
src/com/gps/action/GenerateMap.java |
768 |
Avoid unused local variables such as 'trip2'. |
| 27043 |
src/com/gps/action/GenerateMap.java |
768 |
Local variable 'trip2' could be declared final |
| 27044 |
src/com/gps/action/GenerateMap.java |
770 |
Avoid unused local variables such as 'regList'. |
| 27045 |
src/com/gps/action/GenerateMap.java |
770 |
Local variable 'regList' could be declared final |
| 27046 |
src/com/gps/action/GenerateMap.java |
771 |
Avoid declaring a variable if it is unreferenced before a possible exit point. |
| 27047 |
src/com/gps/action/GenerateMap.java |
771 |
Avoid unused local variables such as 'array'. |
| 27048 |
src/com/gps/action/GenerateMap.java |
771 |
Local variable 'array' could be declared final |
| 27049 |
src/com/gps/action/GenerateMap.java |
772 |
Avoid variables with short names like sb |
| 27050 |
src/com/gps/action/GenerateMap.java |
772 |
Local variable 'sb' could be declared final |
| 27051 |
src/com/gps/action/GenerateMap.java |
778 |
Local variable 'orgId' could be declared final |
| 27052 |
src/com/gps/action/GenerateMap.java |
778 |
Potential violation of Law of Demeter (method chain calls) |
| 27053 |
src/com/gps/action/GenerateMap.java |
778 |
Potential violation of Law of Demeter (method chain calls) |
| 27054 |
src/com/gps/action/GenerateMap.java |
778 |
Potential violation of Law of Demeter (object not created locally) |
| 27055 |
src/com/gps/action/GenerateMap.java |
782 |
Avoid using Literals in Conditional Statements |
| 27056 |
src/com/gps/action/GenerateMap.java |
782 |
Use equals() to compare strings instead of '==' or '!=' |
| 27057 |
src/com/gps/action/GenerateMap.java |
784 |
Potential violation of Law of Demeter (object not created locally) |
| 27058 |
src/com/gps/action/GenerateMap.java |
786 |
Avoid appending characters as strings in StringBuffer.append. |
| 27059 |
src/com/gps/action/GenerateMap.java |
786 |
Potential violation of Law of Demeter (object not created locally) |
| 27060 |
src/com/gps/action/GenerateMap.java |
790 |
Potential violation of Law of Demeter (method chain calls) |
| 27061 |
src/com/gps/action/GenerateMap.java |
792 |
Avoid appending characters as strings in StringBuffer.append. |
| 27062 |
src/com/gps/action/GenerateMap.java |
792 |
Avoid appending characters as strings in StringBuffer.append. |
| 27063 |
src/com/gps/action/GenerateMap.java |
792 |
Avoid appending characters as strings in StringBuffer.append. |
| 27064 |
src/com/gps/action/GenerateMap.java |
792 |
Avoid appending characters as strings in StringBuffer.append. |
| 27065 |
src/com/gps/action/GenerateMap.java |
792 |
Avoid appending characters as strings in StringBuffer.append. |
| 27066 |
src/com/gps/action/GenerateMap.java |
792 |
Potential violation of Law of Demeter (method chain calls) |
| 27067 |
src/com/gps/action/GenerateMap.java |
792 |
Potential violation of Law of Demeter (method chain calls) |
| 27068 |
src/com/gps/action/GenerateMap.java |
792 |
Potential violation of Law of Demeter (object not created locally) |
| 27069 |
src/com/gps/action/GenerateMap.java |
792 |
StringBuffer (or StringBuilder).append is called 3 consecutive times with literal Strings. Use a single append with a single combined String. |
| 27070 |
src/com/gps/action/GenerateMap.java |
792 |
StringBuffer (or StringBuilder).append is called 4 consecutive times with literal Strings. Use a single append with a single combined String. |
| 27071 |
src/com/gps/action/GenerateMap.java |
792 |
StringBuffer (or StringBuilder).append is called 6 consecutive times with literal Strings. Use a single append with a single combined String. |
| 27072 |
src/com/gps/action/GenerateMap.java |
794 |
Avoid empty if statements |
| 27073 |
src/com/gps/action/GenerateMap.java |
799 |
Avoid appending characters as strings in StringBuffer.append. |
| 27074 |
src/com/gps/action/GenerateMap.java |
799 |
Potential violation of Law of Demeter (object not created locally) |
| 27075 |
src/com/gps/action/GenerateMap.java |
803 |
Avoid appending characters as strings in StringBuffer.append. |
| 27076 |
src/com/gps/action/GenerateMap.java |
803 |
Comment is too large: Line too long |
| 27077 |
src/com/gps/action/GenerateMap.java |
803 |
Potential violation of Law of Demeter (object not created locally) |
| 27078 |
src/com/gps/action/GenerateMap.java |
805 |
Potential violation of Law of Demeter (method chain calls) |
| 27079 |
src/com/gps/action/GenerateMap.java |
805 |
Potential violation of Law of Demeter (object not created locally) |
| 27080 |
src/com/gps/action/GenerateMap.java |
810 |
Position literals first in String comparisons |
| 27081 |
src/com/gps/action/GenerateMap.java |
810 |
Potential violation of Law of Demeter (object not created locally) |
| 27082 |
src/com/gps/action/GenerateMap.java |
814 |
Local variable 'vid' could be declared final |
| 27083 |
src/com/gps/action/GenerateMap.java |
816 |
Local variable 'tripDao' could be declared final |
| 27084 |
src/com/gps/action/GenerateMap.java |
817 |
Potential violation of Law of Demeter (object not created locally) |
| 27085 |
src/com/gps/action/GenerateMap.java |
819 |
Avoid appending characters as strings in StringBuffer.append. |
| 27086 |
src/com/gps/action/GenerateMap.java |
819 |
Potential violation of Law of Demeter (object not created locally) |
| 27087 |
src/com/gps/action/GenerateMap.java |
820 |
Potential violation of Law of Demeter (object not created locally) |
| 27088 |
src/com/gps/action/GenerateMap.java |
823 |
Potential violation of Law of Demeter (method chain calls) |
| 27089 |
src/com/gps/action/GenerateMap.java |
823 |
Potential violation of Law of Demeter (object not created locally) |
| 27090 |
src/com/gps/action/GenerateMap.java |
825 |
Potential violation of Law of Demeter (method chain calls) |
| 27091 |
src/com/gps/action/GenerateMap.java |
825 |
Potential violation of Law of Demeter (method chain calls) |
| 27092 |
src/com/gps/action/GenerateMap.java |
825 |
Potential violation of Law of Demeter (object not created locally) |
| 27093 |
src/com/gps/action/GenerateMap.java |
829 |
Avoid appending characters as strings in StringBuffer.append. |
| 27094 |
src/com/gps/action/GenerateMap.java |
829 |
Avoid appending characters as strings in StringBuffer.append. |
| 27095 |
src/com/gps/action/GenerateMap.java |
829 |
Avoid appending characters as strings in StringBuffer.append. |
| 27096 |
src/com/gps/action/GenerateMap.java |
829 |
Avoid appending characters as strings in StringBuffer.append. |
| 27097 |
src/com/gps/action/GenerateMap.java |
829 |
Avoid appending characters as strings in StringBuffer.append. |
| 27098 |
src/com/gps/action/GenerateMap.java |
829 |
Potential violation of Law of Demeter (method chain calls) |
| 27099 |
src/com/gps/action/GenerateMap.java |
829 |
Potential violation of Law of Demeter (object not created locally) |
| 27100 |
src/com/gps/action/GenerateMap.java |
829 |
Potential violation of Law of Demeter (object not created locally) |
| 27101 |
src/com/gps/action/GenerateMap.java |
829 |
StringBuffer (or StringBuilder).append is called 3 consecutive times with literal Strings. Use a single append with a single combined String. |
| 27102 |
src/com/gps/action/GenerateMap.java |
829 |
StringBuffer (or StringBuilder).append is called 4 consecutive times with literal Strings. Use a single append with a single combined String. |
| 27103 |
src/com/gps/action/GenerateMap.java |
829 |
StringBuffer (or StringBuilder).append is called 6 consecutive times with literal Strings. Use a single append with a single combined String. |
| 27104 |
src/com/gps/action/GenerateMap.java |
830 |
Potential violation of Law of Demeter (object not created locally) |
| 27105 |
src/com/gps/action/GenerateMap.java |
830 |
Potential violation of Law of Demeter (object not created locally) |
| 27106 |
src/com/gps/action/GenerateMap.java |
831 |
Avoid empty if statements |
| 27107 |
src/com/gps/action/GenerateMap.java |
836 |
Avoid appending characters as strings in StringBuffer.append. |
| 27108 |
src/com/gps/action/GenerateMap.java |
836 |
Potential violation of Law of Demeter (object not created locally) |
| 27109 |
src/com/gps/action/GenerateMap.java |
839 |
Avoid appending characters as strings in StringBuffer.append. |
| 27110 |
src/com/gps/action/GenerateMap.java |
839 |
Potential violation of Law of Demeter (object not created locally) |
| 27111 |
src/com/gps/action/GenerateMap.java |
840 |
Potential violation of Law of Demeter (method chain calls) |
| 27112 |
src/com/gps/action/GenerateMap.java |
840 |
Potential violation of Law of Demeter (object not created locally) |
| 27113 |
src/com/gps/action/GenerateMap.java |
847 |
Position literals first in String comparisons |
| 27114 |
src/com/gps/action/GenerateMap.java |
847 |
Potential violation of Law of Demeter (object not created locally) |
| 27115 |
src/com/gps/action/GenerateMap.java |
850 |
Avoid appending characters as strings in StringBuffer.append. |
| 27116 |
src/com/gps/action/GenerateMap.java |
850 |
Potential violation of Law of Demeter (object not created locally) |
| 27117 |
src/com/gps/action/GenerateMap.java |
851 |
Avoid unused local variables such as 'tripd'. |
| 27118 |
src/com/gps/action/GenerateMap.java |
851 |
Local variable 'tripd' could be declared final |
| 27119 |
src/com/gps/action/GenerateMap.java |
852 |
Local variable 'tdo' could be declared final |
| 27120 |
src/com/gps/action/GenerateMap.java |
854 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'freq_trip' is not final. |
| 27121 |
src/com/gps/action/GenerateMap.java |
855 |
Local variable 'calendar' could be declared final |
| 27122 |
src/com/gps/action/GenerateMap.java |
856 |
Avoid unused local variables such as 'itr'. |
| 27123 |
src/com/gps/action/GenerateMap.java |
856 |
Local variable 'itr' could be declared final |
| 27124 |
src/com/gps/action/GenerateMap.java |
860 |
Avoid unused local variables such as 'vehitr'. |
| 27125 |
src/com/gps/action/GenerateMap.java |
860 |
Local variable 'vehitr' could be declared final |
| 27126 |
src/com/gps/action/GenerateMap.java |
861 |
Avoid variables with short names like ft |
| 27127 |
src/com/gps/action/GenerateMap.java |
863 |
Avoid unused local variables such as 'maxitr'. |
| 27128 |
src/com/gps/action/GenerateMap.java |
863 |
Local variable 'maxitr' could be declared final |
| 27129 |
src/com/gps/action/GenerateMap.java |
866 |
Local variable 'dateUtil' could be declared final |
| 27130 |
src/com/gps/action/GenerateMap.java |
867 |
Avoid unused local variables such as 'check'. |
| 27131 |
src/com/gps/action/GenerateMap.java |
867 |
Local variable 'check' could be declared final |
| 27132 |
src/com/gps/action/GenerateMap.java |
871 |
Avoid unused local variables such as 'day'. |
| 27133 |
src/com/gps/action/GenerateMap.java |
872 |
Avoid unused local variables such as 'dateAfter_1'. |
| 27134 |
src/com/gps/action/GenerateMap.java |
872 |
Local variable 'dateAfter_1' could be declared final |
| 27135 |
src/com/gps/action/GenerateMap.java |
872 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'dateAfter_1' is not final. |
| 27136 |
src/com/gps/action/GenerateMap.java |
874 |
Avoid variables with short names like h |
| 27137 |
src/com/gps/action/GenerateMap.java |
874 |
Local variable 'h' could be declared final |
| 27138 |
src/com/gps/action/GenerateMap.java |
875 |
Avoid variables with short names like m |
| 27139 |
src/com/gps/action/GenerateMap.java |
875 |
Do not hard code the IP address |
| 27140 |
src/com/gps/action/GenerateMap.java |
875 |
Local variable 'm' could be declared final |
| 27141 |
src/com/gps/action/GenerateMap.java |
876 |
Avoid variables with short names like s |
| 27142 |
src/com/gps/action/GenerateMap.java |
876 |
Do not hard code the IP address |
| 27143 |
src/com/gps/action/GenerateMap.java |
876 |
Local variable 's' could be declared final |
| 27144 |
src/com/gps/action/GenerateMap.java |
877 |
Avoid variables with short names like ss |
| 27145 |
src/com/gps/action/GenerateMap.java |
879 |
Local variable 'today' could be declared final |
| 27146 |
src/com/gps/action/GenerateMap.java |
880 |
Local variable 'formatter' could be declared final |
| 27147 |
src/com/gps/action/GenerateMap.java |
880 |
When instantiating a SimpleDateFormat object, specify a Locale |
| 27148 |
src/com/gps/action/GenerateMap.java |
881 |
Local variable 'sdfDestination' could be declared final |
| 27149 |
src/com/gps/action/GenerateMap.java |
881 |
When instantiating a SimpleDateFormat object, specify a Locale |
| 27150 |
src/com/gps/action/GenerateMap.java |
882 |
Local variable 'sdfDestination_24' could be declared final |
| 27151 |
src/com/gps/action/GenerateMap.java |
882 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'sdfDestination_24' is not final. |
| 27152 |
src/com/gps/action/GenerateMap.java |
882 |
When instantiating a SimpleDateFormat object, specify a Locale |
| 27153 |
src/com/gps/action/GenerateMap.java |
883 |
Potential violation of Law of Demeter (object not created locally) |
| 27154 |
src/com/gps/action/GenerateMap.java |
885 |
Avoid unused local variables such as 'add5_30'. |
| 27155 |
src/com/gps/action/GenerateMap.java |
885 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'add5_30' is not final. |
| 27156 |
src/com/gps/action/GenerateMap.java |
886 |
Local variable 'adddate' could be declared final |
| 27157 |
src/com/gps/action/GenerateMap.java |
886 |
When instantiating a SimpleDateFormat object, specify a Locale |
| 27158 |
src/com/gps/action/GenerateMap.java |
888 |
Potential violation of Law of Demeter (object not created locally) |
| 27159 |
src/com/gps/action/GenerateMap.java |
890 |
Potential violation of Law of Demeter (object not created locally) |
| 27160 |
src/com/gps/action/GenerateMap.java |
891 |
Potential violation of Law of Demeter (object not created locally) |
| 27161 |
src/com/gps/action/GenerateMap.java |
892 |
Potential violation of Law of Demeter (object not created locally) |
| 27162 |
src/com/gps/action/GenerateMap.java |
892 |
Potential violation of Law of Demeter (object not created locally) |
| 27163 |
src/com/gps/action/GenerateMap.java |
895 |
Avoid empty catch blocks |
| 27164 |
src/com/gps/action/GenerateMap.java |
900 |
Avoid excessively long variable names like dateCurrentDate_30 |
| 27165 |
src/com/gps/action/GenerateMap.java |
900 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'dateCurrentDate_30' is not final. |
| 27166 |
src/com/gps/action/GenerateMap.java |
904 |
Potential violation of Law of Demeter (object not created locally) |
| 27167 |
src/com/gps/action/GenerateMap.java |
909 |
Avoid printStackTrace(); use a logger call instead. |
| 27168 |
src/com/gps/action/GenerateMap.java |
909 |
Potential violation of Law of Demeter (object not created locally) |
| 27169 |
src/com/gps/action/GenerateMap.java |
911 |
Potential violation of Law of Demeter (object not created locally) |
| 27170 |
src/com/gps/action/GenerateMap.java |
912 |
Local variable 'current_30' could be declared final |
| 27171 |
src/com/gps/action/GenerateMap.java |
912 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'current_30' is not final. |
| 27172 |
src/com/gps/action/GenerateMap.java |
912 |
Potential violation of Law of Demeter (object not created locally) |
| 27173 |
src/com/gps/action/GenerateMap.java |
912 |
Potential violation of Law of Demeter (object not created locally) |
| 27174 |
src/com/gps/action/GenerateMap.java |
916 |
Potential violation of Law of Demeter (object not created locally) |
| 27175 |
src/com/gps/action/GenerateMap.java |
920 |
Avoid printStackTrace(); use a logger call instead. |
| 27176 |
src/com/gps/action/GenerateMap.java |
920 |
Potential violation of Law of Demeter (object not created locally) |
| 27177 |
src/com/gps/action/GenerateMap.java |
934 |
Avoid excessively long variable names like string_enddate_12hrs |
| 27178 |
src/com/gps/action/GenerateMap.java |
934 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'string_enddate_12hrs' is not final. |
| 27179 |
src/com/gps/action/GenerateMap.java |
935 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'am_pm' is not final. |
| 27180 |
src/com/gps/action/GenerateMap.java |
937 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'startDate_search' is not final. |
| 27181 |
src/com/gps/action/GenerateMap.java |
938 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'endDate_search' is not final. |
| 27182 |
src/com/gps/action/GenerateMap.java |
939 |
Avoid excessively long variable names like dateStartDate_search |
| 27183 |
src/com/gps/action/GenerateMap.java |
939 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'dateStartDate_search' is not final. |
| 27184 |
src/com/gps/action/GenerateMap.java |
940 |
Avoid excessively long variable names like dateEndDate_search |
| 27185 |
src/com/gps/action/GenerateMap.java |
940 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'dateEndDate_search' is not final. |
| 27186 |
src/com/gps/action/GenerateMap.java |
942 |
Avoid unused local variables such as 'final_startDate'. |
| 27187 |
src/com/gps/action/GenerateMap.java |
942 |
Local variable 'final_startDate' could be declared final |
| 27188 |
src/com/gps/action/GenerateMap.java |
942 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'final_startDate' is not final. |
| 27189 |
src/com/gps/action/GenerateMap.java |
943 |
Avoid unused local variables such as 'final_endDate'. |
| 27190 |
src/com/gps/action/GenerateMap.java |
943 |
Local variable 'final_endDate' could be declared final |
| 27191 |
src/com/gps/action/GenerateMap.java |
943 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'final_endDate' is not final. |
| 27192 |
src/com/gps/action/GenerateMap.java |
946 |
Avoid excessively long variable names like tstart_date_by_date |
| 27193 |
src/com/gps/action/GenerateMap.java |
946 |
Avoid unused local variables such as 'tstart_date_by_date'. |
| 27194 |
src/com/gps/action/GenerateMap.java |
946 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'tstart_date_by_date' is not final. |
| 27195 |
src/com/gps/action/GenerateMap.java |
947 |
Avoid unused local variables such as 'tend_date_by_date'. |
| 27196 |
src/com/gps/action/GenerateMap.java |
947 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'tend_date_by_date' is not final. |
| 27197 |
src/com/gps/action/GenerateMap.java |
949 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'fcurrent_30' is not final. |
| 27198 |
src/com/gps/action/GenerateMap.java |
954 |
Avoid excessively long variable names like freq_trip_unsorted |
| 27199 |
src/com/gps/action/GenerateMap.java |
954 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'freq_trip_unsorted' is not final. |
| 27200 |
src/com/gps/action/GenerateMap.java |
955 |
Potential violation of Law of Demeter (object not created locally) |
| 27201 |
src/com/gps/action/GenerateMap.java |
956 |
Potential violation of Law of Demeter (object not created locally) |
| 27202 |
src/com/gps/action/GenerateMap.java |
957 |
Potential violation of Law of Demeter (object not created locally) |
| 27203 |
src/com/gps/action/GenerateMap.java |
958 |
Potential violation of Law of Demeter (object not created locally) |
| 27204 |
src/com/gps/action/GenerateMap.java |
958 |
Potential violation of Law of Demeter (object not created locally) |
| 27205 |
src/com/gps/action/GenerateMap.java |
960 |
Potential violation of Law of Demeter (object not created locally) |
| 27206 |
src/com/gps/action/GenerateMap.java |
961 |
Potential violation of Law of Demeter (object not created locally) |
| 27207 |
src/com/gps/action/GenerateMap.java |
961 |
Potential violation of Law of Demeter (object not created locally) |
| 27208 |
src/com/gps/action/GenerateMap.java |
962 |
Potential violation of Law of Demeter (method chain calls) |
| 27209 |
src/com/gps/action/GenerateMap.java |
962 |
Potential violation of Law of Demeter (method chain calls) |
| 27210 |
src/com/gps/action/GenerateMap.java |
962 |
Potential violation of Law of Demeter (object not created locally) |
| 27211 |
src/com/gps/action/GenerateMap.java |
963 |
Potential violation of Law of Demeter (method chain calls) |
| 27212 |
src/com/gps/action/GenerateMap.java |
963 |
Potential violation of Law of Demeter (object not created locally) |
| 27213 |
src/com/gps/action/GenerateMap.java |
965 |
Potential violation of Law of Demeter (method chain calls) |
| 27214 |
src/com/gps/action/GenerateMap.java |
965 |
Potential violation of Law of Demeter (method chain calls) |
| 27215 |
src/com/gps/action/GenerateMap.java |
966 |
Avoid using if...else statements without curly braces |
| 27216 |
src/com/gps/action/GenerateMap.java |
968 |
Avoid using if...else statements without curly braces |
| 27217 |
src/com/gps/action/GenerateMap.java |
969 |
Potential violation of Law of Demeter (method chain calls) |
| 27218 |
src/com/gps/action/GenerateMap.java |
969 |
Potential violation of Law of Demeter (method chain calls) |
| 27219 |
src/com/gps/action/GenerateMap.java |
970 |
Potential violation of Law of Demeter (object not created locally) |
| 27220 |
src/com/gps/action/GenerateMap.java |
971 |
Potential violation of Law of Demeter (method chain calls) |
| 27221 |
src/com/gps/action/GenerateMap.java |
971 |
Potential violation of Law of Demeter (method chain calls) |
| 27222 |
src/com/gps/action/GenerateMap.java |
971 |
Potential violation of Law of Demeter (object not created locally) |
| 27223 |
src/com/gps/action/GenerateMap.java |
972 |
Potential violation of Law of Demeter (method chain calls) |
| 27224 |
src/com/gps/action/GenerateMap.java |
972 |
Potential violation of Law of Demeter (method chain calls) |
| 27225 |
src/com/gps/action/GenerateMap.java |
972 |
Potential violation of Law of Demeter (object not created locally) |
| 27226 |
src/com/gps/action/GenerateMap.java |
973 |
Potential violation of Law of Demeter (object not created locally) |
| 27227 |
src/com/gps/action/GenerateMap.java |
974 |
Potential violation of Law of Demeter (object not created locally) |
| 27228 |
src/com/gps/action/GenerateMap.java |
974 |
Potential violation of Law of Demeter (object not created locally) |
| 27229 |
src/com/gps/action/GenerateMap.java |
978 |
Potential violation of Law of Demeter (object not created locally) |
| 27230 |
src/com/gps/action/GenerateMap.java |
979 |
Potential violation of Law of Demeter (object not created locally) |
| 27231 |
src/com/gps/action/GenerateMap.java |
982 |
Avoid printStackTrace(); use a logger call instead. |
| 27232 |
src/com/gps/action/GenerateMap.java |
982 |
Potential violation of Law of Demeter (object not created locally) |
| 27233 |
src/com/gps/action/GenerateMap.java |
985 |
Potential violation of Law of Demeter (object not created locally) |
| 27234 |
src/com/gps/action/GenerateMap.java |
985 |
Potential violation of Law of Demeter (object not created locally) |
| 27235 |
src/com/gps/action/GenerateMap.java |
985 |
Useless parentheses. |
| 27236 |
src/com/gps/action/GenerateMap.java |
985 |
Useless parentheses. |
| 27237 |
src/com/gps/action/GenerateMap.java |
987 |
Potential violation of Law of Demeter (object not created locally) |
| 27238 |
src/com/gps/action/GenerateMap.java |
988 |
Potential violation of Law of Demeter (object not created locally) |
| 27239 |
src/com/gps/action/GenerateMap.java |
988 |
Potential violation of Law of Demeter (object not created locally) |
| 27240 |
src/com/gps/action/GenerateMap.java |
990 |
Potential violation of Law of Demeter (method chain calls) |
| 27241 |
src/com/gps/action/GenerateMap.java |
990 |
Potential violation of Law of Demeter (method chain calls) |
| 27242 |
src/com/gps/action/GenerateMap.java |
990 |
Potential violation of Law of Demeter (object not created locally) |
| 27243 |
src/com/gps/action/GenerateMap.java |
991 |
Potential violation of Law of Demeter (method chain calls) |
| 27244 |
src/com/gps/action/GenerateMap.java |
991 |
Potential violation of Law of Demeter (object not created locally) |
| 27245 |
src/com/gps/action/GenerateMap.java |
993 |
Potential violation of Law of Demeter (method chain calls) |
| 27246 |
src/com/gps/action/GenerateMap.java |
993 |
Potential violation of Law of Demeter (method chain calls) |
| 27247 |
src/com/gps/action/GenerateMap.java |
994 |
Avoid using if...else statements without curly braces |
| 27248 |
src/com/gps/action/GenerateMap.java |
996 |
Avoid using if...else statements without curly braces |
| 27249 |
src/com/gps/action/GenerateMap.java |
997 |
Potential violation of Law of Demeter (method chain calls) |
| 27250 |
src/com/gps/action/GenerateMap.java |
997 |
Potential violation of Law of Demeter (method chain calls) |
| 27251 |
src/com/gps/action/GenerateMap.java |
998 |
Potential violation of Law of Demeter (object not created locally) |
| 27252 |
src/com/gps/action/GenerateMap.java |
1000 |
Potential violation of Law of Demeter (method chain calls) |
| 27253 |
src/com/gps/action/GenerateMap.java |
1000 |
Potential violation of Law of Demeter (method chain calls) |
| 27254 |
src/com/gps/action/GenerateMap.java |
1000 |
Potential violation of Law of Demeter (object not created locally) |
| 27255 |
src/com/gps/action/GenerateMap.java |
1001 |
Potential violation of Law of Demeter (method chain calls) |
| 27256 |
src/com/gps/action/GenerateMap.java |
1001 |
Potential violation of Law of Demeter (method chain calls) |
| 27257 |
src/com/gps/action/GenerateMap.java |
1001 |
Potential violation of Law of Demeter (object not created locally) |
| 27258 |
src/com/gps/action/GenerateMap.java |
1002 |
Potential violation of Law of Demeter (object not created locally) |
| 27259 |
src/com/gps/action/GenerateMap.java |
1003 |
Potential violation of Law of Demeter (object not created locally) |
| 27260 |
src/com/gps/action/GenerateMap.java |
1003 |
Potential violation of Law of Demeter (object not created locally) |
| 27261 |
src/com/gps/action/GenerateMap.java |
1008 |
Potential violation of Law of Demeter (object not created locally) |
| 27262 |
src/com/gps/action/GenerateMap.java |
1009 |
Potential violation of Law of Demeter (object not created locally) |
| 27263 |
src/com/gps/action/GenerateMap.java |
1014 |
Avoid printStackTrace(); use a logger call instead. |
| 27264 |
src/com/gps/action/GenerateMap.java |
1014 |
Potential violation of Law of Demeter (object not created locally) |
| 27265 |
src/com/gps/action/GenerateMap.java |
1019 |
Potential violation of Law of Demeter (method chain calls) |
| 27266 |
src/com/gps/action/GenerateMap.java |
1019 |
Potential violation of Law of Demeter (object not created locally) |
| 27267 |
src/com/gps/action/GenerateMap.java |
1019 |
Potential violation of Law of Demeter (object not created locally) |
| 27268 |
src/com/gps/action/GenerateMap.java |
1019 |
Potential violation of Law of Demeter (object not created locally) |
| 27269 |
src/com/gps/action/GenerateMap.java |
1019 |
Useless parentheses. |
| 27270 |
src/com/gps/action/GenerateMap.java |
1019 |
Useless parentheses. |
| 27271 |
src/com/gps/action/GenerateMap.java |
1019 |
Useless parentheses. |
| 27272 |
src/com/gps/action/GenerateMap.java |
1021 |
Potential violation of Law of Demeter (object not created locally) |
| 27273 |
src/com/gps/action/GenerateMap.java |
1024 |
Comment is too large: Line too long |
| 27274 |
src/com/gps/action/GenerateMap.java |
1025 |
Potential violation of Law of Demeter (object not created locally) |
| 27275 |
src/com/gps/action/GenerateMap.java |
1025 |
Potential violation of Law of Demeter (object not created locally) |
| 27276 |
src/com/gps/action/GenerateMap.java |
1028 |
Avoid if (x != y) ..; else ..; |
| 27277 |
src/com/gps/action/GenerateMap.java |
1028 |
Useless parentheses. |
| 27278 |
src/com/gps/action/GenerateMap.java |
1030 |
Potential violation of Law of Demeter (object not created locally) |
| 27279 |
src/com/gps/action/GenerateMap.java |
1034 |
Comment is too large: Line too long |
| 27280 |
src/com/gps/action/GenerateMap.java |
1038 |
Potential violation of Law of Demeter (object not created locally) |
| 27281 |
src/com/gps/action/GenerateMap.java |
1045 |
Potential violation of Law of Demeter (method chain calls) |
| 27282 |
src/com/gps/action/GenerateMap.java |
1045 |
Potential violation of Law of Demeter (object not created locally) |
| 27283 |
src/com/gps/action/GenerateMap.java |
1045 |
Potential violation of Law of Demeter (object not created locally) |
| 27284 |
src/com/gps/action/GenerateMap.java |
1045 |
Potential violation of Law of Demeter (object not created locally) |
| 27285 |
src/com/gps/action/GenerateMap.java |
1045 |
Useless parentheses. |
| 27286 |
src/com/gps/action/GenerateMap.java |
1045 |
Useless parentheses. |
| 27287 |
src/com/gps/action/GenerateMap.java |
1045 |
Useless parentheses. |
| 27288 |
src/com/gps/action/GenerateMap.java |
1047 |
Potential violation of Law of Demeter (object not created locally) |
| 27289 |
src/com/gps/action/GenerateMap.java |
1049 |
Comment is too large: Line too long |
| 27290 |
src/com/gps/action/GenerateMap.java |
1054 |
Potential violation of Law of Demeter (object not created locally) |
| 27291 |
src/com/gps/action/GenerateMap.java |
1055 |
Potential violation of Law of Demeter (object not created locally) |
| 27292 |
src/com/gps/action/GenerateMap.java |
1059 |
Avoid printStackTrace(); use a logger call instead. |
| 27293 |
src/com/gps/action/GenerateMap.java |
1059 |
Potential violation of Law of Demeter (object not created locally) |
| 27294 |
src/com/gps/action/GenerateMap.java |
1063 |
Potential violation of Law of Demeter (object not created locally) |
| 27295 |
src/com/gps/action/GenerateMap.java |
1072 |
Potential violation of Law of Demeter (method chain calls) |
| 27296 |
src/com/gps/action/GenerateMap.java |
1072 |
Potential violation of Law of Demeter (object not created locally) |
| 27297 |
src/com/gps/action/GenerateMap.java |
1076 |
Potential violation of Law of Demeter (object not created locally) |
| 27298 |
src/com/gps/action/GenerateMap.java |
1077 |
Potential violation of Law of Demeter (object not created locally) |
| 27299 |
src/com/gps/action/GenerateMap.java |
1081 |
Potential violation of Law of Demeter (method chain calls) |
| 27300 |
src/com/gps/action/GenerateMap.java |
1081 |
Potential violation of Law of Demeter (object not created locally) |
| 27301 |
src/com/gps/action/GenerateMap.java |
1083 |
Avoid using Literals in Conditional Statements |
| 27302 |
src/com/gps/action/GenerateMap.java |
1083 |
These nested if statements could be combined |
| 27303 |
src/com/gps/action/GenerateMap.java |
1088 |
Potential violation of Law of Demeter (method chain calls) |
| 27304 |
src/com/gps/action/GenerateMap.java |
1088 |
Potential violation of Law of Demeter (method chain calls) |
| 27305 |
src/com/gps/action/GenerateMap.java |
1089 |
Potential violation of Law of Demeter (method chain calls) |
| 27306 |
src/com/gps/action/GenerateMap.java |
1089 |
Potential violation of Law of Demeter (method chain calls) |
| 27307 |
src/com/gps/action/GenerateMap.java |
1089 |
This statement may have some unnecessary parentheses |
| 27308 |
src/com/gps/action/GenerateMap.java |
1089 |
This statement may have some unnecessary parentheses |
| 27309 |
src/com/gps/action/GenerateMap.java |
1089 |
Useless parentheses. |
| 27310 |
src/com/gps/action/GenerateMap.java |
1089 |
Useless parentheses. |
| 27311 |
src/com/gps/action/GenerateMap.java |
1090 |
Potential violation of Law of Demeter (object not created locally) |
| 27312 |
src/com/gps/action/GenerateMap.java |
1092 |
Potential violation of Law of Demeter (method chain calls) |
| 27313 |
src/com/gps/action/GenerateMap.java |
1092 |
Potential violation of Law of Demeter (object not created locally) |
| 27314 |
src/com/gps/action/GenerateMap.java |
1094 |
Potential violation of Law of Demeter (object not created locally) |
| 27315 |
src/com/gps/action/GenerateMap.java |
1095 |
Potential violation of Law of Demeter (object not created locally) |
| 27316 |
src/com/gps/action/GenerateMap.java |
1103 |
Potential violation of Law of Demeter (method chain calls) |
| 27317 |
src/com/gps/action/GenerateMap.java |
1103 |
Potential violation of Law of Demeter (object not created locally) |
| 27318 |
src/com/gps/action/GenerateMap.java |
1106 |
Potential violation of Law of Demeter (object not created locally) |
| 27319 |
src/com/gps/action/GenerateMap.java |
1110 |
Avoid appending characters as strings in StringBuffer.append. |
| 27320 |
src/com/gps/action/GenerateMap.java |
1110 |
Avoid appending characters as strings in StringBuffer.append. |
| 27321 |
src/com/gps/action/GenerateMap.java |
1110 |
Avoid appending characters as strings in StringBuffer.append. |
| 27322 |
src/com/gps/action/GenerateMap.java |
1110 |
Avoid appending characters as strings in StringBuffer.append. |
| 27323 |
src/com/gps/action/GenerateMap.java |
1110 |
Avoid appending characters as strings in StringBuffer.append. |
| 27324 |
src/com/gps/action/GenerateMap.java |
1110 |
Avoid appending characters as strings in StringBuffer.append. |
| 27325 |
src/com/gps/action/GenerateMap.java |
1110 |
Potential violation of Law of Demeter (method chain calls) |
| 27326 |
src/com/gps/action/GenerateMap.java |
1110 |
Potential violation of Law of Demeter (method chain calls) |
| 27327 |
src/com/gps/action/GenerateMap.java |
1110 |
Potential violation of Law of Demeter (object not created locally) |
| 27328 |
src/com/gps/action/GenerateMap.java |
1110 |
Potential violation of Law of Demeter (object not created locally) |
| 27329 |
src/com/gps/action/GenerateMap.java |
1110 |
Potential violation of Law of Demeter (object not created locally) |
| 27330 |
src/com/gps/action/GenerateMap.java |
1110 |
StringBuffer (or StringBuilder).append is called 3 consecutive times with literal Strings. Use a single append with a single combined String. |
| 27331 |
src/com/gps/action/GenerateMap.java |
1110 |
StringBuffer (or StringBuilder).append is called 4 consecutive times with literal Strings. Use a single append with a single combined String. |
| 27332 |
src/com/gps/action/GenerateMap.java |
1110 |
StringBuffer (or StringBuilder).append is called 7 consecutive times with literal Strings. Use a single append with a single combined String. |
| 27333 |
src/com/gps/action/GenerateMap.java |
1113 |
Potential violation of Law of Demeter (method chain calls) |
| 27334 |
src/com/gps/action/GenerateMap.java |
1113 |
Potential violation of Law of Demeter (object not created locally) |
| 27335 |
src/com/gps/action/GenerateMap.java |
1116 |
Potential violation of Law of Demeter (object not created locally) |
| 27336 |
src/com/gps/action/GenerateMap.java |
1116 |
Potential violation of Law of Demeter (object not created locally) |
| 27337 |
src/com/gps/action/GenerateMap.java |
1116 |
Potential violation of Law of Demeter (object not created locally) |
| 27338 |
src/com/gps/action/GenerateMap.java |
1116 |
Potential violation of Law of Demeter (object not created locally) |
| 27339 |
src/com/gps/action/GenerateMap.java |
1116 |
Potential violation of Law of Demeter (object not created locally) |
| 27340 |
src/com/gps/action/GenerateMap.java |
1116 |
Potential violation of Law of Demeter (object not created locally) |
| 27341 |
src/com/gps/action/GenerateMap.java |
1116 |
Potential violation of Law of Demeter (object not created locally) |
| 27342 |
src/com/gps/action/GenerateMap.java |
1116 |
Potential violation of Law of Demeter (object not created locally) |
| 27343 |
src/com/gps/action/GenerateMap.java |
1116 |
Potential violation of Law of Demeter (object not created locally) |
| 27344 |
src/com/gps/action/GenerateMap.java |
1116 |
Useless parentheses. |
| 27345 |
src/com/gps/action/GenerateMap.java |
1116 |
Useless parentheses. |
| 27346 |
src/com/gps/action/GenerateMap.java |
1122 |
Potential violation of Law of Demeter (object not created locally) |
| 27347 |
src/com/gps/action/GenerateMap.java |
1122 |
Potential violation of Law of Demeter (object not created locally) |
| 27348 |
src/com/gps/action/GenerateMap.java |
1122 |
Potential violation of Law of Demeter (object not created locally) |
| 27349 |
src/com/gps/action/GenerateMap.java |
1122 |
Potential violation of Law of Demeter (object not created locally) |
| 27350 |
src/com/gps/action/GenerateMap.java |
1122 |
Potential violation of Law of Demeter (object not created locally) |
| 27351 |
src/com/gps/action/GenerateMap.java |
1122 |
Potential violation of Law of Demeter (object not created locally) |
| 27352 |
src/com/gps/action/GenerateMap.java |
1122 |
Potential violation of Law of Demeter (object not created locally) |
| 27353 |
src/com/gps/action/GenerateMap.java |
1122 |
Potential violation of Law of Demeter (object not created locally) |
| 27354 |
src/com/gps/action/GenerateMap.java |
1122 |
Potential violation of Law of Demeter (object not created locally) |
| 27355 |
src/com/gps/action/GenerateMap.java |
1122 |
Useless parentheses. |
| 27356 |
src/com/gps/action/GenerateMap.java |
1122 |
Useless parentheses. |
| 27357 |
src/com/gps/action/GenerateMap.java |
1128 |
Potential violation of Law of Demeter (object not created locally) |
| 27358 |
src/com/gps/action/GenerateMap.java |
1128 |
Potential violation of Law of Demeter (object not created locally) |
| 27359 |
src/com/gps/action/GenerateMap.java |
1128 |
Potential violation of Law of Demeter (object not created locally) |
| 27360 |
src/com/gps/action/GenerateMap.java |
1128 |
Potential violation of Law of Demeter (object not created locally) |
| 27361 |
src/com/gps/action/GenerateMap.java |
1128 |
Potential violation of Law of Demeter (object not created locally) |
| 27362 |
src/com/gps/action/GenerateMap.java |
1128 |
Potential violation of Law of Demeter (object not created locally) |
| 27363 |
src/com/gps/action/GenerateMap.java |
1128 |
Potential violation of Law of Demeter (object not created locally) |
| 27364 |
src/com/gps/action/GenerateMap.java |
1128 |
Potential violation of Law of Demeter (object not created locally) |
| 27365 |
src/com/gps/action/GenerateMap.java |
1128 |
Potential violation of Law of Demeter (object not created locally) |
| 27366 |
src/com/gps/action/GenerateMap.java |
1128 |
Useless parentheses. |
| 27367 |
src/com/gps/action/GenerateMap.java |
1128 |
Useless parentheses. |
| 27368 |
src/com/gps/action/GenerateMap.java |
1134 |
Potential violation of Law of Demeter (object not created locally) |
| 27369 |
src/com/gps/action/GenerateMap.java |
1134 |
Potential violation of Law of Demeter (object not created locally) |
| 27370 |
src/com/gps/action/GenerateMap.java |
1134 |
Potential violation of Law of Demeter (object not created locally) |
| 27371 |
src/com/gps/action/GenerateMap.java |
1134 |
Potential violation of Law of Demeter (object not created locally) |
| 27372 |
src/com/gps/action/GenerateMap.java |
1134 |
Potential violation of Law of Demeter (object not created locally) |
| 27373 |
src/com/gps/action/GenerateMap.java |
1134 |
Potential violation of Law of Demeter (object not created locally) |
| 27374 |
src/com/gps/action/GenerateMap.java |
1134 |
Potential violation of Law of Demeter (object not created locally) |
| 27375 |
src/com/gps/action/GenerateMap.java |
1134 |
Potential violation of Law of Demeter (object not created locally) |
| 27376 |
src/com/gps/action/GenerateMap.java |
1134 |
Potential violation of Law of Demeter (object not created locally) |
| 27377 |
src/com/gps/action/GenerateMap.java |
1134 |
Useless parentheses. |
| 27378 |
src/com/gps/action/GenerateMap.java |
1134 |
Useless parentheses. |
| 27379 |
src/com/gps/action/GenerateMap.java |
1140 |
Potential violation of Law of Demeter (object not created locally) |
| 27380 |
src/com/gps/action/GenerateMap.java |
1140 |
Potential violation of Law of Demeter (object not created locally) |
| 27381 |
src/com/gps/action/GenerateMap.java |
1140 |
Potential violation of Law of Demeter (object not created locally) |
| 27382 |
src/com/gps/action/GenerateMap.java |
1140 |
Potential violation of Law of Demeter (object not created locally) |
| 27383 |
src/com/gps/action/GenerateMap.java |
1140 |
Potential violation of Law of Demeter (object not created locally) |
| 27384 |
src/com/gps/action/GenerateMap.java |
1140 |
Potential violation of Law of Demeter (object not created locally) |
| 27385 |
src/com/gps/action/GenerateMap.java |
1140 |
Potential violation of Law of Demeter (object not created locally) |
| 27386 |
src/com/gps/action/GenerateMap.java |
1140 |
Potential violation of Law of Demeter (object not created locally) |
| 27387 |
src/com/gps/action/GenerateMap.java |
1140 |
Potential violation of Law of Demeter (object not created locally) |
| 27388 |
src/com/gps/action/GenerateMap.java |
1140 |
Useless parentheses. |
| 27389 |
src/com/gps/action/GenerateMap.java |
1140 |
Useless parentheses. |
| 27390 |
src/com/gps/action/GenerateMap.java |
1147 |
Potential violation of Law of Demeter (object not created locally) |
| 27391 |
src/com/gps/action/GenerateMap.java |
1147 |
Potential violation of Law of Demeter (object not created locally) |
| 27392 |
src/com/gps/action/GenerateMap.java |
1147 |
Potential violation of Law of Demeter (object not created locally) |
| 27393 |
src/com/gps/action/GenerateMap.java |
1147 |
Potential violation of Law of Demeter (object not created locally) |
| 27394 |
src/com/gps/action/GenerateMap.java |
1147 |
Potential violation of Law of Demeter (object not created locally) |
| 27395 |
src/com/gps/action/GenerateMap.java |
1147 |
Potential violation of Law of Demeter (object not created locally) |
| 27396 |
src/com/gps/action/GenerateMap.java |
1147 |
Potential violation of Law of Demeter (object not created locally) |
| 27397 |
src/com/gps/action/GenerateMap.java |
1147 |
Potential violation of Law of Demeter (object not created locally) |
| 27398 |
src/com/gps/action/GenerateMap.java |
1147 |
Potential violation of Law of Demeter (object not created locally) |
| 27399 |
src/com/gps/action/GenerateMap.java |
1147 |
Useless parentheses. |
| 27400 |
src/com/gps/action/GenerateMap.java |
1147 |
Useless parentheses. |
| 27401 |
src/com/gps/action/GenerateMap.java |
1154 |
Potential violation of Law of Demeter (object not created locally) |
| 27402 |
src/com/gps/action/GenerateMap.java |
1155 |
Potential violation of Law of Demeter (object not created locally) |
| 27403 |
src/com/gps/action/GenerateMap.java |
1159 |
Avoid using Literals in Conditional Statements |
| 27404 |
src/com/gps/action/GenerateMap.java |
1164 |
Potential violation of Law of Demeter (method chain calls) |
| 27405 |
src/com/gps/action/GenerateMap.java |
1164 |
Potential violation of Law of Demeter (method chain calls) |
| 27406 |
src/com/gps/action/GenerateMap.java |
1164 |
Potential violation of Law of Demeter (object not created locally) |
| 27407 |
src/com/gps/action/GenerateMap.java |
1165 |
Potential violation of Law of Demeter (method chain calls) |
| 27408 |
src/com/gps/action/GenerateMap.java |
1165 |
Potential violation of Law of Demeter (method chain calls) |
| 27409 |
src/com/gps/action/GenerateMap.java |
1166 |
Potential violation of Law of Demeter (method chain calls) |
| 27410 |
src/com/gps/action/GenerateMap.java |
1166 |
Potential violation of Law of Demeter (method chain calls) |
| 27411 |
src/com/gps/action/GenerateMap.java |
1166 |
This statement may have some unnecessary parentheses |
| 27412 |
src/com/gps/action/GenerateMap.java |
1166 |
This statement may have some unnecessary parentheses |
| 27413 |
src/com/gps/action/GenerateMap.java |
1166 |
Useless parentheses. |
| 27414 |
src/com/gps/action/GenerateMap.java |
1166 |
Useless parentheses. |
| 27415 |
src/com/gps/action/GenerateMap.java |
1167 |
Potential violation of Law of Demeter (object not created locally) |
| 27416 |
src/com/gps/action/GenerateMap.java |
1168 |
Potential violation of Law of Demeter (method chain calls) |
| 27417 |
src/com/gps/action/GenerateMap.java |
1168 |
Potential violation of Law of Demeter (object not created locally) |
| 27418 |
src/com/gps/action/GenerateMap.java |
1170 |
Potential violation of Law of Demeter (object not created locally) |
| 27419 |
src/com/gps/action/GenerateMap.java |
1171 |
Potential violation of Law of Demeter (object not created locally) |
| 27420 |
src/com/gps/action/GenerateMap.java |
1185 |
Avoid variables with short names like t |
| 27421 |
src/com/gps/action/GenerateMap.java |
1186 |
Avoid variables with short names like st |
| 27422 |
src/com/gps/action/GenerateMap.java |
1186 |
Local variable 'st' could be declared final |
| 27423 |
src/com/gps/action/GenerateMap.java |
1186 |
Potential violation of Law of Demeter (object not created locally) |
| 27424 |
src/com/gps/action/GenerateMap.java |
1186 |
Potential violation of Law of Demeter (object not created locally) |
| 27425 |
src/com/gps/action/GenerateMap.java |
1187 |
Position literals first in String comparisons |
| 27426 |
src/com/gps/action/GenerateMap.java |
1187 |
Potential violation of Law of Demeter (object not created locally) |
| 27427 |
src/com/gps/action/GenerateMap.java |
1189 |
Potential violation of Law of Demeter (object not created locally) |
| 27428 |
src/com/gps/action/GenerateMap.java |
1191 |
Potential violation of Law of Demeter (method chain calls) |
| 27429 |
src/com/gps/action/GenerateMap.java |
1204 |
Position literals first in String comparisons |
| 27430 |
src/com/gps/action/GenerateMap.java |
1204 |
Potential violation of Law of Demeter (object not created locally) |
| 27431 |
src/com/gps/action/GenerateMap.java |
1206 |
Local variable 'next1' could be declared final |
| 27432 |
src/com/gps/action/GenerateMap.java |
1206 |
Potential violation of Law of Demeter (object not created locally) |
| 27433 |
src/com/gps/action/GenerateMap.java |
1207 |
Avoid variables with short names like d |
| 27434 |
src/com/gps/action/GenerateMap.java |
1207 |
Local variable 'd' could be declared final |
| 27435 |
src/com/gps/action/GenerateMap.java |
1208 |
Avoid variables with short names like td |
| 27436 |
src/com/gps/action/GenerateMap.java |
1208 |
Local variable 'td' could be declared final |
| 27437 |
src/com/gps/action/GenerateMap.java |
1209 |
Local variable 'result' could be declared final |
| 27438 |
src/com/gps/action/GenerateMap.java |
1209 |
Potential violation of Law of Demeter (method chain calls) |
| 27439 |
src/com/gps/action/GenerateMap.java |
1210 |
Potential violation of Law of Demeter (method chain calls) |
| 27440 |
src/com/gps/action/GenerateMap.java |
1215 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 27441 |
src/com/gps/action/GenerateMap.java |
1217 |
Avoid printStackTrace(); use a logger call instead. |
| 27442 |
src/com/gps/action/GenerateMap.java |
1217 |
Potential violation of Law of Demeter (object not created locally) |
| 27443 |
src/com/gps/action/GenerateMap.java |
1223 |
publicMethodCommentRequirement Required |
| 27444 |
src/com/gps/action/GenerateMap.java |
1226 |
Parameter 'value' is not assigned and could be declared final |
| 27445 |
src/com/gps/action/GenerateMap.java |
1226 |
publicMethodCommentRequirement Required |
| 27446 |
src/com/gps/action/GenerateMap.java |
1230 |
publicMethodCommentRequirement Required |
| 27447 |
src/com/gps/action/GenerateMap.java |
1234 |
Parameter 'vehicleGroupList' is not assigned and could be declared final |
| 27448 |
src/com/gps/action/GenerateMap.java |
1234 |
publicMethodCommentRequirement Required |
| 27449 |
src/com/gps/action/GenerateMap.java |
1238 |
Comment is too large: Too many lines |
| 27450 |
src/com/gps/action/GenerateMap.java |
1247 |
Method names should not start with capital letters |
| 27451 |
src/com/gps/action/GenerateMap.java |
1248 |
Local variable 'vpd' could be declared final |
| 27452 |
src/com/gps/action/GenerateMap.java |
1252 |
Potential violation of Law of Demeter (object not created locally) |
| 27453 |
src/com/gps/action/GenerateMap.java |
1255 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 27454 |
src/com/gps/action/GenerateMap.java |
1257 |
Avoid printStackTrace(); use a logger call instead. |
| 27455 |
src/com/gps/action/GenerateMap.java |
1257 |
Potential violation of Law of Demeter (object not created locally) |
| 27456 |
src/com/gps/action/GenerateMap.java |
1261 |
Comment is too large: Too many lines |
| 27457 |
src/com/gps/action/GenerateMap.java |
1272 |
Local variable 'vehicleDao' could be declared final |
| 27458 |
src/com/gps/action/GenerateMap.java |
1273 |
Local variable 'tripDao' could be declared final |
| 27459 |
src/com/gps/action/GenerateMap.java |
1274 |
Local variable 'userDao' could be declared final |
| 27460 |
src/com/gps/action/GenerateMap.java |
1278 |
Local variable 'session' could be declared final |
| 27461 |
src/com/gps/action/GenerateMap.java |
1284 |
Local variable 'dateFormat' could be declared final |
| 27462 |
src/com/gps/action/GenerateMap.java |
1284 |
When instantiating a SimpleDateFormat object, specify a Locale |
| 27463 |
src/com/gps/action/GenerateMap.java |
1285 |
Potential violation of Law of Demeter (object not created locally) |
| 27464 |
src/com/gps/action/GenerateMap.java |
1286 |
Local variable 'userid' could be declared final |
| 27465 |
src/com/gps/action/GenerateMap.java |
1286 |
Potential violation of Law of Demeter (object not created locally) |
| 27466 |
src/com/gps/action/GenerateMap.java |
1287 |
Potential violation of Law of Demeter (object not created locally) |
| 27467 |
src/com/gps/action/GenerateMap.java |
1288 |
Potential violation of Law of Demeter (object not created locally) |
| 27468 |
src/com/gps/action/GenerateMap.java |
1290 |
The String literal "parampass" appears 6 times in this file; the first occurrence is on line 1,290 |
| 27469 |
src/com/gps/action/GenerateMap.java |
1291 |
Potential violation of Law of Demeter (object not created locally) |
| 27470 |
src/com/gps/action/GenerateMap.java |
1293 |
The String literal "all" appears 4 times in this file; the first occurrence is on line 1,293 |
| 27471 |
src/com/gps/action/GenerateMap.java |
1293 |
The String literal "type" appears 5 times in this file; the first occurrence is on line 1,293 |
| 27472 |
src/com/gps/action/GenerateMap.java |
1295 |
Potential violation of Law of Demeter (object not created locally) |
| 27473 |
src/com/gps/action/GenerateMap.java |
1295 |
Potential violation of Law of Demeter (object not created locally) |
| 27474 |
src/com/gps/action/GenerateMap.java |
1296 |
Potential violation of Law of Demeter (object not created locally) |
| 27475 |
src/com/gps/action/GenerateMap.java |
1296 |
The String literal "latt" appears 4 times in this file; the first occurrence is on line 1,296 |
| 27476 |
src/com/gps/action/GenerateMap.java |
1297 |
Potential violation of Law of Demeter (object not created locally) |
| 27477 |
src/com/gps/action/GenerateMap.java |
1300 |
Potential violation of Law of Demeter (object not created locally) |
| 27478 |
src/com/gps/action/GenerateMap.java |
1300 |
Potential violation of Law of Demeter (object not created locally) |
| 27479 |
src/com/gps/action/GenerateMap.java |
1301 |
Potential violation of Law of Demeter (object not created locally) |
| 27480 |
src/com/gps/action/GenerateMap.java |
1302 |
Potential violation of Law of Demeter (object not created locally) |
| 27481 |
src/com/gps/action/GenerateMap.java |
1303 |
Potential violation of Law of Demeter (object not created locally) |
| 27482 |
src/com/gps/action/GenerateMap.java |
1303 |
The String literal "speed" appears 5 times in this file; the first occurrence is on line 1,303 |
| 27483 |
src/com/gps/action/GenerateMap.java |
1304 |
The String literal "Cache-Control" appears 4 times in this file; the first occurrence is on line 1,304 |
| 27484 |
src/com/gps/action/GenerateMap.java |
1304 |
The String literal "no-cache" appears 6 times in this file; the first occurrence is on line 1,304 |
| 27485 |
src/com/gps/action/GenerateMap.java |
1309 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 27486 |
src/com/gps/action/GenerateMap.java |
1311 |
Avoid printStackTrace(); use a logger call instead. |
| 27487 |
src/com/gps/action/GenerateMap.java |
1311 |
Potential violation of Law of Demeter (object not created locally) |
| 27488 |
src/com/gps/action/GenerateMap.java |
1316 |
Comment is too large: Too many lines |
| 27489 |
src/com/gps/action/GenerateMap.java |
1325 |
Avoid really long methods. |
| 27490 |
src/com/gps/action/GenerateMap.java |
1327 |
Local variable 'vehicleDao' could be declared final |
| 27491 |
src/com/gps/action/GenerateMap.java |
1328 |
Local variable 'tripDao' could be declared final |
| 27492 |
src/com/gps/action/GenerateMap.java |
1329 |
Local variable 'userDao' could be declared final |
| 27493 |
src/com/gps/action/GenerateMap.java |
1333 |
Local variable 'session' could be declared final |
| 27494 |
src/com/gps/action/GenerateMap.java |
1341 |
Local variable 'util' could be declared final |
| 27495 |
src/com/gps/action/GenerateMap.java |
1352 |
Local variable 'cal' could be declared final |
| 27496 |
src/com/gps/action/GenerateMap.java |
1353 |
When instantiating a SimpleDateFormat object, specify a Locale |
| 27497 |
src/com/gps/action/GenerateMap.java |
1354 |
Avoid declaring a variable if it is unreferenced before a possible exit point. |
| 27498 |
src/com/gps/action/GenerateMap.java |
1354 |
Avoid unused local variables such as 'ct'. |
| 27499 |
src/com/gps/action/GenerateMap.java |
1354 |
Avoid variables with short names like ct |
| 27500 |
src/com/gps/action/GenerateMap.java |
1354 |
Local variable 'ct' could be declared final |
| 27501 |
src/com/gps/action/GenerateMap.java |
1354 |
Potential violation of Law of Demeter (object not created locally) |
| 27502 |
src/com/gps/action/GenerateMap.java |
1354 |
Potential violation of Law of Demeter (object not created locally) |
| 27503 |
src/com/gps/action/GenerateMap.java |
1357 |
Potential violation of Law of Demeter (object not created locally) |
| 27504 |
src/com/gps/action/GenerateMap.java |
1358 |
Local variable 'userid' could be declared final |
| 27505 |
src/com/gps/action/GenerateMap.java |
1358 |
Potential violation of Law of Demeter (object not created locally) |
| 27506 |
src/com/gps/action/GenerateMap.java |
1359 |
Potential violation of Law of Demeter (object not created locally) |
| 27507 |
src/com/gps/action/GenerateMap.java |
1370 |
Avoid variables with short names like td |
| 27508 |
src/com/gps/action/GenerateMap.java |
1373 |
Avoid unused local variables such as 'date'. |
| 27509 |
src/com/gps/action/GenerateMap.java |
1373 |
Local variable 'date' could be declared final |
| 27510 |
src/com/gps/action/GenerateMap.java |
1374 |
Potential violation of Law of Demeter (object not created locally) |
| 27511 |
src/com/gps/action/GenerateMap.java |
1376 |
Avoid unused local variables such as 'lastdrawndate'. |
| 27512 |
src/com/gps/action/GenerateMap.java |
1378 |
Avoid unused local variables such as 'today'. |
| 27513 |
src/com/gps/action/GenerateMap.java |
1378 |
Local variable 'today' could be declared final |
| 27514 |
src/com/gps/action/GenerateMap.java |
1379 |
Avoid unused local variables such as 'dateFormat'. |
| 27515 |
src/com/gps/action/GenerateMap.java |
1379 |
Local variable 'dateFormat' could be declared final |
| 27516 |
src/com/gps/action/GenerateMap.java |
1379 |
When instantiating a SimpleDateFormat object, specify a Locale |
| 27517 |
src/com/gps/action/GenerateMap.java |
1381 |
Potential violation of Law of Demeter (object not created locally) |
| 27518 |
src/com/gps/action/GenerateMap.java |
1383 |
Position literals first in String comparisons |
| 27519 |
src/com/gps/action/GenerateMap.java |
1383 |
Potential violation of Law of Demeter (object not created locally) |
| 27520 |
src/com/gps/action/GenerateMap.java |
1385 |
Potential violation of Law of Demeter (object not created locally) |
| 27521 |
src/com/gps/action/GenerateMap.java |
1390 |
Position literals first in String comparisons |
| 27522 |
src/com/gps/action/GenerateMap.java |
1390 |
Potential violation of Law of Demeter (object not created locally) |
| 27523 |
src/com/gps/action/GenerateMap.java |
1393 |
Potential violation of Law of Demeter (object not created locally) |
| 27524 |
src/com/gps/action/GenerateMap.java |
1395 |
Position literals first in String comparisons |
| 27525 |
src/com/gps/action/GenerateMap.java |
1395 |
Potential violation of Law of Demeter (object not created locally) |
| 27526 |
src/com/gps/action/GenerateMap.java |
1400 |
Avoid unused local variables such as 'nstart'. |
| 27527 |
src/com/gps/action/GenerateMap.java |
1400 |
Local variable 'nstart' could be declared final |
| 27528 |
src/com/gps/action/GenerateMap.java |
1400 |
Potential violation of Law of Demeter (object not created locally) |
| 27529 |
src/com/gps/action/GenerateMap.java |
1401 |
Potential violation of Law of Demeter (object not created locally) |
| 27530 |
src/com/gps/action/GenerateMap.java |
1403 |
Avoid unused local variables such as 'nEnd'. |
| 27531 |
src/com/gps/action/GenerateMap.java |
1403 |
Local variable 'nEnd' could be declared final |
| 27532 |
src/com/gps/action/GenerateMap.java |
1403 |
Potential violation of Law of Demeter (object not created locally) |
| 27533 |
src/com/gps/action/GenerateMap.java |
1404 |
Potential violation of Law of Demeter (object not created locally) |
| 27534 |
src/com/gps/action/GenerateMap.java |
1405 |
Potential violation of Law of Demeter (object not created locally) |
| 27535 |
src/com/gps/action/GenerateMap.java |
1410 |
Local variable 'it' could be declared final |
| 27536 |
src/com/gps/action/GenerateMap.java |
1413 |
Potential violation of Law of Demeter (object not created locally) |
| 27537 |
src/com/gps/action/GenerateMap.java |
1413 |
Potential violation of Law of Demeter (object not created locally) |
| 27538 |
src/com/gps/action/GenerateMap.java |
1413 |
Potential violation of Law of Demeter (object not created locally) |
| 27539 |
src/com/gps/action/GenerateMap.java |
1413 |
Potential violation of Law of Demeter (object not created locally) |
| 27540 |
src/com/gps/action/GenerateMap.java |
1413 |
Potential violation of Law of Demeter (object not created locally) |
| 27541 |
src/com/gps/action/GenerateMap.java |
1413 |
Prefer StringBuffer over += for concatenating strings |
| 27542 |
src/com/gps/action/GenerateMap.java |
1414 |
Potential violation of Law of Demeter (object not created locally) |
| 27543 |
src/com/gps/action/GenerateMap.java |
1414 |
Potential violation of Law of Demeter (object not created locally) |
| 27544 |
src/com/gps/action/GenerateMap.java |
1414 |
Prefer StringBuffer over += for concatenating strings |
| 27545 |
src/com/gps/action/GenerateMap.java |
1415 |
Potential violation of Law of Demeter (object not created locally) |
| 27546 |
src/com/gps/action/GenerateMap.java |
1415 |
Potential violation of Law of Demeter (object not created locally) |
| 27547 |
src/com/gps/action/GenerateMap.java |
1420 |
Avoid using Literals in Conditional Statements |
| 27548 |
src/com/gps/action/GenerateMap.java |
1420 |
Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty() |
| 27549 |
src/com/gps/action/GenerateMap.java |
1422 |
Potential violation of Law of Demeter (object not created locally) |
| 27550 |
src/com/gps/action/GenerateMap.java |
1422 |
Potential violation of Law of Demeter (object not created locally) |
| 27551 |
src/com/gps/action/GenerateMap.java |
1422 |
Potential violation of Law of Demeter (object not created locally) |
| 27552 |
src/com/gps/action/GenerateMap.java |
1422 |
Potential violation of Law of Demeter (object not created locally) |
| 27553 |
src/com/gps/action/GenerateMap.java |
1422 |
Potential violation of Law of Demeter (object not created locally) |
| 27554 |
src/com/gps/action/GenerateMap.java |
1436 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 27555 |
src/com/gps/action/GenerateMap.java |
1438 |
Avoid printStackTrace(); use a logger call instead. |
| 27556 |
src/com/gps/action/GenerateMap.java |
1438 |
Potential violation of Law of Demeter (object not created locally) |
| 27557 |
src/com/gps/action/GenerateMap.java |
1442 |
Comment is too large: Too many lines |
| 27558 |
src/com/gps/action/GenerateMap.java |
1453 |
Local variable 'vehicleDao' could be declared final |
| 27559 |
src/com/gps/action/GenerateMap.java |
1454 |
Local variable 'tripDao' could be declared final |
| 27560 |
src/com/gps/action/GenerateMap.java |
1455 |
Local variable 'userDao' could be declared final |
| 27561 |
src/com/gps/action/GenerateMap.java |
1459 |
Local variable 'session' could be declared final |
| 27562 |
src/com/gps/action/GenerateMap.java |
1461 |
Local variable 'util' could be declared final |
| 27563 |
src/com/gps/action/GenerateMap.java |
1470 |
Potential violation of Law of Demeter (object not created locally) |
| 27564 |
src/com/gps/action/GenerateMap.java |
1471 |
Local variable 'userid' could be declared final |
| 27565 |
src/com/gps/action/GenerateMap.java |
1471 |
Potential violation of Law of Demeter (object not created locally) |
| 27566 |
src/com/gps/action/GenerateMap.java |
1472 |
Local variable 'dateFormat' could be declared final |
| 27567 |
src/com/gps/action/GenerateMap.java |
1472 |
When instantiating a SimpleDateFormat object, specify a Locale |
| 27568 |
src/com/gps/action/GenerateMap.java |
1473 |
Potential violation of Law of Demeter (object not created locally) |
| 27569 |
src/com/gps/action/GenerateMap.java |
1475 |
Potential violation of Law of Demeter (object not created locally) |
| 27570 |
src/com/gps/action/GenerateMap.java |
1479 |
Local variable 'nstart' could be declared final |
| 27571 |
src/com/gps/action/GenerateMap.java |
1479 |
Potential violation of Law of Demeter (object not created locally) |
| 27572 |
src/com/gps/action/GenerateMap.java |
1480 |
Potential violation of Law of Demeter (object not created locally) |
| 27573 |
src/com/gps/action/GenerateMap.java |
1482 |
Local variable 'nEnd' could be declared final |
| 27574 |
src/com/gps/action/GenerateMap.java |
1482 |
Potential violation of Law of Demeter (object not created locally) |
| 27575 |
src/com/gps/action/GenerateMap.java |
1483 |
Potential violation of Law of Demeter (object not created locally) |
| 27576 |
src/com/gps/action/GenerateMap.java |
1485 |
Potential violation of Law of Demeter (object not created locally) |
| 27577 |
src/com/gps/action/GenerateMap.java |
1486 |
Avoid using Literals in Conditional Statements |
| 27578 |
src/com/gps/action/GenerateMap.java |
1486 |
Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty() |
| 27579 |
src/com/gps/action/GenerateMap.java |
1489 |
Potential violation of Law of Demeter (object not created locally) |
| 27580 |
src/com/gps/action/GenerateMap.java |
1489 |
Potential violation of Law of Demeter (object not created locally) |
| 27581 |
src/com/gps/action/GenerateMap.java |
1490 |
Potential violation of Law of Demeter (object not created locally) |
| 27582 |
src/com/gps/action/GenerateMap.java |
1491 |
Potential violation of Law of Demeter (object not created locally) |
| 27583 |
src/com/gps/action/GenerateMap.java |
1492 |
Potential violation of Law of Demeter (object not created locally) |
| 27584 |
src/com/gps/action/GenerateMap.java |
1493 |
Potential violation of Law of Demeter (object not created locally) |
| 27585 |
src/com/gps/action/GenerateMap.java |
1503 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 27586 |
src/com/gps/action/GenerateMap.java |
1505 |
Avoid printStackTrace(); use a logger call instead. |
| 27587 |
src/com/gps/action/GenerateMap.java |
1505 |
Potential violation of Law of Demeter (object not created locally) |
| 27588 |
src/com/gps/action/GenerateMap.java |
1514 |
Parameter 'tripid' is not assigned and could be declared final |
| 27589 |
src/com/gps/action/GenerateMap.java |
1514 |
publicMethodCommentRequirement Required |
| 27590 |
src/com/gps/action/GenerateMap.java |
1516 |
Local variable 'geoDAO' could be declared final |
| 27591 |
src/com/gps/action/GenerateMap.java |
1518 |
Local variable 'trip' could be declared final |
| 27592 |
src/com/gps/action/GenerateMap.java |
1519 |
Potential violation of Law of Demeter (object not created locally) |
| 27593 |
src/com/gps/action/GenerateMap.java |
1519 |
Potential violation of Law of Demeter (object not created locally) |
| 27594 |
src/com/gps/action/GenerateMap.java |
1522 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 27595 |
src/com/gps/action/GenerateMap.java |
1523 |
Avoid printStackTrace(); use a logger call instead. |
| 27596 |
src/com/gps/action/GenerateMap.java |
1523 |
Potential violation of Law of Demeter (object not created locally) |
| 27597 |
src/com/gps/action/GenerateMap.java |
1529 |
Comment is too large: Too many lines |
| 27598 |
src/com/gps/action/GenerateMap.java |
1539 |
A method/constructor shouldnt explicitly throw java.lang.Exception |
| 27599 |
src/com/gps/action/GenerateMap.java |
1539 |
Avoid really long methods. |
| 27600 |
src/com/gps/action/GenerateMap.java |
1539 |
The method 'spotMyFleet' has a Cyclomatic Complexity of 18. |
| 27601 |
src/com/gps/action/GenerateMap.java |
1545 |
Local variable 'vpd' could be declared final |
| 27602 |
src/com/gps/action/GenerateMap.java |
1552 |
Local variable 'rdao' could be declared final |
| 27603 |
src/com/gps/action/GenerateMap.java |
1565 |
Comment is too large: Too many lines |
| 27604 |
src/com/gps/action/GenerateMap.java |
1574 |
Potential violation of Law of Demeter (object not created locally) |
| 27605 |
src/com/gps/action/GenerateMap.java |
1574 |
Potential violation of Law of Demeter (object not created locally) |
| 27606 |
src/com/gps/action/GenerateMap.java |
1577 |
Potential violation of Law of Demeter (method chain calls) |
| 27607 |
src/com/gps/action/GenerateMap.java |
1577 |
Potential violation of Law of Demeter (method chain calls) |
| 27608 |
src/com/gps/action/GenerateMap.java |
1577 |
Potential violation of Law of Demeter (method chain calls) |
| 27609 |
src/com/gps/action/GenerateMap.java |
1577 |
Potential violation of Law of Demeter (method chain calls) |
| 27610 |
src/com/gps/action/GenerateMap.java |
1577 |
Potential violation of Law of Demeter (method chain calls) |
| 27611 |
src/com/gps/action/GenerateMap.java |
1577 |
Potential violation of Law of Demeter (method chain calls) |
| 27612 |
src/com/gps/action/GenerateMap.java |
1577 |
Potential violation of Law of Demeter (object not created locally) |
| 27613 |
src/com/gps/action/GenerateMap.java |
1577 |
Potential violation of Law of Demeter (object not created locally) |
| 27614 |
src/com/gps/action/GenerateMap.java |
1579 |
Potential violation of Law of Demeter (method chain calls) |
| 27615 |
src/com/gps/action/GenerateMap.java |
1579 |
Potential violation of Law of Demeter (method chain calls) |
| 27616 |
src/com/gps/action/GenerateMap.java |
1579 |
Potential violation of Law of Demeter (method chain calls) |
| 27617 |
src/com/gps/action/GenerateMap.java |
1579 |
Potential violation of Law of Demeter (method chain calls) |
| 27618 |
src/com/gps/action/GenerateMap.java |
1579 |
Potential violation of Law of Demeter (object not created locally) |
| 27619 |
src/com/gps/action/GenerateMap.java |
1579 |
Potential violation of Law of Demeter (object not created locally) |
| 27620 |
src/com/gps/action/GenerateMap.java |
1582 |
Potential violation of Law of Demeter (object not created locally) |
| 27621 |
src/com/gps/action/GenerateMap.java |
1582 |
Potential violation of Law of Demeter (object not created locally) |
| 27622 |
src/com/gps/action/GenerateMap.java |
1584 |
Potential violation of Law of Demeter (method chain calls) |
| 27623 |
src/com/gps/action/GenerateMap.java |
1584 |
Potential violation of Law of Demeter (method chain calls) |
| 27624 |
src/com/gps/action/GenerateMap.java |
1584 |
Potential violation of Law of Demeter (method chain calls) |
| 27625 |
src/com/gps/action/GenerateMap.java |
1584 |
Potential violation of Law of Demeter (method chain calls) |
| 27626 |
src/com/gps/action/GenerateMap.java |
1584 |
Potential violation of Law of Demeter (method chain calls) |
| 27627 |
src/com/gps/action/GenerateMap.java |
1584 |
Potential violation of Law of Demeter (method chain calls) |
| 27628 |
src/com/gps/action/GenerateMap.java |
1584 |
Potential violation of Law of Demeter (object not created locally) |
| 27629 |
src/com/gps/action/GenerateMap.java |
1584 |
Potential violation of Law of Demeter (object not created locally) |
| 27630 |
src/com/gps/action/GenerateMap.java |
1586 |
Potential violation of Law of Demeter (method chain calls) |
| 27631 |
src/com/gps/action/GenerateMap.java |
1586 |
Potential violation of Law of Demeter (method chain calls) |
| 27632 |
src/com/gps/action/GenerateMap.java |
1586 |
Potential violation of Law of Demeter (method chain calls) |
| 27633 |
src/com/gps/action/GenerateMap.java |
1586 |
Potential violation of Law of Demeter (method chain calls) |
| 27634 |
src/com/gps/action/GenerateMap.java |
1586 |
Potential violation of Law of Demeter (object not created locally) |
| 27635 |
src/com/gps/action/GenerateMap.java |
1586 |
Potential violation of Law of Demeter (object not created locally) |
| 27636 |
src/com/gps/action/GenerateMap.java |
1590 |
Potential violation of Law of Demeter (object not created locally) |
| 27637 |
src/com/gps/action/GenerateMap.java |
1591 |
Potential violation of Law of Demeter (object not created locally) |
| 27638 |
src/com/gps/action/GenerateMap.java |
1597 |
Local variable 'tpvList' could be declared final |
| 27639 |
src/com/gps/action/GenerateMap.java |
1598 |
Avoid variables with short names like i |
| 27640 |
src/com/gps/action/GenerateMap.java |
1601 |
Potential violation of Law of Demeter (method chain calls) |
| 27641 |
src/com/gps/action/GenerateMap.java |
1601 |
The String literal "vehicleId" appears 7 times in this file; the first occurrence is on line 1,601 |
| 27642 |
src/com/gps/action/GenerateMap.java |
1601 |
Use equals() to compare strings instead of '==' or '!=' |
| 27643 |
src/com/gps/action/GenerateMap.java |
1605 |
Avoid using Literals in Conditional Statements |
| 27644 |
src/com/gps/action/GenerateMap.java |
1605 |
Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty() |
| 27645 |
src/com/gps/action/GenerateMap.java |
1607 |
Avoid unused local variables such as 'vName'. |
| 27646 |
src/com/gps/action/GenerateMap.java |
1608 |
Avoid unused local variables such as 'imei'. |
| 27647 |
src/com/gps/action/GenerateMap.java |
1612 |
Potential violation of Law of Demeter (method chain calls) |
| 27648 |
src/com/gps/action/GenerateMap.java |
1615 |
Potential violation of Law of Demeter (object not created locally) |
| 27649 |
src/com/gps/action/GenerateMap.java |
1618 |
Potential violation of Law of Demeter (object not created locally) |
| 27650 |
src/com/gps/action/GenerateMap.java |
1620 |
Potential violation of Law of Demeter (method chain calls) |
| 27651 |
src/com/gps/action/GenerateMap.java |
1620 |
Potential violation of Law of Demeter (object not created locally) |
| 27652 |
src/com/gps/action/GenerateMap.java |
1621 |
Potential violation of Law of Demeter (method chain calls) |
| 27653 |
src/com/gps/action/GenerateMap.java |
1621 |
Potential violation of Law of Demeter (object not created locally) |
| 27654 |
src/com/gps/action/GenerateMap.java |
1623 |
Avoid using if statements without curly braces |
| 27655 |
src/com/gps/action/GenerateMap.java |
1624 |
Potential violation of Law of Demeter (object not created locally) |
| 27656 |
src/com/gps/action/GenerateMap.java |
1627 |
Avoid catching NullPointerException; consider removing the cause of the NPE. |
| 27657 |
src/com/gps/action/GenerateMap.java |
1627 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 27658 |
src/com/gps/action/GenerateMap.java |
1629 |
Avoid printStackTrace(); use a logger call instead. |
| 27659 |
src/com/gps/action/GenerateMap.java |
1629 |
Potential violation of Law of Demeter (object not created locally) |
| 27660 |
src/com/gps/action/GenerateMap.java |
1645 |
Avoid unused local variables such as 'array'. |
| 27661 |
src/com/gps/action/GenerateMap.java |
1645 |
Local variable 'array' could be declared final |
| 27662 |
src/com/gps/action/GenerateMap.java |
1650 |
Potential violation of Law of Demeter (object not created locally) |
| 27663 |
src/com/gps/action/GenerateMap.java |
1657 |
Potential violation of Law of Demeter (object not created locally) |
| 27664 |
src/com/gps/action/GenerateMap.java |
1663 |
Potential violation of Law of Demeter (object not created locally) |
| 27665 |
src/com/gps/action/GenerateMap.java |
1667 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 27666 |
src/com/gps/action/GenerateMap.java |
1669 |
Avoid printStackTrace(); use a logger call instead. |
| 27667 |
src/com/gps/action/GenerateMap.java |
1669 |
Potential violation of Law of Demeter (object not created locally) |
| 27668 |
src/com/gps/action/GenerateMap.java |
1676 |
Avoid catching NullPointerException; consider removing the cause of the NPE. |
| 27669 |
src/com/gps/action/GenerateMap.java |
1676 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 27670 |
src/com/gps/action/GenerateMap.java |
1678 |
There is log block not surrounded by if |
| 27671 |
src/com/gps/action/GenerateMap.java |
1687 |
Avoid catching NullPointerException; consider removing the cause of the NPE. |
| 27672 |
src/com/gps/action/GenerateMap.java |
1687 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 27673 |
src/com/gps/action/GenerateMap.java |
1689 |
Avoid printStackTrace(); use a logger call instead. |
| 27674 |
src/com/gps/action/GenerateMap.java |
1689 |
Potential violation of Law of Demeter (object not created locally) |
| 27675 |
src/com/gps/action/GenerateMap.java |
1691 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 27676 |
src/com/gps/action/GenerateMap.java |
1693 |
Avoid printStackTrace(); use a logger call instead. |
| 27677 |
src/com/gps/action/GenerateMap.java |
1693 |
Potential violation of Law of Demeter (object not created locally) |
| 27678 |
src/com/gps/action/GenerateMap.java |
1698 |
A method/constructor shouldnt explicitly throw java.lang.Exception |
| 27679 |
src/com/gps/action/GenerateMap.java |
1698 |
Avoid really long methods. |
| 27680 |
src/com/gps/action/GenerateMap.java |
1698 |
The method 'spotMyFleet1' has a Cyclomatic Complexity of 17. |
| 27681 |
src/com/gps/action/GenerateMap.java |
1698 |
publicMethodCommentRequirement Required |
| 27682 |
src/com/gps/action/GenerateMap.java |
1701 |
Local variable 'jarray' could be declared final |
| 27683 |
src/com/gps/action/GenerateMap.java |
1704 |
Local variable 'rdao' could be declared final |
| 27684 |
src/com/gps/action/GenerateMap.java |
1705 |
Local variable 'vpd' could be declared final |
| 27685 |
src/com/gps/action/GenerateMap.java |
1709 |
Local variable 'tpd' could be declared final |
| 27686 |
src/com/gps/action/GenerateMap.java |
1710 |
Avoid variables with short names like i |
| 27687 |
src/com/gps/action/GenerateMap.java |
1712 |
Local variable 'vpDao' could be declared final |
| 27688 |
src/com/gps/action/GenerateMap.java |
1718 |
Potential violation of Law of Demeter (method chain calls) |
| 27689 |
src/com/gps/action/GenerateMap.java |
1720 |
Potential violation of Law of Demeter (object not created locally) |
| 27690 |
src/com/gps/action/GenerateMap.java |
1720 |
Potential violation of Law of Demeter (object not created locally) |
| 27691 |
src/com/gps/action/GenerateMap.java |
1722 |
Potential violation of Law of Demeter (method chain calls) |
| 27692 |
src/com/gps/action/GenerateMap.java |
1722 |
Potential violation of Law of Demeter (method chain calls) |
| 27693 |
src/com/gps/action/GenerateMap.java |
1722 |
Potential violation of Law of Demeter (method chain calls) |
| 27694 |
src/com/gps/action/GenerateMap.java |
1722 |
Potential violation of Law of Demeter (method chain calls) |
| 27695 |
src/com/gps/action/GenerateMap.java |
1722 |
Potential violation of Law of Demeter (method chain calls) |
| 27696 |
src/com/gps/action/GenerateMap.java |
1722 |
Potential violation of Law of Demeter (method chain calls) |
| 27697 |
src/com/gps/action/GenerateMap.java |
1722 |
Potential violation of Law of Demeter (object not created locally) |
| 27698 |
src/com/gps/action/GenerateMap.java |
1722 |
Potential violation of Law of Demeter (object not created locally) |
| 27699 |
src/com/gps/action/GenerateMap.java |
1724 |
Potential violation of Law of Demeter (method chain calls) |
| 27700 |
src/com/gps/action/GenerateMap.java |
1724 |
Potential violation of Law of Demeter (method chain calls) |
| 27701 |
src/com/gps/action/GenerateMap.java |
1724 |
Potential violation of Law of Demeter (method chain calls) |
| 27702 |
src/com/gps/action/GenerateMap.java |
1724 |
Potential violation of Law of Demeter (method chain calls) |
| 27703 |
src/com/gps/action/GenerateMap.java |
1724 |
Potential violation of Law of Demeter (object not created locally) |
| 27704 |
src/com/gps/action/GenerateMap.java |
1724 |
Potential violation of Law of Demeter (object not created locally) |
| 27705 |
src/com/gps/action/GenerateMap.java |
1726 |
Potential violation of Law of Demeter (object not created locally) |
| 27706 |
src/com/gps/action/GenerateMap.java |
1726 |
Potential violation of Law of Demeter (object not created locally) |
| 27707 |
src/com/gps/action/GenerateMap.java |
1728 |
Potential violation of Law of Demeter (method chain calls) |
| 27708 |
src/com/gps/action/GenerateMap.java |
1728 |
Potential violation of Law of Demeter (method chain calls) |
| 27709 |
src/com/gps/action/GenerateMap.java |
1728 |
Potential violation of Law of Demeter (method chain calls) |
| 27710 |
src/com/gps/action/GenerateMap.java |
1728 |
Potential violation of Law of Demeter (method chain calls) |
| 27711 |
src/com/gps/action/GenerateMap.java |
1728 |
Potential violation of Law of Demeter (method chain calls) |
| 27712 |
src/com/gps/action/GenerateMap.java |
1728 |
Potential violation of Law of Demeter (method chain calls) |
| 27713 |
src/com/gps/action/GenerateMap.java |
1728 |
Potential violation of Law of Demeter (object not created locally) |
| 27714 |
src/com/gps/action/GenerateMap.java |
1728 |
Potential violation of Law of Demeter (object not created locally) |
| 27715 |
src/com/gps/action/GenerateMap.java |
1730 |
Potential violation of Law of Demeter (method chain calls) |
| 27716 |
src/com/gps/action/GenerateMap.java |
1730 |
Potential violation of Law of Demeter (method chain calls) |
| 27717 |
src/com/gps/action/GenerateMap.java |
1730 |
Potential violation of Law of Demeter (method chain calls) |
| 27718 |
src/com/gps/action/GenerateMap.java |
1730 |
Potential violation of Law of Demeter (method chain calls) |
| 27719 |
src/com/gps/action/GenerateMap.java |
1730 |
Potential violation of Law of Demeter (object not created locally) |
| 27720 |
src/com/gps/action/GenerateMap.java |
1730 |
Potential violation of Law of Demeter (object not created locally) |
| 27721 |
src/com/gps/action/GenerateMap.java |
1734 |
Potential violation of Law of Demeter (object not created locally) |
| 27722 |
src/com/gps/action/GenerateMap.java |
1736 |
Potential violation of Law of Demeter (object not created locally) |
| 27723 |
src/com/gps/action/GenerateMap.java |
1742 |
Avoid using Literals in Conditional Statements |
| 27724 |
src/com/gps/action/GenerateMap.java |
1742 |
Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty() |
| 27725 |
src/com/gps/action/GenerateMap.java |
1747 |
Avoid instantiating new objects inside loops |
| 27726 |
src/com/gps/action/GenerateMap.java |
1748 |
Potential violation of Law of Demeter (method chain calls) |
| 27727 |
src/com/gps/action/GenerateMap.java |
1749 |
Potential violation of Law of Demeter (object not created locally) |
| 27728 |
src/com/gps/action/GenerateMap.java |
1750 |
Potential violation of Law of Demeter (object not created locally) |
| 27729 |
src/com/gps/action/GenerateMap.java |
1756 |
Potential violation of Law of Demeter (method chain calls) |
| 27730 |
src/com/gps/action/GenerateMap.java |
1756 |
Potential violation of Law of Demeter (method chain calls) |
| 27731 |
src/com/gps/action/GenerateMap.java |
1756 |
Potential violation of Law of Demeter (object not created locally) |
| 27732 |
src/com/gps/action/GenerateMap.java |
1757 |
Potential violation of Law of Demeter (method chain calls) |
| 27733 |
src/com/gps/action/GenerateMap.java |
1757 |
Potential violation of Law of Demeter (method chain calls) |
| 27734 |
src/com/gps/action/GenerateMap.java |
1757 |
Potential violation of Law of Demeter (object not created locally) |
| 27735 |
src/com/gps/action/GenerateMap.java |
1758 |
Potential violation of Law of Demeter (method chain calls) |
| 27736 |
src/com/gps/action/GenerateMap.java |
1758 |
Potential violation of Law of Demeter (method chain calls) |
| 27737 |
src/com/gps/action/GenerateMap.java |
1758 |
Potential violation of Law of Demeter (object not created locally) |
| 27738 |
src/com/gps/action/GenerateMap.java |
1758 |
Potential violation of Law of Demeter (object not created locally) |
| 27739 |
src/com/gps/action/GenerateMap.java |
1759 |
Potential violation of Law of Demeter (method chain calls) |
| 27740 |
src/com/gps/action/GenerateMap.java |
1759 |
Potential violation of Law of Demeter (method chain calls) |
| 27741 |
src/com/gps/action/GenerateMap.java |
1759 |
Potential violation of Law of Demeter (method chain calls) |
| 27742 |
src/com/gps/action/GenerateMap.java |
1759 |
Potential violation of Law of Demeter (method chain calls) |
| 27743 |
src/com/gps/action/GenerateMap.java |
1759 |
Potential violation of Law of Demeter (object not created locally) |
| 27744 |
src/com/gps/action/GenerateMap.java |
1759 |
Potential violation of Law of Demeter (object not created locally) |
| 27745 |
src/com/gps/action/GenerateMap.java |
1760 |
Potential violation of Law of Demeter (object not created locally) |
| 27746 |
src/com/gps/action/GenerateMap.java |
1761 |
Local variable 'calObj' could be declared final |
| 27747 |
src/com/gps/action/GenerateMap.java |
1762 |
Potential violation of Law of Demeter (object not created locally) |
| 27748 |
src/com/gps/action/GenerateMap.java |
1763 |
Potential violation of Law of Demeter (object not created locally) |
| 27749 |
src/com/gps/action/GenerateMap.java |
1764 |
Local variable 'diff' could be declared final |
| 27750 |
src/com/gps/action/GenerateMap.java |
1764 |
Potential violation of Law of Demeter (method chain calls) |
| 27751 |
src/com/gps/action/GenerateMap.java |
1764 |
Potential violation of Law of Demeter (method chain calls) |
| 27752 |
src/com/gps/action/GenerateMap.java |
1764 |
Potential violation of Law of Demeter (object not created locally) |
| 27753 |
src/com/gps/action/GenerateMap.java |
1764 |
Potential violation of Law of Demeter (object not created locally) |
| 27754 |
src/com/gps/action/GenerateMap.java |
1766 |
Avoid using Literals in Conditional Statements |
| 27755 |
src/com/gps/action/GenerateMap.java |
1774 |
Potential violation of Law of Demeter (object not created locally) |
| 27756 |
src/com/gps/action/GenerateMap.java |
1776 |
Potential violation of Law of Demeter (object not created locally) |
| 27757 |
src/com/gps/action/GenerateMap.java |
1777 |
Potential violation of Law of Demeter (object not created locally) |
| 27758 |
src/com/gps/action/GenerateMap.java |
1778 |
Potential violation of Law of Demeter (object not created locally) |
| 27759 |
src/com/gps/action/GenerateMap.java |
1779 |
Potential violation of Law of Demeter (object not created locally) |
| 27760 |
src/com/gps/action/GenerateMap.java |
1780 |
Potential violation of Law of Demeter (object not created locally) |
| 27761 |
src/com/gps/action/GenerateMap.java |
1781 |
Potential violation of Law of Demeter (object not created locally) |
| 27762 |
src/com/gps/action/GenerateMap.java |
1782 |
Potential violation of Law of Demeter (object not created locally) |
| 27763 |
src/com/gps/action/GenerateMap.java |
1783 |
Potential violation of Law of Demeter (object not created locally) |
| 27764 |
src/com/gps/action/GenerateMap.java |
1786 |
Potential violation of Law of Demeter (object not created locally) |
| 27765 |
src/com/gps/action/GenerateMap.java |
1788 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 27766 |
src/com/gps/action/GenerateMap.java |
1790 |
Avoid printStackTrace(); use a logger call instead. |
| 27767 |
src/com/gps/action/GenerateMap.java |
1790 |
Potential violation of Law of Demeter (object not created locally) |
| 27768 |
src/com/gps/action/GenerateMap.java |
1804 |
Potential violation of Law of Demeter (object not created locally) |
| 27769 |
src/com/gps/action/GenerateMap.java |
1805 |
Potential violation of Law of Demeter (object not created locally) |
| 27770 |
src/com/gps/action/GenerateMap.java |
1811 |
Potential violation of Law of Demeter (method chain calls) |
| 27771 |
src/com/gps/action/GenerateMap.java |
1811 |
Potential violation of Law of Demeter (method chain calls) |
| 27772 |
src/com/gps/action/GenerateMap.java |
1811 |
Potential violation of Law of Demeter (object not created locally) |
| 27773 |
src/com/gps/action/GenerateMap.java |
1812 |
Potential violation of Law of Demeter (method chain calls) |
| 27774 |
src/com/gps/action/GenerateMap.java |
1812 |
Potential violation of Law of Demeter (method chain calls) |
| 27775 |
src/com/gps/action/GenerateMap.java |
1812 |
Potential violation of Law of Demeter (object not created locally) |
| 27776 |
src/com/gps/action/GenerateMap.java |
1813 |
Potential violation of Law of Demeter (method chain calls) |
| 27777 |
src/com/gps/action/GenerateMap.java |
1813 |
Potential violation of Law of Demeter (method chain calls) |
| 27778 |
src/com/gps/action/GenerateMap.java |
1813 |
Potential violation of Law of Demeter (object not created locally) |
| 27779 |
src/com/gps/action/GenerateMap.java |
1813 |
Potential violation of Law of Demeter (object not created locally) |
| 27780 |
src/com/gps/action/GenerateMap.java |
1814 |
Potential violation of Law of Demeter (method chain calls) |
| 27781 |
src/com/gps/action/GenerateMap.java |
1814 |
Potential violation of Law of Demeter (method chain calls) |
| 27782 |
src/com/gps/action/GenerateMap.java |
1814 |
Potential violation of Law of Demeter (method chain calls) |
| 27783 |
src/com/gps/action/GenerateMap.java |
1814 |
Potential violation of Law of Demeter (method chain calls) |
| 27784 |
src/com/gps/action/GenerateMap.java |
1814 |
Potential violation of Law of Demeter (object not created locally) |
| 27785 |
src/com/gps/action/GenerateMap.java |
1814 |
Potential violation of Law of Demeter (object not created locally) |
| 27786 |
src/com/gps/action/GenerateMap.java |
1815 |
Potential violation of Law of Demeter (object not created locally) |
| 27787 |
src/com/gps/action/GenerateMap.java |
1816 |
Local variable 'calObj' could be declared final |
| 27788 |
src/com/gps/action/GenerateMap.java |
1817 |
Potential violation of Law of Demeter (object not created locally) |
| 27789 |
src/com/gps/action/GenerateMap.java |
1818 |
Potential violation of Law of Demeter (object not created locally) |
| 27790 |
src/com/gps/action/GenerateMap.java |
1819 |
Local variable 'diff' could be declared final |
| 27791 |
src/com/gps/action/GenerateMap.java |
1819 |
Potential violation of Law of Demeter (method chain calls) |
| 27792 |
src/com/gps/action/GenerateMap.java |
1819 |
Potential violation of Law of Demeter (method chain calls) |
| 27793 |
src/com/gps/action/GenerateMap.java |
1819 |
Potential violation of Law of Demeter (object not created locally) |
| 27794 |
src/com/gps/action/GenerateMap.java |
1819 |
Potential violation of Law of Demeter (object not created locally) |
| 27795 |
src/com/gps/action/GenerateMap.java |
1821 |
Avoid using Literals in Conditional Statements |
| 27796 |
src/com/gps/action/GenerateMap.java |
1829 |
Potential violation of Law of Demeter (object not created locally) |
| 27797 |
src/com/gps/action/GenerateMap.java |
1831 |
Potential violation of Law of Demeter (object not created locally) |
| 27798 |
src/com/gps/action/GenerateMap.java |
1832 |
Potential violation of Law of Demeter (object not created locally) |
| 27799 |
src/com/gps/action/GenerateMap.java |
1833 |
Potential violation of Law of Demeter (object not created locally) |
| 27800 |
src/com/gps/action/GenerateMap.java |
1834 |
Potential violation of Law of Demeter (object not created locally) |
| 27801 |
src/com/gps/action/GenerateMap.java |
1835 |
Potential violation of Law of Demeter (object not created locally) |
| 27802 |
src/com/gps/action/GenerateMap.java |
1836 |
Potential violation of Law of Demeter (object not created locally) |
| 27803 |
src/com/gps/action/GenerateMap.java |
1837 |
Potential violation of Law of Demeter (object not created locally) |
| 27804 |
src/com/gps/action/GenerateMap.java |
1838 |
Potential violation of Law of Demeter (object not created locally) |
| 27805 |
src/com/gps/action/GenerateMap.java |
1840 |
Potential violation of Law of Demeter (object not created locally) |
| 27806 |
src/com/gps/action/GenerateMap.java |
1842 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 27807 |
src/com/gps/action/GenerateMap.java |
1844 |
Avoid printStackTrace(); use a logger call instead. |
| 27808 |
src/com/gps/action/GenerateMap.java |
1844 |
Potential violation of Law of Demeter (object not created locally) |
| 27809 |
src/com/gps/action/GenerateMap.java |
1850 |
Local variable 'output' could be declared final |
| 27810 |
src/com/gps/action/GenerateMap.java |
1850 |
Potential violation of Law of Demeter (object not created locally) |
| 27811 |
src/com/gps/action/GenerateMap.java |
1851 |
Potential violation of Law of Demeter (method chain calls) |
| 27812 |
src/com/gps/action/GenerateMap.java |
1852 |
A method should have only one exit point, and that should be the last statement in the method |
| 27813 |
src/com/gps/action/GenerateMap.java |
1854 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 27814 |
src/com/gps/action/GenerateMap.java |
1855 |
There is log block not surrounded by if |
| 27815 |
src/com/gps/action/GenerateMap.java |
1862 |
Parameter 'request' is not assigned and could be declared final |
| 27816 |
src/com/gps/action/GenerateMap.java |
1862 |
publicMethodCommentRequirement Required |
| 27817 |
src/com/gps/action/GenerateMap.java |
1867 |
Parameter 'response' is not assigned and could be declared final |
| 27818 |
src/com/gps/action/GenerateMap.java |
1867 |
publicMethodCommentRequirement Required |
| 27819 |
src/com/gps/action/GenerateMap.java |
1881 |
Parameter 'tpv' is not assigned and could be declared final |
| 27820 |
src/com/gps/action/GenerateMap.java |
1885 |
Parameter 'arg0' is not assigned and could be declared final |
| 27821 |
src/com/gps/action/GenerateMap.java |
1885 |
publicMethodCommentRequirement Required |
| 27822 |
src/com/gps/action/GeofenceAction.java |
1 |
Possible God class (WMC=68, ATFD=46, TCC=0.026262626262626262) |
| 27823 |
src/com/gps/action/GeofenceAction.java |
1 |
This class has a bunch of public methods and attributes |
| 27824 |
src/com/gps/action/GeofenceAction.java |
36 |
Too many fields |
| 27825 |
src/com/gps/action/GeofenceAction.java |
40 |
The Logger variable declaration does not contain the static and final modifiers |
| 27826 |
src/com/gps/action/GeofenceAction.java |
40 |
Use explicit scoping instead of the default package private level |
| 27827 |
src/com/gps/action/GeofenceAction.java |
40 |
fieldCommentRequirement Required |
| 27828 |
src/com/gps/action/GeofenceAction.java |
41 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 27829 |
src/com/gps/action/GeofenceAction.java |
41 |
fieldCommentRequirement Required |
| 27830 |
src/com/gps/action/GeofenceAction.java |
42 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 27831 |
src/com/gps/action/GeofenceAction.java |
42 |
fieldCommentRequirement Required |
| 27832 |
src/com/gps/action/GeofenceAction.java |
43 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 27833 |
src/com/gps/action/GeofenceAction.java |
43 |
fieldCommentRequirement Required |
| 27834 |
src/com/gps/action/GeofenceAction.java |
44 |
fieldCommentRequirement Required |
| 27835 |
src/com/gps/action/GeofenceAction.java |
45 |
fieldCommentRequirement Required |
| 27836 |
src/com/gps/action/GeofenceAction.java |
46 |
fieldCommentRequirement Required |
| 27837 |
src/com/gps/action/GeofenceAction.java |
47 |
fieldCommentRequirement Required |
| 27838 |
src/com/gps/action/GeofenceAction.java |
48 |
fieldCommentRequirement Required |
| 27839 |
src/com/gps/action/GeofenceAction.java |
49 |
fieldCommentRequirement Required |
| 27840 |
src/com/gps/action/GeofenceAction.java |
50 |
fieldCommentRequirement Required |
| 27841 |
src/com/gps/action/GeofenceAction.java |
51 |
fieldCommentRequirement Required |
| 27842 |
src/com/gps/action/GeofenceAction.java |
52 |
fieldCommentRequirement Required |
| 27843 |
src/com/gps/action/GeofenceAction.java |
53 |
fieldCommentRequirement Required |
| 27844 |
src/com/gps/action/GeofenceAction.java |
57 |
fieldCommentRequirement Required |
| 27845 |
src/com/gps/action/GeofenceAction.java |
58 |
fieldCommentRequirement Required |
| 27846 |
src/com/gps/action/GeofenceAction.java |
59 |
fieldCommentRequirement Required |
| 27847 |
src/com/gps/action/GeofenceAction.java |
61 |
fieldCommentRequirement Required |
| 27848 |
src/com/gps/action/GeofenceAction.java |
62 |
fieldCommentRequirement Required |
| 27849 |
src/com/gps/action/GeofenceAction.java |
63 |
fieldCommentRequirement Required |
| 27850 |
src/com/gps/action/GeofenceAction.java |
64 |
fieldCommentRequirement Required |
| 27851 |
src/com/gps/action/GeofenceAction.java |
65 |
fieldCommentRequirement Required |
| 27852 |
src/com/gps/action/GeofenceAction.java |
66 |
fieldCommentRequirement Required |
| 27853 |
src/com/gps/action/GeofenceAction.java |
67 |
fieldCommentRequirement Required |
| 27854 |
src/com/gps/action/GeofenceAction.java |
68 |
fieldCommentRequirement Required |
| 27855 |
src/com/gps/action/GeofenceAction.java |
69 |
Use explicit scoping instead of the default package private level |
| 27856 |
src/com/gps/action/GeofenceAction.java |
69 |
fieldCommentRequirement Required |
| 27857 |
src/com/gps/action/GeofenceAction.java |
70 |
Avoid using redundant field initializer for 'tripid' |
| 27858 |
src/com/gps/action/GeofenceAction.java |
70 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 27859 |
src/com/gps/action/GeofenceAction.java |
70 |
fieldCommentRequirement Required |
| 27860 |
src/com/gps/action/GeofenceAction.java |
71 |
Use explicit scoping instead of the default package private level |
| 27861 |
src/com/gps/action/GeofenceAction.java |
71 |
fieldCommentRequirement Required |
| 27862 |
src/com/gps/action/GeofenceAction.java |
78 |
Avoid unused local variables such as 'user'. |
| 27863 |
src/com/gps/action/GeofenceAction.java |
82 |
Found 'DU'-anomaly for variable 'user' (lines '82'-'89'). |
| 27864 |
src/com/gps/action/GeofenceAction.java |
83 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 27865 |
src/com/gps/action/GeofenceAction.java |
85 |
Avoid printStackTrace(); use a logger call instead. |
| 27866 |
src/com/gps/action/GeofenceAction.java |
85 |
Potential violation of Law of Demeter (object not created locally) |
| 27867 |
src/com/gps/action/GeofenceAction.java |
86 |
A method should have only one exit point, and that should be the last statement in the method |
| 27868 |
src/com/gps/action/GeofenceAction.java |
95 |
Found 'UR'-anomaly for variable 'fence' (lines '95'-'126'). |
| 27869 |
src/com/gps/action/GeofenceAction.java |
97 |
Found 'DD'-anomaly for variable 'organizationId' (lines '97'-'110'). |
| 27870 |
src/com/gps/action/GeofenceAction.java |
99 |
Found 'DD'-anomaly for variable 'trip' (lines '99'-'114'). |
| 27871 |
src/com/gps/action/GeofenceAction.java |
99 |
Found 'DU'-anomaly for variable 'trip' (lines '99'-'139'). |
| 27872 |
src/com/gps/action/GeofenceAction.java |
101 |
Found 'DU'-anomaly for variable 'geoDAO' (lines '101'-'139'). |
| 27873 |
src/com/gps/action/GeofenceAction.java |
101 |
Local variable 'geoDAO' could be declared final |
| 27874 |
src/com/gps/action/GeofenceAction.java |
102 |
Found 'DD'-anomaly for variable 'counter' (lines '102'-'125'). |
| 27875 |
src/com/gps/action/GeofenceAction.java |
102 |
Found 'DU'-anomaly for variable 'counter' (lines '102'-'139'). |
| 27876 |
src/com/gps/action/GeofenceAction.java |
110 |
Potential violation of Law of Demeter (method chain calls) |
| 27877 |
src/com/gps/action/GeofenceAction.java |
110 |
Potential violation of Law of Demeter (method chain calls) |
| 27878 |
src/com/gps/action/GeofenceAction.java |
110 |
Potential violation of Law of Demeter (object not created locally) |
| 27879 |
src/com/gps/action/GeofenceAction.java |
111 |
Potential violation of Law of Demeter (object not created locally) |
| 27880 |
src/com/gps/action/GeofenceAction.java |
113 |
Avoid using if statements without curly braces |
| 27881 |
src/com/gps/action/GeofenceAction.java |
114 |
Found 'DU'-anomaly for variable 'trip' (lines '114'-'139'). |
| 27882 |
src/com/gps/action/GeofenceAction.java |
114 |
Potential violation of Law of Demeter (object not created locally) |
| 27883 |
src/com/gps/action/GeofenceAction.java |
117 |
Potential violation of Law of Demeter (object not created locally) |
| 27884 |
src/com/gps/action/GeofenceAction.java |
120 |
Potential violation of Law of Demeter (object not created locally) |
| 27885 |
src/com/gps/action/GeofenceAction.java |
120 |
Potential violation of Law of Demeter (object not created locally) |
| 27886 |
src/com/gps/action/GeofenceAction.java |
122 |
Avoid using Literals in Conditional Statements |
| 27887 |
src/com/gps/action/GeofenceAction.java |
122 |
Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty() |
| 27888 |
src/com/gps/action/GeofenceAction.java |
123 |
Local variable 'fence' could be declared final |
| 27889 |
src/com/gps/action/GeofenceAction.java |
126 |
Potential violation of Law of Demeter (object not created locally) |
| 27890 |
src/com/gps/action/GeofenceAction.java |
126 |
Potential violation of Law of Demeter (object not created locally) |
| 27891 |
src/com/gps/action/GeofenceAction.java |
126 |
Potential violation of Law of Demeter (object not created locally) |
| 27892 |
src/com/gps/action/GeofenceAction.java |
126 |
Potential violation of Law of Demeter (object not created locally) |
| 27893 |
src/com/gps/action/GeofenceAction.java |
126 |
Potential violation of Law of Demeter (object not created locally) |
| 27894 |
src/com/gps/action/GeofenceAction.java |
127 |
Avoid using if statements without curly braces |
| 27895 |
src/com/gps/action/GeofenceAction.java |
127 |
Deeply nested if..then statements are hard to read |
| 27896 |
src/com/gps/action/GeofenceAction.java |
134 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 27897 |
src/com/gps/action/GeofenceAction.java |
136 |
Avoid printStackTrace(); use a logger call instead. |
| 27898 |
src/com/gps/action/GeofenceAction.java |
136 |
Potential violation of Law of Demeter (object not created locally) |
| 27899 |
src/com/gps/action/GeofenceAction.java |
141 |
publicMethodCommentRequirement Required |
| 27900 |
src/com/gps/action/GeofenceAction.java |
144 |
Parameter 'vehicleGroupId' is not assigned and could be declared final |
| 27901 |
src/com/gps/action/GeofenceAction.java |
144 |
publicMethodCommentRequirement Required |
| 27902 |
src/com/gps/action/GeofenceAction.java |
148 |
publicMethodCommentRequirement Required |
| 27903 |
src/com/gps/action/GeofenceAction.java |
151 |
Parameter 'parameter' is not assigned and could be declared final |
| 27904 |
src/com/gps/action/GeofenceAction.java |
151 |
publicMethodCommentRequirement Required |
| 27905 |
src/com/gps/action/GeofenceAction.java |
154 |
publicMethodCommentRequirement Required |
| 27906 |
src/com/gps/action/GeofenceAction.java |
157 |
Parameter 'geofenceId' is not assigned and could be declared final |
| 27907 |
src/com/gps/action/GeofenceAction.java |
157 |
publicMethodCommentRequirement Required |
| 27908 |
src/com/gps/action/GeofenceAction.java |
160 |
publicMethodCommentRequirement Required |
| 27909 |
src/com/gps/action/GeofenceAction.java |
163 |
Parameter 'vehicleId' is not assigned and could be declared final |
| 27910 |
src/com/gps/action/GeofenceAction.java |
163 |
publicMethodCommentRequirement Required |
| 27911 |
src/com/gps/action/GeofenceAction.java |
166 |
publicMethodCommentRequirement Required |
| 27912 |
src/com/gps/action/GeofenceAction.java |
169 |
Parameter 'geoMapId' is not assigned and could be declared final |
| 27913 |
src/com/gps/action/GeofenceAction.java |
169 |
publicMethodCommentRequirement Required |
| 27914 |
src/com/gps/action/GeofenceAction.java |
172 |
publicMethodCommentRequirement Required |
| 27915 |
src/com/gps/action/GeofenceAction.java |
175 |
Parameter 'notifierName' is not assigned and could be declared final |
| 27916 |
src/com/gps/action/GeofenceAction.java |
175 |
publicMethodCommentRequirement Required |
| 27917 |
src/com/gps/action/GeofenceAction.java |
178 |
publicMethodCommentRequirement Required |
| 27918 |
src/com/gps/action/GeofenceAction.java |
181 |
Parameter 'notifierAddress' is not assigned and could be declared final |
| 27919 |
src/com/gps/action/GeofenceAction.java |
181 |
publicMethodCommentRequirement Required |
| 27920 |
src/com/gps/action/GeofenceAction.java |
184 |
publicMethodCommentRequirement Required |
| 27921 |
src/com/gps/action/GeofenceAction.java |
187 |
Parameter 'mobileNo' is not assigned and could be declared final |
| 27922 |
src/com/gps/action/GeofenceAction.java |
187 |
publicMethodCommentRequirement Required |
| 27923 |
src/com/gps/action/GeofenceAction.java |
190 |
publicMethodCommentRequirement Required |
| 27924 |
src/com/gps/action/GeofenceAction.java |
193 |
Parameter 'geofenceName' is not assigned and could be declared final |
| 27925 |
src/com/gps/action/GeofenceAction.java |
193 |
publicMethodCommentRequirement Required |
| 27926 |
src/com/gps/action/GeofenceAction.java |
196 |
publicMethodCommentRequirement Required |
| 27927 |
src/com/gps/action/GeofenceAction.java |
199 |
Parameter 'message' is not assigned and could be declared final |
| 27928 |
src/com/gps/action/GeofenceAction.java |
199 |
publicMethodCommentRequirement Required |
| 27929 |
src/com/gps/action/GeofenceAction.java |
202 |
publicMethodCommentRequirement Required |
| 27930 |
src/com/gps/action/GeofenceAction.java |
205 |
Parameter 'gform' is not assigned and could be declared final |
| 27931 |
src/com/gps/action/GeofenceAction.java |
205 |
publicMethodCommentRequirement Required |
| 27932 |
src/com/gps/action/GeofenceAction.java |
208 |
publicMethodCommentRequirement Required |
| 27933 |
src/com/gps/action/GeofenceAction.java |
211 |
Parameter 'vehicleGroupList' is not assigned and could be declared final |
| 27934 |
src/com/gps/action/GeofenceAction.java |
211 |
publicMethodCommentRequirement Required |
| 27935 |
src/com/gps/action/GeofenceAction.java |
214 |
publicMethodCommentRequirement Required |
| 27936 |
src/com/gps/action/GeofenceAction.java |
217 |
Parameter 'vehicleDetails' is not assigned and could be declared final |
| 27937 |
src/com/gps/action/GeofenceAction.java |
217 |
publicMethodCommentRequirement Required |
| 27938 |
src/com/gps/action/GeofenceAction.java |
220 |
publicMethodCommentRequirement Required |
| 27939 |
src/com/gps/action/GeofenceAction.java |
223 |
Parameter 'notifierList' is not assigned and could be declared final |
| 27940 |
src/com/gps/action/GeofenceAction.java |
223 |
publicMethodCommentRequirement Required |
| 27941 |
src/com/gps/action/GeofenceAction.java |
226 |
publicMethodCommentRequirement Required |
| 27942 |
src/com/gps/action/GeofenceAction.java |
229 |
Parameter 'vehicleMapList' is not assigned and could be declared final |
| 27943 |
src/com/gps/action/GeofenceAction.java |
229 |
publicMethodCommentRequirement Required |
| 27944 |
src/com/gps/action/GeofenceAction.java |
232 |
publicMethodCommentRequirement Required |
| 27945 |
src/com/gps/action/GeofenceAction.java |
235 |
Parameter 'geoVehicleMapList' is not assigned and could be declared final |
| 27946 |
src/com/gps/action/GeofenceAction.java |
235 |
publicMethodCommentRequirement Required |
| 27947 |
src/com/gps/action/GeofenceAction.java |
238 |
publicMethodCommentRequirement Required |
| 27948 |
src/com/gps/action/GeofenceAction.java |
241 |
Parameter 'gform' is not assigned and could be declared final |
| 27949 |
src/com/gps/action/GeofenceAction.java |
241 |
publicMethodCommentRequirement Required |
| 27950 |
src/com/gps/action/GeofenceAction.java |
246 |
Comment is too large: Too many lines |
| 27951 |
src/com/gps/action/GeofenceAction.java |
255 |
Method names should not start with capital letters |
| 27952 |
src/com/gps/action/GeofenceAction.java |
258 |
Local variable 'search' could be declared final |
| 27953 |
src/com/gps/action/GeofenceAction.java |
261 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 27954 |
src/com/gps/action/GeofenceAction.java |
263 |
Avoid printStackTrace(); use a logger call instead. |
| 27955 |
src/com/gps/action/GeofenceAction.java |
269 |
publicMethodCommentRequirement Required |
| 27956 |
src/com/gps/action/GeofenceAction.java |
272 |
Parameter 'geoListSize' is not assigned and could be declared final |
| 27957 |
src/com/gps/action/GeofenceAction.java |
272 |
publicMethodCommentRequirement Required |
| 27958 |
src/com/gps/action/GeofenceAction.java |
275 |
publicMethodCommentRequirement Required |
| 27959 |
src/com/gps/action/GeofenceAction.java |
278 |
Parameter 'geoList' is not assigned and could be declared final |
| 27960 |
src/com/gps/action/GeofenceAction.java |
278 |
publicMethodCommentRequirement Required |
| 27961 |
src/com/gps/action/GeofenceAction.java |
281 |
publicMethodCommentRequirement Required |
| 27962 |
src/com/gps/action/GeofenceAction.java |
284 |
Parameter 'geoListByGid' is not assigned and could be declared final |
| 27963 |
src/com/gps/action/GeofenceAction.java |
284 |
publicMethodCommentRequirement Required |
| 27964 |
src/com/gps/action/GeofenceAction.java |
288 |
Parameter 'notify' is not assigned and could be declared final |
| 27965 |
src/com/gps/action/GeofenceAction.java |
288 |
publicMethodCommentRequirement Required |
| 27966 |
src/com/gps/action/GeofenceAction.java |
289 |
Found 'DD'-anomaly for variable 'ret' (lines '289'-'299'). |
| 27967 |
src/com/gps/action/GeofenceAction.java |
290 |
Found 'DD'-anomaly for variable 'session' (lines '290'-'294'). |
| 27968 |
src/com/gps/action/GeofenceAction.java |
291 |
Avoid variables with short names like tx |
| 27969 |
src/com/gps/action/GeofenceAction.java |
291 |
Found 'DD'-anomaly for variable 'tx' (lines '291'-'295'). |
| 27970 |
src/com/gps/action/GeofenceAction.java |
292 |
Local variable 'dao' could be declared final |
| 27971 |
src/com/gps/action/GeofenceAction.java |
294 |
Potential violation of Law of Demeter (object not created locally) |
| 27972 |
src/com/gps/action/GeofenceAction.java |
295 |
Potential violation of Law of Demeter (object not created locally) |
| 27973 |
src/com/gps/action/GeofenceAction.java |
296 |
Potential violation of Law of Demeter (object not created locally) |
| 27974 |
src/com/gps/action/GeofenceAction.java |
297 |
Potential violation of Law of Demeter (object not created locally) |
| 27975 |
src/com/gps/action/GeofenceAction.java |
298 |
Potential violation of Law of Demeter (object not created locally) |
| 27976 |
src/com/gps/action/GeofenceAction.java |
299 |
Found 'DD'-anomaly for variable 'ret' (lines '299'-'302'). |
| 27977 |
src/com/gps/action/GeofenceAction.java |
301 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 27978 |
src/com/gps/action/GeofenceAction.java |
302 |
Found 'DU'-anomaly for variable 'ret' (lines '302'-'310'). |
| 27979 |
src/com/gps/action/GeofenceAction.java |
307 |
Potential violation of Law of Demeter (object not created locally) |
| 27980 |
src/com/gps/action/GeofenceAction.java |
321 |
A method/constructor shouldnt explicitly throw java.lang.Exception |
| 27981 |
src/com/gps/action/GeofenceAction.java |
321 |
publicMethodCommentRequirement Required |
| 27982 |
src/com/gps/action/GeofenceAction.java |
324 |
Local variable 'type' could be declared final |
| 27983 |
src/com/gps/action/GeofenceAction.java |
326 |
Avoid using Literals in Conditional Statements |
| 27984 |
src/com/gps/action/GeofenceAction.java |
328 |
Local variable 'array' could be declared final |
| 27985 |
src/com/gps/action/GeofenceAction.java |
330 |
Avoid unused local variables such as 'session'. |
| 27986 |
src/com/gps/action/GeofenceAction.java |
330 |
Found 'DU'-anomaly for variable 'session' (lines '330'-'386'). |
| 27987 |
src/com/gps/action/GeofenceAction.java |
330 |
Local variable 'session' could be declared final |
| 27988 |
src/com/gps/action/GeofenceAction.java |
331 |
Local variable 'index' could be declared final |
| 27989 |
src/com/gps/action/GeofenceAction.java |
332 |
Local variable 'lmark' could be declared final |
| 27990 |
src/com/gps/action/GeofenceAction.java |
333 |
Local variable 'destination' could be declared final |
| 27991 |
src/com/gps/action/GeofenceAction.java |
334 |
Local variable 'source' could be declared final |
| 27992 |
src/com/gps/action/GeofenceAction.java |
335 |
Local variable 'radius' could be declared final |
| 27993 |
src/com/gps/action/GeofenceAction.java |
336 |
Local variable 'latlng' could be declared final |
| 27994 |
src/com/gps/action/GeofenceAction.java |
337 |
Local variable 'place' could be declared final |
| 27995 |
src/com/gps/action/GeofenceAction.java |
338 |
Local variable 'tripid' could be declared final |
| 27996 |
src/com/gps/action/GeofenceAction.java |
339 |
Local variable 'stopname' could be declared final |
| 27997 |
src/com/gps/action/GeofenceAction.java |
341 |
Local variable 'tpdao' could be declared final |
| 27998 |
src/com/gps/action/GeofenceAction.java |
343 |
Potential violation of Law of Demeter (object not created locally) |
| 27999 |
src/com/gps/action/GeofenceAction.java |
343 |
Potential violation of Law of Demeter (object not created locally) |
| 28000 |
src/com/gps/action/GeofenceAction.java |
345 |
Local variable 'output' could be declared final |
| 28001 |
src/com/gps/action/GeofenceAction.java |
345 |
Potential violation of Law of Demeter (object not created locally) |
| 28002 |
src/com/gps/action/GeofenceAction.java |
346 |
Potential violation of Law of Demeter (method chain calls) |
| 28003 |
src/com/gps/action/GeofenceAction.java |
350 |
Avoid using Literals in Conditional Statements |
| 28004 |
src/com/gps/action/GeofenceAction.java |
352 |
Local variable 'index' could be declared final |
| 28005 |
src/com/gps/action/GeofenceAction.java |
353 |
Local variable 'destination' could be declared final |
| 28006 |
src/com/gps/action/GeofenceAction.java |
354 |
Local variable 'source' could be declared final |
| 28007 |
src/com/gps/action/GeofenceAction.java |
355 |
Local variable 'fenceId' could be declared final |
| 28008 |
src/com/gps/action/GeofenceAction.java |
355 |
The String literal "geofenceid" appears 4 times in this file; the first occurrence is on line 355 |
| 28009 |
src/com/gps/action/GeofenceAction.java |
356 |
Local variable 'radius' could be declared final |
| 28010 |
src/com/gps/action/GeofenceAction.java |
357 |
Local variable 'latlng' could be declared final |
| 28011 |
src/com/gps/action/GeofenceAction.java |
358 |
Local variable 'place' could be declared final |
| 28012 |
src/com/gps/action/GeofenceAction.java |
359 |
Local variable 'tripid' could be declared final |
| 28013 |
src/com/gps/action/GeofenceAction.java |
360 |
Local variable 'tpdao' could be declared final |
| 28014 |
src/com/gps/action/GeofenceAction.java |
364 |
Avoid using Literals in Conditional Statements |
| 28015 |
src/com/gps/action/GeofenceAction.java |
366 |
Local variable 'destination' could be declared final |
| 28016 |
src/com/gps/action/GeofenceAction.java |
367 |
Local variable 'source' could be declared final |
| 28017 |
src/com/gps/action/GeofenceAction.java |
368 |
Local variable 'marker' could be declared final |
| 28018 |
src/com/gps/action/GeofenceAction.java |
369 |
Local variable 'index' could be declared final |
| 28019 |
src/com/gps/action/GeofenceAction.java |
370 |
Local variable 'tripid' could be declared final |
| 28020 |
src/com/gps/action/GeofenceAction.java |
371 |
Local variable 'fenceId' could be declared final |
| 28021 |
src/com/gps/action/GeofenceAction.java |
372 |
Local variable 'tpdao' could be declared final |
| 28022 |
src/com/gps/action/GeofenceAction.java |
376 |
Avoid using Literals in Conditional Statements |
| 28023 |
src/com/gps/action/GeofenceAction.java |
379 |
Local variable 'fenceId' could be declared final |
| 28024 |
src/com/gps/action/GeofenceAction.java |
380 |
Local variable 'radius' could be declared final |
| 28025 |
src/com/gps/action/GeofenceAction.java |
381 |
Local variable 'tpdao' could be declared final |
| 28026 |
src/com/gps/action/GeofenceAction.java |
389 |
Comment is too large: Line too long |
| 28027 |
src/com/gps/action/GeofenceAction.java |
390 |
publicMethodCommentRequirement Required |
| 28028 |
src/com/gps/action/GeofenceAction.java |
392 |
Avoid declaring a variable if it is unreferenced before a possible exit point. |
| 28029 |
src/com/gps/action/GeofenceAction.java |
392 |
Avoid unused local variables such as 'fenceId'. |
| 28030 |
src/com/gps/action/GeofenceAction.java |
392 |
Found 'DU'-anomaly for variable 'fenceId' (lines '392'-'396'). |
| 28031 |
src/com/gps/action/GeofenceAction.java |
392 |
Local variable 'fenceId' could be declared final |
| 28032 |
src/com/gps/action/GeofenceAction.java |
404 |
Parameter 'request' is not assigned and could be declared final |
| 28033 |
src/com/gps/action/GeofenceAction.java |
404 |
publicMethodCommentRequirement Required |
| 28034 |
src/com/gps/action/GeofenceAction.java |
409 |
Parameter 'response' is not assigned and could be declared final |
| 28035 |
src/com/gps/action/GeofenceAction.java |
409 |
publicMethodCommentRequirement Required |
| 28036 |
src/com/gps/action/GeofenceAction.java |
414 |
Parameter 'arg0' is not assigned and could be declared final |
| 28037 |
src/com/gps/action/GeofenceAction.java |
414 |
publicMethodCommentRequirement Required |
| 28038 |
src/com/gps/action/GeofenceAction.java |
415 |
Document empty method |
| 28039 |
src/com/gps/action/GeofenceAction.java |
426 |
Parameter 'fences' is not assigned and could be declared final |
| 28040 |
src/com/gps/action/GeofenceAction.java |
438 |
Parameter 'tripid' is not assigned and could be declared final |
| 28041 |
src/com/gps/action/GeofenceAction.java |
450 |
Parameter 'fenceList' is not assigned and could be declared final |
| 28042 |
src/com/gps/action/HeaderForwardAction.java |
19 |
headerCommentRequirement Required |
| 28043 |
src/com/gps/action/HeaderForwardAction.java |
22 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 28044 |
src/com/gps/action/HeaderForwardAction.java |
22 |
Use explicit scoping instead of the default package private level |
| 28045 |
src/com/gps/action/HeaderForwardAction.java |
22 |
fieldCommentRequirement Required |
| 28046 |
src/com/gps/action/HeaderForwardAction.java |
23 |
The Logger variable declaration does not contain the static and final modifiers |
| 28047 |
src/com/gps/action/HeaderForwardAction.java |
23 |
Use explicit scoping instead of the default package private level |
| 28048 |
src/com/gps/action/HeaderForwardAction.java |
23 |
fieldCommentRequirement Required |
| 28049 |
src/com/gps/action/HeaderForwardAction.java |
24 |
Comment is too large: Too many lines |
| 28050 |
src/com/gps/action/HeaderForwardAction.java |
37 |
Local variable 'vpd' could be declared final |
| 28051 |
src/com/gps/action/HeaderForwardAction.java |
38 |
Found 'DD'-anomaly for variable 'vehicleList' (lines '38'-'41'). |
| 28052 |
src/com/gps/action/HeaderForwardAction.java |
41 |
Potential violation of Law of Demeter (object not created locally) |
| 28053 |
src/com/gps/action/HeaderForwardAction.java |
44 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 28054 |
src/com/gps/action/HeaderForwardAction.java |
44 |
Avoid empty catch blocks |
| 28055 |
src/com/gps/action/HeaderForwardAction.java |
51 |
Parameter 'arg0' is not assigned and could be declared final |
| 28056 |
src/com/gps/action/HeaderForwardAction.java |
51 |
publicMethodCommentRequirement Required |
| 28057 |
src/com/gps/action/HolidayAction.java |
1 |
Possible God class (WMC=54, ATFD=22, TCC=0.09815078236130868) |
| 28058 |
src/com/gps/action/HolidayAction.java |
28 |
Too many fields |
| 28059 |
src/com/gps/action/HolidayAction.java |
28 |
headerCommentRequirement Required |
| 28060 |
src/com/gps/action/HolidayAction.java |
30 |
fieldCommentRequirement Required |
| 28061 |
src/com/gps/action/HolidayAction.java |
31 |
The Logger variable declaration does not contain the static and final modifiers |
| 28062 |
src/com/gps/action/HolidayAction.java |
31 |
Use explicit scoping instead of the default package private level |
| 28063 |
src/com/gps/action/HolidayAction.java |
31 |
fieldCommentRequirement Required |
| 28064 |
src/com/gps/action/HolidayAction.java |
32 |
fieldCommentRequirement Required |
| 28065 |
src/com/gps/action/HolidayAction.java |
33 |
fieldCommentRequirement Required |
| 28066 |
src/com/gps/action/HolidayAction.java |
34 |
fieldCommentRequirement Required |
| 28067 |
src/com/gps/action/HolidayAction.java |
35 |
fieldCommentRequirement Required |
| 28068 |
src/com/gps/action/HolidayAction.java |
36 |
fieldCommentRequirement Required |
| 28069 |
src/com/gps/action/HolidayAction.java |
37 |
fieldCommentRequirement Required |
| 28070 |
src/com/gps/action/HolidayAction.java |
38 |
Use explicit scoping instead of the default package private level |
| 28071 |
src/com/gps/action/HolidayAction.java |
38 |
fieldCommentRequirement Required |
| 28072 |
src/com/gps/action/HolidayAction.java |
39 |
fieldCommentRequirement Required |
| 28073 |
src/com/gps/action/HolidayAction.java |
40 |
Avoid using redundant field initializer for 'dayTemp' |
| 28074 |
src/com/gps/action/HolidayAction.java |
40 |
Use explicit scoping instead of the default package private level |
| 28075 |
src/com/gps/action/HolidayAction.java |
40 |
fieldCommentRequirement Required |
| 28076 |
src/com/gps/action/HolidayAction.java |
41 |
Avoid using redundant field initializer for 'defaultDays' |
| 28077 |
src/com/gps/action/HolidayAction.java |
41 |
Use explicit scoping instead of the default package private level |
| 28078 |
src/com/gps/action/HolidayAction.java |
41 |
fieldCommentRequirement Required |
| 28079 |
src/com/gps/action/HolidayAction.java |
42 |
Avoid using redundant field initializer for 'dateBuff' |
| 28080 |
src/com/gps/action/HolidayAction.java |
42 |
Use explicit scoping instead of the default package private level |
| 28081 |
src/com/gps/action/HolidayAction.java |
42 |
fieldCommentRequirement Required |
| 28082 |
src/com/gps/action/HolidayAction.java |
43 |
fieldCommentRequirement Required |
| 28083 |
src/com/gps/action/HolidayAction.java |
44 |
fieldCommentRequirement Required |
| 28084 |
src/com/gps/action/HolidayAction.java |
45 |
fieldCommentRequirement Required |
| 28085 |
src/com/gps/action/HolidayAction.java |
46 |
fieldCommentRequirement Required |
| 28086 |
src/com/gps/action/HolidayAction.java |
47 |
Avoid using redundant field initializer for 'message' |
| 28087 |
src/com/gps/action/HolidayAction.java |
47 |
fieldCommentRequirement Required |
| 28088 |
src/com/gps/action/HolidayAction.java |
48 |
Use explicit scoping instead of the default package private level |
| 28089 |
src/com/gps/action/HolidayAction.java |
48 |
fieldCommentRequirement Required |
| 28090 |
src/com/gps/action/HolidayAction.java |
49 |
Avoid using redundant field initializer for 'orgList' |
| 28091 |
src/com/gps/action/HolidayAction.java |
49 |
fieldCommentRequirement Required |
| 28092 |
src/com/gps/action/HolidayAction.java |
50 |
Avoid using redundant field initializer for 'role' |
| 28093 |
src/com/gps/action/HolidayAction.java |
50 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 28094 |
src/com/gps/action/HolidayAction.java |
50 |
Use explicit scoping instead of the default package private level |
| 28095 |
src/com/gps/action/HolidayAction.java |
50 |
fieldCommentRequirement Required |
| 28096 |
src/com/gps/action/HolidayAction.java |
51 |
Avoid using redundant field initializer for 'rpDAO' |
| 28097 |
src/com/gps/action/HolidayAction.java |
51 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 28098 |
src/com/gps/action/HolidayAction.java |
51 |
Use explicit scoping instead of the default package private level |
| 28099 |
src/com/gps/action/HolidayAction.java |
51 |
fieldCommentRequirement Required |
| 28100 |
src/com/gps/action/HolidayAction.java |
63 |
Avoid variables with short names like i |
| 28101 |
src/com/gps/action/HolidayAction.java |
63 |
Found 'DD'-anomaly for variable 'i' (lines '63'-'127'). |
| 28102 |
src/com/gps/action/HolidayAction.java |
63 |
Found 'DU'-anomaly for variable 'i' (lines '63'-'149'). |
| 28103 |
src/com/gps/action/HolidayAction.java |
72 |
Local variable 'hpDao' could be declared final |
| 28104 |
src/com/gps/action/HolidayAction.java |
73 |
Local variable 'org' could be declared final |
| 28105 |
src/com/gps/action/HolidayAction.java |
73 |
Unnecessary use of fully qualified name 'com.gps.hibernate.Organization' due to existing import 'com.gps.hibernate.Organization' |
| 28106 |
src/com/gps/action/HolidayAction.java |
82 |
Comment is too large: Line too long |
| 28107 |
src/com/gps/action/HolidayAction.java |
86 |
Avoid using Literals in Conditional Statements |
| 28108 |
src/com/gps/action/HolidayAction.java |
86 |
Potential violation of Law of Demeter (method chain calls) |
| 28109 |
src/com/gps/action/HolidayAction.java |
88 |
Local variable 'orgdao' could be declared final |
| 28110 |
src/com/gps/action/HolidayAction.java |
89 |
Potential violation of Law of Demeter (object not created locally) |
| 28111 |
src/com/gps/action/HolidayAction.java |
93 |
Potential violation of Law of Demeter (method chain calls) |
| 28112 |
src/com/gps/action/HolidayAction.java |
93 |
Potential violation of Law of Demeter (method chain calls) |
| 28113 |
src/com/gps/action/HolidayAction.java |
100 |
Potential violation of Law of Demeter (object not created locally) |
| 28114 |
src/com/gps/action/HolidayAction.java |
109 |
Avoid using Literals in Conditional Statements |
| 28115 |
src/com/gps/action/HolidayAction.java |
109 |
Potential violation of Law of Demeter (method chain calls) |
| 28116 |
src/com/gps/action/HolidayAction.java |
109 |
Potential violation of Law of Demeter (object not created locally) |
| 28117 |
src/com/gps/action/HolidayAction.java |
111 |
Potential violation of Law of Demeter (object not created locally) |
| 28118 |
src/com/gps/action/HolidayAction.java |
114 |
Potential violation of Law of Demeter (object not created locally) |
| 28119 |
src/com/gps/action/HolidayAction.java |
115 |
Potential violation of Law of Demeter (method chain calls) |
| 28120 |
src/com/gps/action/HolidayAction.java |
115 |
Potential violation of Law of Demeter (method chain calls) |
| 28121 |
src/com/gps/action/HolidayAction.java |
118 |
Potential violation of Law of Demeter (object not created locally) |
| 28122 |
src/com/gps/action/HolidayAction.java |
122 |
Comment is too large: Line too long |
| 28123 |
src/com/gps/action/HolidayAction.java |
124 |
Avoid using Literals in Conditional Statements |
| 28124 |
src/com/gps/action/HolidayAction.java |
124 |
Potential violation of Law of Demeter (method chain calls) |
| 28125 |
src/com/gps/action/HolidayAction.java |
127 |
Avoid using for statements without curly braces |
| 28126 |
src/com/gps/action/HolidayAction.java |
133 |
Avoid using Literals in Conditional Statements |
| 28127 |
src/com/gps/action/HolidayAction.java |
135 |
A method should have only one exit point, and that should be the last statement in the method |
| 28128 |
src/com/gps/action/HolidayAction.java |
139 |
A method should have only one exit point, and that should be the last statement in the method |
| 28129 |
src/com/gps/action/HolidayAction.java |
144 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 28130 |
src/com/gps/action/HolidayAction.java |
146 |
Avoid printStackTrace(); use a logger call instead. |
| 28131 |
src/com/gps/action/HolidayAction.java |
146 |
Potential violation of Law of Demeter (object not created locally) |
| 28132 |
src/com/gps/action/HolidayAction.java |
162 |
Local variable 'user' could be declared final |
| 28133 |
src/com/gps/action/HolidayAction.java |
163 |
Potential violation of Law of Demeter (object not created locally) |
| 28134 |
src/com/gps/action/HolidayAction.java |
167 |
Comment is too large: Line too long |
| 28135 |
src/com/gps/action/HolidayAction.java |
172 |
Avoid using Literals in Conditional Statements |
| 28136 |
src/com/gps/action/HolidayAction.java |
172 |
Potential violation of Law of Demeter (method chain calls) |
| 28137 |
src/com/gps/action/HolidayAction.java |
174 |
Local variable 'orgdao' could be declared final |
| 28138 |
src/com/gps/action/HolidayAction.java |
175 |
Potential violation of Law of Demeter (object not created locally) |
| 28139 |
src/com/gps/action/HolidayAction.java |
179 |
Local variable 'hpDao' could be declared final |
| 28140 |
src/com/gps/action/HolidayAction.java |
180 |
Potential violation of Law of Demeter (method chain calls) |
| 28141 |
src/com/gps/action/HolidayAction.java |
180 |
Potential violation of Law of Demeter (method chain calls) |
| 28142 |
src/com/gps/action/HolidayAction.java |
180 |
Potential violation of Law of Demeter (method chain calls) |
| 28143 |
src/com/gps/action/HolidayAction.java |
180 |
Potential violation of Law of Demeter (method chain calls) |
| 28144 |
src/com/gps/action/HolidayAction.java |
180 |
Potential violation of Law of Demeter (object not created locally) |
| 28145 |
src/com/gps/action/HolidayAction.java |
180 |
Potential violation of Law of Demeter (object not created locally) |
| 28146 |
src/com/gps/action/HolidayAction.java |
184 |
Avoid using Literals in Conditional Statements |
| 28147 |
src/com/gps/action/HolidayAction.java |
184 |
Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty() |
| 28148 |
src/com/gps/action/HolidayAction.java |
189 |
Potential violation of Law of Demeter (method chain calls) |
| 28149 |
src/com/gps/action/HolidayAction.java |
196 |
A method should have only one exit point, and that should be the last statement in the method |
| 28150 |
src/com/gps/action/HolidayAction.java |
198 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 28151 |
src/com/gps/action/HolidayAction.java |
199 |
Avoid printStackTrace(); use a logger call instead. |
| 28152 |
src/com/gps/action/HolidayAction.java |
199 |
Potential violation of Law of Demeter (object not created locally) |
| 28153 |
src/com/gps/action/HolidayAction.java |
218 |
Local variable 'hpDao' could be declared final |
| 28154 |
src/com/gps/action/HolidayAction.java |
219 |
Found 'DU'-anomaly for variable 'array' (lines '219'-'248'). |
| 28155 |
src/com/gps/action/HolidayAction.java |
219 |
Local variable 'array' could be declared final |
| 28156 |
src/com/gps/action/HolidayAction.java |
220 |
Potential violation of Law of Demeter (object not created locally) |
| 28157 |
src/com/gps/action/HolidayAction.java |
222 |
Avoid using Literals in Conditional Statements |
| 28158 |
src/com/gps/action/HolidayAction.java |
222 |
Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty() |
| 28159 |
src/com/gps/action/HolidayAction.java |
222 |
These nested if statements could be combined |
| 28160 |
src/com/gps/action/HolidayAction.java |
227 |
Potential violation of Law of Demeter (method chain calls) |
| 28161 |
src/com/gps/action/HolidayAction.java |
231 |
Potential violation of Law of Demeter (object not created locally) |
| 28162 |
src/com/gps/action/HolidayAction.java |
232 |
Potential violation of Law of Demeter (object not created locally) |
| 28163 |
src/com/gps/action/HolidayAction.java |
233 |
Local variable 'output' could be declared final |
| 28164 |
src/com/gps/action/HolidayAction.java |
233 |
Potential violation of Law of Demeter (object not created locally) |
| 28165 |
src/com/gps/action/HolidayAction.java |
234 |
There is log block not surrounded by if |
| 28166 |
src/com/gps/action/HolidayAction.java |
234 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 28167 |
src/com/gps/action/HolidayAction.java |
235 |
Potential violation of Law of Demeter (method chain calls) |
| 28168 |
src/com/gps/action/HolidayAction.java |
241 |
A method should have only one exit point, and that should be the last statement in the method |
| 28169 |
src/com/gps/action/HolidayAction.java |
243 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 28170 |
src/com/gps/action/HolidayAction.java |
244 |
Avoid printStackTrace(); use a logger call instead. |
| 28171 |
src/com/gps/action/HolidayAction.java |
244 |
Potential violation of Law of Demeter (object not created locally) |
| 28172 |
src/com/gps/action/HolidayAction.java |
251 |
A method/constructor shouldnt explicitly throw java.lang.Exception |
| 28173 |
src/com/gps/action/HolidayAction.java |
251 |
publicMethodCommentRequirement Required |
| 28174 |
src/com/gps/action/HolidayAction.java |
259 |
Parameter 'arg0' is not assigned and could be declared final |
| 28175 |
src/com/gps/action/HolidayAction.java |
259 |
publicMethodCommentRequirement Required |
| 28176 |
src/com/gps/action/HolidayAction.java |
265 |
Parameter 'arg0' is not assigned and could be declared final |
| 28177 |
src/com/gps/action/HolidayAction.java |
265 |
publicMethodCommentRequirement Required |
| 28178 |
src/com/gps/action/HolidayAction.java |
270 |
Parameter 'arg0' is not assigned and could be declared final |
| 28179 |
src/com/gps/action/HolidayAction.java |
270 |
publicMethodCommentRequirement Required |
| 28180 |
src/com/gps/action/HolidayAction.java |
275 |
publicMethodCommentRequirement Required |
| 28181 |
src/com/gps/action/HolidayAction.java |
279 |
Parameter 'holidays' is not assigned and could be declared final |
| 28182 |
src/com/gps/action/HolidayAction.java |
279 |
publicMethodCommentRequirement Required |
| 28183 |
src/com/gps/action/HolidayAction.java |
283 |
publicMethodCommentRequirement Required |
| 28184 |
src/com/gps/action/HolidayAction.java |
286 |
Parameter 'session' is not assigned and could be declared final |
| 28185 |
src/com/gps/action/HolidayAction.java |
286 |
publicMethodCommentRequirement Required |
| 28186 |
src/com/gps/action/HolidayAction.java |
289 |
publicMethodCommentRequirement Required |
| 28187 |
src/com/gps/action/HolidayAction.java |
292 |
Parameter 'request' is not assigned and could be declared final |
| 28188 |
src/com/gps/action/HolidayAction.java |
292 |
publicMethodCommentRequirement Required |
| 28189 |
src/com/gps/action/HolidayAction.java |
295 |
publicMethodCommentRequirement Required |
| 28190 |
src/com/gps/action/HolidayAction.java |
298 |
Parameter 'response' is not assigned and could be declared final |
| 28191 |
src/com/gps/action/HolidayAction.java |
298 |
publicMethodCommentRequirement Required |
| 28192 |
src/com/gps/action/HolidayAction.java |
301 |
publicMethodCommentRequirement Required |
| 28193 |
src/com/gps/action/HolidayAction.java |
304 |
Parameter 'user' is not assigned and could be declared final |
| 28194 |
src/com/gps/action/HolidayAction.java |
304 |
publicMethodCommentRequirement Required |
| 28195 |
src/com/gps/action/HolidayAction.java |
307 |
publicMethodCommentRequirement Required |
| 28196 |
src/com/gps/action/HolidayAction.java |
310 |
Parameter 'fromdatepicker' is not assigned and could be declared final |
| 28197 |
src/com/gps/action/HolidayAction.java |
310 |
publicMethodCommentRequirement Required |
| 28198 |
src/com/gps/action/HolidayAction.java |
314 |
publicMethodCommentRequirement Required |
| 28199 |
src/com/gps/action/HolidayAction.java |
318 |
Parameter 'holidayList' is not assigned and could be declared final |
| 28200 |
src/com/gps/action/HolidayAction.java |
318 |
publicMethodCommentRequirement Required |
| 28201 |
src/com/gps/action/HolidayAction.java |
321 |
publicMethodCommentRequirement Required |
| 28202 |
src/com/gps/action/HolidayAction.java |
324 |
Parameter 'weekDays' is not assigned and could be declared final |
| 28203 |
src/com/gps/action/HolidayAction.java |
324 |
publicMethodCommentRequirement Required |
| 28204 |
src/com/gps/action/HolidayAction.java |
327 |
publicMethodCommentRequirement Required |
| 28205 |
src/com/gps/action/HolidayAction.java |
330 |
Parameter 'selectedDays' is not assigned and could be declared final |
| 28206 |
src/com/gps/action/HolidayAction.java |
330 |
publicMethodCommentRequirement Required |
| 28207 |
src/com/gps/action/HolidayAction.java |
333 |
publicMethodCommentRequirement Required |
| 28208 |
src/com/gps/action/HolidayAction.java |
334 |
Returning 'defaultDays' may expose an internal array. |
| 28209 |
src/com/gps/action/HolidayAction.java |
336 |
Parameter 'defaultDays' is not assigned and could be declared final |
| 28210 |
src/com/gps/action/HolidayAction.java |
336 |
The user-supplied array 'defaultDays' is stored directly. |
| 28211 |
src/com/gps/action/HolidayAction.java |
336 |
publicMethodCommentRequirement Required |
| 28212 |
src/com/gps/action/HolidayAction.java |
340 |
publicMethodCommentRequirement Required |
| 28213 |
src/com/gps/action/HolidayAction.java |
344 |
Parameter 'orgList' is not assigned and could be declared final |
| 28214 |
src/com/gps/action/HolidayAction.java |
344 |
publicMethodCommentRequirement Required |
| 28215 |
src/com/gps/action/HolidayAction.java |
348 |
publicMethodCommentRequirement Required |
| 28216 |
src/com/gps/action/HolidayAction.java |
352 |
Parameter 'name' is not assigned and could be declared final |
| 28217 |
src/com/gps/action/HolidayAction.java |
352 |
publicMethodCommentRequirement Required |
| 28218 |
src/com/gps/action/HolidayAction.java |
356 |
publicMethodCommentRequirement Required |
| 28219 |
src/com/gps/action/HolidayAction.java |
360 |
Parameter 'orgId' is not assigned and could be declared final |
| 28220 |
src/com/gps/action/HolidayAction.java |
360 |
publicMethodCommentRequirement Required |
| 28221 |
src/com/gps/action/HolidayAction.java |
364 |
publicMethodCommentRequirement Required |
| 28222 |
src/com/gps/action/HolidayAction.java |
368 |
Parameter 'oid' is not assigned and could be declared final |
| 28223 |
src/com/gps/action/HolidayAction.java |
368 |
publicMethodCommentRequirement Required |
| 28224 |
src/com/gps/action/HolidayAction.java |
372 |
publicMethodCommentRequirement Required |
| 28225 |
src/com/gps/action/HolidayAction.java |
376 |
Parameter 'ret' is not assigned and could be declared final |
| 28226 |
src/com/gps/action/HolidayAction.java |
376 |
publicMethodCommentRequirement Required |
| 28227 |
src/com/gps/action/HolidayAction.java |
380 |
publicMethodCommentRequirement Required |
| 28228 |
src/com/gps/action/HolidayAction.java |
384 |
Parameter 'message' is not assigned and could be declared final |
| 28229 |
src/com/gps/action/HolidayAction.java |
384 |
publicMethodCommentRequirement Required |
| 28230 |
src/com/gps/action/LogingpsAction.java |
45 |
Comment is too large: Line too long |
| 28231 |
src/com/gps/action/LogingpsAction.java |
67 |
The Logger variable declaration does not contain the static and final modifiers |
| 28232 |
src/com/gps/action/LogingpsAction.java |
67 |
Use explicit scoping instead of the default package private level |
| 28233 |
src/com/gps/action/LogingpsAction.java |
69 |
fieldCommentRequirement Required |
| 28234 |
src/com/gps/action/LogingpsAction.java |
72 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'login_id' is not final. |
| 28235 |
src/com/gps/action/LogingpsAction.java |
74 |
fieldCommentRequirement Required |
| 28236 |
src/com/gps/action/LogingpsAction.java |
75 |
Use explicit scoping instead of the default package private level |
| 28237 |
src/com/gps/action/LogingpsAction.java |
75 |
fieldCommentRequirement Required |
| 28238 |
src/com/gps/action/LogingpsAction.java |
76 |
Use explicit scoping instead of the default package private level |
| 28239 |
src/com/gps/action/LogingpsAction.java |
76 |
fieldCommentRequirement Required |
| 28240 |
src/com/gps/action/LogingpsAction.java |
77 |
fieldCommentRequirement Required |
| 28241 |
src/com/gps/action/LogingpsAction.java |
78 |
publicMethodCommentRequirement Required |
| 28242 |
src/com/gps/action/LogingpsAction.java |
91 |
Parameter 'vehicleGroupList' is not assigned and could be declared final |
| 28243 |
src/com/gps/action/LogingpsAction.java |
94 |
Parameter 'password' is not assigned and could be declared final |
| 28244 |
src/com/gps/action/LogingpsAction.java |
94 |
publicMethodCommentRequirement Required |
| 28245 |
src/com/gps/action/LogingpsAction.java |
98 |
Method names should not contain underscores |
| 28246 |
src/com/gps/action/LogingpsAction.java |
98 |
publicMethodCommentRequirement Required |
| 28247 |
src/com/gps/action/LogingpsAction.java |
101 |
Method names should not contain underscores |
| 28248 |
src/com/gps/action/LogingpsAction.java |
101 |
Parameter 'loginId' is not assigned and could be declared final |
| 28249 |
src/com/gps/action/LogingpsAction.java |
101 |
publicMethodCommentRequirement Required |
| 28250 |
src/com/gps/action/LogingpsAction.java |
104 |
publicMethodCommentRequirement Required |
| 28251 |
src/com/gps/action/LogingpsAction.java |
107 |
Parameter 'parameter' is not assigned and could be declared final |
| 28252 |
src/com/gps/action/LogingpsAction.java |
107 |
publicMethodCommentRequirement Required |
| 28253 |
src/com/gps/action/LogingpsAction.java |
111 |
publicMethodCommentRequirement Required |
| 28254 |
src/com/gps/action/LogingpsAction.java |
113 |
Found 'DD'-anomaly for variable 'fence_report' (lines '113'-'144'). |
| 28255 |
src/com/gps/action/LogingpsAction.java |
113 |
Found 'DD'-anomaly for variable 'fuel_value' (lines '113'-'140'). |
| 28256 |
src/com/gps/action/LogingpsAction.java |
113 |
Found 'DD'-anomaly for variable 'rfid_value' (lines '113'-'142'). |
| 28257 |
src/com/gps/action/LogingpsAction.java |
113 |
Found 'DD'-anomaly for variable 'vehicle_fence' (lines '113'-'146'). |
| 28258 |
src/com/gps/action/LogingpsAction.java |
113 |
Found 'DU'-anomaly for variable 'fence_report' (lines '113'-'169'). |
| 28259 |
src/com/gps/action/LogingpsAction.java |
113 |
Found 'DU'-anomaly for variable 'fuel_value' (lines '113'-'169'). |
| 28260 |
src/com/gps/action/LogingpsAction.java |
113 |
Found 'DU'-anomaly for variable 'rfid_value' (lines '113'-'169'). |
| 28261 |
src/com/gps/action/LogingpsAction.java |
113 |
Found 'DU'-anomaly for variable 'vehicle_fence' (lines '113'-'169'). |
| 28262 |
src/com/gps/action/LogingpsAction.java |
113 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'fence_report' is not final. |
| 28263 |
src/com/gps/action/LogingpsAction.java |
113 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'fuel_value' is not final. |
| 28264 |
src/com/gps/action/LogingpsAction.java |
113 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'rfid_value' is not final. |
| 28265 |
src/com/gps/action/LogingpsAction.java |
113 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'vehicle_fence' is not final. |
| 28266 |
src/com/gps/action/LogingpsAction.java |
113 |
The String literal "False" appears 4 times in this file; the first occurrence is on line 113 |
| 28267 |
src/com/gps/action/LogingpsAction.java |
113 |
Use one line for each declaration, it enhances code readability. |
| 28268 |
src/com/gps/action/LogingpsAction.java |
116 |
Local variable 'portletRequest' could be declared final |
| 28269 |
src/com/gps/action/LogingpsAction.java |
117 |
Local variable 'portletsession' could be declared final |
| 28270 |
src/com/gps/action/LogingpsAction.java |
117 |
Potential violation of Law of Demeter (object not created locally) |
| 28271 |
src/com/gps/action/LogingpsAction.java |
118 |
Local variable 'themeDisplay' could be declared final |
| 28272 |
src/com/gps/action/LogingpsAction.java |
118 |
Potential violation of Law of Demeter (object not created locally) |
| 28273 |
src/com/gps/action/LogingpsAction.java |
119 |
Local variable 'user' could be declared final |
| 28274 |
src/com/gps/action/LogingpsAction.java |
119 |
Potential violation of Law of Demeter (object not created locally) |
| 28275 |
src/com/gps/action/LogingpsAction.java |
120 |
Found 'DU'-anomaly for variable 'organization' (lines '120'-'169'). |
| 28276 |
src/com/gps/action/LogingpsAction.java |
120 |
Local variable 'organization' could be declared final |
| 28277 |
src/com/gps/action/LogingpsAction.java |
120 |
Potential violation of Law of Demeter (method chain calls) |
| 28278 |
src/com/gps/action/LogingpsAction.java |
120 |
Potential violation of Law of Demeter (method chain calls) |
| 28279 |
src/com/gps/action/LogingpsAction.java |
120 |
Potential violation of Law of Demeter (object not created locally) |
| 28280 |
src/com/gps/action/LogingpsAction.java |
121 |
Local variable 'roleList' could be declared final |
| 28281 |
src/com/gps/action/LogingpsAction.java |
121 |
Potential violation of Law of Demeter (object not created locally) |
| 28282 |
src/com/gps/action/LogingpsAction.java |
122 |
Local variable 'rdao' could be declared final |
| 28283 |
src/com/gps/action/LogingpsAction.java |
123 |
Potential violation of Law of Demeter (object not created locally) |
| 28284 |
src/com/gps/action/LogingpsAction.java |
125 |
Local variable 'vpd' could be declared final |
| 28285 |
src/com/gps/action/LogingpsAction.java |
126 |
Found 'DD'-anomaly for variable 'vehicleGroupList' (lines '126'-'127'). |
| 28286 |
src/com/gps/action/LogingpsAction.java |
127 |
Potential violation of Law of Demeter (object not created locally) |
| 28287 |
src/com/gps/action/LogingpsAction.java |
133 |
Local variable 'config1' could be declared final |
| 28288 |
src/com/gps/action/LogingpsAction.java |
134 |
Local variable 'config2' could be declared final |
| 28289 |
src/com/gps/action/LogingpsAction.java |
135 |
Potential violation of Law of Demeter (object not created locally) |
| 28290 |
src/com/gps/action/LogingpsAction.java |
135 |
Potential violation of Law of Demeter (object not created locally) |
| 28291 |
src/com/gps/action/LogingpsAction.java |
135 |
Potential violation of Law of Demeter (object not created locally) |
| 28292 |
src/com/gps/action/LogingpsAction.java |
136 |
Potential violation of Law of Demeter (object not created locally) |
| 28293 |
src/com/gps/action/LogingpsAction.java |
136 |
Potential violation of Law of Demeter (object not created locally) |
| 28294 |
src/com/gps/action/LogingpsAction.java |
136 |
Potential violation of Law of Demeter (object not created locally) |
| 28295 |
src/com/gps/action/LogingpsAction.java |
138 |
Local variable 'expandoBridge' could be declared final |
| 28296 |
src/com/gps/action/LogingpsAction.java |
138 |
Potential violation of Law of Demeter (object not created locally) |
| 28297 |
src/com/gps/action/LogingpsAction.java |
139 |
Avoid using if statements without curly braces |
| 28298 |
src/com/gps/action/LogingpsAction.java |
139 |
Potential violation of Law of Demeter (object not created locally) |
| 28299 |
src/com/gps/action/LogingpsAction.java |
140 |
Potential violation of Law of Demeter (object not created locally) |
| 28300 |
src/com/gps/action/LogingpsAction.java |
141 |
Avoid using if statements without curly braces |
| 28301 |
src/com/gps/action/LogingpsAction.java |
141 |
Potential violation of Law of Demeter (object not created locally) |
| 28302 |
src/com/gps/action/LogingpsAction.java |
142 |
Potential violation of Law of Demeter (object not created locally) |
| 28303 |
src/com/gps/action/LogingpsAction.java |
143 |
Avoid using if statements without curly braces |
| 28304 |
src/com/gps/action/LogingpsAction.java |
143 |
Potential violation of Law of Demeter (object not created locally) |
| 28305 |
src/com/gps/action/LogingpsAction.java |
144 |
Potential violation of Law of Demeter (object not created locally) |
| 28306 |
src/com/gps/action/LogingpsAction.java |
145 |
Avoid using if statements without curly braces |
| 28307 |
src/com/gps/action/LogingpsAction.java |
145 |
Potential violation of Law of Demeter (object not created locally) |
| 28308 |
src/com/gps/action/LogingpsAction.java |
146 |
Potential violation of Law of Demeter (object not created locally) |
| 28309 |
src/com/gps/action/LogingpsAction.java |
147 |
Potential violation of Law of Demeter (object not created locally) |
| 28310 |
src/com/gps/action/LogingpsAction.java |
148 |
Potential violation of Law of Demeter (object not created locally) |
| 28311 |
src/com/gps/action/LogingpsAction.java |
149 |
Potential violation of Law of Demeter (method chain calls) |
| 28312 |
src/com/gps/action/LogingpsAction.java |
149 |
Potential violation of Law of Demeter (method chain calls) |
| 28313 |
src/com/gps/action/LogingpsAction.java |
149 |
Potential violation of Law of Demeter (method chain calls) |
| 28314 |
src/com/gps/action/LogingpsAction.java |
149 |
Potential violation of Law of Demeter (method chain calls) |
| 28315 |
src/com/gps/action/LogingpsAction.java |
149 |
Potential violation of Law of Demeter (object not created locally) |
| 28316 |
src/com/gps/action/LogingpsAction.java |
149 |
Potential violation of Law of Demeter (object not created locally) |
| 28317 |
src/com/gps/action/LogingpsAction.java |
150 |
Potential violation of Law of Demeter (object not created locally) |
| 28318 |
src/com/gps/action/LogingpsAction.java |
151 |
Potential violation of Law of Demeter (object not created locally) |
| 28319 |
src/com/gps/action/LogingpsAction.java |
152 |
Potential violation of Law of Demeter (object not created locally) |
| 28320 |
src/com/gps/action/LogingpsAction.java |
153 |
Potential violation of Law of Demeter (object not created locally) |
| 28321 |
src/com/gps/action/LogingpsAction.java |
157 |
A method should have only one exit point, and that should be the last statement in the method |
| 28322 |
src/com/gps/action/LogingpsAction.java |
159 |
Avoid catching NullPointerException; consider removing the cause of the NPE. |
| 28323 |
src/com/gps/action/LogingpsAction.java |
159 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 28324 |
src/com/gps/action/LogingpsAction.java |
161 |
There is log block not surrounded by if |
| 28325 |
src/com/gps/action/LogingpsAction.java |
162 |
A method should have only one exit point, and that should be the last statement in the method |
| 28326 |
src/com/gps/action/LogingpsAction.java |
164 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 28327 |
src/com/gps/action/LogingpsAction.java |
166 |
There is log block not surrounded by if |
| 28328 |
src/com/gps/action/LogingpsAction.java |
171 |
Parameter 'request' is not assigned and could be declared final |
| 28329 |
src/com/gps/action/LogingpsAction.java |
171 |
publicMethodCommentRequirement Required |
| 28330 |
src/com/gps/action/LogingpsAction.java |
178 |
Parameter 'arg0' is not assigned and could be declared final |
| 28331 |
src/com/gps/action/LogingpsAction.java |
178 |
publicMethodCommentRequirement Required |
| 28332 |
src/com/gps/action/LogingpsAction.java |
179 |
Document empty method |
| 28333 |
src/com/gps/action/LogingpsAction.java |
185 |
Parameter 'arg0' is not assigned and could be declared final |
| 28334 |
src/com/gps/action/LogingpsAction.java |
185 |
publicMethodCommentRequirement Required |
| 28335 |
src/com/gps/action/LogingpsAction.java |
191 |
Parameter 'arg0' is not assigned and could be declared final |
| 28336 |
src/com/gps/action/LogingpsAction.java |
191 |
publicMethodCommentRequirement Required |
| 28337 |
src/com/gps/action/LogoutAction.java |
37 |
The Logger variable declaration does not contain the static and final modifiers |
| 28338 |
src/com/gps/action/LogoutAction.java |
37 |
Use explicit scoping instead of the default package private level |
| 28339 |
src/com/gps/action/LogoutAction.java |
38 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 28340 |
src/com/gps/action/LogoutAction.java |
38 |
Use explicit scoping instead of the default package private level |
| 28341 |
src/com/gps/action/LogoutAction.java |
38 |
fieldCommentRequirement Required |
| 28342 |
src/com/gps/action/LogoutAction.java |
39 |
publicMethodCommentRequirement Required |
| 28343 |
src/com/gps/action/LogoutAction.java |
40 |
Local variable 'session' could be declared final |
| 28344 |
src/com/gps/action/LogoutAction.java |
41 |
Potential violation of Law of Demeter (object not created locally) |
| 28345 |
src/com/gps/action/LogoutAction.java |
45 |
Parameter 'request' is not assigned and could be declared final |
| 28346 |
src/com/gps/action/LogoutAction.java |
45 |
publicMethodCommentRequirement Required |
| 28347 |
src/com/gps/action/MLoginGpsAction.java |
1 |
Possible God class (WMC=50, ATFD=37, TCC=0.03598484848484849) |
| 28348 |
src/com/gps/action/MLoginGpsAction.java |
34 |
The class 'MLoginGpsAction' has a Cyclomatic Complexity of 2 (Highest = 12). |
| 28349 |
src/com/gps/action/MLoginGpsAction.java |
34 |
Too many fields |
| 28350 |
src/com/gps/action/MLoginGpsAction.java |
34 |
headerCommentRequirement Required |
| 28351 |
src/com/gps/action/MLoginGpsAction.java |
35 |
fieldCommentRequirement Required |
| 28352 |
src/com/gps/action/MLoginGpsAction.java |
36 |
fieldCommentRequirement Required |
| 28353 |
src/com/gps/action/MLoginGpsAction.java |
37 |
fieldCommentRequirement Required |
| 28354 |
src/com/gps/action/MLoginGpsAction.java |
38 |
fieldCommentRequirement Required |
| 28355 |
src/com/gps/action/MLoginGpsAction.java |
39 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 28356 |
src/com/gps/action/MLoginGpsAction.java |
39 |
Use explicit scoping instead of the default package private level |
| 28357 |
src/com/gps/action/MLoginGpsAction.java |
39 |
fieldCommentRequirement Required |
| 28358 |
src/com/gps/action/MLoginGpsAction.java |
41 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 28359 |
src/com/gps/action/MLoginGpsAction.java |
41 |
Use explicit scoping instead of the default package private level |
| 28360 |
src/com/gps/action/MLoginGpsAction.java |
41 |
fieldCommentRequirement Required |
| 28361 |
src/com/gps/action/MLoginGpsAction.java |
42 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 28362 |
src/com/gps/action/MLoginGpsAction.java |
42 |
Use explicit scoping instead of the default package private level |
| 28363 |
src/com/gps/action/MLoginGpsAction.java |
42 |
fieldCommentRequirement Required |
| 28364 |
src/com/gps/action/MLoginGpsAction.java |
46 |
publicMethodCommentRequirement Required |
| 28365 |
src/com/gps/action/MLoginGpsAction.java |
50 |
Parameter 'user' is not assigned and could be declared final |
| 28366 |
src/com/gps/action/MLoginGpsAction.java |
50 |
publicMethodCommentRequirement Required |
| 28367 |
src/com/gps/action/MLoginGpsAction.java |
53 |
Parameter 'cookie' is not assigned and could be declared final |
| 28368 |
src/com/gps/action/MLoginGpsAction.java |
53 |
publicMethodCommentRequirement Required |
| 28369 |
src/com/gps/action/MLoginGpsAction.java |
57 |
publicMethodCommentRequirement Required |
| 28370 |
src/com/gps/action/MLoginGpsAction.java |
60 |
Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. |
| 28371 |
src/com/gps/action/MLoginGpsAction.java |
60 |
fieldCommentRequirement Required |
| 28372 |
src/com/gps/action/MLoginGpsAction.java |
62 |
publicMethodCommentRequirement Required |
| 28373 |
src/com/gps/action/MLoginGpsAction.java |
66 |
Parameter 'password' is not assigned and could be declared final |
| 28374 |
src/com/gps/action/MLoginGpsAction.java |
66 |
publicMethodCommentRequirement Required |
| 28375 |
src/com/gps/action/MLoginGpsAction.java |
69 |
Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. |
| 28376 |
src/com/gps/action/MLoginGpsAction.java |
69 |
fieldCommentRequirement Required |
| 28377 |
src/com/gps/action/MLoginGpsAction.java |
71 |
publicMethodCommentRequirement Required |
| 28378 |
src/com/gps/action/MLoginGpsAction.java |
75 |
Parameter 'emailAddress' is not assigned and could be declared final |
| 28379 |
src/com/gps/action/MLoginGpsAction.java |
75 |
publicMethodCommentRequirement Required |
| 28380 |
src/com/gps/action/MLoginGpsAction.java |
78 |
Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. |
| 28381 |
src/com/gps/action/MLoginGpsAction.java |
78 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 28382 |
src/com/gps/action/MLoginGpsAction.java |
78 |
fieldCommentRequirement Required |
| 28383 |
src/com/gps/action/MLoginGpsAction.java |
79 |
Avoid unused private fields such as 'value'. |
| 28384 |
src/com/gps/action/MLoginGpsAction.java |
79 |
Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. |
| 28385 |
src/com/gps/action/MLoginGpsAction.java |
79 |
Private field 'value' could be made final; it is only initialized in the declaration or constructor. |
| 28386 |
src/com/gps/action/MLoginGpsAction.java |
79 |
fieldCommentRequirement Required |
| 28387 |
src/com/gps/action/MLoginGpsAction.java |
80 |
Avoid using redundant field initializer for 'vedetails' |
| 28388 |
src/com/gps/action/MLoginGpsAction.java |
80 |
Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. |
| 28389 |
src/com/gps/action/MLoginGpsAction.java |
80 |
fieldCommentRequirement Required |
| 28390 |
src/com/gps/action/MLoginGpsAction.java |
81 |
Avoid using redundant field initializer for 'vehList' |
| 28391 |
src/com/gps/action/MLoginGpsAction.java |
81 |
Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. |
| 28392 |
src/com/gps/action/MLoginGpsAction.java |
81 |
fieldCommentRequirement Required |
| 28393 |
src/com/gps/action/MLoginGpsAction.java |
82 |
Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. |
| 28394 |
src/com/gps/action/MLoginGpsAction.java |
82 |
fieldCommentRequirement Required |
| 28395 |
src/com/gps/action/MLoginGpsAction.java |
83 |
Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. |
| 28396 |
src/com/gps/action/MLoginGpsAction.java |
83 |
fieldCommentRequirement Required |
| 28397 |
src/com/gps/action/MLoginGpsAction.java |
84 |
Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. |
| 28398 |
src/com/gps/action/MLoginGpsAction.java |
84 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'tripDetails_date' is not final. |
| 28399 |
src/com/gps/action/MLoginGpsAction.java |
84 |
fieldCommentRequirement Required |
| 28400 |
src/com/gps/action/MLoginGpsAction.java |
85 |
Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. |
| 28401 |
src/com/gps/action/MLoginGpsAction.java |
85 |
fieldCommentRequirement Required |
| 28402 |
src/com/gps/action/MLoginGpsAction.java |
86 |
Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. |
| 28403 |
src/com/gps/action/MLoginGpsAction.java |
86 |
fieldCommentRequirement Required |
| 28404 |
src/com/gps/action/MLoginGpsAction.java |
87 |
publicMethodCommentRequirement Required |
| 28405 |
src/com/gps/action/MLoginGpsAction.java |
90 |
Parameter 'orgVehicleList' is not assigned and could be declared final |
| 28406 |
src/com/gps/action/MLoginGpsAction.java |
90 |
publicMethodCommentRequirement Required |
| 28407 |
src/com/gps/action/MLoginGpsAction.java |
95 |
publicMethodCommentRequirement Required |
| 28408 |
src/com/gps/action/MLoginGpsAction.java |
98 |
Parameter 'vehicleDetails' is not assigned and could be declared final |
| 28409 |
src/com/gps/action/MLoginGpsAction.java |
98 |
publicMethodCommentRequirement Required |
| 28410 |
src/com/gps/action/MLoginGpsAction.java |
102 |
publicMethodCommentRequirement Required |
| 28411 |
src/com/gps/action/MLoginGpsAction.java |
106 |
Parameter 'vedetails' is not assigned and could be declared final |
| 28412 |
src/com/gps/action/MLoginGpsAction.java |
106 |
publicMethodCommentRequirement Required |
| 28413 |
src/com/gps/action/MLoginGpsAction.java |
109 |
publicMethodCommentRequirement Required |
| 28414 |
src/com/gps/action/MLoginGpsAction.java |
112 |
Parameter 'vehList' is not assigned and could be declared final |
| 28415 |
src/com/gps/action/MLoginGpsAction.java |
112 |
publicMethodCommentRequirement Required |
| 28416 |
src/com/gps/action/MLoginGpsAction.java |
115 |
publicMethodCommentRequirement Required |
| 28417 |
src/com/gps/action/MLoginGpsAction.java |
118 |
Parameter 'colurList' is not assigned and could be declared final |
| 28418 |
src/com/gps/action/MLoginGpsAction.java |
118 |
publicMethodCommentRequirement Required |
| 28419 |
src/com/gps/action/MLoginGpsAction.java |
121 |
publicMethodCommentRequirement Required |
| 28420 |
src/com/gps/action/MLoginGpsAction.java |
124 |
Parameter 'tripDetails' is not assigned and could be declared final |
| 28421 |
src/com/gps/action/MLoginGpsAction.java |
124 |
publicMethodCommentRequirement Required |
| 28422 |
src/com/gps/action/MLoginGpsAction.java |
127 |
Method names should not contain underscores |
| 28423 |
src/com/gps/action/MLoginGpsAction.java |
127 |
publicMethodCommentRequirement Required |
| 28424 |
src/com/gps/action/MLoginGpsAction.java |
130 |
Method names should not contain underscores |
| 28425 |
src/com/gps/action/MLoginGpsAction.java |
130 |
Parameter 'tripDetailsDate' is not assigned and could be declared final |
| 28426 |
src/com/gps/action/MLoginGpsAction.java |
130 |
publicMethodCommentRequirement Required |
| 28427 |
src/com/gps/action/MLoginGpsAction.java |
135 |
Parameter 'password' is not assigned and could be declared final |
| 28428 |
src/com/gps/action/MLoginGpsAction.java |
135 |
Parameter 'request' is not assigned and could be declared final |
| 28429 |
src/com/gps/action/MLoginGpsAction.java |
135 |
Parameter 'response' is not assigned and could be declared final |
| 28430 |
src/com/gps/action/MLoginGpsAction.java |
135 |
Parameter 'username' is not assigned and could be declared final |
| 28431 |
src/com/gps/action/MLoginGpsAction.java |
135 |
publicMethodCommentRequirement Required |
| 28432 |
src/com/gps/action/MLoginGpsAction.java |
137 |
Local variable 'autoLoginExpire' could be declared final |
| 28433 |
src/com/gps/action/MLoginGpsAction.java |
138 |
Local variable 'name' could be declared final |
| 28434 |
src/com/gps/action/MLoginGpsAction.java |
142 |
Local variable 'passwordCookie' could be declared final |
| 28435 |
src/com/gps/action/MLoginGpsAction.java |
150 |
Parameter 'request' is not assigned and could be declared final |
| 28436 |
src/com/gps/action/MLoginGpsAction.java |
150 |
publicMethodCommentRequirement Required |
| 28437 |
src/com/gps/action/MLoginGpsAction.java |
153 |
Found 'DD'-anomaly for variable 'usrName' (lines '153'-'161'). |
| 28438 |
src/com/gps/action/MLoginGpsAction.java |
153 |
Found 'DU'-anomaly for variable 'usrName' (lines '153'-'173'). |
| 28439 |
src/com/gps/action/MLoginGpsAction.java |
154 |
Found 'DD'-anomaly for variable 'usrPassword' (lines '154'-'163'). |
| 28440 |
src/com/gps/action/MLoginGpsAction.java |
154 |
Found 'DU'-anomaly for variable 'usrPassword' (lines '154'-'173'). |
| 28441 |
src/com/gps/action/MLoginGpsAction.java |
155 |
Local variable 'cookies' could be declared final |
| 28442 |
src/com/gps/action/MLoginGpsAction.java |
158 |
Local variable 'cookie' could be declared final |
| 28443 |
src/com/gps/action/MLoginGpsAction.java |
159 |
Local variable 'cookieName' could be declared final |
| 28444 |
src/com/gps/action/MLoginGpsAction.java |
159 |
Potential violation of Law of Demeter (object not created locally) |
| 28445 |
src/com/gps/action/MLoginGpsAction.java |
160 |
Position literals first in String comparisons |
| 28446 |
src/com/gps/action/MLoginGpsAction.java |
160 |
Potential violation of Law of Demeter (object not created locally) |
| 28447 |
src/com/gps/action/MLoginGpsAction.java |
161 |
Found 'DD'-anomaly for variable 'usrName' (lines '161'-'161'). |
| 28448 |
src/com/gps/action/MLoginGpsAction.java |
161 |
Potential violation of Law of Demeter (object not created locally) |
| 28449 |
src/com/gps/action/MLoginGpsAction.java |
162 |
Position literals first in String comparisons |
| 28450 |
src/com/gps/action/MLoginGpsAction.java |
162 |
Potential violation of Law of Demeter (object not created locally) |
| 28451 |
src/com/gps/action/MLoginGpsAction.java |
163 |
Found 'DD'-anomaly for variable 'usrPassword' (lines '163'-'163'). |
| 28452 |
src/com/gps/action/MLoginGpsAction.java |
163 |
Potential violation of Law of Demeter (object not created locally) |
| 28453 |
src/com/gps/action/MLoginGpsAction.java |
167 |
Useless parentheses. |
| 28454 |
src/com/gps/action/MLoginGpsAction.java |
167 |
Useless parentheses. |
| 28455 |
src/com/gps/action/MLoginGpsAction.java |
169 |
A method should have only one exit point, and that should be the last statement in the method |
| 28456 |
src/com/gps/action/MLoginGpsAction.java |
174 |
Comment is too large: Too many lines |
| 28457 |
src/com/gps/action/MLoginGpsAction.java |
185 |
Avoid really long methods. |
| 28458 |
src/com/gps/action/MLoginGpsAction.java |
185 |
The method 'authenticate' has a Cyclomatic Complexity of 12. |
| 28459 |
src/com/gps/action/MLoginGpsAction.java |
185 |
publicMethodCommentRequirement Required |
| 28460 |
src/com/gps/action/MLoginGpsAction.java |
191 |
Avoid declaring a variable if it is unreferenced before a possible exit point. |
| 28461 |
src/com/gps/action/MLoginGpsAction.java |
191 |
Avoid unused local variables such as 'vd'. |
| 28462 |
src/com/gps/action/MLoginGpsAction.java |
191 |
Avoid variables with short names like vd |
| 28463 |
src/com/gps/action/MLoginGpsAction.java |
191 |
Found 'DU'-anomaly for variable 'vd' (lines '191'-'316'). |
| 28464 |
src/com/gps/action/MLoginGpsAction.java |
191 |
Local variable 'vd' could be declared final |
| 28465 |
src/com/gps/action/MLoginGpsAction.java |
192 |
Local variable 'email' could be declared final |
| 28466 |
src/com/gps/action/MLoginGpsAction.java |
193 |
Local variable 'pass' could be declared final |
| 28467 |
src/com/gps/action/MLoginGpsAction.java |
194 |
Position literals first in String comparisons |
| 28468 |
src/com/gps/action/MLoginGpsAction.java |
197 |
Avoid unused local variables such as 'autologin'. |
| 28469 |
src/com/gps/action/MLoginGpsAction.java |
197 |
Found 'DU'-anomaly for variable 'autologin' (lines '197'-'316'). |
| 28470 |
src/com/gps/action/MLoginGpsAction.java |
197 |
Local variable 'autologin' could be declared final |
| 28471 |
src/com/gps/action/MLoginGpsAction.java |
201 |
Local variable 'lgn' could be declared final |
| 28472 |
src/com/gps/action/MLoginGpsAction.java |
203 |
Local variable 'user1' could be declared final |
| 28473 |
src/com/gps/action/MLoginGpsAction.java |
203 |
Potential violation of Law of Demeter (object not created locally) |
| 28474 |
src/com/gps/action/MLoginGpsAction.java |
205 |
Avoid unused local variables such as 'returnVal'. |
| 28475 |
src/com/gps/action/MLoginGpsAction.java |
205 |
Found 'DD'-anomaly for variable 'returnVal' (lines '205'-'279'). |
| 28476 |
src/com/gps/action/MLoginGpsAction.java |
205 |
Found 'DD'-anomaly for variable 'returnVal' (lines '205'-'295'). |
| 28477 |
src/com/gps/action/MLoginGpsAction.java |
210 |
Found 'DU'-anomaly for variable 'vpd' (lines '210'-'316'). |
| 28478 |
src/com/gps/action/MLoginGpsAction.java |
210 |
Local variable 'vpd' could be declared final |
| 28479 |
src/com/gps/action/MLoginGpsAction.java |
211 |
Local variable 'uls' could be declared final |
| 28480 |
src/com/gps/action/MLoginGpsAction.java |
212 |
Local variable 'luser' could be declared final |
| 28481 |
src/com/gps/action/MLoginGpsAction.java |
212 |
Potential violation of Law of Demeter (object not created locally) |
| 28482 |
src/com/gps/action/MLoginGpsAction.java |
212 |
Potential violation of Law of Demeter (object not created locally) |
| 28483 |
src/com/gps/action/MLoginGpsAction.java |
214 |
Local variable 'mobile' could be declared final |
| 28484 |
src/com/gps/action/MLoginGpsAction.java |
218 |
Local variable 'util' could be declared final |
| 28485 |
src/com/gps/action/MLoginGpsAction.java |
219 |
Avoid declaring a variable if it is unreferenced before a possible exit point. |
| 28486 |
src/com/gps/action/MLoginGpsAction.java |
219 |
Avoid unused local variables such as 'roleList'. |
| 28487 |
src/com/gps/action/MLoginGpsAction.java |
219 |
Found 'DU'-anomaly for variable 'roleList' (lines '219'-'316'). |
| 28488 |
src/com/gps/action/MLoginGpsAction.java |
219 |
Local variable 'roleList' could be declared final |
| 28489 |
src/com/gps/action/MLoginGpsAction.java |
219 |
Potential violation of Law of Demeter (object not created locally) |
| 28490 |
src/com/gps/action/MLoginGpsAction.java |
219 |
Potential violation of Law of Demeter (object not created locally) |
| 28491 |
src/com/gps/action/MLoginGpsAction.java |
221 |
Found 'DU'-anomaly for variable 'rdao' (lines '221'-'316'). |
| 28492 |
src/com/gps/action/MLoginGpsAction.java |
221 |
Local variable 'rdao' could be declared final |
| 28493 |
src/com/gps/action/MLoginGpsAction.java |
223 |
Found 'DD'-anomaly for variable 'vehicleId' (lines '223'-'258'). |
| 28494 |
src/com/gps/action/MLoginGpsAction.java |
223 |
Found 'DD'-anomaly for variable 'vehicleId' (lines '223'-'264'). |
| 28495 |
src/com/gps/action/MLoginGpsAction.java |
223 |
Found 'DD'-anomaly for variable 'vehicleId' (lines '223'-'285'). |
| 28496 |
src/com/gps/action/MLoginGpsAction.java |
223 |
Found 'DU'-anomaly for variable 'vehicleId' (lines '223'-'316'). |
| 28497 |
src/com/gps/action/MLoginGpsAction.java |
224 |
Found 'DU'-anomaly for variable 'tpd' (lines '224'-'316'). |
| 28498 |
src/com/gps/action/MLoginGpsAction.java |
224 |
Local variable 'tpd' could be declared final |
| 28499 |
src/com/gps/action/MLoginGpsAction.java |
230 |
Comment is too large: Too many lines |
| 28500 |
src/com/gps/action/MLoginGpsAction.java |
239 |
Potential violation of Law of Demeter (object not created locally) |
| 28501 |
src/com/gps/action/MLoginGpsAction.java |
239 |
Potential violation of Law of Demeter (object not created locally) |
| 28502 |
src/com/gps/action/MLoginGpsAction.java |
241 |
Potential violation of Law of Demeter (object not created locally) |
| 28503 |
src/com/gps/action/MLoginGpsAction.java |
243 |
Potential violation of Law of Demeter (object not created locally) |
| 28504 |
src/com/gps/action/MLoginGpsAction.java |
243 |
Potential violation of Law of Demeter (object not created locally) |
| 28505 |
src/com/gps/action/MLoginGpsAction.java |
245 |
Potential violation of Law of Demeter (method chain calls) |
| 28506 |
src/com/gps/action/MLoginGpsAction.java |
245 |
Potential violation of Law of Demeter (method chain calls) |
| 28507 |
src/com/gps/action/MLoginGpsAction.java |
245 |
Potential violation of Law of Demeter (method chain calls) |
| 28508 |
src/com/gps/action/MLoginGpsAction.java |
245 |
Potential violation of Law of Demeter (method chain calls) |
| 28509 |
src/com/gps/action/MLoginGpsAction.java |
245 |
Potential violation of Law of Demeter (method chain calls) |
| 28510 |
src/com/gps/action/MLoginGpsAction.java |
245 |
Potential violation of Law of Demeter (method chain calls) |
| 28511 |
src/com/gps/action/MLoginGpsAction.java |
245 |
Potential violation of Law of Demeter (object not created locally) |
| 28512 |
src/com/gps/action/MLoginGpsAction.java |
245 |
Potential violation of Law of Demeter (object not created locally) |
| 28513 |
src/com/gps/action/MLoginGpsAction.java |
249 |
Potential violation of Law of Demeter (object not created locally) |
| 28514 |
src/com/gps/action/MLoginGpsAction.java |
254 |
The String literal "vehicleId" appears 5 times in this file; the first occurrence is on line 254 |
| 28515 |
src/com/gps/action/MLoginGpsAction.java |
256 |
Avoid using Literals in Conditional Statements |
| 28516 |
src/com/gps/action/MLoginGpsAction.java |
256 |
Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty() |
| 28517 |
src/com/gps/action/MLoginGpsAction.java |
258 |
Potential violation of Law of Demeter (method chain calls) |
| 28518 |
src/com/gps/action/MLoginGpsAction.java |
262 |
Potential violation of Law of Demeter (method chain calls) |
| 28519 |
src/com/gps/action/MLoginGpsAction.java |
270 |
Potential violation of Law of Demeter (object not created locally) |
| 28520 |
src/com/gps/action/MLoginGpsAction.java |
279 |
Found 'DU'-anomaly for variable 'returnVal' (lines '279'-'316'). |
| 28521 |
src/com/gps/action/MLoginGpsAction.java |
283 |
Potential violation of Law of Demeter (method chain calls) |
| 28522 |
src/com/gps/action/MLoginGpsAction.java |
286 |
Potential violation of Law of Demeter (object not created locally) |
| 28523 |
src/com/gps/action/MLoginGpsAction.java |
295 |
Found 'DU'-anomaly for variable 'returnVal' (lines '295'-'316'). |
| 28524 |
src/com/gps/action/MLoginGpsAction.java |
302 |
A method should have only one exit point, and that should be the last statement in the method |
| 28525 |
src/com/gps/action/MLoginGpsAction.java |
307 |
A method should have only one exit point, and that should be the last statement in the method |
| 28526 |
src/com/gps/action/MLoginGpsAction.java |
310 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 28527 |
src/com/gps/action/MLoginGpsAction.java |
317 |
Parameter 'arg0' is not assigned and could be declared final |
| 28528 |
src/com/gps/action/MLoginGpsAction.java |
317 |
publicMethodCommentRequirement Required |
| 28529 |
src/com/gps/action/MLoginGpsAction.java |
323 |
Parameter 'arg0' is not assigned and could be declared final |
| 28530 |
src/com/gps/action/MLoginGpsAction.java |
323 |
publicMethodCommentRequirement Required |
| 28531 |
src/com/gps/action/MLoginGpsAction.java |
330 |
A method/constructor shouldnt explicitly throw java.lang.Exception |
| 28532 |
src/com/gps/action/MLoginGpsAction.java |
330 |
publicMethodCommentRequirement Required |
| 28533 |
src/com/gps/action/MLoginGpsAction.java |
336 |
Parameter 'arg0' is not assigned and could be declared final |
| 28534 |
src/com/gps/action/MLoginGpsAction.java |
336 |
publicMethodCommentRequirement Required |
| 28535 |
src/com/gps/action/MLoginGpsAction.java |
341 |
Parameter 'vehicleGroupList' is not assigned and could be declared final |
| 28536 |
src/com/gps/action/MLoginGpsAction.java |
341 |
publicMethodCommentRequirement Required |
| 28537 |
src/com/gps/action/MLoginGpsAction.java |
345 |
publicMethodCommentRequirement Required |
| 28538 |
src/com/gps/action/MLoginGpsAction.java |
349 |
Parameter 'remember' is not assigned and could be declared final |
| 28539 |
src/com/gps/action/MLoginGpsAction.java |
349 |
publicMethodCommentRequirement Required |
| 28540 |
src/com/gps/action/MLoginGpsAction.java |
353 |
publicMethodCommentRequirement Required |
| 28541 |
src/com/gps/action/MessageHandler.java |
1 |
A high number of imports can indicate a high degree of coupling within an object. |
| 28542 |
src/com/gps/action/MessageHandler.java |
1 |
Possible God class (WMC=58, ATFD=18, TCC=0.015306122448979591) |
| 28543 |
src/com/gps/action/MessageHandler.java |
1 |
This class has a bunch of public methods and attributes |
| 28544 |
src/com/gps/action/MessageHandler.java |
38 |
headerCommentRequirement Required |
| 28545 |
src/com/gps/action/MessageHandler.java |
41 |
The Logger variable declaration does not contain the static and final modifiers |
| 28546 |
src/com/gps/action/MessageHandler.java |
41 |
Use explicit scoping instead of the default package private level |
| 28547 |
src/com/gps/action/MessageHandler.java |
41 |
fieldCommentRequirement Required |
| 28548 |
src/com/gps/action/MessageHandler.java |
43 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 28549 |
src/com/gps/action/MessageHandler.java |
43 |
Use explicit scoping instead of the default package private level |
| 28550 |
src/com/gps/action/MessageHandler.java |
43 |
fieldCommentRequirement Required |
| 28551 |
src/com/gps/action/MessageHandler.java |
44 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 28552 |
src/com/gps/action/MessageHandler.java |
44 |
Use explicit scoping instead of the default package private level |
| 28553 |
src/com/gps/action/MessageHandler.java |
44 |
fieldCommentRequirement Required |
| 28554 |
src/com/gps/action/MessageHandler.java |
45 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 28555 |
src/com/gps/action/MessageHandler.java |
45 |
Use explicit scoping instead of the default package private level |
| 28556 |
src/com/gps/action/MessageHandler.java |
45 |
fieldCommentRequirement Required |
| 28557 |
src/com/gps/action/MessageHandler.java |
46 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 28558 |
src/com/gps/action/MessageHandler.java |
46 |
Use explicit scoping instead of the default package private level |
| 28559 |
src/com/gps/action/MessageHandler.java |
46 |
fieldCommentRequirement Required |
| 28560 |
src/com/gps/action/MessageHandler.java |
47 |
Avoid using redundant field initializer for 'orgList' |
| 28561 |
src/com/gps/action/MessageHandler.java |
47 |
Use explicit scoping instead of the default package private level |
| 28562 |
src/com/gps/action/MessageHandler.java |
47 |
fieldCommentRequirement Required |
| 28563 |
src/com/gps/action/MessageHandler.java |
48 |
Avoid using redundant field initializer for 'oid' |
| 28564 |
src/com/gps/action/MessageHandler.java |
48 |
Use explicit scoping instead of the default package private level |
| 28565 |
src/com/gps/action/MessageHandler.java |
48 |
fieldCommentRequirement Required |
| 28566 |
src/com/gps/action/MessageHandler.java |
51 |
fieldCommentRequirement Required |
| 28567 |
src/com/gps/action/MessageHandler.java |
53 |
publicMethodCommentRequirement Required |
| 28568 |
src/com/gps/action/MessageHandler.java |
57 |
publicMethodCommentRequirement Required |
| 28569 |
src/com/gps/action/MessageHandler.java |
58 |
Parameter 'tripsList' is not assigned and could be declared final |
| 28570 |
src/com/gps/action/MessageHandler.java |
64 |
Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. |
| 28571 |
src/com/gps/action/MessageHandler.java |
64 |
Unnecessary use of fully qualified name 'com.gps.hibernate.Geofence' due to existing import 'com.gps.hibernate.Geofence' |
| 28572 |
src/com/gps/action/MessageHandler.java |
64 |
fieldCommentRequirement Required |
| 28573 |
src/com/gps/action/MessageHandler.java |
66 |
Unnecessary use of fully qualified name 'com.gps.hibernate.Geofence' due to existing import 'com.gps.hibernate.Geofence' |
| 28574 |
src/com/gps/action/MessageHandler.java |
66 |
publicMethodCommentRequirement Required |
| 28575 |
src/com/gps/action/MessageHandler.java |
70 |
publicMethodCommentRequirement Required |
| 28576 |
src/com/gps/action/MessageHandler.java |
71 |
Parameter 'fenceList' is not assigned and could be declared final |
| 28577 |
src/com/gps/action/MessageHandler.java |
71 |
Unnecessary use of fully qualified name 'com.gps.hibernate.Geofence' due to existing import 'com.gps.hibernate.Geofence' |
| 28578 |
src/com/gps/action/MessageHandler.java |
75 |
Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. |
| 28579 |
src/com/gps/action/MessageHandler.java |
75 |
Use explicit scoping instead of the default package private level |
| 28580 |
src/com/gps/action/MessageHandler.java |
75 |
fieldCommentRequirement Required |
| 28581 |
src/com/gps/action/MessageHandler.java |
77 |
publicMethodCommentRequirement Required |
| 28582 |
src/com/gps/action/MessageHandler.java |
81 |
Parameter 'templatesList' is not assigned and could be declared final |
| 28583 |
src/com/gps/action/MessageHandler.java |
81 |
publicMethodCommentRequirement Required |
| 28584 |
src/com/gps/action/MessageHandler.java |
86 |
publicMethodCommentRequirement Required |
| 28585 |
src/com/gps/action/MessageHandler.java |
92 |
Local variable 'orgId' could be declared final |
| 28586 |
src/com/gps/action/MessageHandler.java |
92 |
Potential violation of Law of Demeter (method chain calls) |
| 28587 |
src/com/gps/action/MessageHandler.java |
92 |
Potential violation of Law of Demeter (method chain calls) |
| 28588 |
src/com/gps/action/MessageHandler.java |
94 |
Local variable 'tripProcessor' could be declared final |
| 28589 |
src/com/gps/action/MessageHandler.java |
95 |
Potential violation of Law of Demeter (object not created locally) |
| 28590 |
src/com/gps/action/MessageHandler.java |
98 |
Local variable 'managerObj' could be declared final |
| 28591 |
src/com/gps/action/MessageHandler.java |
99 |
Potential violation of Law of Demeter (object not created locally) |
| 28592 |
src/com/gps/action/MessageHandler.java |
104 |
A method should have only one exit point, and that should be the last statement in the method |
| 28593 |
src/com/gps/action/MessageHandler.java |
106 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 28594 |
src/com/gps/action/MessageHandler.java |
107 |
Avoid printStackTrace(); use a logger call instead. |
| 28595 |
src/com/gps/action/MessageHandler.java |
107 |
Potential violation of Law of Demeter (object not created locally) |
| 28596 |
src/com/gps/action/MessageHandler.java |
112 |
publicMethodCommentRequirement Required |
| 28597 |
src/com/gps/action/MessageHandler.java |
114 |
Found 'DD'-anomaly for variable 'role' (lines '114'-'124'). |
| 28598 |
src/com/gps/action/MessageHandler.java |
115 |
Avoid unused local variables such as 'rpDAO'. |
| 28599 |
src/com/gps/action/MessageHandler.java |
115 |
Found 'DD'-anomaly for variable 'rpDAO' (lines '115'-'121'). |
| 28600 |
src/com/gps/action/MessageHandler.java |
116 |
Found 'DD'-anomaly for variable 'user' (lines '116'-'123'). |
| 28601 |
src/com/gps/action/MessageHandler.java |
121 |
Found 'DU'-anomaly for variable 'rpDAO' (lines '121'-'142'). |
| 28602 |
src/com/gps/action/MessageHandler.java |
124 |
Potential violation of Law of Demeter (object not created locally) |
| 28603 |
src/com/gps/action/MessageHandler.java |
125 |
Avoid using Literals in Conditional Statements |
| 28604 |
src/com/gps/action/MessageHandler.java |
125 |
Potential violation of Law of Demeter (method chain calls) |
| 28605 |
src/com/gps/action/MessageHandler.java |
125 |
Potential violation of Law of Demeter (object not created locally) |
| 28606 |
src/com/gps/action/MessageHandler.java |
127 |
Local variable 'orgdao' could be declared final |
| 28607 |
src/com/gps/action/MessageHandler.java |
128 |
Potential violation of Law of Demeter (object not created locally) |
| 28608 |
src/com/gps/action/MessageHandler.java |
132 |
Potential violation of Law of Demeter (method chain calls) |
| 28609 |
src/com/gps/action/MessageHandler.java |
132 |
Potential violation of Law of Demeter (method chain calls) |
| 28610 |
src/com/gps/action/MessageHandler.java |
132 |
Potential violation of Law of Demeter (object not created locally) |
| 28611 |
src/com/gps/action/MessageHandler.java |
135 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 28612 |
src/com/gps/action/MessageHandler.java |
136 |
Potential violation of Law of Demeter (object not created locally) |
| 28613 |
src/com/gps/action/MessageHandler.java |
136 |
There is log block not surrounded by if |
| 28614 |
src/com/gps/action/MessageHandler.java |
137 |
Avoid printStackTrace(); use a logger call instead. |
| 28615 |
src/com/gps/action/MessageHandler.java |
137 |
Potential violation of Law of Demeter (object not created locally) |
| 28616 |
src/com/gps/action/MessageHandler.java |
138 |
A method should have only one exit point, and that should be the last statement in the method |
| 28617 |
src/com/gps/action/MessageHandler.java |
145 |
Found 'UR'-anomaly for variable 'geofence' (lines '145'-'157'). |
| 28618 |
src/com/gps/action/MessageHandler.java |
145 |
publicMethodCommentRequirement Required |
| 28619 |
src/com/gps/action/MessageHandler.java |
150 |
Local variable 'fenceLister' could be declared final |
| 28620 |
src/com/gps/action/MessageHandler.java |
151 |
Potential violation of Law of Demeter (object not created locally) |
| 28621 |
src/com/gps/action/MessageHandler.java |
154 |
Local variable 'fences' could be declared final |
| 28622 |
src/com/gps/action/MessageHandler.java |
154 |
StringBuffer constructor is initialized with size 16, but has at least 33 characters appended. |
| 28623 |
src/com/gps/action/MessageHandler.java |
155 |
Avoid appending characters as strings in StringBuffer.append. |
| 28624 |
src/com/gps/action/MessageHandler.java |
156 |
Local variable 'geofence' could be declared final |
| 28625 |
src/com/gps/action/MessageHandler.java |
157 |
Avoid appending characters as strings in StringBuffer.append. |
| 28626 |
src/com/gps/action/MessageHandler.java |
157 |
Avoid appending characters as strings in StringBuffer.append. |
| 28627 |
src/com/gps/action/MessageHandler.java |
157 |
Avoid appending characters as strings in StringBuffer.append. |
| 28628 |
src/com/gps/action/MessageHandler.java |
157 |
Avoid appending characters as strings in StringBuffer.append. |
| 28629 |
src/com/gps/action/MessageHandler.java |
157 |
StringBuffer (or StringBuilder).append is called 3 consecutive times with literal Strings. Use a single append with a single combined String. |
| 28630 |
src/com/gps/action/MessageHandler.java |
157 |
StringBuffer (or StringBuilder).append is called 3 consecutive times with literal Strings. Use a single append with a single combined String. |
| 28631 |
src/com/gps/action/MessageHandler.java |
157 |
StringBuffer (or StringBuilder).append is called 4 consecutive times with literal Strings. Use a single append with a single combined String. |
| 28632 |
src/com/gps/action/MessageHandler.java |
161 |
Avoid appending characters as strings in StringBuffer.append. |
| 28633 |
src/com/gps/action/MessageHandler.java |
163 |
Potential violation of Law of Demeter (method chain calls) |
| 28634 |
src/com/gps/action/MessageHandler.java |
165 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 28635 |
src/com/gps/action/MessageHandler.java |
166 |
Avoid printStackTrace(); use a logger call instead. |
| 28636 |
src/com/gps/action/MessageHandler.java |
166 |
Potential violation of Law of Demeter (object not created locally) |
| 28637 |
src/com/gps/action/MessageHandler.java |
172 |
publicMethodCommentRequirement Required |
| 28638 |
src/com/gps/action/MessageHandler.java |
175 |
Local variable 'selectedFences' could be declared final |
| 28639 |
src/com/gps/action/MessageHandler.java |
175 |
Potential violation of Law of Demeter (method chain calls) |
| 28640 |
src/com/gps/action/MessageHandler.java |
175 |
Potential violation of Law of Demeter (method chain calls) |
| 28641 |
src/com/gps/action/MessageHandler.java |
176 |
Local variable 'tripSession' could be declared final |
| 28642 |
src/com/gps/action/MessageHandler.java |
176 |
Potential violation of Law of Demeter (method chain calls) |
| 28643 |
src/com/gps/action/MessageHandler.java |
176 |
Potential violation of Law of Demeter (method chain calls) |
| 28644 |
src/com/gps/action/MessageHandler.java |
178 |
Local variable 'usrObj' could be declared final |
| 28645 |
src/com/gps/action/MessageHandler.java |
179 |
Local variable 'nosList' could be declared final |
| 28646 |
src/com/gps/action/MessageHandler.java |
181 |
Potential violation of Law of Demeter (method chain calls) |
| 28647 |
src/com/gps/action/MessageHandler.java |
183 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 28648 |
src/com/gps/action/MessageHandler.java |
184 |
Avoid printStackTrace(); use a logger call instead. |
| 28649 |
src/com/gps/action/MessageHandler.java |
190 |
Method names should not start with capital letters |
| 28650 |
src/com/gps/action/MessageHandler.java |
190 |
publicMethodCommentRequirement Required |
| 28651 |
src/com/gps/action/MessageHandler.java |
194 |
Local variable 'notifier' could be declared final |
| 28652 |
src/com/gps/action/MessageHandler.java |
195 |
Potential violation of Law of Demeter (method chain calls) |
| 28653 |
src/com/gps/action/MessageHandler.java |
195 |
Potential violation of Law of Demeter (method chain calls) |
| 28654 |
src/com/gps/action/MessageHandler.java |
195 |
Potential violation of Law of Demeter (object not created locally) |
| 28655 |
src/com/gps/action/MessageHandler.java |
200 |
Local variable 'orgId' could be declared final |
| 28656 |
src/com/gps/action/MessageHandler.java |
200 |
Potential violation of Law of Demeter (method chain calls) |
| 28657 |
src/com/gps/action/MessageHandler.java |
200 |
Potential violation of Law of Demeter (method chain calls) |
| 28658 |
src/com/gps/action/MessageHandler.java |
203 |
Local variable 'MgrObj' could be declared final |
| 28659 |
src/com/gps/action/MessageHandler.java |
203 |
Variables should start with a lowercase character, 'MgrObj' starts with uppercase character. |
| 28660 |
src/com/gps/action/MessageHandler.java |
204 |
Local variable 'updatedTemplate' could be declared final |
| 28661 |
src/com/gps/action/MessageHandler.java |
206 |
Avoid using if statements without curly braces |
| 28662 |
src/com/gps/action/MessageHandler.java |
209 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 28663 |
src/com/gps/action/MessageHandler.java |
210 |
Avoid printStackTrace(); use a logger call instead. |
| 28664 |
src/com/gps/action/MessageHandler.java |
210 |
Potential violation of Law of Demeter (object not created locally) |
| 28665 |
src/com/gps/action/MessageHandler.java |
216 |
A method/constructor shouldnt explicitly throw java.lang.Exception |
| 28666 |
src/com/gps/action/MessageHandler.java |
216 |
Document empty method |
| 28667 |
src/com/gps/action/MessageHandler.java |
216 |
publicMethodCommentRequirement Required |
| 28668 |
src/com/gps/action/MessageHandler.java |
221 |
Parameter 'arg0' is not assigned and could be declared final |
| 28669 |
src/com/gps/action/MessageHandler.java |
221 |
publicMethodCommentRequirement Required |
| 28670 |
src/com/gps/action/MessageHandler.java |
226 |
publicMethodCommentRequirement Required |
| 28671 |
src/com/gps/action/MessageHandler.java |
231 |
publicMethodCommentRequirement Required |
| 28672 |
src/com/gps/action/MessageHandler.java |
237 |
publicMethodCommentRequirement Required |
| 28673 |
src/com/gps/action/MessageHandler.java |
243 |
publicMethodCommentRequirement Required |
| 28674 |
src/com/gps/action/MessageHandler.java |
249 |
publicMethodCommentRequirement Required |
| 28675 |
src/com/gps/action/MessageHandler.java |
255 |
publicMethodCommentRequirement Required |
| 28676 |
src/com/gps/action/MessageHandler.java |
261 |
publicMethodCommentRequirement Required |
| 28677 |
src/com/gps/action/MessageHandler.java |
267 |
publicMethodCommentRequirement Required |
| 28678 |
src/com/gps/action/MessageHandler.java |
273 |
publicMethodCommentRequirement Required |
| 28679 |
src/com/gps/action/MessageHandler.java |
279 |
publicMethodCommentRequirement Required |
| 28680 |
src/com/gps/action/MessageHandler.java |
285 |
Parameter 'arg0' is not assigned and could be declared final |
| 28681 |
src/com/gps/action/MessageHandler.java |
285 |
publicMethodCommentRequirement Required |
| 28682 |
src/com/gps/action/MessageHandler.java |
291 |
publicMethodCommentRequirement Required |
| 28683 |
src/com/gps/action/MessageHandler.java |
297 |
publicMethodCommentRequirement Required |
| 28684 |
src/com/gps/action/MessageHandler.java |
303 |
Parameter 'arg0' is not assigned and could be declared final |
| 28685 |
src/com/gps/action/MessageHandler.java |
303 |
Return an empty array rather than null. |
| 28686 |
src/com/gps/action/MessageHandler.java |
303 |
publicMethodCommentRequirement Required |
| 28687 |
src/com/gps/action/MessageHandler.java |
309 |
publicMethodCommentRequirement Required |
| 28688 |
src/com/gps/action/MessageHandler.java |
315 |
publicMethodCommentRequirement Required |
| 28689 |
src/com/gps/action/MessageHandler.java |
321 |
Parameter 'arg0' is not assigned and could be declared final |
| 28690 |
src/com/gps/action/MessageHandler.java |
321 |
publicMethodCommentRequirement Required |
| 28691 |
src/com/gps/action/MessageHandler.java |
327 |
publicMethodCommentRequirement Required |
| 28692 |
src/com/gps/action/MessageHandler.java |
333 |
publicMethodCommentRequirement Required |
| 28693 |
src/com/gps/action/MessageHandler.java |
339 |
publicMethodCommentRequirement Required |
| 28694 |
src/com/gps/action/MessageHandler.java |
345 |
Parameter 'arg0' is not assigned and could be declared final |
| 28695 |
src/com/gps/action/MessageHandler.java |
345 |
publicMethodCommentRequirement Required |
| 28696 |
src/com/gps/action/MessageHandler.java |
351 |
publicMethodCommentRequirement Required |
| 28697 |
src/com/gps/action/MessageHandler.java |
357 |
publicMethodCommentRequirement Required |
| 28698 |
src/com/gps/action/MessageHandler.java |
363 |
publicMethodCommentRequirement Required |
| 28699 |
src/com/gps/action/MessageHandler.java |
369 |
publicMethodCommentRequirement Required |
| 28700 |
src/com/gps/action/MessageHandler.java |
375 |
Parameter 'arg0' is not assigned and could be declared final |
| 28701 |
src/com/gps/action/MessageHandler.java |
375 |
publicMethodCommentRequirement Required |
| 28702 |
src/com/gps/action/MessageHandler.java |
381 |
Parameter 'arg0' is not assigned and could be declared final |
| 28703 |
src/com/gps/action/MessageHandler.java |
381 |
Parameter 'arg1' is not assigned and could be declared final |
| 28704 |
src/com/gps/action/MessageHandler.java |
381 |
publicMethodCommentRequirement Required |
| 28705 |
src/com/gps/action/MessageHandler.java |
387 |
Parameter 'arg0' is not assigned and could be declared final |
| 28706 |
src/com/gps/action/MessageHandler.java |
387 |
publicMethodCommentRequirement Required |
| 28707 |
src/com/gps/action/MessageHandler.java |
394 |
Parameter 'request' is not assigned and could be declared final |
| 28708 |
src/com/gps/action/MessageHandler.java |
394 |
publicMethodCommentRequirement Required |
| 28709 |
src/com/gps/action/MessageHandler.java |
400 |
Parameter 'response' is not assigned and could be declared final |
| 28710 |
src/com/gps/action/MessageHandler.java |
400 |
publicMethodCommentRequirement Required |
| 28711 |
src/com/gps/action/MessageHandler.java |
407 |
Parameter 'arg0' is not assigned and could be declared final |
| 28712 |
src/com/gps/action/MessageHandler.java |
407 |
publicMethodCommentRequirement Required |
| 28713 |
src/com/gps/action/MessageHandler.java |
412 |
A method/constructor shouldnt explicitly throw java.lang.Exception |
| 28714 |
src/com/gps/action/MessageHandler.java |
412 |
Parameter 'args' is not assigned and could be declared final |
| 28715 |
src/com/gps/action/MessageHandler.java |
412 |
publicMethodCommentRequirement Required |
| 28716 |
src/com/gps/action/MessageHandler.java |
415 |
Avoid empty try blocks |
| 28717 |
src/com/gps/action/MessageHandler.java |
428 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 28718 |
src/com/gps/action/MessageHandler.java |
430 |
Avoid printStackTrace(); use a logger call instead. |
| 28719 |
src/com/gps/action/MessageHandler.java |
445 |
Parameter 'orgList' is not assigned and could be declared final |
| 28720 |
src/com/gps/action/MessageHandler.java |
459 |
Parameter 'oid' is not assigned and could be declared final |
| 28721 |
src/com/gps/action/RFIDAction.java |
27 |
headerCommentRequirement Required |
| 28722 |
src/com/gps/action/RFIDAction.java |
30 |
The Logger variable declaration does not contain the static and final modifiers |
| 28723 |
src/com/gps/action/RFIDAction.java |
30 |
Use explicit scoping instead of the default package private level |
| 28724 |
src/com/gps/action/RFIDAction.java |
30 |
fieldCommentRequirement Required |
| 28725 |
src/com/gps/action/RFIDAction.java |
31 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 28726 |
src/com/gps/action/RFIDAction.java |
31 |
Use explicit scoping instead of the default package private level |
| 28727 |
src/com/gps/action/RFIDAction.java |
31 |
fieldCommentRequirement Required |
| 28728 |
src/com/gps/action/RFIDAction.java |
32 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 28729 |
src/com/gps/action/RFIDAction.java |
32 |
Use explicit scoping instead of the default package private level |
| 28730 |
src/com/gps/action/RFIDAction.java |
32 |
fieldCommentRequirement Required |
| 28731 |
src/com/gps/action/RFIDAction.java |
33 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 28732 |
src/com/gps/action/RFIDAction.java |
33 |
Use explicit scoping instead of the default package private level |
| 28733 |
src/com/gps/action/RFIDAction.java |
33 |
fieldCommentRequirement Required |
| 28734 |
src/com/gps/action/RFIDAction.java |
34 |
Avoid using redundant field initializer for 'sessionProps' |
| 28735 |
src/com/gps/action/RFIDAction.java |
34 |
fieldCommentRequirement Required |
| 28736 |
src/com/gps/action/RFIDAction.java |
35 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 28737 |
src/com/gps/action/RFIDAction.java |
35 |
Use explicit scoping instead of the default package private level |
| 28738 |
src/com/gps/action/RFIDAction.java |
35 |
fieldCommentRequirement Required |
| 28739 |
src/com/gps/action/RFIDAction.java |
36 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 28740 |
src/com/gps/action/RFIDAction.java |
36 |
Use explicit scoping instead of the default package private level |
| 28741 |
src/com/gps/action/RFIDAction.java |
36 |
fieldCommentRequirement Required |
| 28742 |
src/com/gps/action/RFIDAction.java |
37 |
Avoid using redundant field initializer for 'toDate' |
| 28743 |
src/com/gps/action/RFIDAction.java |
37 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 28744 |
src/com/gps/action/RFIDAction.java |
37 |
Use explicit scoping instead of the default package private level |
| 28745 |
src/com/gps/action/RFIDAction.java |
37 |
fieldCommentRequirement Required |
| 28746 |
src/com/gps/action/RFIDAction.java |
38 |
Avoid using redundant field initializer for 'fromDate' |
| 28747 |
src/com/gps/action/RFIDAction.java |
38 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 28748 |
src/com/gps/action/RFIDAction.java |
38 |
Use explicit scoping instead of the default package private level |
| 28749 |
src/com/gps/action/RFIDAction.java |
38 |
fieldCommentRequirement Required |
| 28750 |
src/com/gps/action/RFIDAction.java |
39 |
Avoid using redundant field initializer for 'currentSession' |
| 28751 |
src/com/gps/action/RFIDAction.java |
39 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 28752 |
src/com/gps/action/RFIDAction.java |
39 |
Use explicit scoping instead of the default package private level |
| 28753 |
src/com/gps/action/RFIDAction.java |
39 |
fieldCommentRequirement Required |
| 28754 |
src/com/gps/action/RFIDAction.java |
40 |
Avoid using redundant field initializer for 'dates' |
| 28755 |
src/com/gps/action/RFIDAction.java |
40 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 28756 |
src/com/gps/action/RFIDAction.java |
40 |
Use explicit scoping instead of the default package private level |
| 28757 |
src/com/gps/action/RFIDAction.java |
40 |
fieldCommentRequirement Required |
| 28758 |
src/com/gps/action/RFIDAction.java |
41 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 28759 |
src/com/gps/action/RFIDAction.java |
41 |
Use explicit scoping instead of the default package private level |
| 28760 |
src/com/gps/action/RFIDAction.java |
41 |
fieldCommentRequirement Required |
| 28761 |
src/com/gps/action/RFIDAction.java |
44 |
Method names should not start with capital letters |
| 28762 |
src/com/gps/action/RFIDAction.java |
44 |
publicMethodCommentRequirement Required |
| 28763 |
src/com/gps/action/RFIDAction.java |
49 |
publicMethodCommentRequirement Required |
| 28764 |
src/com/gps/action/RFIDAction.java |
50 |
Avoid unused local variables such as 'user'. |
| 28765 |
src/com/gps/action/RFIDAction.java |
54 |
Found 'DU'-anomaly for variable 'user' (lines '54'-'63'). |
| 28766 |
src/com/gps/action/RFIDAction.java |
55 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 28767 |
src/com/gps/action/RFIDAction.java |
57 |
Avoid printStackTrace(); use a logger call instead. |
| 28768 |
src/com/gps/action/RFIDAction.java |
57 |
Potential violation of Law of Demeter (object not created locally) |
| 28769 |
src/com/gps/action/RFIDAction.java |
58 |
Potential violation of Law of Demeter (object not created locally) |
| 28770 |
src/com/gps/action/RFIDAction.java |
58 |
There is log block not surrounded by if |
| 28771 |
src/com/gps/action/RFIDAction.java |
59 |
A method should have only one exit point, and that should be the last statement in the method |
| 28772 |
src/com/gps/action/RFIDAction.java |
65 |
publicMethodCommentRequirement Required |
| 28773 |
src/com/gps/action/RFIDAction.java |
71 |
Local variable 'size' could be declared final |
| 28774 |
src/com/gps/action/RFIDAction.java |
72 |
Avoid variables with short names like nr |
| 28775 |
src/com/gps/action/RFIDAction.java |
72 |
Local variable 'nr' could be declared final |
| 28776 |
src/com/gps/action/RFIDAction.java |
73 |
Avoid declaring a variable if it is unreferenced before a possible exit point. |
| 28777 |
src/com/gps/action/RFIDAction.java |
73 |
Avoid unused local variables such as 'numrow'. |
| 28778 |
src/com/gps/action/RFIDAction.java |
73 |
Found 'DU'-anomaly for variable 'numrow' (lines '73'-'82'). |
| 28779 |
src/com/gps/action/RFIDAction.java |
73 |
Local variable 'numrow' could be declared final |
| 28780 |
src/com/gps/action/RFIDAction.java |
75 |
A method should have only one exit point, and that should be the last statement in the method |
| 28781 |
src/com/gps/action/RFIDAction.java |
77 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 28782 |
src/com/gps/action/RFIDAction.java |
78 |
Avoid printStackTrace(); use a logger call instead. |
| 28783 |
src/com/gps/action/RFIDAction.java |
78 |
Potential violation of Law of Demeter (object not created locally) |
| 28784 |
src/com/gps/action/RFIDAction.java |
84 |
publicMethodCommentRequirement Required |
| 28785 |
src/com/gps/action/RFIDAction.java |
88 |
Local variable 'type' could be declared final |
| 28786 |
src/com/gps/action/RFIDAction.java |
94 |
Local variable 'orgId' could be declared final |
| 28787 |
src/com/gps/action/RFIDAction.java |
94 |
Potential violation of Law of Demeter (method chain calls) |
| 28788 |
src/com/gps/action/RFIDAction.java |
94 |
Potential violation of Law of Demeter (method chain calls) |
| 28789 |
src/com/gps/action/RFIDAction.java |
94 |
Potential violation of Law of Demeter (object not created locally) |
| 28790 |
src/com/gps/action/RFIDAction.java |
100 |
Avoid if (x != y) ..; else ..; |
| 28791 |
src/com/gps/action/RFIDAction.java |
114 |
Avoid calling toString() on String objects; this is unnecessary. |
| 28792 |
src/com/gps/action/RFIDAction.java |
114 |
Potential violation of Law of Demeter (method chain calls) |
| 28793 |
src/com/gps/action/RFIDAction.java |
116 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 28794 |
src/com/gps/action/RFIDAction.java |
117 |
Avoid printStackTrace(); use a logger call instead. |
| 28795 |
src/com/gps/action/RFIDAction.java |
117 |
Potential violation of Law of Demeter (object not created locally) |
| 28796 |
src/com/gps/action/RFIDAction.java |
121 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 28797 |
src/com/gps/action/RFIDAction.java |
122 |
There is log block not surrounded by if |
| 28798 |
src/com/gps/action/RFIDAction.java |
129 |
publicMethodCommentRequirement Required |
| 28799 |
src/com/gps/action/RFIDAction.java |
131 |
Found 'DD'-anomaly for variable 'trip' (lines '131'-'139'). |
| 28800 |
src/com/gps/action/RFIDAction.java |
132 |
Avoid declaring a variable if it is unreferenced before a possible exit point. |
| 28801 |
src/com/gps/action/RFIDAction.java |
132 |
Avoid unused local variables such as 'tripId'. |
| 28802 |
src/com/gps/action/RFIDAction.java |
132 |
Found 'DU'-anomaly for variable 'tripId' (lines '132'-'173'). |
| 28803 |
src/com/gps/action/RFIDAction.java |
132 |
Local variable 'tripId' could be declared final |
| 28804 |
src/com/gps/action/RFIDAction.java |
133 |
Found 'DD'-anomaly for variable 'tripIdValues' (lines '133'-'146'). |
| 28805 |
src/com/gps/action/RFIDAction.java |
135 |
Local variable 'tripDAO' could be declared final |
| 28806 |
src/com/gps/action/RFIDAction.java |
142 |
Local variable 'orgId' could be declared final |
| 28807 |
src/com/gps/action/RFIDAction.java |
142 |
Potential violation of Law of Demeter (method chain calls) |
| 28808 |
src/com/gps/action/RFIDAction.java |
142 |
Potential violation of Law of Demeter (method chain calls) |
| 28809 |
src/com/gps/action/RFIDAction.java |
142 |
Potential violation of Law of Demeter (object not created locally) |
| 28810 |
src/com/gps/action/RFIDAction.java |
146 |
Potential violation of Law of Demeter (object not created locally) |
| 28811 |
src/com/gps/action/RFIDAction.java |
160 |
Avoid calling toString() on String objects; this is unnecessary. |
| 28812 |
src/com/gps/action/RFIDAction.java |
160 |
Potential violation of Law of Demeter (method chain calls) |
| 28813 |
src/com/gps/action/RFIDAction.java |
162 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 28814 |
src/com/gps/action/RFIDAction.java |
162 |
Avoid empty catch blocks |
| 28815 |
src/com/gps/action/RFIDAction.java |
167 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 28816 |
src/com/gps/action/RFIDAction.java |
168 |
There is log block not surrounded by if |
| 28817 |
src/com/gps/action/RFIDAction.java |
175 |
Parameter 'currentSession' is not assigned and could be declared final |
| 28818 |
src/com/gps/action/RFIDAction.java |
177 |
Found 'DD'-anomaly for variable 'dates' (lines '177'-'189'). |
| 28819 |
src/com/gps/action/RFIDAction.java |
178 |
Local variable 'calendar' could be declared final |
| 28820 |
src/com/gps/action/RFIDAction.java |
179 |
Found 'DD'-anomaly for variable 'time' (lines '179'-'185'). |
| 28821 |
src/com/gps/action/RFIDAction.java |
180 |
Found 'DD'-anomaly for variable 'formatter' (lines '180'-'184'). |
| 28822 |
src/com/gps/action/RFIDAction.java |
184 |
When instantiating a SimpleDateFormat object, specify a Locale |
| 28823 |
src/com/gps/action/RFIDAction.java |
185 |
Potential violation of Law of Demeter (method chain calls) |
| 28824 |
src/com/gps/action/RFIDAction.java |
185 |
Potential violation of Law of Demeter (method chain calls) |
| 28825 |
src/com/gps/action/RFIDAction.java |
186 |
Potential violation of Law of Demeter (method chain calls) |
| 28826 |
src/com/gps/action/RFIDAction.java |
186 |
Potential violation of Law of Demeter (method chain calls) |
| 28827 |
src/com/gps/action/RFIDAction.java |
186 |
Potential violation of Law of Demeter (method chain calls) |
| 28828 |
src/com/gps/action/RFIDAction.java |
186 |
Potential violation of Law of Demeter (method chain calls) |
| 28829 |
src/com/gps/action/RFIDAction.java |
186 |
Potential violation of Law of Demeter (method chain calls) |
| 28830 |
src/com/gps/action/RFIDAction.java |
186 |
Potential violation of Law of Demeter (method chain calls) |
| 28831 |
src/com/gps/action/RFIDAction.java |
186 |
Potential violation of Law of Demeter (method chain calls) |
| 28832 |
src/com/gps/action/RFIDAction.java |
186 |
Potential violation of Law of Demeter (method chain calls) |
| 28833 |
src/com/gps/action/RFIDAction.java |
186 |
Potential violation of Law of Demeter (method chain calls) |
| 28834 |
src/com/gps/action/RFIDAction.java |
186 |
Potential violation of Law of Demeter (object not created locally) |
| 28835 |
src/com/gps/action/RFIDAction.java |
187 |
Potential violation of Law of Demeter (method chain calls) |
| 28836 |
src/com/gps/action/RFIDAction.java |
187 |
Potential violation of Law of Demeter (method chain calls) |
| 28837 |
src/com/gps/action/RFIDAction.java |
187 |
Potential violation of Law of Demeter (method chain calls) |
| 28838 |
src/com/gps/action/RFIDAction.java |
187 |
Potential violation of Law of Demeter (method chain calls) |
| 28839 |
src/com/gps/action/RFIDAction.java |
187 |
Potential violation of Law of Demeter (method chain calls) |
| 28840 |
src/com/gps/action/RFIDAction.java |
187 |
Potential violation of Law of Demeter (method chain calls) |
| 28841 |
src/com/gps/action/RFIDAction.java |
187 |
Potential violation of Law of Demeter (method chain calls) |
| 28842 |
src/com/gps/action/RFIDAction.java |
187 |
Potential violation of Law of Demeter (method chain calls) |
| 28843 |
src/com/gps/action/RFIDAction.java |
187 |
Potential violation of Law of Demeter (method chain calls) |
| 28844 |
src/com/gps/action/RFIDAction.java |
187 |
Potential violation of Law of Demeter (object not created locally) |
| 28845 |
src/com/gps/action/RFIDAction.java |
189 |
Found 'DD'-anomaly for variable 'dates' (lines '189'-'194'). |
| 28846 |
src/com/gps/action/RFIDAction.java |
189 |
Potential violation of Law of Demeter (object not created locally) |
| 28847 |
src/com/gps/action/RFIDAction.java |
189 |
Potential violation of Law of Demeter (object not created locally) |
| 28848 |
src/com/gps/action/RFIDAction.java |
191 |
Potential violation of Law of Demeter (method chain calls) |
| 28849 |
src/com/gps/action/RFIDAction.java |
191 |
Potential violation of Law of Demeter (method chain calls) |
| 28850 |
src/com/gps/action/RFIDAction.java |
191 |
Potential violation of Law of Demeter (method chain calls) |
| 28851 |
src/com/gps/action/RFIDAction.java |
191 |
Potential violation of Law of Demeter (method chain calls) |
| 28852 |
src/com/gps/action/RFIDAction.java |
191 |
Potential violation of Law of Demeter (method chain calls) |
| 28853 |
src/com/gps/action/RFIDAction.java |
191 |
Potential violation of Law of Demeter (method chain calls) |
| 28854 |
src/com/gps/action/RFIDAction.java |
191 |
Potential violation of Law of Demeter (method chain calls) |
| 28855 |
src/com/gps/action/RFIDAction.java |
191 |
Potential violation of Law of Demeter (method chain calls) |
| 28856 |
src/com/gps/action/RFIDAction.java |
191 |
Potential violation of Law of Demeter (method chain calls) |
| 28857 |
src/com/gps/action/RFIDAction.java |
191 |
Potential violation of Law of Demeter (object not created locally) |
| 28858 |
src/com/gps/action/RFIDAction.java |
192 |
Potential violation of Law of Demeter (method chain calls) |
| 28859 |
src/com/gps/action/RFIDAction.java |
192 |
Potential violation of Law of Demeter (method chain calls) |
| 28860 |
src/com/gps/action/RFIDAction.java |
192 |
Potential violation of Law of Demeter (method chain calls) |
| 28861 |
src/com/gps/action/RFIDAction.java |
192 |
Potential violation of Law of Demeter (method chain calls) |
| 28862 |
src/com/gps/action/RFIDAction.java |
192 |
Potential violation of Law of Demeter (method chain calls) |
| 28863 |
src/com/gps/action/RFIDAction.java |
192 |
Potential violation of Law of Demeter (method chain calls) |
| 28864 |
src/com/gps/action/RFIDAction.java |
192 |
Potential violation of Law of Demeter (method chain calls) |
| 28865 |
src/com/gps/action/RFIDAction.java |
192 |
Potential violation of Law of Demeter (method chain calls) |
| 28866 |
src/com/gps/action/RFIDAction.java |
192 |
Potential violation of Law of Demeter (method chain calls) |
| 28867 |
src/com/gps/action/RFIDAction.java |
192 |
Potential violation of Law of Demeter (object not created locally) |
| 28868 |
src/com/gps/action/RFIDAction.java |
194 |
Potential violation of Law of Demeter (object not created locally) |
| 28869 |
src/com/gps/action/RFIDAction.java |
194 |
Potential violation of Law of Demeter (object not created locally) |
| 28870 |
src/com/gps/action/RFIDAction.java |
197 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 28871 |
src/com/gps/action/RFIDAction.java |
199 |
Avoid printStackTrace(); use a logger call instead. |
| 28872 |
src/com/gps/action/RFIDAction.java |
199 |
Potential violation of Law of Demeter (object not created locally) |
| 28873 |
src/com/gps/action/RFIDAction.java |
206 |
Found 'DD'-anomaly for variable 'currentSession' (lines '206'-'238'). |
| 28874 |
src/com/gps/action/RFIDAction.java |
207 |
Found 'DD'-anomaly for variable 'formatter' (lines '207'-'216'). |
| 28875 |
src/com/gps/action/RFIDAction.java |
208 |
Local variable 'calendar' could be declared final |
| 28876 |
src/com/gps/action/RFIDAction.java |
211 |
Avoid variables with short names like to |
| 28877 |
src/com/gps/action/RFIDAction.java |
211 |
Found 'DD'-anomaly for variable 'to' (lines '211'-'233'). |
| 28878 |
src/com/gps/action/RFIDAction.java |
211 |
Found 'DU'-anomaly for variable 'to' (lines '211'-'249'). |
| 28879 |
src/com/gps/action/RFIDAction.java |
212 |
Found 'DD'-anomaly for variable 'from' (lines '212'-'232'). |
| 28880 |
src/com/gps/action/RFIDAction.java |
212 |
Found 'DU'-anomaly for variable 'from' (lines '212'-'249'). |
| 28881 |
src/com/gps/action/RFIDAction.java |
216 |
When instantiating a SimpleDateFormat object, specify a Locale |
| 28882 |
src/com/gps/action/RFIDAction.java |
217 |
Potential violation of Law of Demeter (object not created locally) |
| 28883 |
src/com/gps/action/RFIDAction.java |
218 |
Potential violation of Law of Demeter (object not created locally) |
| 28884 |
src/com/gps/action/RFIDAction.java |
219 |
Found 'DU'-anomaly for variable 'date' (lines '219'-'249'). |
| 28885 |
src/com/gps/action/RFIDAction.java |
219 |
Potential violation of Law of Demeter (object not created locally) |
| 28886 |
src/com/gps/action/RFIDAction.java |
219 |
Potential violation of Law of Demeter (object not created locally) |
| 28887 |
src/com/gps/action/RFIDAction.java |
226 |
Local variable 'itr' could be declared final |
| 28888 |
src/com/gps/action/RFIDAction.java |
226 |
Potential violation of Law of Demeter (object not created locally) |
| 28889 |
src/com/gps/action/RFIDAction.java |
230 |
Potential violation of Law of Demeter (method chain calls) |
| 28890 |
src/com/gps/action/RFIDAction.java |
230 |
Potential violation of Law of Demeter (method chain calls) |
| 28891 |
src/com/gps/action/RFIDAction.java |
232 |
Potential violation of Law of Demeter (method chain calls) |
| 28892 |
src/com/gps/action/RFIDAction.java |
232 |
Potential violation of Law of Demeter (method chain calls) |
| 28893 |
src/com/gps/action/RFIDAction.java |
233 |
Potential violation of Law of Demeter (method chain calls) |
| 28894 |
src/com/gps/action/RFIDAction.java |
233 |
Potential violation of Law of Demeter (method chain calls) |
| 28895 |
src/com/gps/action/RFIDAction.java |
236 |
Potential violation of Law of Demeter (object not created locally) |
| 28896 |
src/com/gps/action/RFIDAction.java |
236 |
Potential violation of Law of Demeter (object not created locally) |
| 28897 |
src/com/gps/action/RFIDAction.java |
244 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 28898 |
src/com/gps/action/RFIDAction.java |
246 |
Avoid printStackTrace(); use a logger call instead. |
| 28899 |
src/com/gps/action/RFIDAction.java |
246 |
Potential violation of Law of Demeter (object not created locally) |
| 28900 |
src/com/gps/action/RFIDAction.java |
252 |
Parameter 'request' is not assigned and could be declared final |
| 28901 |
src/com/gps/action/RFIDAction.java |
252 |
publicMethodCommentRequirement Required |
| 28902 |
src/com/gps/action/RFIDAction.java |
258 |
Parameter 'response' is not assigned and could be declared final |
| 28903 |
src/com/gps/action/RFIDAction.java |
258 |
publicMethodCommentRequirement Required |
| 28904 |
src/com/gps/action/RFIDAction.java |
264 |
Parameter 'arg0' is not assigned and could be declared final |
| 28905 |
src/com/gps/action/RFIDAction.java |
264 |
publicMethodCommentRequirement Required |
| 28906 |
src/com/gps/action/RFIDAction.java |
268 |
Parameter 'args' is not assigned and could be declared final |
| 28907 |
src/com/gps/action/RFIDAction.java |
268 |
publicMethodCommentRequirement Required |
| 28908 |
src/com/gps/action/RFIDAction.java |
269 |
Local variable 'action' could be declared final |
| 28909 |
src/com/gps/action/TemplateManager.java |
29 |
headerCommentRequirement Required |
| 28910 |
src/com/gps/action/TemplateManager.java |
32 |
The Logger variable declaration does not contain the static and final modifiers |
| 28911 |
src/com/gps/action/TemplateManager.java |
32 |
Use explicit scoping instead of the default package private level |
| 28912 |
src/com/gps/action/TemplateManager.java |
32 |
fieldCommentRequirement Required |
| 28913 |
src/com/gps/action/TemplateManager.java |
34 |
Use explicit scoping instead of the default package private level |
| 28914 |
src/com/gps/action/TemplateManager.java |
34 |
fieldCommentRequirement Required |
| 28915 |
src/com/gps/action/TemplateManager.java |
35 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 28916 |
src/com/gps/action/TemplateManager.java |
35 |
Use explicit scoping instead of the default package private level |
| 28917 |
src/com/gps/action/TemplateManager.java |
35 |
fieldCommentRequirement Required |
| 28918 |
src/com/gps/action/TemplateManager.java |
36 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 28919 |
src/com/gps/action/TemplateManager.java |
36 |
Use explicit scoping instead of the default package private level |
| 28920 |
src/com/gps/action/TemplateManager.java |
36 |
fieldCommentRequirement Required |
| 28921 |
src/com/gps/action/TemplateManager.java |
37 |
Use explicit scoping instead of the default package private level |
| 28922 |
src/com/gps/action/TemplateManager.java |
37 |
fieldCommentRequirement Required |
| 28923 |
src/com/gps/action/TemplateManager.java |
40 |
A method/constructor shouldnt explicitly throw java.lang.Exception |
| 28924 |
src/com/gps/action/TemplateManager.java |
40 |
publicMethodCommentRequirement Required |
| 28925 |
src/com/gps/action/TemplateManager.java |
46 |
Parameter 'arg0' is not assigned and could be declared final |
| 28926 |
src/com/gps/action/TemplateManager.java |
46 |
publicMethodCommentRequirement Required |
| 28927 |
src/com/gps/action/TemplateManager.java |
52 |
publicMethodCommentRequirement Required |
| 28928 |
src/com/gps/action/TemplateManager.java |
58 |
publicMethodCommentRequirement Required |
| 28929 |
src/com/gps/action/TemplateManager.java |
64 |
publicMethodCommentRequirement Required |
| 28930 |
src/com/gps/action/TemplateManager.java |
70 |
publicMethodCommentRequirement Required |
| 28931 |
src/com/gps/action/TemplateManager.java |
76 |
publicMethodCommentRequirement Required |
| 28932 |
src/com/gps/action/TemplateManager.java |
82 |
publicMethodCommentRequirement Required |
| 28933 |
src/com/gps/action/TemplateManager.java |
88 |
publicMethodCommentRequirement Required |
| 28934 |
src/com/gps/action/TemplateManager.java |
94 |
publicMethodCommentRequirement Required |
| 28935 |
src/com/gps/action/TemplateManager.java |
100 |
publicMethodCommentRequirement Required |
| 28936 |
src/com/gps/action/TemplateManager.java |
106 |
publicMethodCommentRequirement Required |
| 28937 |
src/com/gps/action/TemplateManager.java |
112 |
Parameter 'arg0' is not assigned and could be declared final |
| 28938 |
src/com/gps/action/TemplateManager.java |
112 |
publicMethodCommentRequirement Required |
| 28939 |
src/com/gps/action/TemplateManager.java |
118 |
publicMethodCommentRequirement Required |
| 28940 |
src/com/gps/action/TemplateManager.java |
124 |
publicMethodCommentRequirement Required |
| 28941 |
src/com/gps/action/TemplateManager.java |
130 |
Parameter 'arg0' is not assigned and could be declared final |
| 28942 |
src/com/gps/action/TemplateManager.java |
130 |
Return an empty array rather than null. |
| 28943 |
src/com/gps/action/TemplateManager.java |
130 |
publicMethodCommentRequirement Required |
| 28944 |
src/com/gps/action/TemplateManager.java |
136 |
publicMethodCommentRequirement Required |
| 28945 |
src/com/gps/action/TemplateManager.java |
142 |
publicMethodCommentRequirement Required |
| 28946 |
src/com/gps/action/TemplateManager.java |
148 |
Parameter 'arg0' is not assigned and could be declared final |
| 28947 |
src/com/gps/action/TemplateManager.java |
148 |
publicMethodCommentRequirement Required |
| 28948 |
src/com/gps/action/TemplateManager.java |
154 |
publicMethodCommentRequirement Required |
| 28949 |
src/com/gps/action/TemplateManager.java |
160 |
publicMethodCommentRequirement Required |
| 28950 |
src/com/gps/action/TemplateManager.java |
166 |
publicMethodCommentRequirement Required |
| 28951 |
src/com/gps/action/TemplateManager.java |
172 |
Parameter 'arg0' is not assigned and could be declared final |
| 28952 |
src/com/gps/action/TemplateManager.java |
172 |
publicMethodCommentRequirement Required |
| 28953 |
src/com/gps/action/TemplateManager.java |
178 |
publicMethodCommentRequirement Required |
| 28954 |
src/com/gps/action/TemplateManager.java |
184 |
publicMethodCommentRequirement Required |
| 28955 |
src/com/gps/action/TemplateManager.java |
190 |
publicMethodCommentRequirement Required |
| 28956 |
src/com/gps/action/TemplateManager.java |
196 |
publicMethodCommentRequirement Required |
| 28957 |
src/com/gps/action/TemplateManager.java |
202 |
Parameter 'arg0' is not assigned and could be declared final |
| 28958 |
src/com/gps/action/TemplateManager.java |
202 |
publicMethodCommentRequirement Required |
| 28959 |
src/com/gps/action/TemplateManager.java |
208 |
Parameter 'arg0' is not assigned and could be declared final |
| 28960 |
src/com/gps/action/TemplateManager.java |
208 |
Parameter 'arg1' is not assigned and could be declared final |
| 28961 |
src/com/gps/action/TemplateManager.java |
208 |
publicMethodCommentRequirement Required |
| 28962 |
src/com/gps/action/TemplateManager.java |
214 |
Parameter 'arg0' is not assigned and could be declared final |
| 28963 |
src/com/gps/action/TemplateManager.java |
214 |
publicMethodCommentRequirement Required |
| 28964 |
src/com/gps/action/TemplateManager.java |
221 |
Parameter 'request' is not assigned and could be declared final |
| 28965 |
src/com/gps/action/TemplateManager.java |
221 |
publicMethodCommentRequirement Required |
| 28966 |
src/com/gps/action/TemplateManager.java |
227 |
Parameter 'response' is not assigned and could be declared final |
| 28967 |
src/com/gps/action/TemplateManager.java |
227 |
publicMethodCommentRequirement Required |
| 28968 |
src/com/gps/action/TemplateManager.java |
234 |
Parameter 'arg0' is not assigned and could be declared final |
| 28969 |
src/com/gps/action/TemplateManager.java |
234 |
publicMethodCommentRequirement Required |
| 28970 |
src/com/gps/action/TemplateManager.java |
240 |
Method names should not start with capital letters |
| 28971 |
src/com/gps/action/TemplateManager.java |
240 |
Parameter 'OrganizationId' is not assigned and could be declared final |
| 28972 |
src/com/gps/action/TemplateManager.java |
240 |
Variables should start with a lowercase character, 'OrganizationId' starts with uppercase character. |
| 28973 |
src/com/gps/action/TemplateManager.java |
240 |
publicMethodCommentRequirement Required |
| 28974 |
src/com/gps/action/TemplateManager.java |
242 |
Found 'DD'-anomaly for variable 'templates' (lines '242'-'246'). |
| 28975 |
src/com/gps/action/TemplateManager.java |
245 |
Local variable 'messagesObj' could be declared final |
| 28976 |
src/com/gps/action/TemplateManager.java |
246 |
Potential violation of Law of Demeter (object not created locally) |
| 28977 |
src/com/gps/action/TemplateManager.java |
248 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 28978 |
src/com/gps/action/TemplateManager.java |
249 |
Avoid printStackTrace(); use a logger call instead. |
| 28979 |
src/com/gps/action/TemplateManager.java |
249 |
Potential violation of Law of Demeter (object not created locally) |
| 28980 |
src/com/gps/action/TemplateManager.java |
255 |
Method names should not start with capital letters |
| 28981 |
src/com/gps/action/TemplateManager.java |
255 |
Parameter 'message' is not assigned and could be declared final |
| 28982 |
src/com/gps/action/TemplateManager.java |
255 |
Parameter 'orgId' is not assigned and could be declared final |
| 28983 |
src/com/gps/action/TemplateManager.java |
255 |
Parameter 'userId' is not assigned and could be declared final |
| 28984 |
src/com/gps/action/TemplateManager.java |
255 |
publicMethodCommentRequirement Required |
| 28985 |
src/com/gps/action/TemplateManager.java |
258 |
Local variable 'messagesObj' could be declared final |
| 28986 |
src/com/gps/action/TemplateManager.java |
259 |
A method should have only one exit point, and that should be the last statement in the method |
| 28987 |
src/com/gps/action/TemplateManager.java |
261 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 28988 |
src/com/gps/action/TemplateManager.java |
262 |
Avoid printStackTrace(); use a logger call instead. |
| 28989 |
src/com/gps/action/TripCrudAction.java |
2 |
Possible God class (WMC=92, ATFD=104, TCC=0.11740890688259109) |
| 28990 |
src/com/gps/action/TripCrudAction.java |
33 |
The class 'TripCrudAction' has a Cyclomatic Complexity of 2 (Highest = 28). |
| 28991 |
src/com/gps/action/TripCrudAction.java |
33 |
Too many fields |
| 28992 |
src/com/gps/action/TripCrudAction.java |
33 |
headerCommentRequirement Required |
| 28993 |
src/com/gps/action/TripCrudAction.java |
39 |
The Logger variable declaration does not contain the static and final modifiers |
| 28994 |
src/com/gps/action/TripCrudAction.java |
39 |
Use explicit scoping instead of the default package private level |
| 28995 |
src/com/gps/action/TripCrudAction.java |
39 |
fieldCommentRequirement Required |
| 28996 |
src/com/gps/action/TripCrudAction.java |
40 |
fieldCommentRequirement Required |
| 28997 |
src/com/gps/action/TripCrudAction.java |
41 |
fieldCommentRequirement Required |
| 28998 |
src/com/gps/action/TripCrudAction.java |
42 |
fieldCommentRequirement Required |
| 28999 |
src/com/gps/action/TripCrudAction.java |
43 |
fieldCommentRequirement Required |
| 29000 |
src/com/gps/action/TripCrudAction.java |
44 |
fieldCommentRequirement Required |
| 29001 |
src/com/gps/action/TripCrudAction.java |
45 |
fieldCommentRequirement Required |
| 29002 |
src/com/gps/action/TripCrudAction.java |
47 |
publicMethodCommentRequirement Required |
| 29003 |
src/com/gps/action/TripCrudAction.java |
51 |
Parameter 'message1' is not assigned and could be declared final |
| 29004 |
src/com/gps/action/TripCrudAction.java |
51 |
publicMethodCommentRequirement Required |
| 29005 |
src/com/gps/action/TripCrudAction.java |
55 |
Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. |
| 29006 |
src/com/gps/action/TripCrudAction.java |
55 |
fieldCommentRequirement Required |
| 29007 |
src/com/gps/action/TripCrudAction.java |
56 |
Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. |
| 29008 |
src/com/gps/action/TripCrudAction.java |
56 |
fieldCommentRequirement Required |
| 29009 |
src/com/gps/action/TripCrudAction.java |
57 |
publicMethodCommentRequirement Required |
| 29010 |
src/com/gps/action/TripCrudAction.java |
61 |
Parameter 'select1' is not assigned and could be declared final |
| 29011 |
src/com/gps/action/TripCrudAction.java |
61 |
publicMethodCommentRequirement Required |
| 29012 |
src/com/gps/action/TripCrudAction.java |
65 |
Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. |
| 29013 |
src/com/gps/action/TripCrudAction.java |
65 |
Use explicit scoping instead of the default package private level |
| 29014 |
src/com/gps/action/TripCrudAction.java |
65 |
fieldCommentRequirement Required |
| 29015 |
src/com/gps/action/TripCrudAction.java |
66 |
Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. |
| 29016 |
src/com/gps/action/TripCrudAction.java |
66 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 29017 |
src/com/gps/action/TripCrudAction.java |
66 |
Use explicit scoping instead of the default package private level |
| 29018 |
src/com/gps/action/TripCrudAction.java |
66 |
fieldCommentRequirement Required |
| 29019 |
src/com/gps/action/TripCrudAction.java |
67 |
Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. |
| 29020 |
src/com/gps/action/TripCrudAction.java |
67 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 29021 |
src/com/gps/action/TripCrudAction.java |
67 |
Use explicit scoping instead of the default package private level |
| 29022 |
src/com/gps/action/TripCrudAction.java |
67 |
fieldCommentRequirement Required |
| 29023 |
src/com/gps/action/TripCrudAction.java |
68 |
Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. |
| 29024 |
src/com/gps/action/TripCrudAction.java |
68 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 29025 |
src/com/gps/action/TripCrudAction.java |
68 |
Use explicit scoping instead of the default package private level |
| 29026 |
src/com/gps/action/TripCrudAction.java |
68 |
fieldCommentRequirement Required |
| 29027 |
src/com/gps/action/TripCrudAction.java |
69 |
Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. |
| 29028 |
src/com/gps/action/TripCrudAction.java |
69 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 29029 |
src/com/gps/action/TripCrudAction.java |
69 |
Use explicit scoping instead of the default package private level |
| 29030 |
src/com/gps/action/TripCrudAction.java |
69 |
fieldCommentRequirement Required |
| 29031 |
src/com/gps/action/TripCrudAction.java |
70 |
publicMethodCommentRequirement Required |
| 29032 |
src/com/gps/action/TripCrudAction.java |
74 |
Parameter 'select' is not assigned and could be declared final |
| 29033 |
src/com/gps/action/TripCrudAction.java |
74 |
publicMethodCommentRequirement Required |
| 29034 |
src/com/gps/action/TripCrudAction.java |
78 |
Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. |
| 29035 |
src/com/gps/action/TripCrudAction.java |
78 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 29036 |
src/com/gps/action/TripCrudAction.java |
78 |
Use explicit scoping instead of the default package private level |
| 29037 |
src/com/gps/action/TripCrudAction.java |
78 |
fieldCommentRequirement Required |
| 29038 |
src/com/gps/action/TripCrudAction.java |
81 |
Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. |
| 29039 |
src/com/gps/action/TripCrudAction.java |
81 |
Use explicit scoping instead of the default package private level |
| 29040 |
src/com/gps/action/TripCrudAction.java |
81 |
fieldCommentRequirement Required |
| 29041 |
src/com/gps/action/TripCrudAction.java |
93 |
Parameter 'stops' is not assigned and could be declared final |
| 29042 |
src/com/gps/action/TripCrudAction.java |
97 |
Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. |
| 29043 |
src/com/gps/action/TripCrudAction.java |
97 |
Use explicit scoping instead of the default package private level |
| 29044 |
src/com/gps/action/TripCrudAction.java |
97 |
fieldCommentRequirement Required |
| 29045 |
src/com/gps/action/TripCrudAction.java |
98 |
Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. |
| 29046 |
src/com/gps/action/TripCrudAction.java |
98 |
Use explicit scoping instead of the default package private level |
| 29047 |
src/com/gps/action/TripCrudAction.java |
98 |
fieldCommentRequirement Required |
| 29048 |
src/com/gps/action/TripCrudAction.java |
99 |
Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. |
| 29049 |
src/com/gps/action/TripCrudAction.java |
99 |
Use explicit scoping instead of the default package private level |
| 29050 |
src/com/gps/action/TripCrudAction.java |
99 |
fieldCommentRequirement Required |
| 29051 |
src/com/gps/action/TripCrudAction.java |
100 |
publicMethodCommentRequirement Required |
| 29052 |
src/com/gps/action/TripCrudAction.java |
104 |
Parameter 'pick' is not assigned and could be declared final |
| 29053 |
src/com/gps/action/TripCrudAction.java |
104 |
publicMethodCommentRequirement Required |
| 29054 |
src/com/gps/action/TripCrudAction.java |
108 |
publicMethodCommentRequirement Required |
| 29055 |
src/com/gps/action/TripCrudAction.java |
114 |
Parameter 'fences' is not assigned and could be declared final |
| 29056 |
src/com/gps/action/TripCrudAction.java |
114 |
publicMethodCommentRequirement Required |
| 29057 |
src/com/gps/action/TripCrudAction.java |
119 |
Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. |
| 29058 |
src/com/gps/action/TripCrudAction.java |
119 |
fieldCommentRequirement Required |
| 29059 |
src/com/gps/action/TripCrudAction.java |
120 |
Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. |
| 29060 |
src/com/gps/action/TripCrudAction.java |
120 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 29061 |
src/com/gps/action/TripCrudAction.java |
120 |
Use explicit scoping instead of the default package private level |
| 29062 |
src/com/gps/action/TripCrudAction.java |
120 |
fieldCommentRequirement Required |
| 29063 |
src/com/gps/action/TripCrudAction.java |
123 |
Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. |
| 29064 |
src/com/gps/action/TripCrudAction.java |
123 |
fieldCommentRequirement Required |
| 29065 |
src/com/gps/action/TripCrudAction.java |
124 |
publicMethodCommentRequirement Required |
| 29066 |
src/com/gps/action/TripCrudAction.java |
128 |
Parameter 'vehicleid' is not assigned and could be declared final |
| 29067 |
src/com/gps/action/TripCrudAction.java |
128 |
publicMethodCommentRequirement Required |
| 29068 |
src/com/gps/action/TripCrudAction.java |
132 |
publicMethodCommentRequirement Required |
| 29069 |
src/com/gps/action/TripCrudAction.java |
137 |
Parameter 'fenceList' is not assigned and could be declared final |
| 29070 |
src/com/gps/action/TripCrudAction.java |
137 |
publicMethodCommentRequirement Required |
| 29071 |
src/com/gps/action/TripCrudAction.java |
141 |
A method/constructor shouldnt explicitly throw java.lang.Exception |
| 29072 |
src/com/gps/action/TripCrudAction.java |
141 |
publicMethodCommentRequirement Required |
| 29073 |
src/com/gps/action/TripCrudAction.java |
145 |
Avoid variables with short names like s1 |
| 29074 |
src/com/gps/action/TripCrudAction.java |
145 |
Found 'DD'-anomaly for variable 's1' (lines '145'-'148'). |
| 29075 |
src/com/gps/action/TripCrudAction.java |
157 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 29076 |
src/com/gps/action/TripCrudAction.java |
157 |
Avoid empty catch blocks |
| 29077 |
src/com/gps/action/TripCrudAction.java |
166 |
Avoid using if statements without curly braces |
| 29078 |
src/com/gps/action/TripCrudAction.java |
167 |
Potential violation of Law of Demeter (method chain calls) |
| 29079 |
src/com/gps/action/TripCrudAction.java |
167 |
Potential violation of Law of Demeter (method chain calls) |
| 29080 |
src/com/gps/action/TripCrudAction.java |
167 |
Potential violation of Law of Demeter (method chain calls) |
| 29081 |
src/com/gps/action/TripCrudAction.java |
167 |
Potential violation of Law of Demeter (method chain calls) |
| 29082 |
src/com/gps/action/TripCrudAction.java |
167 |
Potential violation of Law of Demeter (method chain calls) |
| 29083 |
src/com/gps/action/TripCrudAction.java |
167 |
Potential violation of Law of Demeter (method chain calls) |
| 29084 |
src/com/gps/action/TripCrudAction.java |
171 |
Parameter 'arg0' is not assigned and could be declared final |
| 29085 |
src/com/gps/action/TripCrudAction.java |
171 |
publicMethodCommentRequirement Required |
| 29086 |
src/com/gps/action/TripCrudAction.java |
178 |
Parameter 'arg0' is not assigned and could be declared final |
| 29087 |
src/com/gps/action/TripCrudAction.java |
178 |
publicMethodCommentRequirement Required |
| 29088 |
src/com/gps/action/TripCrudAction.java |
183 |
publicMethodCommentRequirement Required |
| 29089 |
src/com/gps/action/TripCrudAction.java |
190 |
Potential violation of Law of Demeter (method chain calls) |
| 29090 |
src/com/gps/action/TripCrudAction.java |
190 |
Potential violation of Law of Demeter (method chain calls) |
| 29091 |
src/com/gps/action/TripCrudAction.java |
192 |
The String literal "tripList" appears 4 times in this file; the first occurrence is on line 192 |
| 29092 |
src/com/gps/action/TripCrudAction.java |
194 |
Avoid variables with short names like t |
| 29093 |
src/com/gps/action/TripCrudAction.java |
194 |
Found 'DD'-anomaly for variable 't' (lines '194'-'197'). |
| 29094 |
src/com/gps/action/TripCrudAction.java |
202 |
Position literals first in String comparisons |
| 29095 |
src/com/gps/action/TripCrudAction.java |
202 |
Potential violation of Law of Demeter (object not created locally) |
| 29096 |
src/com/gps/action/TripCrudAction.java |
207 |
The String literal "size" appears 4 times in this file; the first occurrence is on line 207 |
| 29097 |
src/com/gps/action/TripCrudAction.java |
209 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 29098 |
src/com/gps/action/TripCrudAction.java |
209 |
Avoid empty catch blocks |
| 29099 |
src/com/gps/action/TripCrudAction.java |
214 |
A method should have only one exit point, and that should be the last statement in the method |
| 29100 |
src/com/gps/action/TripCrudAction.java |
216 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 29101 |
src/com/gps/action/TripCrudAction.java |
218 |
Avoid printStackTrace(); use a logger call instead. |
| 29102 |
src/com/gps/action/TripCrudAction.java |
218 |
Potential violation of Law of Demeter (object not created locally) |
| 29103 |
src/com/gps/action/TripCrudAction.java |
224 |
publicMethodCommentRequirement Required |
| 29104 |
src/com/gps/action/TripCrudAction.java |
229 |
Parameter 'tripList' is not assigned and could be declared final |
| 29105 |
src/com/gps/action/TripCrudAction.java |
229 |
publicMethodCommentRequirement Required |
| 29106 |
src/com/gps/action/TripCrudAction.java |
235 |
Avoid really long methods. |
| 29107 |
src/com/gps/action/TripCrudAction.java |
235 |
The method 'addTrip' has a Cyclomatic Complexity of 28. |
| 29108 |
src/com/gps/action/TripCrudAction.java |
235 |
The method addTrip() has an NPath complexity of 92164 |
| 29109 |
src/com/gps/action/TripCrudAction.java |
235 |
publicMethodCommentRequirement Required |
| 29110 |
src/com/gps/action/TripCrudAction.java |
237 |
Found 'DD'-anomaly for variable 'data' (lines '237'-'275'). |
| 29111 |
src/com/gps/action/TripCrudAction.java |
238 |
Found 'DU'-anomaly for variable 'startdate' (lines '238'-'419'). |
| 29112 |
src/com/gps/action/TripCrudAction.java |
239 |
Found 'DD'-anomaly for variable 'place' (lines '239'-'276'). |
| 29113 |
src/com/gps/action/TripCrudAction.java |
240 |
Found 'DD'-anomaly for variable 'extTrip' (lines '240'-'282'). |
| 29114 |
src/com/gps/action/TripCrudAction.java |
241 |
Local variable 'udao' could be declared final |
| 29115 |
src/com/gps/action/TripCrudAction.java |
255 |
Potential violation of Law of Demeter (object not created locally) |
| 29116 |
src/com/gps/action/TripCrudAction.java |
256 |
Potential violation of Law of Demeter (method chain calls) |
| 29117 |
src/com/gps/action/TripCrudAction.java |
256 |
Potential violation of Law of Demeter (method chain calls) |
| 29118 |
src/com/gps/action/TripCrudAction.java |
256 |
Potential violation of Law of Demeter (method chain calls) |
| 29119 |
src/com/gps/action/TripCrudAction.java |
256 |
Potential violation of Law of Demeter (object not created locally) |
| 29120 |
src/com/gps/action/TripCrudAction.java |
268 |
Avoid using if...else statements without curly braces |
| 29121 |
src/com/gps/action/TripCrudAction.java |
270 |
Avoid using if...else statements without curly braces |
| 29122 |
src/com/gps/action/TripCrudAction.java |
282 |
Found 'DU'-anomaly for variable 'extTrip' (lines '282'-'419'). |
| 29123 |
src/com/gps/action/TripCrudAction.java |
285 |
Potential violation of Law of Demeter (method chain calls) |
| 29124 |
src/com/gps/action/TripCrudAction.java |
295 |
Potential violation of Law of Demeter (method chain calls) |
| 29125 |
src/com/gps/action/TripCrudAction.java |
295 |
Potential violation of Law of Demeter (method chain calls) |
| 29126 |
src/com/gps/action/TripCrudAction.java |
299 |
Potential violation of Law of Demeter (method chain calls) |
| 29127 |
src/com/gps/action/TripCrudAction.java |
299 |
Potential violation of Law of Demeter (method chain calls) |
| 29128 |
src/com/gps/action/TripCrudAction.java |
299 |
Potential violation of Law of Demeter (object not created locally) |
| 29129 |
src/com/gps/action/TripCrudAction.java |
303 |
Avoid using Literals in Conditional Statements |
| 29130 |
src/com/gps/action/TripCrudAction.java |
303 |
Use equals() to compare strings instead of '==' or '!=' |
| 29131 |
src/com/gps/action/TripCrudAction.java |
307 |
Avoid using Literals in Conditional Statements |
| 29132 |
src/com/gps/action/TripCrudAction.java |
307 |
Use equals() to compare strings instead of '==' or '!=' |
| 29133 |
src/com/gps/action/TripCrudAction.java |
311 |
Avoid using Literals in Conditional Statements |
| 29134 |
src/com/gps/action/TripCrudAction.java |
311 |
Use equals() to compare strings instead of '==' or '!=' |
| 29135 |
src/com/gps/action/TripCrudAction.java |
316 |
Avoid using Literals in Conditional Statements |
| 29136 |
src/com/gps/action/TripCrudAction.java |
316 |
Use equals() to compare strings instead of '==' or '!=' |
| 29137 |
src/com/gps/action/TripCrudAction.java |
320 |
Avoid using Literals in Conditional Statements |
| 29138 |
src/com/gps/action/TripCrudAction.java |
320 |
Use equals() to compare strings instead of '==' or '!=' |
| 29139 |
src/com/gps/action/TripCrudAction.java |
324 |
Avoid using Literals in Conditional Statements |
| 29140 |
src/com/gps/action/TripCrudAction.java |
324 |
Use equals() to compare strings instead of '==' or '!=' |
| 29141 |
src/com/gps/action/TripCrudAction.java |
332 |
Local variable 'vpdao' could be declared final |
| 29142 |
src/com/gps/action/TripCrudAction.java |
333 |
Local variable 'trips' could be declared final |
| 29143 |
src/com/gps/action/TripCrudAction.java |
333 |
Potential violation of Law of Demeter (method chain calls) |
| 29144 |
src/com/gps/action/TripCrudAction.java |
333 |
Potential violation of Law of Demeter (method chain calls) |
| 29145 |
src/com/gps/action/TripCrudAction.java |
333 |
Potential violation of Law of Demeter (object not created locally) |
| 29146 |
src/com/gps/action/TripCrudAction.java |
334 |
Avoid variables with short names like s |
| 29147 |
src/com/gps/action/TripCrudAction.java |
334 |
Local variable 's' could be declared final |
| 29148 |
src/com/gps/action/TripCrudAction.java |
334 |
Potential violation of Law of Demeter (object not created locally) |
| 29149 |
src/com/gps/action/TripCrudAction.java |
336 |
Avoid using Literals in Conditional Statements |
| 29150 |
src/com/gps/action/TripCrudAction.java |
338 |
Comment is too large: Line too long |
| 29151 |
src/com/gps/action/TripCrudAction.java |
339 |
Local variable 'trip1' could be declared final |
| 29152 |
src/com/gps/action/TripCrudAction.java |
349 |
Comment is too large: Line too long |
| 29153 |
src/com/gps/action/TripCrudAction.java |
352 |
Avoid variables with short names like ut |
| 29154 |
src/com/gps/action/TripCrudAction.java |
352 |
Local variable 'ut' could be declared final |
| 29155 |
src/com/gps/action/TripCrudAction.java |
353 |
Potential violation of Law of Demeter (method chain calls) |
| 29156 |
src/com/gps/action/TripCrudAction.java |
353 |
Potential violation of Law of Demeter (method chain calls) |
| 29157 |
src/com/gps/action/TripCrudAction.java |
353 |
Potential violation of Law of Demeter (object not created locally) |
| 29158 |
src/com/gps/action/TripCrudAction.java |
358 |
Found 'DU'-anomaly for variable 'vpdao' (lines '358'-'419'). |
| 29159 |
src/com/gps/action/TripCrudAction.java |
358 |
Local variable 'vpdao' could be declared final |
| 29160 |
src/com/gps/action/TripCrudAction.java |
361 |
Avoid if (x != y) ..; else ..; |
| 29161 |
src/com/gps/action/TripCrudAction.java |
363 |
Potential violation of Law of Demeter (method chain calls) |
| 29162 |
src/com/gps/action/TripCrudAction.java |
363 |
Potential violation of Law of Demeter (method chain calls) |
| 29163 |
src/com/gps/action/TripCrudAction.java |
365 |
Potential violation of Law of Demeter (method chain calls) |
| 29164 |
src/com/gps/action/TripCrudAction.java |
365 |
Potential violation of Law of Demeter (method chain calls) |
| 29165 |
src/com/gps/action/TripCrudAction.java |
365 |
Potential violation of Law of Demeter (object not created locally) |
| 29166 |
src/com/gps/action/TripCrudAction.java |
373 |
Potential violation of Law of Demeter (method chain calls) |
| 29167 |
src/com/gps/action/TripCrudAction.java |
373 |
Potential violation of Law of Demeter (method chain calls) |
| 29168 |
src/com/gps/action/TripCrudAction.java |
373 |
Potential violation of Law of Demeter (object not created locally) |
| 29169 |
src/com/gps/action/TripCrudAction.java |
380 |
Potential violation of Law of Demeter (object not created locally) |
| 29170 |
src/com/gps/action/TripCrudAction.java |
388 |
The String literal "trip" appears 4 times in this file; the first occurrence is on line 388 |
| 29171 |
src/com/gps/action/TripCrudAction.java |
389 |
A method should have only one exit point, and that should be the last statement in the method |
| 29172 |
src/com/gps/action/TripCrudAction.java |
394 |
Potential violation of Law of Demeter (object not created locally) |
| 29173 |
src/com/gps/action/TripCrudAction.java |
395 |
New exception is thrown in catch block, original stack trace may be lost |
| 29174 |
src/com/gps/action/TripCrudAction.java |
395 |
Potential violation of Law of Demeter (object not created locally) |
| 29175 |
src/com/gps/action/TripCrudAction.java |
402 |
New exception is thrown in catch block, original stack trace may be lost |
| 29176 |
src/com/gps/action/TripCrudAction.java |
409 |
New exception is thrown in catch block, original stack trace may be lost |
| 29177 |
src/com/gps/action/TripCrudAction.java |
413 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 29178 |
src/com/gps/action/TripCrudAction.java |
415 |
Potential violation of Law of Demeter (object not created locally) |
| 29179 |
src/com/gps/action/TripCrudAction.java |
415 |
There is log block not surrounded by if |
| 29180 |
src/com/gps/action/TripCrudAction.java |
416 |
Avoid printStackTrace(); use a logger call instead. |
| 29181 |
src/com/gps/action/TripCrudAction.java |
416 |
Potential violation of Law of Demeter (object not created locally) |
| 29182 |
src/com/gps/action/TripCrudAction.java |
421 |
publicMethodCommentRequirement Required |
| 29183 |
src/com/gps/action/TripCrudAction.java |
427 |
Avoid variables with short names like ch |
| 29184 |
src/com/gps/action/TripCrudAction.java |
427 |
Local variable 'ch' could be declared final |
| 29185 |
src/com/gps/action/TripCrudAction.java |
431 |
Avoid empty if statements |
| 29186 |
src/com/gps/action/TripCrudAction.java |
436 |
Avoid using if...else statements without curly braces |
| 29187 |
src/com/gps/action/TripCrudAction.java |
438 |
A method should have only one exit point, and that should be the last statement in the method |
| 29188 |
src/com/gps/action/TripCrudAction.java |
440 |
A catch statement that catches an exception only to wrap it in a new instance of the same type of exception and throw it should be avoided |
| 29189 |
src/com/gps/action/TripCrudAction.java |
443 |
New exception is thrown in catch block, original stack trace may be lost |
| 29190 |
src/com/gps/action/TripCrudAction.java |
443 |
Potential violation of Law of Demeter (object not created locally) |
| 29191 |
src/com/gps/action/TripCrudAction.java |
448 |
New exception is thrown in catch block, original stack trace may be lost |
| 29192 |
src/com/gps/action/TripCrudAction.java |
454 |
New exception is thrown in catch block, original stack trace may be lost |
| 29193 |
src/com/gps/action/TripCrudAction.java |
458 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 29194 |
src/com/gps/action/TripCrudAction.java |
460 |
Potential violation of Law of Demeter (object not created locally) |
| 29195 |
src/com/gps/action/TripCrudAction.java |
460 |
There is log block not surrounded by if |
| 29196 |
src/com/gps/action/TripCrudAction.java |
461 |
Avoid printStackTrace(); use a logger call instead. |
| 29197 |
src/com/gps/action/TripCrudAction.java |
461 |
Potential violation of Law of Demeter (object not created locally) |
| 29198 |
src/com/gps/action/TripCrudAction.java |
469 |
publicMethodCommentRequirement Required |
| 29199 |
src/com/gps/action/TripCrudAction.java |
474 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 29200 |
src/com/gps/action/TripCrudAction.java |
475 |
Potential violation of Law of Demeter (object not created locally) |
| 29201 |
src/com/gps/action/TripCrudAction.java |
475 |
There is log block not surrounded by if |
| 29202 |
src/com/gps/action/TripCrudAction.java |
476 |
A method should have only one exit point, and that should be the last statement in the method |
| 29203 |
src/com/gps/action/TripCrudAction.java |
481 |
publicMethodCommentRequirement Required |
| 29204 |
src/com/gps/action/TripCrudAction.java |
484 |
Local variable 'value' could be declared final |
| 29205 |
src/com/gps/action/TripCrudAction.java |
485 |
Consider simply returning the value vs storing it in local variable 'value' |
| 29206 |
src/com/gps/action/TripCrudAction.java |
498 |
Local variable 'str' could be declared final |
| 29207 |
src/com/gps/action/TripCrudAction.java |
500 |
Found 'DU'-anomaly for variable 'rdao' (lines '500'-'535'). |
| 29208 |
src/com/gps/action/TripCrudAction.java |
500 |
Local variable 'rdao' could be declared final |
| 29209 |
src/com/gps/action/TripCrudAction.java |
508 |
Potential violation of Law of Demeter (object not created locally) |
| 29210 |
src/com/gps/action/TripCrudAction.java |
508 |
These nested if statements could be combined |
| 29211 |
src/com/gps/action/TripCrudAction.java |
520 |
Position literals first in String comparisons |
| 29212 |
src/com/gps/action/TripCrudAction.java |
520 |
Potential violation of Law of Demeter (object not created locally) |
| 29213 |
src/com/gps/action/TripCrudAction.java |
522 |
Local variable 'size' could be declared final |
| 29214 |
src/com/gps/action/TripCrudAction.java |
524 |
Avoid variables with short names like sg |
| 29215 |
src/com/gps/action/TripCrudAction.java |
524 |
Local variable 'sg' could be declared final |
| 29216 |
src/com/gps/action/TripCrudAction.java |
528 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 29217 |
src/com/gps/action/TripCrudAction.java |
530 |
Potential violation of Law of Demeter (object not created locally) |
| 29218 |
src/com/gps/action/TripCrudAction.java |
530 |
There is log block not surrounded by if |
| 29219 |
src/com/gps/action/TripCrudAction.java |
531 |
Avoid printStackTrace(); use a logger call instead. |
| 29220 |
src/com/gps/action/TripCrudAction.java |
531 |
Potential violation of Law of Demeter (object not created locally) |
| 29221 |
src/com/gps/action/TripCrudAction.java |
532 |
A method should have only one exit point, and that should be the last statement in the method |
| 29222 |
src/com/gps/action/TripCrudAction.java |
537 |
publicMethodCommentRequirement Required |
| 29223 |
src/com/gps/action/TripCrudAction.java |
539 |
Found 'DU'-anomaly for variable 'rdao' (lines '539'-'561'). |
| 29224 |
src/com/gps/action/TripCrudAction.java |
539 |
Local variable 'rdao' could be declared final |
| 29225 |
src/com/gps/action/TripCrudAction.java |
544 |
Potential violation of Law of Demeter (object not created locally) |
| 29226 |
src/com/gps/action/TripCrudAction.java |
544 |
These nested if statements could be combined |
| 29227 |
src/com/gps/action/TripCrudAction.java |
549 |
Avoid variables with short names like sg |
| 29228 |
src/com/gps/action/TripCrudAction.java |
549 |
Local variable 'sg' could be declared final |
| 29229 |
src/com/gps/action/TripCrudAction.java |
554 |
A method should have only one exit point, and that should be the last statement in the method |
| 29230 |
src/com/gps/action/TripCrudAction.java |
556 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 29231 |
src/com/gps/action/TripCrudAction.java |
558 |
Avoid printStackTrace(); use a logger call instead. |
| 29232 |
src/com/gps/action/TripCrudAction.java |
558 |
Potential violation of Law of Demeter (object not created locally) |
| 29233 |
src/com/gps/action/TripCrudAction.java |
565 |
Comment is too large: Line too long |
| 29234 |
src/com/gps/action/TripCrudAction.java |
566 |
Found 'UR'-anomaly for variable 'fence' (lines '566'-'587'). |
| 29235 |
src/com/gps/action/TripCrudAction.java |
566 |
publicMethodCommentRequirement Required |
| 29236 |
src/com/gps/action/TripCrudAction.java |
568 |
Found 'DU'-anomaly for variable 'pickups' (lines '568'-'616'). |
| 29237 |
src/com/gps/action/TripCrudAction.java |
568 |
Local variable 'pickups' could be declared final |
| 29238 |
src/com/gps/action/TripCrudAction.java |
569 |
Found 'DU'-anomaly for variable 'count' (lines '569'-'616'). |
| 29239 |
src/com/gps/action/TripCrudAction.java |
583 |
Avoid using Literals in Conditional Statements |
| 29240 |
src/com/gps/action/TripCrudAction.java |
583 |
Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty() |
| 29241 |
src/com/gps/action/TripCrudAction.java |
584 |
Local variable 'fence' could be declared final |
| 29242 |
src/com/gps/action/TripCrudAction.java |
587 |
Potential violation of Law of Demeter (object not created locally) |
| 29243 |
src/com/gps/action/TripCrudAction.java |
589 |
Avoid concatenating nonliterals in a StringBuffer/StringBuilder constructor or append(). |
| 29244 |
src/com/gps/action/TripCrudAction.java |
589 |
Potential violation of Law of Demeter (object not created locally) |
| 29245 |
src/com/gps/action/TripCrudAction.java |
589 |
Potential violation of Law of Demeter (object not created locally) |
| 29246 |
src/com/gps/action/TripCrudAction.java |
590 |
Potential violation of Law of Demeter (object not created locally) |
| 29247 |
src/com/gps/action/TripCrudAction.java |
590 |
Potential violation of Law of Demeter (object not created locally) |
| 29248 |
src/com/gps/action/TripCrudAction.java |
590 |
Potential violation of Law of Demeter (object not created locally) |
| 29249 |
src/com/gps/action/TripCrudAction.java |
590 |
Potential violation of Law of Demeter (object not created locally) |
| 29250 |
src/com/gps/action/TripCrudAction.java |
597 |
Potential violation of Law of Demeter (object not created locally) |
| 29251 |
src/com/gps/action/TripCrudAction.java |
606 |
Potential violation of Law of Demeter (method chain calls) |
| 29252 |
src/com/gps/action/TripCrudAction.java |
611 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 29253 |
src/com/gps/action/TripCrudAction.java |
613 |
There is log block not surrounded by if |
| 29254 |
src/com/gps/action/TripCrudAction.java |
621 |
publicMethodCommentRequirement Required |
| 29255 |
src/com/gps/action/TripCrudAction.java |
629 |
Local variable 'tdao' could be declared final |
| 29256 |
src/com/gps/action/TripCrudAction.java |
632 |
Potential violation of Law of Demeter (method chain calls) |
| 29257 |
src/com/gps/action/TripCrudAction.java |
632 |
Potential violation of Law of Demeter (object not created locally) |
| 29258 |
src/com/gps/action/TripCrudAction.java |
633 |
Potential violation of Law of Demeter (object not created locally) |
| 29259 |
src/com/gps/action/TripCrudAction.java |
634 |
Local variable 'tpdao' could be declared final |
| 29260 |
src/com/gps/action/TripCrudAction.java |
635 |
Potential violation of Law of Demeter (object not created locally) |
| 29261 |
src/com/gps/action/TripCrudAction.java |
637 |
Found 'DU'-anomaly for variable 'vpdo' (lines '637'-'664'). |
| 29262 |
src/com/gps/action/TripCrudAction.java |
637 |
Local variable 'vpdo' could be declared final |
| 29263 |
src/com/gps/action/TripCrudAction.java |
645 |
Potential violation of Law of Demeter (method chain calls) |
| 29264 |
src/com/gps/action/TripCrudAction.java |
646 |
Potential violation of Law of Demeter (object not created locally) |
| 29265 |
src/com/gps/action/TripCrudAction.java |
649 |
Assigning an Object to null is a code smell. Consider refactoring. |
| 29266 |
src/com/gps/action/TripCrudAction.java |
652 |
Assigning an Object to null is a code smell. Consider refactoring. |
| 29267 |
src/com/gps/action/TripCrudAction.java |
653 |
A method should have only one exit point, and that should be the last statement in the method |
| 29268 |
src/com/gps/action/TripCrudAction.java |
657 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 29269 |
src/com/gps/action/TripCrudAction.java |
659 |
There is log block not surrounded by if |
| 29270 |
src/com/gps/action/TripCrudAction.java |
660 |
Avoid printStackTrace(); use a logger call instead. |
| 29271 |
src/com/gps/action/TripCrudAction.java |
660 |
Potential violation of Law of Demeter (object not created locally) |
| 29272 |
src/com/gps/action/TripCrudAction.java |
667 |
Parameter 'vehicles' is not assigned and could be declared final |
| 29273 |
src/com/gps/action/TripCrudAction.java |
667 |
publicMethodCommentRequirement Required |
| 29274 |
src/com/gps/action/TripCrudAction.java |
672 |
publicMethodCommentRequirement Required |
| 29275 |
src/com/gps/action/TripCrudAction.java |
676 |
Parameter 'trip' is not assigned and could be declared final |
| 29276 |
src/com/gps/action/TripCrudAction.java |
676 |
publicMethodCommentRequirement Required |
| 29277 |
src/com/gps/action/TripCrudAction.java |
681 |
publicMethodCommentRequirement Required |
| 29278 |
src/com/gps/action/TripCrudAction.java |
686 |
Parameter 'tripid' is not assigned and could be declared final |
| 29279 |
src/com/gps/action/TripCrudAction.java |
686 |
publicMethodCommentRequirement Required |
| 29280 |
src/com/gps/action/TripCrudAction.java |
690 |
publicMethodCommentRequirement Required |
| 29281 |
src/com/gps/action/TripCrudAction.java |
695 |
publicMethodCommentRequirement Required |
| 29282 |
src/com/gps/action/TripCrudAction.java |
700 |
Parameter 'message' is not assigned and could be declared final |
| 29283 |
src/com/gps/action/TripCrudAction.java |
700 |
publicMethodCommentRequirement Required |
| 29284 |
src/com/gps/action/TripCrudAction.java |
705 |
Parameter 'arg0' is not assigned and could be declared final |
| 29285 |
src/com/gps/action/TripCrudAction.java |
705 |
publicMethodCommentRequirement Required |
| 29286 |
src/com/gps/action/UserNotificationAction.java |
2 |
Possible God class (WMC=72, ATFD=45, TCC=0.06341463414634146) |
| 29287 |
src/com/gps/action/UserNotificationAction.java |
33 |
Too many fields |
| 29288 |
src/com/gps/action/UserNotificationAction.java |
33 |
headerCommentRequirement Required |
| 29289 |
src/com/gps/action/UserNotificationAction.java |
34 |
This class has too many methods, consider refactoring it. |
| 29290 |
src/com/gps/action/UserNotificationAction.java |
37 |
Use explicit scoping instead of the default package private level |
| 29291 |
src/com/gps/action/UserNotificationAction.java |
37 |
fieldCommentRequirement Required |
| 29292 |
src/com/gps/action/UserNotificationAction.java |
38 |
Use explicit scoping instead of the default package private level |
| 29293 |
src/com/gps/action/UserNotificationAction.java |
38 |
fieldCommentRequirement Required |
| 29294 |
src/com/gps/action/UserNotificationAction.java |
39 |
Use explicit scoping instead of the default package private level |
| 29295 |
src/com/gps/action/UserNotificationAction.java |
39 |
fieldCommentRequirement Required |
| 29296 |
src/com/gps/action/UserNotificationAction.java |
40 |
Use explicit scoping instead of the default package private level |
| 29297 |
src/com/gps/action/UserNotificationAction.java |
40 |
fieldCommentRequirement Required |
| 29298 |
src/com/gps/action/UserNotificationAction.java |
41 |
publicMethodCommentRequirement Required |
| 29299 |
src/com/gps/action/UserNotificationAction.java |
48 |
Parameter 'tripid' is not assigned and could be declared final |
| 29300 |
src/com/gps/action/UserNotificationAction.java |
48 |
publicMethodCommentRequirement Required |
| 29301 |
src/com/gps/action/UserNotificationAction.java |
53 |
Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. |
| 29302 |
src/com/gps/action/UserNotificationAction.java |
53 |
fieldCommentRequirement Required |
| 29303 |
src/com/gps/action/UserNotificationAction.java |
54 |
publicMethodCommentRequirement Required |
| 29304 |
src/com/gps/action/UserNotificationAction.java |
61 |
Parameter 'landmark' is not assigned and could be declared final |
| 29305 |
src/com/gps/action/UserNotificationAction.java |
61 |
publicMethodCommentRequirement Required |
| 29306 |
src/com/gps/action/UserNotificationAction.java |
68 |
publicMethodCommentRequirement Required |
| 29307 |
src/com/gps/action/UserNotificationAction.java |
75 |
Parameter 'geofenceid' is not assigned and could be declared final |
| 29308 |
src/com/gps/action/UserNotificationAction.java |
75 |
publicMethodCommentRequirement Required |
| 29309 |
src/com/gps/action/UserNotificationAction.java |
82 |
publicMethodCommentRequirement Required |
| 29310 |
src/com/gps/action/UserNotificationAction.java |
87 |
Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. |
| 29311 |
src/com/gps/action/UserNotificationAction.java |
87 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 29312 |
src/com/gps/action/UserNotificationAction.java |
87 |
fieldCommentRequirement Required |
| 29313 |
src/com/gps/action/UserNotificationAction.java |
93 |
Parameter 'usergeo' is not assigned and could be declared final |
| 29314 |
src/com/gps/action/UserNotificationAction.java |
93 |
publicMethodCommentRequirement Required |
| 29315 |
src/com/gps/action/UserNotificationAction.java |
97 |
Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. |
| 29316 |
src/com/gps/action/UserNotificationAction.java |
97 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 29317 |
src/com/gps/action/UserNotificationAction.java |
97 |
Use explicit scoping instead of the default package private level |
| 29318 |
src/com/gps/action/UserNotificationAction.java |
97 |
fieldCommentRequirement Required |
| 29319 |
src/com/gps/action/UserNotificationAction.java |
98 |
Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. |
| 29320 |
src/com/gps/action/UserNotificationAction.java |
98 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 29321 |
src/com/gps/action/UserNotificationAction.java |
98 |
Use explicit scoping instead of the default package private level |
| 29322 |
src/com/gps/action/UserNotificationAction.java |
98 |
fieldCommentRequirement Required |
| 29323 |
src/com/gps/action/UserNotificationAction.java |
99 |
Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. |
| 29324 |
src/com/gps/action/UserNotificationAction.java |
99 |
Use explicit scoping instead of the default package private level |
| 29325 |
src/com/gps/action/UserNotificationAction.java |
99 |
fieldCommentRequirement Required |
| 29326 |
src/com/gps/action/UserNotificationAction.java |
101 |
publicMethodCommentRequirement Required |
| 29327 |
src/com/gps/action/UserNotificationAction.java |
108 |
Parameter 'geoid' is not assigned and could be declared final |
| 29328 |
src/com/gps/action/UserNotificationAction.java |
108 |
publicMethodCommentRequirement Required |
| 29329 |
src/com/gps/action/UserNotificationAction.java |
112 |
Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. |
| 29330 |
src/com/gps/action/UserNotificationAction.java |
112 |
fieldCommentRequirement Required |
| 29331 |
src/com/gps/action/UserNotificationAction.java |
113 |
Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. |
| 29332 |
src/com/gps/action/UserNotificationAction.java |
113 |
fieldCommentRequirement Required |
| 29333 |
src/com/gps/action/UserNotificationAction.java |
114 |
publicMethodCommentRequirement Required |
| 29334 |
src/com/gps/action/UserNotificationAction.java |
121 |
Parameter 'phone' is not assigned and could be declared final |
| 29335 |
src/com/gps/action/UserNotificationAction.java |
121 |
publicMethodCommentRequirement Required |
| 29336 |
src/com/gps/action/UserNotificationAction.java |
125 |
Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. |
| 29337 |
src/com/gps/action/UserNotificationAction.java |
125 |
The Logger variable declaration does not contain the static and final modifiers |
| 29338 |
src/com/gps/action/UserNotificationAction.java |
125 |
Use explicit scoping instead of the default package private level |
| 29339 |
src/com/gps/action/UserNotificationAction.java |
125 |
fieldCommentRequirement Required |
| 29340 |
src/com/gps/action/UserNotificationAction.java |
126 |
Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. |
| 29341 |
src/com/gps/action/UserNotificationAction.java |
126 |
fieldCommentRequirement Required |
| 29342 |
src/com/gps/action/UserNotificationAction.java |
127 |
Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. |
| 29343 |
src/com/gps/action/UserNotificationAction.java |
127 |
fieldCommentRequirement Required |
| 29344 |
src/com/gps/action/UserNotificationAction.java |
128 |
Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. |
| 29345 |
src/com/gps/action/UserNotificationAction.java |
128 |
fieldCommentRequirement Required |
| 29346 |
src/com/gps/action/UserNotificationAction.java |
129 |
Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. |
| 29347 |
src/com/gps/action/UserNotificationAction.java |
129 |
fieldCommentRequirement Required |
| 29348 |
src/com/gps/action/UserNotificationAction.java |
132 |
publicMethodCommentRequirement Required |
| 29349 |
src/com/gps/action/UserNotificationAction.java |
139 |
Parameter 'screenlist' is not assigned and could be declared final |
| 29350 |
src/com/gps/action/UserNotificationAction.java |
139 |
publicMethodCommentRequirement Required |
| 29351 |
src/com/gps/action/UserNotificationAction.java |
146 |
publicMethodCommentRequirement Required |
| 29352 |
src/com/gps/action/UserNotificationAction.java |
153 |
Parameter 'userGeoList' is not assigned and could be declared final |
| 29353 |
src/com/gps/action/UserNotificationAction.java |
153 |
publicMethodCommentRequirement Required |
| 29354 |
src/com/gps/action/UserNotificationAction.java |
160 |
publicMethodCommentRequirement Required |
| 29355 |
src/com/gps/action/UserNotificationAction.java |
167 |
Parameter 'mobList' is not assigned and could be declared final |
| 29356 |
src/com/gps/action/UserNotificationAction.java |
167 |
publicMethodCommentRequirement Required |
| 29357 |
src/com/gps/action/UserNotificationAction.java |
174 |
publicMethodCommentRequirement Required |
| 29358 |
src/com/gps/action/UserNotificationAction.java |
181 |
Parameter 'usertrips' is not assigned and could be declared final |
| 29359 |
src/com/gps/action/UserNotificationAction.java |
181 |
publicMethodCommentRequirement Required |
| 29360 |
src/com/gps/action/UserNotificationAction.java |
188 |
publicMethodCommentRequirement Required |
| 29361 |
src/com/gps/action/UserNotificationAction.java |
195 |
Parameter 'userList' is not assigned and could be declared final |
| 29362 |
src/com/gps/action/UserNotificationAction.java |
195 |
publicMethodCommentRequirement Required |
| 29363 |
src/com/gps/action/UserNotificationAction.java |
200 |
publicMethodCommentRequirement Required |
| 29364 |
src/com/gps/action/UserNotificationAction.java |
207 |
publicMethodCommentRequirement Required |
| 29365 |
src/com/gps/action/UserNotificationAction.java |
210 |
Local variable 'tpDAO' could be declared final |
| 29366 |
src/com/gps/action/UserNotificationAction.java |
217 |
Potential violation of Law of Demeter (method chain calls) |
| 29367 |
src/com/gps/action/UserNotificationAction.java |
217 |
Potential violation of Law of Demeter (method chain calls) |
| 29368 |
src/com/gps/action/UserNotificationAction.java |
217 |
Potential violation of Law of Demeter (object not created locally) |
| 29369 |
src/com/gps/action/UserNotificationAction.java |
219 |
Found 'DU'-anomaly for variable 'undao' (lines '219'-'291'). |
| 29370 |
src/com/gps/action/UserNotificationAction.java |
219 |
Local variable 'undao' could be declared final |
| 29371 |
src/com/gps/action/UserNotificationAction.java |
220 |
Avoid variables with short names like id |
| 29372 |
src/com/gps/action/UserNotificationAction.java |
220 |
Local variable 'id' could be declared final |
| 29373 |
src/com/gps/action/UserNotificationAction.java |
221 |
Local variable 'tripid' could be declared final |
| 29374 |
src/com/gps/action/UserNotificationAction.java |
221 |
The String literal "tripid" appears 4 times in this file; the first occurrence is on line 221 |
| 29375 |
src/com/gps/action/UserNotificationAction.java |
222 |
Found 'DU'-anomaly for variable 'tid' (lines '222'-'291'). |
| 29376 |
src/com/gps/action/UserNotificationAction.java |
222 |
Local variable 'tid' could be declared final |
| 29377 |
src/com/gps/action/UserNotificationAction.java |
224 |
Potential violation of Law of Demeter (object not created locally) |
| 29378 |
src/com/gps/action/UserNotificationAction.java |
225 |
Position literals first in String comparisons |
| 29379 |
src/com/gps/action/UserNotificationAction.java |
225 |
Potential violation of Law of Demeter (object not created locally) |
| 29380 |
src/com/gps/action/UserNotificationAction.java |
225 |
Use equals() to compare strings instead of '==' or '!=' |
| 29381 |
src/com/gps/action/UserNotificationAction.java |
228 |
Avoid using if statements without curly braces |
| 29382 |
src/com/gps/action/UserNotificationAction.java |
228 |
Potential violation of Law of Demeter (method chain calls) |
| 29383 |
src/com/gps/action/UserNotificationAction.java |
228 |
Potential violation of Law of Demeter (object not created locally) |
| 29384 |
src/com/gps/action/UserNotificationAction.java |
229 |
A method should have only one exit point, and that should be the last statement in the method |
| 29385 |
src/com/gps/action/UserNotificationAction.java |
231 |
Potential violation of Law of Demeter (object not created locally) |
| 29386 |
src/com/gps/action/UserNotificationAction.java |
242 |
Local variable 'geofid' could be declared final |
| 29387 |
src/com/gps/action/UserNotificationAction.java |
243 |
Avoid declaring a variable if it is unreferenced before a possible exit point. |
| 29388 |
src/com/gps/action/UserNotificationAction.java |
244 |
Avoid declaring a variable if it is unreferenced before a possible exit point. |
| 29389 |
src/com/gps/action/UserNotificationAction.java |
245 |
Potential violation of Law of Demeter (object not created locally) |
| 29390 |
src/com/gps/action/UserNotificationAction.java |
247 |
Avoid using if statements without curly braces |
| 29391 |
src/com/gps/action/UserNotificationAction.java |
247 |
Potential violation of Law of Demeter (method chain calls) |
| 29392 |
src/com/gps/action/UserNotificationAction.java |
247 |
Potential violation of Law of Demeter (object not created locally) |
| 29393 |
src/com/gps/action/UserNotificationAction.java |
248 |
A method should have only one exit point, and that should be the last statement in the method |
| 29394 |
src/com/gps/action/UserNotificationAction.java |
250 |
Potential violation of Law of Demeter (object not created locally) |
| 29395 |
src/com/gps/action/UserNotificationAction.java |
253 |
Comment is too large: Line too long |
| 29396 |
src/com/gps/action/UserNotificationAction.java |
257 |
Potential violation of Law of Demeter (object not created locally) |
| 29397 |
src/com/gps/action/UserNotificationAction.java |
262 |
Comment is too large: Line too long |
| 29398 |
src/com/gps/action/UserNotificationAction.java |
271 |
Local variable 'usid' could be declared final |
| 29399 |
src/com/gps/action/UserNotificationAction.java |
271 |
Potential violation of Law of Demeter (method chain calls) |
| 29400 |
src/com/gps/action/UserNotificationAction.java |
271 |
Potential violation of Law of Demeter (method chain calls) |
| 29401 |
src/com/gps/action/UserNotificationAction.java |
271 |
Potential violation of Law of Demeter (method chain calls) |
| 29402 |
src/com/gps/action/UserNotificationAction.java |
271 |
Potential violation of Law of Demeter (method chain calls) |
| 29403 |
src/com/gps/action/UserNotificationAction.java |
271 |
Potential violation of Law of Demeter (method chain calls) |
| 29404 |
src/com/gps/action/UserNotificationAction.java |
271 |
Potential violation of Law of Demeter (method chain calls) |
| 29405 |
src/com/gps/action/UserNotificationAction.java |
272 |
Potential violation of Law of Demeter (object not created locally) |
| 29406 |
src/com/gps/action/UserNotificationAction.java |
273 |
Potential violation of Law of Demeter (object not created locally) |
| 29407 |
src/com/gps/action/UserNotificationAction.java |
284 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 29408 |
src/com/gps/action/UserNotificationAction.java |
286 |
Avoid printStackTrace(); use a logger call instead. |
| 29409 |
src/com/gps/action/UserNotificationAction.java |
286 |
Potential violation of Law of Demeter (object not created locally) |
| 29410 |
src/com/gps/action/UserNotificationAction.java |
288 |
The String literal "success" appears 5 times in this file; the first occurrence is on line 288 |
| 29411 |
src/com/gps/action/UserNotificationAction.java |
294 |
publicMethodCommentRequirement Required |
| 29412 |
src/com/gps/action/UserNotificationAction.java |
296 |
Avoid variables with short names like id |
| 29413 |
src/com/gps/action/UserNotificationAction.java |
296 |
Local variable 'id' could be declared final |
| 29414 |
src/com/gps/action/UserNotificationAction.java |
298 |
Avoid declaring a variable if it is unreferenced before a possible exit point. |
| 29415 |
src/com/gps/action/UserNotificationAction.java |
298 |
Avoid unused local variables such as 'geofid'. |
| 29416 |
src/com/gps/action/UserNotificationAction.java |
298 |
Found 'DU'-anomaly for variable 'geofid' (lines '298'-'300'). |
| 29417 |
src/com/gps/action/UserNotificationAction.java |
298 |
Local variable 'geofid' could be declared final |
| 29418 |
src/com/gps/action/UserNotificationAction.java |
304 |
publicMethodCommentRequirement Required |
| 29419 |
src/com/gps/action/UserNotificationAction.java |
306 |
Local variable 'array' could be declared final |
| 29420 |
src/com/gps/action/UserNotificationAction.java |
307 |
Local variable 'userid' could be declared final |
| 29421 |
src/com/gps/action/UserNotificationAction.java |
308 |
Local variable 'gid' could be declared final |
| 29422 |
src/com/gps/action/UserNotificationAction.java |
309 |
Local variable 'undao' could be declared final |
| 29423 |
src/com/gps/action/UserNotificationAction.java |
310 |
Found 'DD'-anomaly for variable 'mobileList' (lines '310'-'325'). |
| 29424 |
src/com/gps/action/UserNotificationAction.java |
311 |
Potential violation of Law of Demeter (object not created locally) |
| 29425 |
src/com/gps/action/UserNotificationAction.java |
314 |
Local variable 'numberList' could be declared final |
| 29426 |
src/com/gps/action/UserNotificationAction.java |
317 |
Local variable 'nList' could be declared final |
| 29427 |
src/com/gps/action/UserNotificationAction.java |
317 |
Potential violation of Law of Demeter (method chain calls) |
| 29428 |
src/com/gps/action/UserNotificationAction.java |
317 |
Potential violation of Law of Demeter (method chain calls) |
| 29429 |
src/com/gps/action/UserNotificationAction.java |
318 |
Potential violation of Law of Demeter (object not created locally) |
| 29430 |
src/com/gps/action/UserNotificationAction.java |
325 |
Potential violation of Law of Demeter (object not created locally) |
| 29431 |
src/com/gps/action/UserNotificationAction.java |
326 |
Potential violation of Law of Demeter (object not created locally) |
| 29432 |
src/com/gps/action/UserNotificationAction.java |
329 |
Potential violation of Law of Demeter (object not created locally) |
| 29433 |
src/com/gps/action/UserNotificationAction.java |
332 |
Potential violation of Law of Demeter (method chain calls) |
| 29434 |
src/com/gps/action/UserNotificationAction.java |
332 |
Potential violation of Law of Demeter (method chain calls) |
| 29435 |
src/com/gps/action/UserNotificationAction.java |
332 |
Potential violation of Law of Demeter (method chain calls) |
| 29436 |
src/com/gps/action/UserNotificationAction.java |
332 |
Potential violation of Law of Demeter (method chain calls) |
| 29437 |
src/com/gps/action/UserNotificationAction.java |
332 |
Potential violation of Law of Demeter (method chain calls) |
| 29438 |
src/com/gps/action/UserNotificationAction.java |
332 |
Potential violation of Law of Demeter (object not created locally) |
| 29439 |
src/com/gps/action/UserNotificationAction.java |
332 |
This statement may have some unnecessary parentheses |
| 29440 |
src/com/gps/action/UserNotificationAction.java |
332 |
Useless parentheses. |
| 29441 |
src/com/gps/action/UserNotificationAction.java |
335 |
Potential violation of Law of Demeter (object not created locally) |
| 29442 |
src/com/gps/action/UserNotificationAction.java |
343 |
Potential violation of Law of Demeter (object not created locally) |
| 29443 |
src/com/gps/action/UserNotificationAction.java |
344 |
Local variable 'output' could be declared final |
| 29444 |
src/com/gps/action/UserNotificationAction.java |
344 |
Potential violation of Law of Demeter (object not created locally) |
| 29445 |
src/com/gps/action/UserNotificationAction.java |
345 |
Potential violation of Law of Demeter (method chain calls) |
| 29446 |
src/com/gps/action/UserNotificationAction.java |
347 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 29447 |
src/com/gps/action/UserNotificationAction.java |
347 |
Avoid empty catch blocks |
| 29448 |
src/com/gps/action/UserNotificationAction.java |
353 |
publicMethodCommentRequirement Required |
| 29449 |
src/com/gps/action/UserNotificationAction.java |
355 |
Local variable 'array' could be declared final |
| 29450 |
src/com/gps/action/UserNotificationAction.java |
356 |
Local variable 'numberList' could be declared final |
| 29451 |
src/com/gps/action/UserNotificationAction.java |
357 |
Found 'DD'-anomaly for variable 'mobileList' (lines '357'-'380'). |
| 29452 |
src/com/gps/action/UserNotificationAction.java |
359 |
Local variable 'undao' could be declared final |
| 29453 |
src/com/gps/action/UserNotificationAction.java |
363 |
Local variable 'userid' could be declared final |
| 29454 |
src/com/gps/action/UserNotificationAction.java |
364 |
Local variable 'gid' could be declared final |
| 29455 |
src/com/gps/action/UserNotificationAction.java |
366 |
Local variable 'uid' could be declared final |
| 29456 |
src/com/gps/action/UserNotificationAction.java |
367 |
Comment is too large: Line too long |
| 29457 |
src/com/gps/action/UserNotificationAction.java |
367 |
Potential violation of Law of Demeter (object not created locally) |
| 29458 |
src/com/gps/action/UserNotificationAction.java |
371 |
Local variable 'nList' could be declared final |
| 29459 |
src/com/gps/action/UserNotificationAction.java |
371 |
Potential violation of Law of Demeter (method chain calls) |
| 29460 |
src/com/gps/action/UserNotificationAction.java |
371 |
Potential violation of Law of Demeter (method chain calls) |
| 29461 |
src/com/gps/action/UserNotificationAction.java |
372 |
Potential violation of Law of Demeter (object not created locally) |
| 29462 |
src/com/gps/action/UserNotificationAction.java |
380 |
Potential violation of Law of Demeter (object not created locally) |
| 29463 |
src/com/gps/action/UserNotificationAction.java |
381 |
Potential violation of Law of Demeter (object not created locally) |
| 29464 |
src/com/gps/action/UserNotificationAction.java |
384 |
Potential violation of Law of Demeter (object not created locally) |
| 29465 |
src/com/gps/action/UserNotificationAction.java |
387 |
Potential violation of Law of Demeter (method chain calls) |
| 29466 |
src/com/gps/action/UserNotificationAction.java |
387 |
Potential violation of Law of Demeter (method chain calls) |
| 29467 |
src/com/gps/action/UserNotificationAction.java |
387 |
Potential violation of Law of Demeter (method chain calls) |
| 29468 |
src/com/gps/action/UserNotificationAction.java |
387 |
Potential violation of Law of Demeter (method chain calls) |
| 29469 |
src/com/gps/action/UserNotificationAction.java |
387 |
Potential violation of Law of Demeter (method chain calls) |
| 29470 |
src/com/gps/action/UserNotificationAction.java |
387 |
Potential violation of Law of Demeter (object not created locally) |
| 29471 |
src/com/gps/action/UserNotificationAction.java |
387 |
This statement may have some unnecessary parentheses |
| 29472 |
src/com/gps/action/UserNotificationAction.java |
387 |
Useless parentheses. |
| 29473 |
src/com/gps/action/UserNotificationAction.java |
389 |
Potential violation of Law of Demeter (object not created locally) |
| 29474 |
src/com/gps/action/UserNotificationAction.java |
398 |
Potential violation of Law of Demeter (object not created locally) |
| 29475 |
src/com/gps/action/UserNotificationAction.java |
399 |
Local variable 'output' could be declared final |
| 29476 |
src/com/gps/action/UserNotificationAction.java |
399 |
Potential violation of Law of Demeter (object not created locally) |
| 29477 |
src/com/gps/action/UserNotificationAction.java |
400 |
Potential violation of Law of Demeter (method chain calls) |
| 29478 |
src/com/gps/action/UserNotificationAction.java |
404 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 29479 |
src/com/gps/action/UserNotificationAction.java |
404 |
Avoid empty catch blocks |
| 29480 |
src/com/gps/action/UserNotificationAction.java |
412 |
publicMethodCommentRequirement Required |
| 29481 |
src/com/gps/action/UserNotificationAction.java |
414 |
Local variable 'landmark' could be declared final |
| 29482 |
src/com/gps/action/UserNotificationAction.java |
415 |
Local variable 'gid' could be declared final |
| 29483 |
src/com/gps/action/UserNotificationAction.java |
415 |
The String literal "geofenceid" appears 4 times in this file; the first occurrence is on line 415 |
| 29484 |
src/com/gps/action/UserNotificationAction.java |
416 |
Local variable 'geofid' could be declared final |
| 29485 |
src/com/gps/action/UserNotificationAction.java |
417 |
Local variable 'undao' could be declared final |
| 29486 |
src/com/gps/action/UserNotificationAction.java |
423 |
publicMethodCommentRequirement Required |
| 29487 |
src/com/gps/action/UserNotificationAction.java |
425 |
Local variable 'undao' could be declared final |
| 29488 |
src/com/gps/action/UserNotificationAction.java |
426 |
Local variable 'gid' could be declared final |
| 29489 |
src/com/gps/action/UserNotificationAction.java |
427 |
Local variable 'geoid' could be declared final |
| 29490 |
src/com/gps/action/UserNotificationAction.java |
428 |
Local variable 'mobile1' could be declared final |
| 29491 |
src/com/gps/action/UserNotificationAction.java |
429 |
Local variable 'mobile2' could be declared final |
| 29492 |
src/com/gps/action/UserNotificationAction.java |
430 |
Local variable 'sess' could be declared final |
| 29493 |
src/com/gps/action/UserNotificationAction.java |
431 |
Local variable 'userid' could be declared final |
| 29494 |
src/com/gps/action/UserNotificationAction.java |
435 |
Local variable 'suc' could be declared final |
| 29495 |
src/com/gps/action/UserNotificationAction.java |
437 |
Local variable 'array' could be declared final |
| 29496 |
src/com/gps/action/UserNotificationAction.java |
439 |
Local variable 'output' could be declared final |
| 29497 |
src/com/gps/action/UserNotificationAction.java |
440 |
Potential violation of Law of Demeter (method chain calls) |
| 29498 |
src/com/gps/action/UserNotificationAction.java |
442 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 29499 |
src/com/gps/action/UserNotificationAction.java |
442 |
Avoid empty catch blocks |
| 29500 |
src/com/gps/action/UserNotificationAction.java |
451 |
publicMethodCommentRequirement Required |
| 29501 |
src/com/gps/action/UserNotificationAction.java |
453 |
Local variable 'undao' could be declared final |
| 29502 |
src/com/gps/action/UserNotificationAction.java |
454 |
Local variable 'gid' could be declared final |
| 29503 |
src/com/gps/action/UserNotificationAction.java |
455 |
Local variable 'geofid' could be declared final |
| 29504 |
src/com/gps/action/UserNotificationAction.java |
460 |
Local variable 'lmark' could be declared final |
| 29505 |
src/com/gps/action/UserNotificationAction.java |
461 |
Local variable 'array' could be declared final |
| 29506 |
src/com/gps/action/UserNotificationAction.java |
464 |
Avoid variables with short names like ex |
| 29507 |
src/com/gps/action/UserNotificationAction.java |
464 |
Local variable 'ex' could be declared final |
| 29508 |
src/com/gps/action/UserNotificationAction.java |
467 |
Local variable 'output' could be declared final |
| 29509 |
src/com/gps/action/UserNotificationAction.java |
468 |
Potential violation of Law of Demeter (method chain calls) |
| 29510 |
src/com/gps/action/UserNotificationAction.java |
472 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 29511 |
src/com/gps/action/UserNotificationAction.java |
472 |
Avoid empty catch blocks |
| 29512 |
src/com/gps/action/UserNotificationAction.java |
480 |
publicMethodCommentRequirement Required |
| 29513 |
src/com/gps/action/UserNotificationAction.java |
485 |
Local variable 'undao' could be declared final |
| 29514 |
src/com/gps/action/UserNotificationAction.java |
486 |
Avoid unused local variables such as 'ug'. |
| 29515 |
src/com/gps/action/UserNotificationAction.java |
486 |
Avoid variables with short names like ug |
| 29516 |
src/com/gps/action/UserNotificationAction.java |
486 |
Found 'DD'-anomaly for variable 'ug' (lines '486'-'492'). |
| 29517 |
src/com/gps/action/UserNotificationAction.java |
487 |
Local variable 'pid' could be declared final |
| 29518 |
src/com/gps/action/UserNotificationAction.java |
488 |
Local variable 'mobile' could be declared final |
| 29519 |
src/com/gps/action/UserNotificationAction.java |
489 |
Local variable 'mysess1' could be declared final |
| 29520 |
src/com/gps/action/UserNotificationAction.java |
490 |
Local variable 'gid' could be declared final |
| 29521 |
src/com/gps/action/UserNotificationAction.java |
491 |
Local variable 'geofid' could be declared final |
| 29522 |
src/com/gps/action/UserNotificationAction.java |
492 |
Found 'DU'-anomaly for variable 'ug' (lines '492'-'508'). |
| 29523 |
src/com/gps/action/UserNotificationAction.java |
492 |
Potential violation of Law of Demeter (object not created locally) |
| 29524 |
src/com/gps/action/UserNotificationAction.java |
494 |
Local variable 'suc' could be declared final |
| 29525 |
src/com/gps/action/UserNotificationAction.java |
495 |
Local variable 'array' could be declared final |
| 29526 |
src/com/gps/action/UserNotificationAction.java |
497 |
Local variable 'output' could be declared final |
| 29527 |
src/com/gps/action/UserNotificationAction.java |
498 |
Potential violation of Law of Demeter (method chain calls) |
| 29528 |
src/com/gps/action/UserNotificationAction.java |
503 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 29529 |
src/com/gps/action/UserNotificationAction.java |
503 |
Avoid empty catch blocks |
| 29530 |
src/com/gps/action/UserNotificationAction.java |
510 |
publicMethodCommentRequirement Required |
| 29531 |
src/com/gps/action/UserNotificationAction.java |
516 |
Local variable 'undao' could be declared final |
| 29532 |
src/com/gps/action/UserNotificationAction.java |
517 |
Local variable 'gid' could be declared final |
| 29533 |
src/com/gps/action/UserNotificationAction.java |
518 |
Local variable 'geofid' could be declared final |
| 29534 |
src/com/gps/action/UserNotificationAction.java |
519 |
Local variable 'mobile' could be declared final |
| 29535 |
src/com/gps/action/UserNotificationAction.java |
520 |
Potential violation of Law of Demeter (object not created locally) |
| 29536 |
src/com/gps/action/UserNotificationAction.java |
521 |
Local variable 'suc' could be declared final |
| 29537 |
src/com/gps/action/UserNotificationAction.java |
523 |
Local variable 'array' could be declared final |
| 29538 |
src/com/gps/action/UserNotificationAction.java |
525 |
Local variable 'output' could be declared final |
| 29539 |
src/com/gps/action/UserNotificationAction.java |
526 |
Potential violation of Law of Demeter (method chain calls) |
| 29540 |
src/com/gps/action/UserNotificationAction.java |
529 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 29541 |
src/com/gps/action/UserNotificationAction.java |
531 |
Avoid printStackTrace(); use a logger call instead. |
| 29542 |
src/com/gps/action/UserNotificationAction.java |
538 |
publicMethodCommentRequirement Required |
| 29543 |
src/com/gps/action/UserNotificationAction.java |
540 |
Local variable 'undao' could be declared final |
| 29544 |
src/com/gps/action/UserNotificationAction.java |
547 |
publicMethodCommentRequirement Required |
| 29545 |
src/com/gps/action/UserNotificationAction.java |
553 |
Local variable 'fname' could be declared final |
| 29546 |
src/com/gps/action/UserNotificationAction.java |
554 |
Local variable 'lname' could be declared final |
| 29547 |
src/com/gps/action/UserNotificationAction.java |
555 |
Local variable 'tid' could be declared final |
| 29548 |
src/com/gps/action/UserNotificationAction.java |
556 |
Local variable 'undao' could be declared final |
| 29549 |
src/com/gps/action/UserNotificationAction.java |
557 |
Potential violation of Law of Demeter (object not created locally) |
| 29550 |
src/com/gps/action/UserNotificationAction.java |
558 |
Found 'DU'-anomaly for variable 'userId' (lines '558'-'592'). |
| 29551 |
src/com/gps/action/UserNotificationAction.java |
558 |
Local variable 'userId' could be declared final |
| 29552 |
src/com/gps/action/UserNotificationAction.java |
559 |
Found 'DU'-anomaly for variable 'sname' (lines '559'-'592'). |
| 29553 |
src/com/gps/action/UserNotificationAction.java |
559 |
Local variable 'sname' could be declared final |
| 29554 |
src/com/gps/action/UserNotificationAction.java |
562 |
Local variable 'array' could be declared final |
| 29555 |
src/com/gps/action/UserNotificationAction.java |
563 |
Avoid using Literals in Conditional Statements |
| 29556 |
src/com/gps/action/UserNotificationAction.java |
563 |
Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty() |
| 29557 |
src/com/gps/action/UserNotificationAction.java |
569 |
Potential violation of Law of Demeter (method chain calls) |
| 29558 |
src/com/gps/action/UserNotificationAction.java |
569 |
Potential violation of Law of Demeter (method chain calls) |
| 29559 |
src/com/gps/action/UserNotificationAction.java |
569 |
Potential violation of Law of Demeter (method chain calls) |
| 29560 |
src/com/gps/action/UserNotificationAction.java |
569 |
Potential violation of Law of Demeter (method chain calls) |
| 29561 |
src/com/gps/action/UserNotificationAction.java |
570 |
Potential violation of Law of Demeter (method chain calls) |
| 29562 |
src/com/gps/action/UserNotificationAction.java |
570 |
Potential violation of Law of Demeter (method chain calls) |
| 29563 |
src/com/gps/action/UserNotificationAction.java |
582 |
Local variable 'output' could be declared final |
| 29564 |
src/com/gps/action/UserNotificationAction.java |
583 |
Potential violation of Law of Demeter (method chain calls) |
| 29565 |
src/com/gps/action/UserNotificationAction.java |
586 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 29566 |
src/com/gps/action/UserNotificationAction.java |
588 |
Avoid printStackTrace(); use a logger call instead. |
| 29567 |
src/com/gps/action/UserNotificationAction.java |
588 |
Potential violation of Law of Demeter (object not created locally) |
| 29568 |
src/com/gps/action/UserNotificationAction.java |
595 |
publicMethodCommentRequirement Required |
| 29569 |
src/com/gps/action/UserNotificationAction.java |
597 |
Local variable 'utdao' could be declared final |
| 29570 |
src/com/gps/action/UserNotificationAction.java |
598 |
Local variable 'tripid' could be declared final |
| 29571 |
src/com/gps/action/UserNotificationAction.java |
599 |
Local variable 'userid' could be declared final |
| 29572 |
src/com/gps/action/UserNotificationAction.java |
600 |
Local variable 'uid' could be declared final |
| 29573 |
src/com/gps/action/UserNotificationAction.java |
607 |
publicMethodCommentRequirement Required |
| 29574 |
src/com/gps/action/UserNotificationAction.java |
609 |
Found 'DD'-anomaly for variable 'type' (lines '609'-'613'). |
| 29575 |
src/com/gps/action/UserNotificationAction.java |
610 |
Found 'DU'-anomaly for variable 'vhDAO' (lines '610'-'636'). |
| 29576 |
src/com/gps/action/UserNotificationAction.java |
610 |
Local variable 'vhDAO' could be declared final |
| 29577 |
src/com/gps/action/UserNotificationAction.java |
613 |
Potential violation of Law of Demeter (method chain calls) |
| 29578 |
src/com/gps/action/UserNotificationAction.java |
614 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 29579 |
src/com/gps/action/UserNotificationAction.java |
615 |
Avoid printStackTrace(); use a logger call instead. |
| 29580 |
src/com/gps/action/UserNotificationAction.java |
615 |
Potential violation of Law of Demeter (object not created locally) |
| 29581 |
src/com/gps/action/UserNotificationAction.java |
617 |
Local variable 'user' could be declared final |
| 29582 |
src/com/gps/action/UserNotificationAction.java |
618 |
Local variable 'organizationId' could be declared final |
| 29583 |
src/com/gps/action/UserNotificationAction.java |
618 |
Potential violation of Law of Demeter (method chain calls) |
| 29584 |
src/com/gps/action/UserNotificationAction.java |
618 |
Potential violation of Law of Demeter (method chain calls) |
| 29585 |
src/com/gps/action/UserNotificationAction.java |
618 |
Potential violation of Law of Demeter (object not created locally) |
| 29586 |
src/com/gps/action/UserNotificationAction.java |
619 |
Position literals first in String comparisons |
| 29587 |
src/com/gps/action/UserNotificationAction.java |
619 |
Position literals first in String comparisons |
| 29588 |
src/com/gps/action/UserNotificationAction.java |
619 |
Potential violation of Law of Demeter (object not created locally) |
| 29589 |
src/com/gps/action/UserNotificationAction.java |
619 |
Potential violation of Law of Demeter (object not created locally) |
| 29590 |
src/com/gps/action/UserNotificationAction.java |
621 |
Potential violation of Law of Demeter (object not created locally) |
| 29591 |
src/com/gps/action/UserNotificationAction.java |
623 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 29592 |
src/com/gps/action/UserNotificationAction.java |
624 |
There is log block not surrounded by if |
| 29593 |
src/com/gps/action/UserNotificationAction.java |
626 |
A method should have only one exit point, and that should be the last statement in the method |
| 29594 |
src/com/gps/action/UserNotificationAction.java |
630 |
Local variable 'undao' could be declared final |
| 29595 |
src/com/gps/action/UserNotificationAction.java |
631 |
Local variable 'tid' could be declared final |
| 29596 |
src/com/gps/action/UserNotificationAction.java |
632 |
Local variable 'tripid' could be declared final |
| 29597 |
src/com/gps/action/UserNotificationAction.java |
633 |
Potential violation of Law of Demeter (object not created locally) |
| 29598 |
src/com/gps/action/UserNotificationAction.java |
640 |
Parameter 'arg0' is not assigned and could be declared final |
| 29599 |
src/com/gps/action/UserNotificationAction.java |
640 |
publicMethodCommentRequirement Required |
| 29600 |
src/com/gps/action/UserNotificationAction.java |
647 |
Parameter 'response' is not assigned and could be declared final |
| 29601 |
src/com/gps/action/UserNotificationAction.java |
647 |
publicMethodCommentRequirement Required |
| 29602 |
src/com/gps/action/UserNotificationAction.java |
653 |
Parameter 'arg0' is not assigned and could be declared final |
| 29603 |
src/com/gps/action/UserNotificationAction.java |
653 |
publicMethodCommentRequirement Required |
| 29604 |
src/com/gps/action/UserNotificationAction.java |
674 |
Parameter 'vehicleList' is not assigned and could be declared final |
| 29605 |
src/com/gps/action/UserTripAction.java |
2 |
Possible God class (WMC=64, ATFD=67, TCC=0.1870967741935484) |
| 29606 |
src/com/gps/action/UserTripAction.java |
26 |
The class 'UserTripAction' has a Cyclomatic Complexity of 2 (Highest = 11). |
| 29607 |
src/com/gps/action/UserTripAction.java |
26 |
Too many fields |
| 29608 |
src/com/gps/action/UserTripAction.java |
26 |
headerCommentRequirement Required |
| 29609 |
src/com/gps/action/UserTripAction.java |
27 |
fieldCommentRequirement Required |
| 29610 |
src/com/gps/action/UserTripAction.java |
28 |
publicMethodCommentRequirement Required |
| 29611 |
src/com/gps/action/UserTripAction.java |
33 |
Parameter 'select' is not assigned and could be declared final |
| 29612 |
src/com/gps/action/UserTripAction.java |
33 |
publicMethodCommentRequirement Required |
| 29613 |
src/com/gps/action/UserTripAction.java |
37 |
Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. |
| 29614 |
src/com/gps/action/UserTripAction.java |
37 |
Use explicit scoping instead of the default package private level |
| 29615 |
src/com/gps/action/UserTripAction.java |
37 |
fieldCommentRequirement Required |
| 29616 |
src/com/gps/action/UserTripAction.java |
38 |
publicMethodCommentRequirement Required |
| 29617 |
src/com/gps/action/UserTripAction.java |
39 |
Returning 'userCheck' may expose an internal array. |
| 29618 |
src/com/gps/action/UserTripAction.java |
43 |
Parameter 'userCheck' is not assigned and could be declared final |
| 29619 |
src/com/gps/action/UserTripAction.java |
43 |
The user-supplied array 'userCheck' is stored directly. |
| 29620 |
src/com/gps/action/UserTripAction.java |
43 |
publicMethodCommentRequirement Required |
| 29621 |
src/com/gps/action/UserTripAction.java |
47 |
Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. |
| 29622 |
src/com/gps/action/UserTripAction.java |
47 |
fieldCommentRequirement Required |
| 29623 |
src/com/gps/action/UserTripAction.java |
48 |
Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. |
| 29624 |
src/com/gps/action/UserTripAction.java |
48 |
fieldCommentRequirement Required |
| 29625 |
src/com/gps/action/UserTripAction.java |
49 |
publicMethodCommentRequirement Required |
| 29626 |
src/com/gps/action/UserTripAction.java |
54 |
Parameter 'selectedList' is not assigned and could be declared final |
| 29627 |
src/com/gps/action/UserTripAction.java |
54 |
publicMethodCommentRequirement Required |
| 29628 |
src/com/gps/action/UserTripAction.java |
59 |
Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. |
| 29629 |
src/com/gps/action/UserTripAction.java |
59 |
Unnecessary use of fully qualified name 'com.gps.hibernate.TripDetails' due to existing import 'com.gps.hibernate.TripDetails' |
| 29630 |
src/com/gps/action/UserTripAction.java |
59 |
fieldCommentRequirement Required |
| 29631 |
src/com/gps/action/UserTripAction.java |
61 |
Unnecessary use of fully qualified name 'com.gps.hibernate.TripDetails' due to existing import 'com.gps.hibernate.TripDetails' |
| 29632 |
src/com/gps/action/UserTripAction.java |
61 |
publicMethodCommentRequirement Required |
| 29633 |
src/com/gps/action/UserTripAction.java |
66 |
publicMethodCommentRequirement Required |
| 29634 |
src/com/gps/action/UserTripAction.java |
67 |
Parameter 'selectedTripList' is not assigned and could be declared final |
| 29635 |
src/com/gps/action/UserTripAction.java |
67 |
Unnecessary use of fully qualified name 'com.gps.hibernate.TripDetails' due to existing import 'com.gps.hibernate.TripDetails' |
| 29636 |
src/com/gps/action/UserTripAction.java |
71 |
publicMethodCommentRequirement Required |
| 29637 |
src/com/gps/action/UserTripAction.java |
76 |
Parameter 'userid' is not assigned and could be declared final |
| 29638 |
src/com/gps/action/UserTripAction.java |
76 |
publicMethodCommentRequirement Required |
| 29639 |
src/com/gps/action/UserTripAction.java |
80 |
Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. |
| 29640 |
src/com/gps/action/UserTripAction.java |
80 |
fieldCommentRequirement Required |
| 29641 |
src/com/gps/action/UserTripAction.java |
81 |
Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. |
| 29642 |
src/com/gps/action/UserTripAction.java |
81 |
Use explicit scoping instead of the default package private level |
| 29643 |
src/com/gps/action/UserTripAction.java |
81 |
fieldCommentRequirement Required |
| 29644 |
src/com/gps/action/UserTripAction.java |
82 |
Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. |
| 29645 |
src/com/gps/action/UserTripAction.java |
82 |
Use explicit scoping instead of the default package private level |
| 29646 |
src/com/gps/action/UserTripAction.java |
82 |
fieldCommentRequirement Required |
| 29647 |
src/com/gps/action/UserTripAction.java |
83 |
publicMethodCommentRequirement Required |
| 29648 |
src/com/gps/action/UserTripAction.java |
88 |
Parameter 'parentList' is not assigned and could be declared final |
| 29649 |
src/com/gps/action/UserTripAction.java |
88 |
publicMethodCommentRequirement Required |
| 29650 |
src/com/gps/action/UserTripAction.java |
92 |
Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. |
| 29651 |
src/com/gps/action/UserTripAction.java |
92 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 29652 |
src/com/gps/action/UserTripAction.java |
92 |
Use explicit scoping instead of the default package private level |
| 29653 |
src/com/gps/action/UserTripAction.java |
92 |
fieldCommentRequirement Required |
| 29654 |
src/com/gps/action/UserTripAction.java |
93 |
Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. |
| 29655 |
src/com/gps/action/UserTripAction.java |
93 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 29656 |
src/com/gps/action/UserTripAction.java |
93 |
Use explicit scoping instead of the default package private level |
| 29657 |
src/com/gps/action/UserTripAction.java |
93 |
fieldCommentRequirement Required |
| 29658 |
src/com/gps/action/UserTripAction.java |
94 |
Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. |
| 29659 |
src/com/gps/action/UserTripAction.java |
94 |
Use explicit scoping instead of the default package private level |
| 29660 |
src/com/gps/action/UserTripAction.java |
94 |
fieldCommentRequirement Required |
| 29661 |
src/com/gps/action/UserTripAction.java |
95 |
Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. |
| 29662 |
src/com/gps/action/UserTripAction.java |
95 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 29663 |
src/com/gps/action/UserTripAction.java |
95 |
Use explicit scoping instead of the default package private level |
| 29664 |
src/com/gps/action/UserTripAction.java |
95 |
fieldCommentRequirement Required |
| 29665 |
src/com/gps/action/UserTripAction.java |
96 |
Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. |
| 29666 |
src/com/gps/action/UserTripAction.java |
96 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 29667 |
src/com/gps/action/UserTripAction.java |
96 |
Use explicit scoping instead of the default package private level |
| 29668 |
src/com/gps/action/UserTripAction.java |
96 |
fieldCommentRequirement Required |
| 29669 |
src/com/gps/action/UserTripAction.java |
98 |
Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. |
| 29670 |
src/com/gps/action/UserTripAction.java |
98 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 29671 |
src/com/gps/action/UserTripAction.java |
98 |
fieldCommentRequirement Required |
| 29672 |
src/com/gps/action/UserTripAction.java |
99 |
Avoid unused private fields such as 'response'. |
| 29673 |
src/com/gps/action/UserTripAction.java |
99 |
Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. |
| 29674 |
src/com/gps/action/UserTripAction.java |
99 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 29675 |
src/com/gps/action/UserTripAction.java |
99 |
Perhaps 'response' could be replaced by a local variable. |
| 29676 |
src/com/gps/action/UserTripAction.java |
99 |
fieldCommentRequirement Required |
| 29677 |
src/com/gps/action/UserTripAction.java |
100 |
Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. |
| 29678 |
src/com/gps/action/UserTripAction.java |
100 |
The Logger variable declaration does not contain the static and final modifiers |
| 29679 |
src/com/gps/action/UserTripAction.java |
100 |
Use explicit scoping instead of the default package private level |
| 29680 |
src/com/gps/action/UserTripAction.java |
100 |
fieldCommentRequirement Required |
| 29681 |
src/com/gps/action/UserTripAction.java |
105 |
publicMethodCommentRequirement Required |
| 29682 |
src/com/gps/action/UserTripAction.java |
110 |
Potential violation of Law of Demeter (method chain calls) |
| 29683 |
src/com/gps/action/UserTripAction.java |
110 |
Potential violation of Law of Demeter (method chain calls) |
| 29684 |
src/com/gps/action/UserTripAction.java |
111 |
Local variable 'utdao' could be declared final |
| 29685 |
src/com/gps/action/UserTripAction.java |
112 |
Potential violation of Law of Demeter (object not created locally) |
| 29686 |
src/com/gps/action/UserTripAction.java |
114 |
The String literal "triplist" appears 4 times in this file; the first occurrence is on line 114 |
| 29687 |
src/com/gps/action/UserTripAction.java |
116 |
Avoid variables with short names like s |
| 29688 |
src/com/gps/action/UserTripAction.java |
116 |
Local variable 's' could be declared final |
| 29689 |
src/com/gps/action/UserTripAction.java |
116 |
The String literal "size" appears 13 times in this file; the first occurrence is on line 116 |
| 29690 |
src/com/gps/action/UserTripAction.java |
120 |
Avoid variables with short names like sg |
| 29691 |
src/com/gps/action/UserTripAction.java |
120 |
Local variable 'sg' could be declared final |
| 29692 |
src/com/gps/action/UserTripAction.java |
126 |
A method should have only one exit point, and that should be the last statement in the method |
| 29693 |
src/com/gps/action/UserTripAction.java |
126 |
The String literal "success" appears 12 times in this file; the first occurrence is on line 126 |
| 29694 |
src/com/gps/action/UserTripAction.java |
130 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 29695 |
src/com/gps/action/UserTripAction.java |
138 |
publicMethodCommentRequirement Required |
| 29696 |
src/com/gps/action/UserTripAction.java |
145 |
Method names should not start with capital letters |
| 29697 |
src/com/gps/action/UserTripAction.java |
145 |
publicMethodCommentRequirement Required |
| 29698 |
src/com/gps/action/UserTripAction.java |
148 |
Potential violation of Law of Demeter (method chain calls) |
| 29699 |
src/com/gps/action/UserTripAction.java |
148 |
Potential violation of Law of Demeter (method chain calls) |
| 29700 |
src/com/gps/action/UserTripAction.java |
150 |
Local variable 'utdao' could be declared final |
| 29701 |
src/com/gps/action/UserTripAction.java |
151 |
Potential violation of Law of Demeter (object not created locally) |
| 29702 |
src/com/gps/action/UserTripAction.java |
152 |
The String literal "parentList" appears 4 times in this file; the first occurrence is on line 152 |
| 29703 |
src/com/gps/action/UserTripAction.java |
153 |
Avoid variables with short names like sg |
| 29704 |
src/com/gps/action/UserTripAction.java |
153 |
Local variable 'sg' could be declared final |
| 29705 |
src/com/gps/action/UserTripAction.java |
161 |
publicMethodCommentRequirement Required |
| 29706 |
src/com/gps/action/UserTripAction.java |
168 |
Avoid variables with short names like st |
| 29707 |
src/com/gps/action/UserTripAction.java |
168 |
Local variable 'st' could be declared final |
| 29708 |
src/com/gps/action/UserTripAction.java |
169 |
Potential violation of Law of Demeter (method chain calls) |
| 29709 |
src/com/gps/action/UserTripAction.java |
169 |
Potential violation of Law of Demeter (method chain calls) |
| 29710 |
src/com/gps/action/UserTripAction.java |
171 |
Local variable 'utdao' could be declared final |
| 29711 |
src/com/gps/action/UserTripAction.java |
172 |
Potential violation of Law of Demeter (object not created locally) |
| 29712 |
src/com/gps/action/UserTripAction.java |
175 |
Avoid using Literals in Conditional Statements |
| 29713 |
src/com/gps/action/UserTripAction.java |
175 |
Use equals() to compare strings instead of '==' or '!=' |
| 29714 |
src/com/gps/action/UserTripAction.java |
179 |
Potential violation of Law of Demeter (object not created locally) |
| 29715 |
src/com/gps/action/UserTripAction.java |
180 |
Potential violation of Law of Demeter (method chain calls) |
| 29716 |
src/com/gps/action/UserTripAction.java |
182 |
A method should have only one exit point, and that should be the last statement in the method |
| 29717 |
src/com/gps/action/UserTripAction.java |
186 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 29718 |
src/com/gps/action/UserTripAction.java |
193 |
publicMethodCommentRequirement Required |
| 29719 |
src/com/gps/action/UserTripAction.java |
198 |
Parameter 'tripid' is not assigned and could be declared final |
| 29720 |
src/com/gps/action/UserTripAction.java |
198 |
publicMethodCommentRequirement Required |
| 29721 |
src/com/gps/action/UserTripAction.java |
203 |
publicMethodCommentRequirement Required |
| 29722 |
src/com/gps/action/UserTripAction.java |
205 |
Found 'DU'-anomaly for variable 'utdao' (lines '205'-'225'). |
| 29723 |
src/com/gps/action/UserTripAction.java |
205 |
Local variable 'utdao' could be declared final |
| 29724 |
src/com/gps/action/UserTripAction.java |
210 |
Found 'DU'-anomaly for variable 'values_chk' (lines '210'-'225'). |
| 29725 |
src/com/gps/action/UserTripAction.java |
210 |
Local variable 'values_chk' could be declared final |
| 29726 |
src/com/gps/action/UserTripAction.java |
210 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'values_chk' is not final. |
| 29727 |
src/com/gps/action/UserTripAction.java |
210 |
The String literal "userCheck" appears 5 times in this file; the first occurrence is on line 210 |
| 29728 |
src/com/gps/action/UserTripAction.java |
215 |
Potential violation of Law of Demeter (method chain calls) |
| 29729 |
src/com/gps/action/UserTripAction.java |
215 |
Potential violation of Law of Demeter (object not created locally) |
| 29730 |
src/com/gps/action/UserTripAction.java |
219 |
A method should have only one exit point, and that should be the last statement in the method |
| 29731 |
src/com/gps/action/UserTripAction.java |
221 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 29732 |
src/com/gps/action/UserTripAction.java |
228 |
publicMethodCommentRequirement Required |
| 29733 |
src/com/gps/action/UserTripAction.java |
230 |
Found 'DU'-anomaly for variable 'utdao' (lines '230'-'243'). |
| 29734 |
src/com/gps/action/UserTripAction.java |
230 |
Local variable 'utdao' could be declared final |
| 29735 |
src/com/gps/action/UserTripAction.java |
232 |
Local variable 'values_chk' could be declared final |
| 29736 |
src/com/gps/action/UserTripAction.java |
232 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'values_chk' is not final. |
| 29737 |
src/com/gps/action/UserTripAction.java |
233 |
Avoid using Literals in Conditional Statements |
| 29738 |
src/com/gps/action/UserTripAction.java |
237 |
Potential violation of Law of Demeter (method chain calls) |
| 29739 |
src/com/gps/action/UserTripAction.java |
237 |
Potential violation of Law of Demeter (object not created locally) |
| 29740 |
src/com/gps/action/UserTripAction.java |
249 |
Comment is too large: Line too long |
| 29741 |
src/com/gps/action/UserTripAction.java |
250 |
Comment is too large: Line too long |
| 29742 |
src/com/gps/action/UserTripAction.java |
251 |
Comment is too large: Line too long |
| 29743 |
src/com/gps/action/UserTripAction.java |
256 |
publicMethodCommentRequirement Required |
| 29744 |
src/com/gps/action/UserTripAction.java |
260 |
Potential violation of Law of Demeter (method chain calls) |
| 29745 |
src/com/gps/action/UserTripAction.java |
260 |
Potential violation of Law of Demeter (method chain calls) |
| 29746 |
src/com/gps/action/UserTripAction.java |
262 |
Local variable 'utdao' could be declared final |
| 29747 |
src/com/gps/action/UserTripAction.java |
263 |
Potential violation of Law of Demeter (object not created locally) |
| 29748 |
src/com/gps/action/UserTripAction.java |
264 |
Avoid declaring a variable if it is unreferenced before a possible exit point. |
| 29749 |
src/com/gps/action/UserTripAction.java |
264 |
Avoid unused local variables such as 'myList'. |
| 29750 |
src/com/gps/action/UserTripAction.java |
264 |
Local variable 'myList' could be declared final |
| 29751 |
src/com/gps/action/UserTripAction.java |
268 |
Position literals first in String comparisons |
| 29752 |
src/com/gps/action/UserTripAction.java |
268 |
The String literal "All" appears 4 times in this file; the first occurrence is on line 268 |
| 29753 |
src/com/gps/action/UserTripAction.java |
270 |
Local variable 'size' could be declared final |
| 29754 |
src/com/gps/action/UserTripAction.java |
272 |
Avoid variables with short names like sg |
| 29755 |
src/com/gps/action/UserTripAction.java |
272 |
Local variable 'sg' could be declared final |
| 29756 |
src/com/gps/action/UserTripAction.java |
280 |
publicMethodCommentRequirement Required |
| 29757 |
src/com/gps/action/UserTripAction.java |
283 |
Potential violation of Law of Demeter (method chain calls) |
| 29758 |
src/com/gps/action/UserTripAction.java |
283 |
Potential violation of Law of Demeter (method chain calls) |
| 29759 |
src/com/gps/action/UserTripAction.java |
284 |
Local variable 'utdao' could be declared final |
| 29760 |
src/com/gps/action/UserTripAction.java |
285 |
Potential violation of Law of Demeter (object not created locally) |
| 29761 |
src/com/gps/action/UserTripAction.java |
290 |
Position literals first in String comparisons |
| 29762 |
src/com/gps/action/UserTripAction.java |
292 |
Local variable 'size' could be declared final |
| 29763 |
src/com/gps/action/UserTripAction.java |
294 |
Avoid variables with short names like sg |
| 29764 |
src/com/gps/action/UserTripAction.java |
294 |
Local variable 'sg' could be declared final |
| 29765 |
src/com/gps/action/UserTripAction.java |
307 |
The method 'update' has a Cyclomatic Complexity of 11. |
| 29766 |
src/com/gps/action/UserTripAction.java |
307 |
publicMethodCommentRequirement Required |
| 29767 |
src/com/gps/action/UserTripAction.java |
309 |
Avoid declaring a variable if it is unreferenced before a possible exit point. |
| 29768 |
src/com/gps/action/UserTripAction.java |
309 |
Avoid unused local variables such as 'insertList'. |
| 29769 |
src/com/gps/action/UserTripAction.java |
309 |
Found 'DU'-anomaly for variable 'insertList' (lines '309'-'396'). |
| 29770 |
src/com/gps/action/UserTripAction.java |
309 |
Local variable 'insertList' could be declared final |
| 29771 |
src/com/gps/action/UserTripAction.java |
310 |
Local variable 'sList' could be declared final |
| 29772 |
src/com/gps/action/UserTripAction.java |
311 |
Local variable 'utdao' could be declared final |
| 29773 |
src/com/gps/action/UserTripAction.java |
313 |
Potential violation of Law of Demeter (method chain calls) |
| 29774 |
src/com/gps/action/UserTripAction.java |
317 |
Avoid variables with short names like s |
| 29775 |
src/com/gps/action/UserTripAction.java |
317 |
Local variable 's' could be declared final |
| 29776 |
src/com/gps/action/UserTripAction.java |
317 |
Potential violation of Law of Demeter (method chain calls) |
| 29777 |
src/com/gps/action/UserTripAction.java |
317 |
Potential violation of Law of Demeter (method chain calls) |
| 29778 |
src/com/gps/action/UserTripAction.java |
318 |
Potential violation of Law of Demeter (object not created locally) |
| 29779 |
src/com/gps/action/UserTripAction.java |
322 |
Found 'DU'-anomaly for variable 'values_chk' (lines '322'-'396'). |
| 29780 |
src/com/gps/action/UserTripAction.java |
322 |
Local variable 'values_chk' could be declared final |
| 29781 |
src/com/gps/action/UserTripAction.java |
322 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'values_chk' is not final. |
| 29782 |
src/com/gps/action/UserTripAction.java |
325 |
Avoid if (x != y) ..; else ..; |
| 29783 |
src/com/gps/action/UserTripAction.java |
328 |
Local variable 'wordList' could be declared final |
| 29784 |
src/com/gps/action/UserTripAction.java |
330 |
Potential violation of Law of Demeter (object not created locally) |
| 29785 |
src/com/gps/action/UserTripAction.java |
332 |
Potential violation of Law of Demeter (object not created locally) |
| 29786 |
src/com/gps/action/UserTripAction.java |
332 |
Potential violation of Law of Demeter (object not created locally) |
| 29787 |
src/com/gps/action/UserTripAction.java |
335 |
Potential violation of Law of Demeter (object not created locally) |
| 29788 |
src/com/gps/action/UserTripAction.java |
335 |
Potential violation of Law of Demeter (object not created locally) |
| 29789 |
src/com/gps/action/UserTripAction.java |
340 |
Potential violation of Law of Demeter (object not created locally) |
| 29790 |
src/com/gps/action/UserTripAction.java |
340 |
Potential violation of Law of Demeter (object not created locally) |
| 29791 |
src/com/gps/action/UserTripAction.java |
346 |
Avoid using Literals in Conditional Statements |
| 29792 |
src/com/gps/action/UserTripAction.java |
346 |
Potential violation of Law of Demeter (object not created locally) |
| 29793 |
src/com/gps/action/UserTripAction.java |
346 |
Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty() |
| 29794 |
src/com/gps/action/UserTripAction.java |
349 |
Potential violation of Law of Demeter (object not created locally) |
| 29795 |
src/com/gps/action/UserTripAction.java |
351 |
Potential violation of Law of Demeter (object not created locally) |
| 29796 |
src/com/gps/action/UserTripAction.java |
351 |
Potential violation of Law of Demeter (object not created locally) |
| 29797 |
src/com/gps/action/UserTripAction.java |
361 |
Avoid using Literals in Conditional Statements |
| 29798 |
src/com/gps/action/UserTripAction.java |
361 |
Potential violation of Law of Demeter (object not created locally) |
| 29799 |
src/com/gps/action/UserTripAction.java |
361 |
Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty() |
| 29800 |
src/com/gps/action/UserTripAction.java |
364 |
Potential violation of Law of Demeter (object not created locally) |
| 29801 |
src/com/gps/action/UserTripAction.java |
366 |
Potential violation of Law of Demeter (object not created locally) |
| 29802 |
src/com/gps/action/UserTripAction.java |
366 |
Potential violation of Law of Demeter (object not created locally) |
| 29803 |
src/com/gps/action/UserTripAction.java |
373 |
Potential violation of Law of Demeter (method chain calls) |
| 29804 |
src/com/gps/action/UserTripAction.java |
373 |
Potential violation of Law of Demeter (method chain calls) |
| 29805 |
src/com/gps/action/UserTripAction.java |
374 |
Potential violation of Law of Demeter (object not created locally) |
| 29806 |
src/com/gps/action/UserTripAction.java |
377 |
Avoid variables with short names like s |
| 29807 |
src/com/gps/action/UserTripAction.java |
377 |
Local variable 's' could be declared final |
| 29808 |
src/com/gps/action/UserTripAction.java |
381 |
Avoid variables with short names like sg |
| 29809 |
src/com/gps/action/UserTripAction.java |
381 |
Local variable 'sg' could be declared final |
| 29810 |
src/com/gps/action/UserTripAction.java |
402 |
publicMethodCommentRequirement Required |
| 29811 |
src/com/gps/action/UserTripAction.java |
408 |
Potential violation of Law of Demeter (method chain calls) |
| 29812 |
src/com/gps/action/UserTripAction.java |
408 |
Potential violation of Law of Demeter (method chain calls) |
| 29813 |
src/com/gps/action/UserTripAction.java |
412 |
Avoid variables with short names like st |
| 29814 |
src/com/gps/action/UserTripAction.java |
412 |
Local variable 'st' could be declared final |
| 29815 |
src/com/gps/action/UserTripAction.java |
414 |
Avoid using Literals in Conditional Statements |
| 29816 |
src/com/gps/action/UserTripAction.java |
414 |
Use equals() to compare strings instead of '==' or '!=' |
| 29817 |
src/com/gps/action/UserTripAction.java |
422 |
Local variable 'utdao' could be declared final |
| 29818 |
src/com/gps/action/UserTripAction.java |
423 |
Potential violation of Law of Demeter (object not created locally) |
| 29819 |
src/com/gps/action/UserTripAction.java |
426 |
Potential violation of Law of Demeter (object not created locally) |
| 29820 |
src/com/gps/action/UserTripAction.java |
427 |
Potential violation of Law of Demeter (method chain calls) |
| 29821 |
src/com/gps/action/UserTripAction.java |
428 |
A method should have only one exit point, and that should be the last statement in the method |
| 29822 |
src/com/gps/action/UserTripAction.java |
432 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 29823 |
src/com/gps/action/UserTripAction.java |
441 |
The method 'updateTrip' has a Cyclomatic Complexity of 11. |
| 29824 |
src/com/gps/action/UserTripAction.java |
441 |
publicMethodCommentRequirement Required |
| 29825 |
src/com/gps/action/UserTripAction.java |
443 |
Avoid declaring a variable if it is unreferenced before a possible exit point. |
| 29826 |
src/com/gps/action/UserTripAction.java |
443 |
Avoid unused local variables such as 'insertList1'. |
| 29827 |
src/com/gps/action/UserTripAction.java |
443 |
Found 'DU'-anomaly for variable 'insertList1' (lines '443'-'528'). |
| 29828 |
src/com/gps/action/UserTripAction.java |
443 |
Local variable 'insertList1' could be declared final |
| 29829 |
src/com/gps/action/UserTripAction.java |
444 |
Local variable 'sList1' could be declared final |
| 29830 |
src/com/gps/action/UserTripAction.java |
445 |
Local variable 'utdao' could be declared final |
| 29831 |
src/com/gps/action/UserTripAction.java |
446 |
Potential violation of Law of Demeter (method chain calls) |
| 29832 |
src/com/gps/action/UserTripAction.java |
446 |
Unnecessary use of fully qualified name 'com.gps.hibernate.TripDetails' due to existing import 'com.gps.hibernate.TripDetails' |
| 29833 |
src/com/gps/action/UserTripAction.java |
449 |
Avoid variables with short names like s |
| 29834 |
src/com/gps/action/UserTripAction.java |
449 |
Local variable 's' could be declared final |
| 29835 |
src/com/gps/action/UserTripAction.java |
449 |
Potential violation of Law of Demeter (method chain calls) |
| 29836 |
src/com/gps/action/UserTripAction.java |
449 |
Potential violation of Law of Demeter (method chain calls) |
| 29837 |
src/com/gps/action/UserTripAction.java |
450 |
Potential violation of Law of Demeter (object not created locally) |
| 29838 |
src/com/gps/action/UserTripAction.java |
454 |
Found 'DU'-anomaly for variable 'values_chk' (lines '454'-'528'). |
| 29839 |
src/com/gps/action/UserTripAction.java |
454 |
Local variable 'values_chk' could be declared final |
| 29840 |
src/com/gps/action/UserTripAction.java |
454 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'values_chk' is not final. |
| 29841 |
src/com/gps/action/UserTripAction.java |
455 |
Avoid if (x != y) ..; else ..; |
| 29842 |
src/com/gps/action/UserTripAction.java |
458 |
Local variable 'wordList' could be declared final |
| 29843 |
src/com/gps/action/UserTripAction.java |
460 |
Potential violation of Law of Demeter (object not created locally) |
| 29844 |
src/com/gps/action/UserTripAction.java |
462 |
Potential violation of Law of Demeter (object not created locally) |
| 29845 |
src/com/gps/action/UserTripAction.java |
462 |
Potential violation of Law of Demeter (object not created locally) |
| 29846 |
src/com/gps/action/UserTripAction.java |
465 |
Potential violation of Law of Demeter (object not created locally) |
| 29847 |
src/com/gps/action/UserTripAction.java |
465 |
Potential violation of Law of Demeter (object not created locally) |
| 29848 |
src/com/gps/action/UserTripAction.java |
470 |
Potential violation of Law of Demeter (object not created locally) |
| 29849 |
src/com/gps/action/UserTripAction.java |
470 |
Potential violation of Law of Demeter (object not created locally) |
| 29850 |
src/com/gps/action/UserTripAction.java |
476 |
Avoid using Literals in Conditional Statements |
| 29851 |
src/com/gps/action/UserTripAction.java |
476 |
Potential violation of Law of Demeter (object not created locally) |
| 29852 |
src/com/gps/action/UserTripAction.java |
476 |
Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty() |
| 29853 |
src/com/gps/action/UserTripAction.java |
479 |
Potential violation of Law of Demeter (object not created locally) |
| 29854 |
src/com/gps/action/UserTripAction.java |
481 |
Potential violation of Law of Demeter (object not created locally) |
| 29855 |
src/com/gps/action/UserTripAction.java |
481 |
Potential violation of Law of Demeter (object not created locally) |
| 29856 |
src/com/gps/action/UserTripAction.java |
491 |
Avoid using Literals in Conditional Statements |
| 29857 |
src/com/gps/action/UserTripAction.java |
491 |
Potential violation of Law of Demeter (object not created locally) |
| 29858 |
src/com/gps/action/UserTripAction.java |
491 |
Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty() |
| 29859 |
src/com/gps/action/UserTripAction.java |
494 |
Potential violation of Law of Demeter (object not created locally) |
| 29860 |
src/com/gps/action/UserTripAction.java |
496 |
Potential violation of Law of Demeter (object not created locally) |
| 29861 |
src/com/gps/action/UserTripAction.java |
496 |
Potential violation of Law of Demeter (object not created locally) |
| 29862 |
src/com/gps/action/UserTripAction.java |
502 |
Potential violation of Law of Demeter (method chain calls) |
| 29863 |
src/com/gps/action/UserTripAction.java |
502 |
Potential violation of Law of Demeter (method chain calls) |
| 29864 |
src/com/gps/action/UserTripAction.java |
503 |
Potential violation of Law of Demeter (object not created locally) |
| 29865 |
src/com/gps/action/UserTripAction.java |
507 |
Avoid variables with short names like s |
| 29866 |
src/com/gps/action/UserTripAction.java |
507 |
Local variable 's' could be declared final |
| 29867 |
src/com/gps/action/UserTripAction.java |
511 |
Avoid variables with short names like sg |
| 29868 |
src/com/gps/action/UserTripAction.java |
511 |
Local variable 'sg' could be declared final |
| 29869 |
src/com/gps/action/UserTripAction.java |
544 |
publicMethodCommentRequirement Required |
| 29870 |
src/com/gps/action/UserTripAction.java |
548 |
Parameter 'tripList' is not assigned and could be declared final |
| 29871 |
src/com/gps/action/UserTripAction.java |
548 |
publicMethodCommentRequirement Required |
| 29872 |
src/com/gps/action/UserTripAction.java |
553 |
A method/constructor shouldnt explicitly throw java.lang.Exception |
| 29873 |
src/com/gps/action/UserTripAction.java |
553 |
publicMethodCommentRequirement Required |
| 29874 |
src/com/gps/action/UserTripAction.java |
555 |
Potential violation of Law of Demeter (method chain calls) |
| 29875 |
src/com/gps/action/UserTripAction.java |
556 |
Potential violation of Law of Demeter (method chain calls) |
| 29876 |
src/com/gps/action/UserTripAction.java |
560 |
Parameter 'arg0' is not assigned and could be declared final |
| 29877 |
src/com/gps/action/UserTripAction.java |
560 |
publicMethodCommentRequirement Required |
| 29878 |
src/com/gps/action/UserTripAction.java |
567 |
Parameter 'arg0' is not assigned and could be declared final |
| 29879 |
src/com/gps/action/UserTripAction.java |
567 |
publicMethodCommentRequirement Required |
| 29880 |
src/com/gps/action/UserTripAction.java |
573 |
Parameter 'arg0' is not assigned and could be declared final |
| 29881 |
src/com/gps/action/UserTripAction.java |
573 |
publicMethodCommentRequirement Required |
| 29882 |
src/com/gps/action/VehicleCRUDAction.java |
2 |
A high number of imports can indicate a high degree of coupling within an object. |
| 29883 |
src/com/gps/action/VehicleCRUDAction.java |
2 |
Possible God class (WMC=85, ATFD=51, TCC=0.11951219512195121) |
| 29884 |
src/com/gps/action/VehicleCRUDAction.java |
39 |
The class 'VehicleCRUDAction' has a Cyclomatic Complexity of 2 (Highest = 14). |
| 29885 |
src/com/gps/action/VehicleCRUDAction.java |
39 |
Too many fields |
| 29886 |
src/com/gps/action/VehicleCRUDAction.java |
39 |
headerCommentRequirement Required |
| 29887 |
src/com/gps/action/VehicleCRUDAction.java |
41 |
fieldCommentRequirement Required |
| 29888 |
src/com/gps/action/VehicleCRUDAction.java |
43 |
fieldCommentRequirement Required |
| 29889 |
src/com/gps/action/VehicleCRUDAction.java |
44 |
The Logger variable declaration does not contain the static and final modifiers |
| 29890 |
src/com/gps/action/VehicleCRUDAction.java |
44 |
Use explicit scoping instead of the default package private level |
| 29891 |
src/com/gps/action/VehicleCRUDAction.java |
44 |
fieldCommentRequirement Required |
| 29892 |
src/com/gps/action/VehicleCRUDAction.java |
45 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 29893 |
src/com/gps/action/VehicleCRUDAction.java |
45 |
fieldCommentRequirement Required |
| 29894 |
src/com/gps/action/VehicleCRUDAction.java |
46 |
Avoid unused private fields such as 'response'. |
| 29895 |
src/com/gps/action/VehicleCRUDAction.java |
46 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 29896 |
src/com/gps/action/VehicleCRUDAction.java |
46 |
Perhaps 'response' could be replaced by a local variable. |
| 29897 |
src/com/gps/action/VehicleCRUDAction.java |
46 |
fieldCommentRequirement Required |
| 29898 |
src/com/gps/action/VehicleCRUDAction.java |
47 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 29899 |
src/com/gps/action/VehicleCRUDAction.java |
47 |
fieldCommentRequirement Required |
| 29900 |
src/com/gps/action/VehicleCRUDAction.java |
48 |
fieldCommentRequirement Required |
| 29901 |
src/com/gps/action/VehicleCRUDAction.java |
49 |
fieldCommentRequirement Required |
| 29902 |
src/com/gps/action/VehicleCRUDAction.java |
52 |
publicMethodCommentRequirement Required |
| 29903 |
src/com/gps/action/VehicleCRUDAction.java |
55 |
Parameter 'select1' is not assigned and could be declared final |
| 29904 |
src/com/gps/action/VehicleCRUDAction.java |
55 |
publicMethodCommentRequirement Required |
| 29905 |
src/com/gps/action/VehicleCRUDAction.java |
58 |
Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. |
| 29906 |
src/com/gps/action/VehicleCRUDAction.java |
58 |
fieldCommentRequirement Required |
| 29907 |
src/com/gps/action/VehicleCRUDAction.java |
60 |
Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. |
| 29908 |
src/com/gps/action/VehicleCRUDAction.java |
60 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 29909 |
src/com/gps/action/VehicleCRUDAction.java |
60 |
fieldCommentRequirement Required |
| 29910 |
src/com/gps/action/VehicleCRUDAction.java |
61 |
Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. |
| 29911 |
src/com/gps/action/VehicleCRUDAction.java |
61 |
fieldCommentRequirement Required |
| 29912 |
src/com/gps/action/VehicleCRUDAction.java |
62 |
Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. |
| 29913 |
src/com/gps/action/VehicleCRUDAction.java |
62 |
fieldCommentRequirement Required |
| 29914 |
src/com/gps/action/VehicleCRUDAction.java |
63 |
Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. |
| 29915 |
src/com/gps/action/VehicleCRUDAction.java |
63 |
fieldCommentRequirement Required |
| 29916 |
src/com/gps/action/VehicleCRUDAction.java |
64 |
publicMethodCommentRequirement Required |
| 29917 |
src/com/gps/action/VehicleCRUDAction.java |
67 |
Parameter 'vehicleGroupList' is not assigned and could be declared final |
| 29918 |
src/com/gps/action/VehicleCRUDAction.java |
67 |
publicMethodCommentRequirement Required |
| 29919 |
src/com/gps/action/VehicleCRUDAction.java |
71 |
Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. |
| 29920 |
src/com/gps/action/VehicleCRUDAction.java |
71 |
fieldCommentRequirement Required |
| 29921 |
src/com/gps/action/VehicleCRUDAction.java |
72 |
Avoid using redundant field initializer for 'tx' |
| 29922 |
src/com/gps/action/VehicleCRUDAction.java |
72 |
Avoid variables with short names like tx |
| 29923 |
src/com/gps/action/VehicleCRUDAction.java |
72 |
Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. |
| 29924 |
src/com/gps/action/VehicleCRUDAction.java |
72 |
Use explicit scoping instead of the default package private level |
| 29925 |
src/com/gps/action/VehicleCRUDAction.java |
72 |
fieldCommentRequirement Required |
| 29926 |
src/com/gps/action/VehicleCRUDAction.java |
73 |
Avoid using redundant field initializer for 'sess' |
| 29927 |
src/com/gps/action/VehicleCRUDAction.java |
73 |
Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. |
| 29928 |
src/com/gps/action/VehicleCRUDAction.java |
73 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 29929 |
src/com/gps/action/VehicleCRUDAction.java |
73 |
Use explicit scoping instead of the default package private level |
| 29930 |
src/com/gps/action/VehicleCRUDAction.java |
73 |
fieldCommentRequirement Required |
| 29931 |
src/com/gps/action/VehicleCRUDAction.java |
74 |
Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. |
| 29932 |
src/com/gps/action/VehicleCRUDAction.java |
74 |
fieldCommentRequirement Required |
| 29933 |
src/com/gps/action/VehicleCRUDAction.java |
77 |
publicMethodCommentRequirement Required |
| 29934 |
src/com/gps/action/VehicleCRUDAction.java |
80 |
Parameter 'deviceid' is not assigned and could be declared final |
| 29935 |
src/com/gps/action/VehicleCRUDAction.java |
80 |
publicMethodCommentRequirement Required |
| 29936 |
src/com/gps/action/VehicleCRUDAction.java |
84 |
Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. |
| 29937 |
src/com/gps/action/VehicleCRUDAction.java |
84 |
fieldCommentRequirement Required |
| 29938 |
src/com/gps/action/VehicleCRUDAction.java |
85 |
Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. |
| 29939 |
src/com/gps/action/VehicleCRUDAction.java |
85 |
fieldCommentRequirement Required |
| 29940 |
src/com/gps/action/VehicleCRUDAction.java |
86 |
Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. |
| 29941 |
src/com/gps/action/VehicleCRUDAction.java |
86 |
fieldCommentRequirement Required |
| 29942 |
src/com/gps/action/VehicleCRUDAction.java |
89 |
publicMethodCommentRequirement Required |
| 29943 |
src/com/gps/action/VehicleCRUDAction.java |
92 |
Parameter 'message2' is not assigned and could be declared final |
| 29944 |
src/com/gps/action/VehicleCRUDAction.java |
92 |
publicMethodCommentRequirement Required |
| 29945 |
src/com/gps/action/VehicleCRUDAction.java |
95 |
publicMethodCommentRequirement Required |
| 29946 |
src/com/gps/action/VehicleCRUDAction.java |
98 |
Parameter 'message1' is not assigned and could be declared final |
| 29947 |
src/com/gps/action/VehicleCRUDAction.java |
98 |
publicMethodCommentRequirement Required |
| 29948 |
src/com/gps/action/VehicleCRUDAction.java |
101 |
publicMethodCommentRequirement Required |
| 29949 |
src/com/gps/action/VehicleCRUDAction.java |
104 |
publicMethodCommentRequirement Required |
| 29950 |
src/com/gps/action/VehicleCRUDAction.java |
107 |
Parameter 'vehicleId' is not assigned and could be declared final |
| 29951 |
src/com/gps/action/VehicleCRUDAction.java |
107 |
publicMethodCommentRequirement Required |
| 29952 |
src/com/gps/action/VehicleCRUDAction.java |
110 |
publicMethodCommentRequirement Required |
| 29953 |
src/com/gps/action/VehicleCRUDAction.java |
114 |
publicMethodCommentRequirement Required |
| 29954 |
src/com/gps/action/VehicleCRUDAction.java |
118 |
Parameter 'deviceList' is not assigned and could be declared final |
| 29955 |
src/com/gps/action/VehicleCRUDAction.java |
118 |
publicMethodCommentRequirement Required |
| 29956 |
src/com/gps/action/VehicleCRUDAction.java |
122 |
Parameter 'device' is not assigned and could be declared final |
| 29957 |
src/com/gps/action/VehicleCRUDAction.java |
122 |
publicMethodCommentRequirement Required |
| 29958 |
src/com/gps/action/VehicleCRUDAction.java |
125 |
Parameter 'message' is not assigned and could be declared final |
| 29959 |
src/com/gps/action/VehicleCRUDAction.java |
125 |
publicMethodCommentRequirement Required |
| 29960 |
src/com/gps/action/VehicleCRUDAction.java |
131 |
Parameter 'vehicles' is not assigned and could be declared final |
| 29961 |
src/com/gps/action/VehicleCRUDAction.java |
131 |
publicMethodCommentRequirement Required |
| 29962 |
src/com/gps/action/VehicleCRUDAction.java |
136 |
publicMethodCommentRequirement Required |
| 29963 |
src/com/gps/action/VehicleCRUDAction.java |
139 |
Parameter 'vehicle' is not assigned and could be declared final |
| 29964 |
src/com/gps/action/VehicleCRUDAction.java |
139 |
publicMethodCommentRequirement Required |
| 29965 |
src/com/gps/action/VehicleCRUDAction.java |
142 |
publicMethodCommentRequirement Required |
| 29966 |
src/com/gps/action/VehicleCRUDAction.java |
146 |
publicMethodCommentRequirement Required |
| 29967 |
src/com/gps/action/VehicleCRUDAction.java |
149 |
Parameter 'type' is not assigned and could be declared final |
| 29968 |
src/com/gps/action/VehicleCRUDAction.java |
149 |
publicMethodCommentRequirement Required |
| 29969 |
src/com/gps/action/VehicleCRUDAction.java |
153 |
publicMethodCommentRequirement Required |
| 29970 |
src/com/gps/action/VehicleCRUDAction.java |
156 |
Parameter 'vehicleGroup' is not assigned and could be declared final |
| 29971 |
src/com/gps/action/VehicleCRUDAction.java |
156 |
publicMethodCommentRequirement Required |
| 29972 |
src/com/gps/action/VehicleCRUDAction.java |
163 |
A method/constructor shouldnt explicitly throw java.lang.Exception |
| 29973 |
src/com/gps/action/VehicleCRUDAction.java |
163 |
publicMethodCommentRequirement Required |
| 29974 |
src/com/gps/action/VehicleCRUDAction.java |
168 |
The String literal "user" appears 4 times in this file; the first occurrence is on line 168 |
| 29975 |
src/com/gps/action/VehicleCRUDAction.java |
169 |
Local variable 'vehicle1' could be declared final |
| 29976 |
src/com/gps/action/VehicleCRUDAction.java |
169 |
The String literal "vehicle" appears 9 times in this file; the first occurrence is on line 169 |
| 29977 |
src/com/gps/action/VehicleCRUDAction.java |
172 |
Avoid variables with short names like id |
| 29978 |
src/com/gps/action/VehicleCRUDAction.java |
172 |
Found 'DD'-anomaly for variable 'id' (lines '172'-'179'). |
| 29979 |
src/com/gps/action/VehicleCRUDAction.java |
172 |
Found 'DD'-anomaly for variable 'id' (lines '172'-'183'). |
| 29980 |
src/com/gps/action/VehicleCRUDAction.java |
172 |
Found 'DD'-anomaly for variable 'id' (lines '172'-'187'). |
| 29981 |
src/com/gps/action/VehicleCRUDAction.java |
174 |
Local variable 'dpdao' could be declared final |
| 29982 |
src/com/gps/action/VehicleCRUDAction.java |
175 |
Avoid if (x != y) ..; else ..; |
| 29983 |
src/com/gps/action/VehicleCRUDAction.java |
177 |
Avoid if (x != y) ..; else ..; |
| 29984 |
src/com/gps/action/VehicleCRUDAction.java |
177 |
Potential violation of Law of Demeter (object not created locally) |
| 29985 |
src/com/gps/action/VehicleCRUDAction.java |
179 |
Potential violation of Law of Demeter (method chain calls) |
| 29986 |
src/com/gps/action/VehicleCRUDAction.java |
179 |
Potential violation of Law of Demeter (object not created locally) |
| 29987 |
src/com/gps/action/VehicleCRUDAction.java |
183 |
Assigning an Object to null is a code smell. Consider refactoring. |
| 29988 |
src/com/gps/action/VehicleCRUDAction.java |
187 |
Assigning an Object to null is a code smell. Consider refactoring. |
| 29989 |
src/com/gps/action/VehicleCRUDAction.java |
187 |
Avoid using if...else statements without curly braces |
| 29990 |
src/com/gps/action/VehicleCRUDAction.java |
189 |
Potential violation of Law of Demeter (object not created locally) |
| 29991 |
src/com/gps/action/VehicleCRUDAction.java |
190 |
Local variable 'vpdao' could be declared final |
| 29992 |
src/com/gps/action/VehicleCRUDAction.java |
191 |
Potential violation of Law of Demeter (object not created locally) |
| 29993 |
src/com/gps/action/VehicleCRUDAction.java |
197 |
publicMethodCommentRequirement Required |
| 29994 |
src/com/gps/action/VehicleCRUDAction.java |
203 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 29995 |
src/com/gps/action/VehicleCRUDAction.java |
205 |
Avoid printStackTrace(); use a logger call instead. |
| 29996 |
src/com/gps/action/VehicleCRUDAction.java |
205 |
Potential violation of Law of Demeter (object not created locally) |
| 29997 |
src/com/gps/action/VehicleCRUDAction.java |
206 |
A method should have only one exit point, and that should be the last statement in the method |
| 29998 |
src/com/gps/action/VehicleCRUDAction.java |
212 |
publicMethodCommentRequirement Required |
| 29999 |
src/com/gps/action/VehicleCRUDAction.java |
215 |
Found 'DU'-anomaly for variable 'rdao' (lines '215'-'253'). |
| 30000 |
src/com/gps/action/VehicleCRUDAction.java |
215 |
Local variable 'rdao' could be declared final |
| 30001 |
src/com/gps/action/VehicleCRUDAction.java |
217 |
Found 'DD'-anomaly for variable 'value' (lines '217'-'223'). |
| 30002 |
src/com/gps/action/VehicleCRUDAction.java |
217 |
Found 'DD'-anomaly for variable 'value' (lines '217'-'242'). |
| 30003 |
src/com/gps/action/VehicleCRUDAction.java |
217 |
Found 'DD'-anomaly for variable 'value' (lines '217'-'250'). |
| 30004 |
src/com/gps/action/VehicleCRUDAction.java |
218 |
Local variable 'type' could be declared final |
| 30005 |
src/com/gps/action/VehicleCRUDAction.java |
219 |
Avoid variables with short names like sg |
| 30006 |
src/com/gps/action/VehicleCRUDAction.java |
219 |
Local variable 'sg' could be declared final |
| 30007 |
src/com/gps/action/VehicleCRUDAction.java |
221 |
The String literal "size" appears 4 times in this file; the first occurrence is on line 221 |
| 30008 |
src/com/gps/action/VehicleCRUDAction.java |
222 |
Position literals first in String comparisons |
| 30009 |
src/com/gps/action/VehicleCRUDAction.java |
222 |
Potential violation of Law of Demeter (object not created locally) |
| 30010 |
src/com/gps/action/VehicleCRUDAction.java |
223 |
Avoid using if...else statements without curly braces |
| 30011 |
src/com/gps/action/VehicleCRUDAction.java |
227 |
Position literals first in String comparisons |
| 30012 |
src/com/gps/action/VehicleCRUDAction.java |
227 |
Potential violation of Law of Demeter (object not created locally) |
| 30013 |
src/com/gps/action/VehicleCRUDAction.java |
229 |
Avoid using if...else statements without curly braces |
| 30014 |
src/com/gps/action/VehicleCRUDAction.java |
231 |
Local variable 'vpdao' could be declared final |
| 30015 |
src/com/gps/action/VehicleCRUDAction.java |
232 |
Potential violation of Law of Demeter (method chain calls) |
| 30016 |
src/com/gps/action/VehicleCRUDAction.java |
232 |
Potential violation of Law of Demeter (object not created locally) |
| 30017 |
src/com/gps/action/VehicleCRUDAction.java |
236 |
Potential violation of Law of Demeter (object not created locally) |
| 30018 |
src/com/gps/action/VehicleCRUDAction.java |
236 |
These nested if statements could be combined |
| 30019 |
src/com/gps/action/VehicleCRUDAction.java |
238 |
Potential violation of Law of Demeter (object not created locally) |
| 30020 |
src/com/gps/action/VehicleCRUDAction.java |
239 |
Potential violation of Law of Demeter (object not created locally) |
| 30021 |
src/com/gps/action/VehicleCRUDAction.java |
242 |
Found 'DD'-anomaly for variable 'value' (lines '242'-'246'). |
| 30022 |
src/com/gps/action/VehicleCRUDAction.java |
244 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 30023 |
src/com/gps/action/VehicleCRUDAction.java |
250 |
Avoid using if...else statements without curly braces |
| 30024 |
src/com/gps/action/VehicleCRUDAction.java |
257 |
publicMethodCommentRequirement Required |
| 30025 |
src/com/gps/action/VehicleCRUDAction.java |
260 |
Local variable 'value' could be declared final |
| 30026 |
src/com/gps/action/VehicleCRUDAction.java |
268 |
publicMethodCommentRequirement Required |
| 30027 |
src/com/gps/action/VehicleCRUDAction.java |
275 |
Local variable 'vdao' could be declared final |
| 30028 |
src/com/gps/action/VehicleCRUDAction.java |
277 |
Potential violation of Law of Demeter (object not created locally) |
| 30029 |
src/com/gps/action/VehicleCRUDAction.java |
280 |
Avoid if (x != y) ..; else ..; |
| 30030 |
src/com/gps/action/VehicleCRUDAction.java |
281 |
Avoid using if...else statements without curly braces |
| 30031 |
src/com/gps/action/VehicleCRUDAction.java |
284 |
Assigning an Object to null is a code smell. Consider refactoring. |
| 30032 |
src/com/gps/action/VehicleCRUDAction.java |
284 |
Avoid using if...else statements without curly braces |
| 30033 |
src/com/gps/action/VehicleCRUDAction.java |
286 |
Local variable 'dpdao' could be declared final |
| 30034 |
src/com/gps/action/VehicleCRUDAction.java |
288 |
Avoid if (x != y) ..; else ..; |
| 30035 |
src/com/gps/action/VehicleCRUDAction.java |
289 |
Avoid using if...else statements without curly braces |
| 30036 |
src/com/gps/action/VehicleCRUDAction.java |
289 |
Potential violation of Law of Demeter (method chain calls) |
| 30037 |
src/com/gps/action/VehicleCRUDAction.java |
292 |
Assigning an Object to null is a code smell. Consider refactoring. |
| 30038 |
src/com/gps/action/VehicleCRUDAction.java |
292 |
Avoid using if...else statements without curly braces |
| 30039 |
src/com/gps/action/VehicleCRUDAction.java |
293 |
Potential violation of Law of Demeter (object not created locally) |
| 30040 |
src/com/gps/action/VehicleCRUDAction.java |
294 |
Local variable 'vpdao' could be declared final |
| 30041 |
src/com/gps/action/VehicleCRUDAction.java |
295 |
Potential violation of Law of Demeter (object not created locally) |
| 30042 |
src/com/gps/action/VehicleCRUDAction.java |
296 |
A method should have only one exit point, and that should be the last statement in the method |
| 30043 |
src/com/gps/action/VehicleCRUDAction.java |
298 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 30044 |
src/com/gps/action/VehicleCRUDAction.java |
306 |
publicMethodCommentRequirement Required |
| 30045 |
src/com/gps/action/VehicleCRUDAction.java |
308 |
Local variable 'vpdao' could be declared final |
| 30046 |
src/com/gps/action/VehicleCRUDAction.java |
311 |
Potential violation of Law of Demeter (object not created locally) |
| 30047 |
src/com/gps/action/VehicleCRUDAction.java |
314 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 30048 |
src/com/gps/action/VehicleCRUDAction.java |
317 |
Avoid printStackTrace(); use a logger call instead. |
| 30049 |
src/com/gps/action/VehicleCRUDAction.java |
317 |
Potential violation of Law of Demeter (object not created locally) |
| 30050 |
src/com/gps/action/VehicleCRUDAction.java |
328 |
Position literals first in String comparisons |
| 30051 |
src/com/gps/action/VehicleCRUDAction.java |
330 |
Local variable 'size' could be declared final |
| 30052 |
src/com/gps/action/VehicleCRUDAction.java |
331 |
Avoid variables with short names like sg |
| 30053 |
src/com/gps/action/VehicleCRUDAction.java |
331 |
Local variable 'sg' could be declared final |
| 30054 |
src/com/gps/action/VehicleCRUDAction.java |
340 |
publicMethodCommentRequirement Required |
| 30055 |
src/com/gps/action/VehicleCRUDAction.java |
346 |
Local variable 'vehproDao' could be declared final |
| 30056 |
src/com/gps/action/VehicleCRUDAction.java |
347 |
Local variable 'hibUser' could be declared final |
| 30057 |
src/com/gps/action/VehicleCRUDAction.java |
348 |
Local variable 'org' could be declared final |
| 30058 |
src/com/gps/action/VehicleCRUDAction.java |
348 |
Unnecessary use of fully qualified name 'com.gps.hibernate.Organization' due to existing import 'com.gps.hibernate.Organization' |
| 30059 |
src/com/gps/action/VehicleCRUDAction.java |
349 |
Potential violation of Law of Demeter (object not created locally) |
| 30060 |
src/com/gps/action/VehicleCRUDAction.java |
351 |
Potential violation of Law of Demeter (method chain calls) |
| 30061 |
src/com/gps/action/VehicleCRUDAction.java |
351 |
Potential violation of Law of Demeter (method chain calls) |
| 30062 |
src/com/gps/action/VehicleCRUDAction.java |
351 |
Potential violation of Law of Demeter (method chain calls) |
| 30063 |
src/com/gps/action/VehicleCRUDAction.java |
351 |
Potential violation of Law of Demeter (method chain calls) |
| 30064 |
src/com/gps/action/VehicleCRUDAction.java |
351 |
Potential violation of Law of Demeter (object not created locally) |
| 30065 |
src/com/gps/action/VehicleCRUDAction.java |
353 |
Potential violation of Law of Demeter (method chain calls) |
| 30066 |
src/com/gps/action/VehicleCRUDAction.java |
356 |
Potential violation of Law of Demeter (object not created locally) |
| 30067 |
src/com/gps/action/VehicleCRUDAction.java |
359 |
A method should have only one exit point, and that should be the last statement in the method |
| 30068 |
src/com/gps/action/VehicleCRUDAction.java |
359 |
The String literal "add" appears 5 times in this file; the first occurrence is on line 359 |
| 30069 |
src/com/gps/action/VehicleCRUDAction.java |
365 |
Potential violation of Law of Demeter (object not created locally) |
| 30070 |
src/com/gps/action/VehicleCRUDAction.java |
366 |
Local variable 'dpdao' could be declared final |
| 30071 |
src/com/gps/action/VehicleCRUDAction.java |
367 |
Potential violation of Law of Demeter (method chain calls) |
| 30072 |
src/com/gps/action/VehicleCRUDAction.java |
367 |
Potential violation of Law of Demeter (method chain calls) |
| 30073 |
src/com/gps/action/VehicleCRUDAction.java |
367 |
Potential violation of Law of Demeter (object not created locally) |
| 30074 |
src/com/gps/action/VehicleCRUDAction.java |
370 |
A method should have only one exit point, and that should be the last statement in the method |
| 30075 |
src/com/gps/action/VehicleCRUDAction.java |
376 |
Potential violation of Law of Demeter (object not created locally) |
| 30076 |
src/com/gps/action/VehicleCRUDAction.java |
377 |
A method should have only one exit point, and that should be the last statement in the method |
| 30077 |
src/com/gps/action/VehicleCRUDAction.java |
382 |
Potential violation of Law of Demeter (object not created locally) |
| 30078 |
src/com/gps/action/VehicleCRUDAction.java |
383 |
A method should have only one exit point, and that should be the last statement in the method |
| 30079 |
src/com/gps/action/VehicleCRUDAction.java |
386 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 30080 |
src/com/gps/action/VehicleCRUDAction.java |
397 |
publicMethodCommentRequirement Required |
| 30081 |
src/com/gps/action/VehicleCRUDAction.java |
403 |
Found 'DU'-anomaly for variable 'vpdao' (lines '403'-'436'). |
| 30082 |
src/com/gps/action/VehicleCRUDAction.java |
403 |
Local variable 'vpdao' could be declared final |
| 30083 |
src/com/gps/action/VehicleCRUDAction.java |
405 |
Avoid variables with short names like sz |
| 30084 |
src/com/gps/action/VehicleCRUDAction.java |
405 |
Local variable 'sz' could be declared final |
| 30085 |
src/com/gps/action/VehicleCRUDAction.java |
412 |
Potential violation of Law of Demeter (method chain calls) |
| 30086 |
src/com/gps/action/VehicleCRUDAction.java |
412 |
Potential violation of Law of Demeter (method chain calls) |
| 30087 |
src/com/gps/action/VehicleCRUDAction.java |
412 |
Potential violation of Law of Demeter (method chain calls) |
| 30088 |
src/com/gps/action/VehicleCRUDAction.java |
412 |
Potential violation of Law of Demeter (method chain calls) |
| 30089 |
src/com/gps/action/VehicleCRUDAction.java |
418 |
Potential violation of Law of Demeter (object not created locally) |
| 30090 |
src/com/gps/action/VehicleCRUDAction.java |
421 |
A method should have only one exit point, and that should be the last statement in the method |
| 30091 |
src/com/gps/action/VehicleCRUDAction.java |
428 |
A method should have only one exit point, and that should be the last statement in the method |
| 30092 |
src/com/gps/action/VehicleCRUDAction.java |
431 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 30093 |
src/com/gps/action/VehicleCRUDAction.java |
439 |
Method names should not start with capital letters |
| 30094 |
src/com/gps/action/VehicleCRUDAction.java |
439 |
publicMethodCommentRequirement Required |
| 30095 |
src/com/gps/action/VehicleCRUDAction.java |
443 |
Local variable 'vpdao' could be declared final |
| 30096 |
src/com/gps/action/VehicleCRUDAction.java |
444 |
Potential violation of Law of Demeter (object not created locally) |
| 30097 |
src/com/gps/action/VehicleCRUDAction.java |
445 |
A method should have only one exit point, and that should be the last statement in the method |
| 30098 |
src/com/gps/action/VehicleCRUDAction.java |
445 |
The String literal "sucess" appears 9 times in this file; the first occurrence is on line 445 |
| 30099 |
src/com/gps/action/VehicleCRUDAction.java |
448 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 30100 |
src/com/gps/action/VehicleCRUDAction.java |
450 |
Avoid printStackTrace(); use a logger call instead. |
| 30101 |
src/com/gps/action/VehicleCRUDAction.java |
450 |
Potential violation of Law of Demeter (object not created locally) |
| 30102 |
src/com/gps/action/VehicleCRUDAction.java |
458 |
Avoid really long methods. |
| 30103 |
src/com/gps/action/VehicleCRUDAction.java |
458 |
The method 'updateVehicle' has a Cyclomatic Complexity of 14. |
| 30104 |
src/com/gps/action/VehicleCRUDAction.java |
458 |
publicMethodCommentRequirement Required |
| 30105 |
src/com/gps/action/VehicleCRUDAction.java |
465 |
Local variable 'udao' could be declared final |
| 30106 |
src/com/gps/action/VehicleCRUDAction.java |
466 |
Local variable 'dpdao1' could be declared final |
| 30107 |
src/com/gps/action/VehicleCRUDAction.java |
467 |
Comment is too large: Line too long |
| 30108 |
src/com/gps/action/VehicleCRUDAction.java |
468 |
Potential violation of Law of Demeter (object not created locally) |
| 30109 |
src/com/gps/action/VehicleCRUDAction.java |
470 |
Potential violation of Law of Demeter (object not created locally) |
| 30110 |
src/com/gps/action/VehicleCRUDAction.java |
471 |
Potential violation of Law of Demeter (method chain calls) |
| 30111 |
src/com/gps/action/VehicleCRUDAction.java |
471 |
Potential violation of Law of Demeter (method chain calls) |
| 30112 |
src/com/gps/action/VehicleCRUDAction.java |
471 |
Potential violation of Law of Demeter (method chain calls) |
| 30113 |
src/com/gps/action/VehicleCRUDAction.java |
471 |
Potential violation of Law of Demeter (object not created locally) |
| 30114 |
src/com/gps/action/VehicleCRUDAction.java |
473 |
Potential violation of Law of Demeter (method chain calls) |
| 30115 |
src/com/gps/action/VehicleCRUDAction.java |
477 |
Potential violation of Law of Demeter (method chain calls) |
| 30116 |
src/com/gps/action/VehicleCRUDAction.java |
477 |
Potential violation of Law of Demeter (method chain calls) |
| 30117 |
src/com/gps/action/VehicleCRUDAction.java |
482 |
Comment is too large: Line too long |
| 30118 |
src/com/gps/action/VehicleCRUDAction.java |
485 |
Local variable 'trip1' could be declared final |
| 30119 |
src/com/gps/action/VehicleCRUDAction.java |
486 |
Avoid using Literals in Conditional Statements |
| 30120 |
src/com/gps/action/VehicleCRUDAction.java |
486 |
Potential violation of Law of Demeter (object not created locally) |
| 30121 |
src/com/gps/action/VehicleCRUDAction.java |
486 |
Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty() |
| 30122 |
src/com/gps/action/VehicleCRUDAction.java |
488 |
Avoid variables with short names like i |
| 30123 |
src/com/gps/action/VehicleCRUDAction.java |
489 |
Potential violation of Law of Demeter (object not created locally) |
| 30124 |
src/com/gps/action/VehicleCRUDAction.java |
491 |
Potential violation of Law of Demeter (method chain calls) |
| 30125 |
src/com/gps/action/VehicleCRUDAction.java |
491 |
Potential violation of Law of Demeter (object not created locally) |
| 30126 |
src/com/gps/action/VehicleCRUDAction.java |
498 |
Potential violation of Law of Demeter (method chain calls) |
| 30127 |
src/com/gps/action/VehicleCRUDAction.java |
501 |
Local variable 'vpd' could be declared final |
| 30128 |
src/com/gps/action/VehicleCRUDAction.java |
502 |
Potential violation of Law of Demeter (object not created locally) |
| 30129 |
src/com/gps/action/VehicleCRUDAction.java |
504 |
Avoid unused local variables such as 'tList'. |
| 30130 |
src/com/gps/action/VehicleCRUDAction.java |
504 |
Found 'DD'-anomaly for variable 'tList' (lines '504'-'511'). |
| 30131 |
src/com/gps/action/VehicleCRUDAction.java |
505 |
Local variable 'tpdao' could be declared final |
| 30132 |
src/com/gps/action/VehicleCRUDAction.java |
511 |
Found 'DU'-anomaly for variable 'tList' (lines '511'-'575'). |
| 30133 |
src/com/gps/action/VehicleCRUDAction.java |
511 |
Potential violation of Law of Demeter (object not created locally) |
| 30134 |
src/com/gps/action/VehicleCRUDAction.java |
513 |
Local variable 'dpdao' could be declared final |
| 30135 |
src/com/gps/action/VehicleCRUDAction.java |
514 |
Potential violation of Law of Demeter (object not created locally) |
| 30136 |
src/com/gps/action/VehicleCRUDAction.java |
515 |
The String literal "Vehicle updated successfully" appears 4 times in this file; the first occurrence is on line 515 |
| 30137 |
src/com/gps/action/VehicleCRUDAction.java |
516 |
A method should have only one exit point, and that should be the last statement in the method |
| 30138 |
src/com/gps/action/VehicleCRUDAction.java |
520 |
Potential violation of Law of Demeter (method chain calls) |
| 30139 |
src/com/gps/action/VehicleCRUDAction.java |
523 |
Local variable 'vpd' could be declared final |
| 30140 |
src/com/gps/action/VehicleCRUDAction.java |
524 |
Potential violation of Law of Demeter (object not created locally) |
| 30141 |
src/com/gps/action/VehicleCRUDAction.java |
525 |
Local variable 'dpdao' could be declared final |
| 30142 |
src/com/gps/action/VehicleCRUDAction.java |
526 |
Potential violation of Law of Demeter (method chain calls) |
| 30143 |
src/com/gps/action/VehicleCRUDAction.java |
526 |
Potential violation of Law of Demeter (method chain calls) |
| 30144 |
src/com/gps/action/VehicleCRUDAction.java |
526 |
Potential violation of Law of Demeter (object not created locally) |
| 30145 |
src/com/gps/action/VehicleCRUDAction.java |
528 |
A method should have only one exit point, and that should be the last statement in the method |
| 30146 |
src/com/gps/action/VehicleCRUDAction.java |
532 |
Potential violation of Law of Demeter (method chain calls) |
| 30147 |
src/com/gps/action/VehicleCRUDAction.java |
536 |
Local variable 'vpd' could be declared final |
| 30148 |
src/com/gps/action/VehicleCRUDAction.java |
537 |
Potential violation of Law of Demeter (object not created locally) |
| 30149 |
src/com/gps/action/VehicleCRUDAction.java |
539 |
A method should have only one exit point, and that should be the last statement in the method |
| 30150 |
src/com/gps/action/VehicleCRUDAction.java |
546 |
Local variable 'vpd' could be declared final |
| 30151 |
src/com/gps/action/VehicleCRUDAction.java |
547 |
Potential violation of Law of Demeter (object not created locally) |
| 30152 |
src/com/gps/action/VehicleCRUDAction.java |
548 |
Local variable 'dpdao' could be declared final |
| 30153 |
src/com/gps/action/VehicleCRUDAction.java |
549 |
Potential violation of Law of Demeter (method chain calls) |
| 30154 |
src/com/gps/action/VehicleCRUDAction.java |
549 |
Potential violation of Law of Demeter (method chain calls) |
| 30155 |
src/com/gps/action/VehicleCRUDAction.java |
549 |
Potential violation of Law of Demeter (object not created locally) |
| 30156 |
src/com/gps/action/VehicleCRUDAction.java |
551 |
A method should have only one exit point, and that should be the last statement in the method |
| 30157 |
src/com/gps/action/VehicleCRUDAction.java |
560 |
Potential violation of Law of Demeter (object not created locally) |
| 30158 |
src/com/gps/action/VehicleCRUDAction.java |
561 |
A method should have only one exit point, and that should be the last statement in the method |
| 30159 |
src/com/gps/action/VehicleCRUDAction.java |
566 |
Potential violation of Law of Demeter (object not created locally) |
| 30160 |
src/com/gps/action/VehicleCRUDAction.java |
567 |
A method should have only one exit point, and that should be the last statement in the method |
| 30161 |
src/com/gps/action/VehicleCRUDAction.java |
571 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 30162 |
src/com/gps/action/VehicleCRUDAction.java |
581 |
publicMethodCommentRequirement Required |
| 30163 |
src/com/gps/action/VehicleCRUDAction.java |
587 |
Local variable 'vdao' could be declared final |
| 30164 |
src/com/gps/action/VehicleCRUDAction.java |
588 |
Potential violation of Law of Demeter (object not created locally) |
| 30165 |
src/com/gps/action/VehicleCRUDAction.java |
589 |
Potential violation of Law of Demeter (method chain calls) |
| 30166 |
src/com/gps/action/VehicleCRUDAction.java |
592 |
Local variable 'vpdao' could be declared final |
| 30167 |
src/com/gps/action/VehicleCRUDAction.java |
593 |
Potential violation of Law of Demeter (object not created locally) |
| 30168 |
src/com/gps/action/VehicleCRUDAction.java |
596 |
Assigning an Object to null is a code smell. Consider refactoring. |
| 30169 |
src/com/gps/action/VehicleCRUDAction.java |
597 |
A method should have only one exit point, and that should be the last statement in the method |
| 30170 |
src/com/gps/action/VehicleCRUDAction.java |
597 |
The String literal "delete" appears 4 times in this file; the first occurrence is on line 597 |
| 30171 |
src/com/gps/action/VehicleCRUDAction.java |
600 |
Avoid if (x != y) ..; else ..; |
| 30172 |
src/com/gps/action/VehicleCRUDAction.java |
600 |
Potential violation of Law of Demeter (method chain calls) |
| 30173 |
src/com/gps/action/VehicleCRUDAction.java |
602 |
Local variable 'vpdao' could be declared final |
| 30174 |
src/com/gps/action/VehicleCRUDAction.java |
603 |
Potential violation of Law of Demeter (object not created locally) |
| 30175 |
src/com/gps/action/VehicleCRUDAction.java |
604 |
Local variable 'dpdao' could be declared final |
| 30176 |
src/com/gps/action/VehicleCRUDAction.java |
605 |
Potential violation of Law of Demeter (method chain calls) |
| 30177 |
src/com/gps/action/VehicleCRUDAction.java |
605 |
Potential violation of Law of Demeter (method chain calls) |
| 30178 |
src/com/gps/action/VehicleCRUDAction.java |
605 |
Potential violation of Law of Demeter (object not created locally) |
| 30179 |
src/com/gps/action/VehicleCRUDAction.java |
608 |
Assigning an Object to null is a code smell. Consider refactoring. |
| 30180 |
src/com/gps/action/VehicleCRUDAction.java |
609 |
A method should have only one exit point, and that should be the last statement in the method |
| 30181 |
src/com/gps/action/VehicleCRUDAction.java |
621 |
A method should have only one exit point, and that should be the last statement in the method |
| 30182 |
src/com/gps/action/VehicleCRUDAction.java |
625 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 30183 |
src/com/gps/action/VehicleCRUDAction.java |
636 |
A method/constructor shouldnt explicitly throw java.lang.Exception |
| 30184 |
src/com/gps/action/VehicleCRUDAction.java |
636 |
Parameter 'vehicleId' is not assigned and could be declared final |
| 30185 |
src/com/gps/action/VehicleCRUDAction.java |
636 |
publicMethodCommentRequirement Required |
| 30186 |
src/com/gps/action/VehicleCRUDAction.java |
639 |
Local variable 'tdao' could be declared final |
| 30187 |
src/com/gps/action/VehicleCRUDAction.java |
640 |
Found 'DD'-anomaly for variable 'tripList' (lines '640'-'647'). |
| 30188 |
src/com/gps/action/VehicleCRUDAction.java |
643 |
Potential violation of Law of Demeter (object not created locally) |
| 30189 |
src/com/gps/action/VehicleCRUDAction.java |
645 |
Local variable 'query' could be declared final |
| 30190 |
src/com/gps/action/VehicleCRUDAction.java |
646 |
Potential violation of Law of Demeter (object not created locally) |
| 30191 |
src/com/gps/action/VehicleCRUDAction.java |
647 |
Potential violation of Law of Demeter (object not created locally) |
| 30192 |
src/com/gps/action/VehicleCRUDAction.java |
652 |
A catch statement that catches an exception only to rethrow it should be avoided. |
| 30193 |
src/com/gps/action/VehicleCRUDAction.java |
652 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 30194 |
src/com/gps/action/VehicleCRUDAction.java |
663 |
Parameter 'arg0' is not assigned and could be declared final |
| 30195 |
src/com/gps/action/VehicleCRUDAction.java |
663 |
publicMethodCommentRequirement Required |
| 30196 |
src/com/gps/action/VehicleCRUDAction.java |
669 |
Parameter 'arg0' is not assigned and could be declared final |
| 30197 |
src/com/gps/action/VehicleCRUDAction.java |
669 |
publicMethodCommentRequirement Required |
| 30198 |
src/com/gps/action/VehicleCRUDAction.java |
674 |
Parameter 'arg0' is not assigned and could be declared final |
| 30199 |
src/com/gps/action/VehicleCRUDAction.java |
674 |
publicMethodCommentRequirement Required |
| 30200 |
src/com/gps/dao/DailyTripRepDAO.java |
36 |
The class 'DailyTripRepDAO' has a Cyclomatic Complexity of 7 (Highest = 12). |
| 30201 |
src/com/gps/dao/DailyTripRepDAO.java |
36 |
headerCommentRequirement Required |
| 30202 |
src/com/gps/dao/DailyTripRepDAO.java |
37 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 30203 |
src/com/gps/dao/DailyTripRepDAO.java |
37 |
Use explicit scoping instead of the default package private level |
| 30204 |
src/com/gps/dao/DailyTripRepDAO.java |
37 |
fieldCommentRequirement Required |
| 30205 |
src/com/gps/dao/DailyTripRepDAO.java |
38 |
The Logger variable declaration does not contain the static and final modifiers |
| 30206 |
src/com/gps/dao/DailyTripRepDAO.java |
38 |
fieldCommentRequirement Required |
| 30207 |
src/com/gps/dao/DailyTripRepDAO.java |
41 |
Parameter 'condition' is not assigned and could be declared final |
| 30208 |
src/com/gps/dao/DailyTripRepDAO.java |
41 |
Parameter 'endDate' is not assigned and could be declared final |
| 30209 |
src/com/gps/dao/DailyTripRepDAO.java |
41 |
Parameter 'session' is not assigned and could be declared final |
| 30210 |
src/com/gps/dao/DailyTripRepDAO.java |
41 |
Parameter 'startDate' is not assigned and could be declared final |
| 30211 |
src/com/gps/dao/DailyTripRepDAO.java |
41 |
Parameter 'tripDetails' is not assigned and could be declared final |
| 30212 |
src/com/gps/dao/DailyTripRepDAO.java |
41 |
Rather than using a lot of String arguments, consider using a container object for those values. |
| 30213 |
src/com/gps/dao/DailyTripRepDAO.java |
41 |
The method 'getParamList' has a Cyclomatic Complexity of 12. |
| 30214 |
src/com/gps/dao/DailyTripRepDAO.java |
43 |
Local variable 'cal' could be declared final |
| 30215 |
src/com/gps/dao/DailyTripRepDAO.java |
44 |
Local variable 'calEnd' could be declared final |
| 30216 |
src/com/gps/dao/DailyTripRepDAO.java |
46 |
Found 'DD'-anomaly for variable 'start' (lines '46'-'71'). |
| 30217 |
src/com/gps/dao/DailyTripRepDAO.java |
47 |
Found 'DD'-anomaly for variable 'end' (lines '47'-'72'). |
| 30218 |
src/com/gps/dao/DailyTripRepDAO.java |
48 |
Local variable 'tpList' could be declared final |
| 30219 |
src/com/gps/dao/DailyTripRepDAO.java |
49 |
Local variable 'tripProcessDAO' could be declared final |
| 30220 |
src/com/gps/dao/DailyTripRepDAO.java |
50 |
Local variable 'formatter' could be declared final |
| 30221 |
src/com/gps/dao/DailyTripRepDAO.java |
50 |
When instantiating a SimpleDateFormat object, specify a Locale |
| 30222 |
src/com/gps/dao/DailyTripRepDAO.java |
52 |
Found 'DD'-anomaly for variable 'dynamicQuery' (lines '52'-'74'). |
| 30223 |
src/com/gps/dao/DailyTripRepDAO.java |
53 |
Avoid declaring a variable if it is unreferenced before a possible exit point. |
| 30224 |
src/com/gps/dao/DailyTripRepDAO.java |
53 |
Avoid unused local variables such as 'paramQuery'. |
| 30225 |
src/com/gps/dao/DailyTripRepDAO.java |
53 |
Found 'DU'-anomaly for variable 'paramQuery' (lines '53'-'131'). |
| 30226 |
src/com/gps/dao/DailyTripRepDAO.java |
53 |
Local variable 'paramQuery' could be declared final |
| 30227 |
src/com/gps/dao/DailyTripRepDAO.java |
54 |
Found 'DD'-anomaly for variable 'paramList' (lines '54'-'111'). |
| 30228 |
src/com/gps/dao/DailyTripRepDAO.java |
55 |
Found 'DD'-anomaly for variable 'tripDTO' (lines '55'-'120'). |
| 30229 |
src/com/gps/dao/DailyTripRepDAO.java |
55 |
Found 'DU'-anomaly for variable 'tripDTO' (lines '55'-'131'). |
| 30230 |
src/com/gps/dao/DailyTripRepDAO.java |
56 |
Found 'DD'-anomaly for variable 'parameters' (lines '56'-'103'). |
| 30231 |
src/com/gps/dao/DailyTripRepDAO.java |
56 |
Found 'DD'-anomaly for variable 'parameters' (lines '56'-'86'). |
| 30232 |
src/com/gps/dao/DailyTripRepDAO.java |
56 |
Found 'DD'-anomaly for variable 'parameters' (lines '56'-'93'). |
| 30233 |
src/com/gps/dao/DailyTripRepDAO.java |
56 |
Found 'DU'-anomaly for variable 'parameters' (lines '56'-'131'). |
| 30234 |
src/com/gps/dao/DailyTripRepDAO.java |
57 |
Found 'DD'-anomaly for variable 'paramsList' (lines '57'-'109'). |
| 30235 |
src/com/gps/dao/DailyTripRepDAO.java |
57 |
Found 'DU'-anomaly for variable 'paramsList' (lines '57'-'131'). |
| 30236 |
src/com/gps/dao/DailyTripRepDAO.java |
58 |
Found 'DD'-anomaly for variable 'queryId' (lines '58'-'85'). |
| 30237 |
src/com/gps/dao/DailyTripRepDAO.java |
58 |
Found 'DD'-anomaly for variable 'queryId' (lines '58'-'91'). |
| 30238 |
src/com/gps/dao/DailyTripRepDAO.java |
58 |
Found 'DD'-anomaly for variable 'queryId' (lines '58'-'99'). |
| 30239 |
src/com/gps/dao/DailyTripRepDAO.java |
62 |
Potential violation of Law of Demeter (method chain calls) |
| 30240 |
src/com/gps/dao/DailyTripRepDAO.java |
76 |
Found 'DD'-anomaly for variable 'qry' (lines '76'-'108'). |
| 30241 |
src/com/gps/dao/DailyTripRepDAO.java |
76 |
Found 'DU'-anomaly for variable 'qry' (lines '76'-'131'). |
| 30242 |
src/com/gps/dao/DailyTripRepDAO.java |
78 |
Found 'DU'-anomaly for variable 'sess' (lines '78'-'131'). |
| 30243 |
src/com/gps/dao/DailyTripRepDAO.java |
78 |
Local variable 'sess' could be declared final |
| 30244 |
src/com/gps/dao/DailyTripRepDAO.java |
80 |
Avoid if (x != y) ..; else ..; |
| 30245 |
src/com/gps/dao/DailyTripRepDAO.java |
83 |
Avoid if (x != y) ..; else ..; |
| 30246 |
src/com/gps/dao/DailyTripRepDAO.java |
98 |
Avoid using if statements without curly braces |
| 30247 |
src/com/gps/dao/DailyTripRepDAO.java |
107 |
Avoid using Literals in Conditional Statements |
| 30248 |
src/com/gps/dao/DailyTripRepDAO.java |
108 |
Found 'DD'-anomaly for variable 'qry' (lines '108'-'110'). |
| 30249 |
src/com/gps/dao/DailyTripRepDAO.java |
109 |
Potential violation of Law of Demeter (method chain calls) |
| 30250 |
src/com/gps/dao/DailyTripRepDAO.java |
115 |
There is log block not surrounded by if |
| 30251 |
src/com/gps/dao/DailyTripRepDAO.java |
115 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 30252 |
src/com/gps/dao/DailyTripRepDAO.java |
116 |
Local variable 'paramIter' could be declared final |
| 30253 |
src/com/gps/dao/DailyTripRepDAO.java |
118 |
Local variable 'rows' could be declared final |
| 30254 |
src/com/gps/dao/DailyTripRepDAO.java |
120 |
Avoid instantiating new objects inside loops |
| 30255 |
src/com/gps/dao/DailyTripRepDAO.java |
120 |
Potential violation of Law of Demeter (method chain calls) |
| 30256 |
src/com/gps/dao/DailyTripRepDAO.java |
126 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 30257 |
src/com/gps/dao/DailyTripRepDAO.java |
127 |
There is log block not surrounded by if |
| 30258 |
src/com/gps/dao/DailyTripRepDAO.java |
133 |
Found 'UR'-anomaly for variable 'paramsVO' (lines '133'-'157'). |
| 30259 |
src/com/gps/dao/DailyTripRepDAO.java |
133 |
Parameter 'FromDate' is not assigned and could be declared final |
| 30260 |
src/com/gps/dao/DailyTripRepDAO.java |
133 |
Parameter 'ToDate' is not assigned and could be declared final |
| 30261 |
src/com/gps/dao/DailyTripRepDAO.java |
133 |
Parameter 'VehId' is not assigned and could be declared final |
| 30262 |
src/com/gps/dao/DailyTripRepDAO.java |
133 |
Variables should start with a lowercase character, 'FromDate' starts with uppercase character. |
| 30263 |
src/com/gps/dao/DailyTripRepDAO.java |
133 |
Variables should start with a lowercase character, 'ToDate' starts with uppercase character. |
| 30264 |
src/com/gps/dao/DailyTripRepDAO.java |
133 |
Variables should start with a lowercase character, 'VehId' starts with uppercase character. |
| 30265 |
src/com/gps/dao/DailyTripRepDAO.java |
133 |
publicMethodCommentRequirement Required |
| 30266 |
src/com/gps/dao/DailyTripRepDAO.java |
135 |
Avoid unused local variables such as 'firsttripid'. |
| 30267 |
src/com/gps/dao/DailyTripRepDAO.java |
136 |
Avoid unused local variables such as 'secondtripid'. |
| 30268 |
src/com/gps/dao/DailyTripRepDAO.java |
140 |
Local variable 'tripProcessDAO' could be declared final |
| 30269 |
src/com/gps/dao/DailyTripRepDAO.java |
141 |
Local variable 'paramList' could be declared final |
| 30270 |
src/com/gps/dao/DailyTripRepDAO.java |
142 |
Found 'DD'-anomaly for variable 'whrQuery' (lines '142'-'148'). |
| 30271 |
src/com/gps/dao/DailyTripRepDAO.java |
148 |
Potential violation of Law of Demeter (object not created locally) |
| 30272 |
src/com/gps/dao/DailyTripRepDAO.java |
151 |
Comment is too large: Line too long |
| 30273 |
src/com/gps/dao/DailyTripRepDAO.java |
152 |
Local variable 'query' could be declared final |
| 30274 |
src/com/gps/dao/DailyTripRepDAO.java |
152 |
Potential violation of Law of Demeter (method chain calls) |
| 30275 |
src/com/gps/dao/DailyTripRepDAO.java |
152 |
Potential violation of Law of Demeter (object not created locally) |
| 30276 |
src/com/gps/dao/DailyTripRepDAO.java |
153 |
Local variable 'params' could be declared final |
| 30277 |
src/com/gps/dao/DailyTripRepDAO.java |
153 |
Potential violation of Law of Demeter (object not created locally) |
| 30278 |
src/com/gps/dao/DailyTripRepDAO.java |
156 |
Local variable 'paramsVO' could be declared final |
| 30279 |
src/com/gps/dao/DailyTripRepDAO.java |
157 |
Avoid instantiating new objects inside loops |
| 30280 |
src/com/gps/dao/DailyTripRepDAO.java |
157 |
Local variable 'paramVO' could be declared final |
| 30281 |
src/com/gps/dao/DailyTripRepDAO.java |
157 |
Potential violation of Law of Demeter (method chain calls) |
| 30282 |
src/com/gps/dao/DailyTripRepDAO.java |
157 |
Potential violation of Law of Demeter (object not created locally) |
| 30283 |
src/com/gps/dao/DailyTripRepDAO.java |
157 |
Potential violation of Law of Demeter (object not created locally) |
| 30284 |
src/com/gps/dao/DailyTripRepDAO.java |
158 |
Potential violation of Law of Demeter (object not created locally) |
| 30285 |
src/com/gps/dao/DailyTripRepDAO.java |
161 |
Local variable 'itr' could be declared final |
| 30286 |
src/com/gps/dao/DailyTripRepDAO.java |
161 |
Potential violation of Law of Demeter (object not created locally) |
| 30287 |
src/com/gps/dao/DailyTripRepDAO.java |
165 |
Local variable 'firstParam' could be declared final |
| 30288 |
src/com/gps/dao/DailyTripRepDAO.java |
167 |
Found 'DD'-anomaly for variable 'firsttripdate' (lines '167'-'167'). |
| 30289 |
src/com/gps/dao/DailyTripRepDAO.java |
167 |
Found 'DU'-anomaly for variable 'firsttripdate' (lines '167'-'184'). |
| 30290 |
src/com/gps/dao/DailyTripRepDAO.java |
167 |
Potential violation of Law of Demeter (object not created locally) |
| 30291 |
src/com/gps/dao/DailyTripRepDAO.java |
168 |
Found 'DD'-anomaly for variable 'firsttripid' (lines '168'-'168'). |
| 30292 |
src/com/gps/dao/DailyTripRepDAO.java |
168 |
Found 'DU'-anomaly for variable 'firsttripid' (lines '168'-'184'). |
| 30293 |
src/com/gps/dao/DailyTripRepDAO.java |
168 |
Potential violation of Law of Demeter (object not created locally) |
| 30294 |
src/com/gps/dao/DailyTripRepDAO.java |
171 |
Local variable 'secondParam' could be declared final |
| 30295 |
src/com/gps/dao/DailyTripRepDAO.java |
173 |
Potential violation of Law of Demeter (object not created locally) |
| 30296 |
src/com/gps/dao/DailyTripRepDAO.java |
174 |
Found 'DD'-anomaly for variable 'secondtripid' (lines '174'-'174'). |
| 30297 |
src/com/gps/dao/DailyTripRepDAO.java |
174 |
Found 'DU'-anomaly for variable 'secondtripid' (lines '174'-'184'). |
| 30298 |
src/com/gps/dao/DailyTripRepDAO.java |
174 |
Potential violation of Law of Demeter (object not created locally) |
| 30299 |
src/com/gps/dao/DailyTripRepDAO.java |
179 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 30300 |
src/com/gps/dao/DailyTripRepDAO.java |
180 |
There is log block not surrounded by if |
| 30301 |
src/com/gps/dao/DailyTripRepDAO.java |
186 |
Parameter 'fromDate' is not assigned and could be declared final |
| 30302 |
src/com/gps/dao/DailyTripRepDAO.java |
186 |
Parameter 'toDate' is not assigned and could be declared final |
| 30303 |
src/com/gps/dao/DailyTripRepDAO.java |
186 |
publicMethodCommentRequirement Required |
| 30304 |
src/com/gps/dao/DailyTripRepDAO.java |
188 |
Found 'DD'-anomaly for variable 'minutes' (lines '188'-'200'). |
| 30305 |
src/com/gps/dao/DailyTripRepDAO.java |
189 |
Local variable 'sessionTimeStart' could be declared final |
| 30306 |
src/com/gps/dao/DailyTripRepDAO.java |
190 |
Avoid excessively long variable names like sessionTimerEndOrCurrent |
| 30307 |
src/com/gps/dao/DailyTripRepDAO.java |
190 |
Local variable 'sessionTimerEndOrCurrent' could be declared final |
| 30308 |
src/com/gps/dao/DailyTripRepDAO.java |
191 |
Local variable 'format' could be declared final |
| 30309 |
src/com/gps/dao/DailyTripRepDAO.java |
191 |
When instantiating a SimpleDateFormat object, specify a Locale |
| 30310 |
src/com/gps/dao/DailyTripRepDAO.java |
192 |
Avoid variables with short names like dt |
| 30311 |
src/com/gps/dao/DailyTripRepDAO.java |
192 |
Local variable 'dt' could be declared final |
| 30312 |
src/com/gps/dao/DailyTripRepDAO.java |
193 |
Avoid variables with short names like d1 |
| 30313 |
src/com/gps/dao/DailyTripRepDAO.java |
193 |
Found 'DD'-anomaly for variable 'd1' (lines '193'-'196'). |
| 30314 |
src/com/gps/dao/DailyTripRepDAO.java |
194 |
Avoid variables with short names like d0 |
| 30315 |
src/com/gps/dao/DailyTripRepDAO.java |
194 |
Found 'DD'-anomaly for variable 'd0' (lines '194'-'197'). |
| 30316 |
src/com/gps/dao/DailyTripRepDAO.java |
196 |
Potential violation of Law of Demeter (object not created locally) |
| 30317 |
src/com/gps/dao/DailyTripRepDAO.java |
197 |
Potential violation of Law of Demeter (object not created locally) |
| 30318 |
src/com/gps/dao/DailyTripRepDAO.java |
199 |
Local variable 'seconds' could be declared final |
| 30319 |
src/com/gps/dao/DailyTripRepDAO.java |
199 |
Potential violation of Law of Demeter (object not created locally) |
| 30320 |
src/com/gps/dao/DailyTripRepDAO.java |
199 |
Potential violation of Law of Demeter (object not created locally) |
| 30321 |
src/com/gps/dao/DailyTripRepDAO.java |
199 |
Potential violation of Law of Demeter (object not created locally) |
| 30322 |
src/com/gps/dao/DailyTripRepDAO.java |
200 |
Found 'DD'-anomaly for variable 'minutes' (lines '200'-'201'). |
| 30323 |
src/com/gps/dao/DailyTripRepDAO.java |
201 |
Potential violation of Law of Demeter (object not created locally) |
| 30324 |
src/com/gps/dao/DailyTripRepDAO.java |
204 |
There is log block not surrounded by if |
| 30325 |
src/com/gps/dao/DeviceProcessDAO.java |
25 |
The class 'DeviceProcessDAO' has a Cyclomatic Complexity of 4 (Highest = 15). |
| 30326 |
src/com/gps/dao/DeviceProcessDAO.java |
25 |
headerCommentRequirement Required |
| 30327 |
src/com/gps/dao/DeviceProcessDAO.java |
27 |
Avoid unused private fields such as 'request'. |
| 30328 |
src/com/gps/dao/DeviceProcessDAO.java |
27 |
fieldCommentRequirement Required |
| 30329 |
src/com/gps/dao/DeviceProcessDAO.java |
28 |
Avoid unused private fields such as 'response'. |
| 30330 |
src/com/gps/dao/DeviceProcessDAO.java |
28 |
fieldCommentRequirement Required |
| 30331 |
src/com/gps/dao/DeviceProcessDAO.java |
29 |
The Logger variable declaration does not contain the static and final modifiers |
| 30332 |
src/com/gps/dao/DeviceProcessDAO.java |
29 |
Use explicit scoping instead of the default package private level |
| 30333 |
src/com/gps/dao/DeviceProcessDAO.java |
29 |
fieldCommentRequirement Required |
| 30334 |
src/com/gps/dao/DeviceProcessDAO.java |
30 |
Avoid using redundant field initializer for 'tx' |
| 30335 |
src/com/gps/dao/DeviceProcessDAO.java |
30 |
Avoid variables with short names like tx |
| 30336 |
src/com/gps/dao/DeviceProcessDAO.java |
30 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 30337 |
src/com/gps/dao/DeviceProcessDAO.java |
30 |
Use explicit scoping instead of the default package private level |
| 30338 |
src/com/gps/dao/DeviceProcessDAO.java |
30 |
fieldCommentRequirement Required |
| 30339 |
src/com/gps/dao/DeviceProcessDAO.java |
31 |
Avoid using redundant field initializer for 'sess' |
| 30340 |
src/com/gps/dao/DeviceProcessDAO.java |
31 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 30341 |
src/com/gps/dao/DeviceProcessDAO.java |
31 |
Use explicit scoping instead of the default package private level |
| 30342 |
src/com/gps/dao/DeviceProcessDAO.java |
31 |
fieldCommentRequirement Required |
| 30343 |
src/com/gps/dao/DeviceProcessDAO.java |
32 |
Avoid using redundant field initializer for 'devDao' |
| 30344 |
src/com/gps/dao/DeviceProcessDAO.java |
32 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 30345 |
src/com/gps/dao/DeviceProcessDAO.java |
32 |
Use explicit scoping instead of the default package private level |
| 30346 |
src/com/gps/dao/DeviceProcessDAO.java |
32 |
fieldCommentRequirement Required |
| 30347 |
src/com/gps/dao/DeviceProcessDAO.java |
34 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 30348 |
src/com/gps/dao/DeviceProcessDAO.java |
34 |
fieldCommentRequirement Required |
| 30349 |
src/com/gps/dao/DeviceProcessDAO.java |
35 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 30350 |
src/com/gps/dao/DeviceProcessDAO.java |
35 |
fieldCommentRequirement Required |
| 30351 |
src/com/gps/dao/DeviceProcessDAO.java |
36 |
fieldCommentRequirement Required |
| 30352 |
src/com/gps/dao/DeviceProcessDAO.java |
38 |
publicMethodCommentRequirement Required |
| 30353 |
src/com/gps/dao/DeviceProcessDAO.java |
42 |
Parameter 'deviceId' is not assigned and could be declared final |
| 30354 |
src/com/gps/dao/DeviceProcessDAO.java |
42 |
publicMethodCommentRequirement Required |
| 30355 |
src/com/gps/dao/DeviceProcessDAO.java |
46 |
A method/constructor shouldnt explicitly throw java.lang.Exception |
| 30356 |
src/com/gps/dao/DeviceProcessDAO.java |
46 |
Method names should not start with capital letters |
| 30357 |
src/com/gps/dao/DeviceProcessDAO.java |
46 |
Parameter 'device' is not assigned and could be declared final |
| 30358 |
src/com/gps/dao/DeviceProcessDAO.java |
46 |
publicMethodCommentRequirement Required |
| 30359 |
src/com/gps/dao/DeviceProcessDAO.java |
52 |
Potential violation of Law of Demeter (method chain calls) |
| 30360 |
src/com/gps/dao/DeviceProcessDAO.java |
65 |
Potential violation of Law of Demeter (method chain calls) |
| 30361 |
src/com/gps/dao/DeviceProcessDAO.java |
65 |
Potential violation of Law of Demeter (method chain calls) |
| 30362 |
src/com/gps/dao/DeviceProcessDAO.java |
65 |
Potential violation of Law of Demeter (object not created locally) |
| 30363 |
src/com/gps/dao/DeviceProcessDAO.java |
66 |
Avoid using if...else statements without curly braces |
| 30364 |
src/com/gps/dao/DeviceProcessDAO.java |
66 |
New exception is thrown in catch block, original stack trace may be lost |
| 30365 |
src/com/gps/dao/DeviceProcessDAO.java |
67 |
Potential violation of Law of Demeter (method chain calls) |
| 30366 |
src/com/gps/dao/DeviceProcessDAO.java |
67 |
Potential violation of Law of Demeter (method chain calls) |
| 30367 |
src/com/gps/dao/DeviceProcessDAO.java |
67 |
Potential violation of Law of Demeter (object not created locally) |
| 30368 |
src/com/gps/dao/DeviceProcessDAO.java |
68 |
Avoid using if...else statements without curly braces |
| 30369 |
src/com/gps/dao/DeviceProcessDAO.java |
68 |
New exception is thrown in catch block, original stack trace may be lost |
| 30370 |
src/com/gps/dao/DeviceProcessDAO.java |
70 |
Avoid using if...else statements without curly braces |
| 30371 |
src/com/gps/dao/DeviceProcessDAO.java |
70 |
New exception is thrown in catch block, original stack trace may be lost |
| 30372 |
src/com/gps/dao/DeviceProcessDAO.java |
72 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 30373 |
src/com/gps/dao/DeviceProcessDAO.java |
74 |
Avoid printStackTrace(); use a logger call instead. |
| 30374 |
src/com/gps/dao/DeviceProcessDAO.java |
74 |
Potential violation of Law of Demeter (object not created locally) |
| 30375 |
src/com/gps/dao/DeviceProcessDAO.java |
80 |
Avoid empty finally blocks |
| 30376 |
src/com/gps/dao/DeviceProcessDAO.java |
88 |
Avoid variables with short names like id |
| 30377 |
src/com/gps/dao/DeviceProcessDAO.java |
88 |
Parameter 'id' is not assigned and could be declared final |
| 30378 |
src/com/gps/dao/DeviceProcessDAO.java |
88 |
Parameter 'type' is not assigned and could be declared final |
| 30379 |
src/com/gps/dao/DeviceProcessDAO.java |
88 |
publicMethodCommentRequirement Required |
| 30380 |
src/com/gps/dao/DeviceProcessDAO.java |
90 |
Found 'DD'-anomaly for variable 'sess' (lines '90'-'93'). |
| 30381 |
src/com/gps/dao/DeviceProcessDAO.java |
92 |
Local variable 'devDao' could be declared final |
| 30382 |
src/com/gps/dao/DeviceProcessDAO.java |
93 |
Potential violation of Law of Demeter (object not created locally) |
| 30383 |
src/com/gps/dao/DeviceProcessDAO.java |
94 |
Avoid if (x != y) ..; else ..; |
| 30384 |
src/com/gps/dao/DeviceProcessDAO.java |
96 |
Do not add empty strings |
| 30385 |
src/com/gps/dao/DeviceProcessDAO.java |
96 |
Potential violation of Law of Demeter (method chain calls) |
| 30386 |
src/com/gps/dao/DeviceProcessDAO.java |
96 |
Potential violation of Law of Demeter (object not created locally) |
| 30387 |
src/com/gps/dao/DeviceProcessDAO.java |
100 |
Potential violation of Law of Demeter (method chain calls) |
| 30388 |
src/com/gps/dao/DeviceProcessDAO.java |
100 |
Potential violation of Law of Demeter (object not created locally) |
| 30389 |
src/com/gps/dao/DeviceProcessDAO.java |
104 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 30390 |
src/com/gps/dao/DeviceProcessDAO.java |
106 |
There is log block not surrounded by if |
| 30391 |
src/com/gps/dao/DeviceProcessDAO.java |
114 |
Comment is too large: Line too long |
| 30392 |
src/com/gps/dao/DeviceProcessDAO.java |
115 |
Avoid variables with short names like id |
| 30393 |
src/com/gps/dao/DeviceProcessDAO.java |
115 |
Parameter 'id' is not assigned and could be declared final |
| 30394 |
src/com/gps/dao/DeviceProcessDAO.java |
115 |
publicMethodCommentRequirement Required |
| 30395 |
src/com/gps/dao/DeviceProcessDAO.java |
117 |
Found 'DD'-anomaly for variable 'sess' (lines '117'-'121'). |
| 30396 |
src/com/gps/dao/DeviceProcessDAO.java |
119 |
Local variable 'devDao' could be declared final |
| 30397 |
src/com/gps/dao/DeviceProcessDAO.java |
120 |
Potential violation of Law of Demeter (method chain calls) |
| 30398 |
src/com/gps/dao/DeviceProcessDAO.java |
120 |
Potential violation of Law of Demeter (object not created locally) |
| 30399 |
src/com/gps/dao/DeviceProcessDAO.java |
121 |
Potential violation of Law of Demeter (object not created locally) |
| 30400 |
src/com/gps/dao/DeviceProcessDAO.java |
122 |
Do not add empty strings |
| 30401 |
src/com/gps/dao/DeviceProcessDAO.java |
122 |
Potential violation of Law of Demeter (method chain calls) |
| 30402 |
src/com/gps/dao/DeviceProcessDAO.java |
122 |
Potential violation of Law of Demeter (object not created locally) |
| 30403 |
src/com/gps/dao/DeviceProcessDAO.java |
125 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 30404 |
src/com/gps/dao/DeviceProcessDAO.java |
127 |
There is log block not surrounded by if |
| 30405 |
src/com/gps/dao/DeviceProcessDAO.java |
135 |
A method/constructor shouldnt explicitly throw java.lang.Exception |
| 30406 |
src/com/gps/dao/DeviceProcessDAO.java |
135 |
Method names should not start with capital letters |
| 30407 |
src/com/gps/dao/DeviceProcessDAO.java |
135 |
Parameter 'aliasName' is not assigned and could be declared final |
| 30408 |
src/com/gps/dao/DeviceProcessDAO.java |
135 |
Parameter 'enableStatus' is not assigned and could be declared final |
| 30409 |
src/com/gps/dao/DeviceProcessDAO.java |
135 |
Parameter 'first' is not assigned and could be declared final |
| 30410 |
src/com/gps/dao/DeviceProcessDAO.java |
135 |
Parameter 'imeiNumber' is not assigned and could be declared final |
| 30411 |
src/com/gps/dao/DeviceProcessDAO.java |
135 |
Parameter 'inuseStatus' is not assigned and could be declared final |
| 30412 |
src/com/gps/dao/DeviceProcessDAO.java |
135 |
Parameter 'last' is not assigned and could be declared final |
| 30413 |
src/com/gps/dao/DeviceProcessDAO.java |
135 |
Parameter 'user' is not assigned and could be declared final |
| 30414 |
src/com/gps/dao/DeviceProcessDAO.java |
135 |
Rather than using a lot of String arguments, consider using a container object for those values. |
| 30415 |
src/com/gps/dao/DeviceProcessDAO.java |
135 |
The method 'Search' has a Cyclomatic Complexity of 15. |
| 30416 |
src/com/gps/dao/DeviceProcessDAO.java |
135 |
The method Search() has an NPath complexity of 973 |
| 30417 |
src/com/gps/dao/DeviceProcessDAO.java |
135 |
publicMethodCommentRequirement Required |
| 30418 |
src/com/gps/dao/DeviceProcessDAO.java |
139 |
Found 'DD'-anomaly for variable 'deviceList' (lines '139'-'202'). |
| 30419 |
src/com/gps/dao/DeviceProcessDAO.java |
139 |
Found 'DD'-anomaly for variable 'deviceList' (lines '139'-'214'). |
| 30420 |
src/com/gps/dao/DeviceProcessDAO.java |
140 |
Local variable 'baseQuery' could be declared final |
| 30421 |
src/com/gps/dao/DeviceProcessDAO.java |
141 |
Avoid variables with short names like sb |
| 30422 |
src/com/gps/dao/DeviceProcessDAO.java |
141 |
Local variable 'sb' could be declared final |
| 30423 |
src/com/gps/dao/DeviceProcessDAO.java |
142 |
Potential violation of Law of Demeter (object not created locally) |
| 30424 |
src/com/gps/dao/DeviceProcessDAO.java |
146 |
Found 'DD'-anomaly for variable 'strlen' (lines '146'-'209'). |
| 30425 |
src/com/gps/dao/DeviceProcessDAO.java |
146 |
Found 'DU'-anomaly for variable 'strlen' (lines '146'-'225'). |
| 30426 |
src/com/gps/dao/DeviceProcessDAO.java |
147 |
Found 'DD'-anomaly for variable 'finalquery' (lines '147'-'206'). |
| 30427 |
src/com/gps/dao/DeviceProcessDAO.java |
147 |
Found 'DU'-anomaly for variable 'finalquery' (lines '147'-'225'). |
| 30428 |
src/com/gps/dao/DeviceProcessDAO.java |
148 |
Found 'DD'-anomaly for variable 'flag' (lines '148'-'156'). |
| 30429 |
src/com/gps/dao/DeviceProcessDAO.java |
148 |
Found 'DD'-anomaly for variable 'flag' (lines '148'-'165'). |
| 30430 |
src/com/gps/dao/DeviceProcessDAO.java |
148 |
Found 'DD'-anomaly for variable 'flag' (lines '148'-'175'). |
| 30431 |
src/com/gps/dao/DeviceProcessDAO.java |
148 |
Found 'DD'-anomaly for variable 'flag' (lines '148'-'184'). |
| 30432 |
src/com/gps/dao/DeviceProcessDAO.java |
148 |
Found 'DD'-anomaly for variable 'flag' (lines '148'-'198'). |
| 30433 |
src/com/gps/dao/DeviceProcessDAO.java |
149 |
Local variable 'rdao' could be declared final |
| 30434 |
src/com/gps/dao/DeviceProcessDAO.java |
155 |
Potential violation of Law of Demeter (object not created locally) |
| 30435 |
src/com/gps/dao/DeviceProcessDAO.java |
156 |
Found 'DD'-anomaly for variable 'flag' (lines '156'-'165'). |
| 30436 |
src/com/gps/dao/DeviceProcessDAO.java |
156 |
Found 'DD'-anomaly for variable 'flag' (lines '156'-'175'). |
| 30437 |
src/com/gps/dao/DeviceProcessDAO.java |
156 |
Found 'DD'-anomaly for variable 'flag' (lines '156'-'184'). |
| 30438 |
src/com/gps/dao/DeviceProcessDAO.java |
156 |
Found 'DD'-anomaly for variable 'flag' (lines '156'-'198'). |
| 30439 |
src/com/gps/dao/DeviceProcessDAO.java |
164 |
Potential violation of Law of Demeter (object not created locally) |
| 30440 |
src/com/gps/dao/DeviceProcessDAO.java |
165 |
Found 'DD'-anomaly for variable 'flag' (lines '165'-'175'). |
| 30441 |
src/com/gps/dao/DeviceProcessDAO.java |
165 |
Found 'DD'-anomaly for variable 'flag' (lines '165'-'184'). |
| 30442 |
src/com/gps/dao/DeviceProcessDAO.java |
165 |
Found 'DD'-anomaly for variable 'flag' (lines '165'-'198'). |
| 30443 |
src/com/gps/dao/DeviceProcessDAO.java |
174 |
Potential violation of Law of Demeter (object not created locally) |
| 30444 |
src/com/gps/dao/DeviceProcessDAO.java |
175 |
Found 'DD'-anomaly for variable 'flag' (lines '175'-'184'). |
| 30445 |
src/com/gps/dao/DeviceProcessDAO.java |
175 |
Found 'DD'-anomaly for variable 'flag' (lines '175'-'198'). |
| 30446 |
src/com/gps/dao/DeviceProcessDAO.java |
183 |
Potential violation of Law of Demeter (object not created locally) |
| 30447 |
src/com/gps/dao/DeviceProcessDAO.java |
184 |
Found 'DD'-anomaly for variable 'flag' (lines '184'-'198'). |
| 30448 |
src/com/gps/dao/DeviceProcessDAO.java |
195 |
Potential violation of Law of Demeter (method chain calls) |
| 30449 |
src/com/gps/dao/DeviceProcessDAO.java |
195 |
Potential violation of Law of Demeter (object not created locally) |
| 30450 |
src/com/gps/dao/DeviceProcessDAO.java |
197 |
Potential violation of Law of Demeter (object not created locally) |
| 30451 |
src/com/gps/dao/DeviceProcessDAO.java |
200 |
Potential violation of Law of Demeter (method chain calls) |
| 30452 |
src/com/gps/dao/DeviceProcessDAO.java |
200 |
Potential violation of Law of Demeter (object not created locally) |
| 30453 |
src/com/gps/dao/DeviceProcessDAO.java |
202 |
Found 'DD'-anomaly for variable 'deviceList' (lines '202'-'214'). |
| 30454 |
src/com/gps/dao/DeviceProcessDAO.java |
206 |
Found 'DD'-anomaly for variable 'finalquery' (lines '206'-'211'). |
| 30455 |
src/com/gps/dao/DeviceProcessDAO.java |
206 |
Potential violation of Law of Demeter (object not created locally) |
| 30456 |
src/com/gps/dao/DeviceProcessDAO.java |
207 |
Potential violation of Law of Demeter (object not created locally) |
| 30457 |
src/com/gps/dao/DeviceProcessDAO.java |
209 |
Potential violation of Law of Demeter (object not created locally) |
| 30458 |
src/com/gps/dao/DeviceProcessDAO.java |
210 |
Local variable 'previous' could be declared final |
| 30459 |
src/com/gps/dao/DeviceProcessDAO.java |
211 |
Potential violation of Law of Demeter (object not created locally) |
| 30460 |
src/com/gps/dao/DeviceProcessDAO.java |
214 |
Potential violation of Law of Demeter (method chain calls) |
| 30461 |
src/com/gps/dao/DeviceProcessDAO.java |
220 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 30462 |
src/com/gps/dao/DeviceProcessDAO.java |
222 |
Avoid printStackTrace(); use a logger call instead. |
| 30463 |
src/com/gps/dao/DeviceProcessDAO.java |
222 |
Potential violation of Law of Demeter (object not created locally) |
| 30464 |
src/com/gps/dao/DeviceProcessDAO.java |
228 |
Parameter 'first' is not assigned and could be declared final |
| 30465 |
src/com/gps/dao/DeviceProcessDAO.java |
228 |
Parameter 'last' is not assigned and could be declared final |
| 30466 |
src/com/gps/dao/DeviceProcessDAO.java |
228 |
publicMethodCommentRequirement Required |
| 30467 |
src/com/gps/dao/DeviceProcessDAO.java |
232 |
Local variable 'queryString' could be declared final |
| 30468 |
src/com/gps/dao/DeviceProcessDAO.java |
233 |
Local variable 'queryObject' could be declared final |
| 30469 |
src/com/gps/dao/DeviceProcessDAO.java |
233 |
Potential violation of Law of Demeter (method chain calls) |
| 30470 |
src/com/gps/dao/DeviceProcessDAO.java |
234 |
Potential violation of Law of Demeter (method chain calls) |
| 30471 |
src/com/gps/dao/DeviceProcessDAO.java |
234 |
Potential violation of Law of Demeter (object not created locally) |
| 30472 |
src/com/gps/dao/DeviceProcessDAO.java |
235 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 30473 |
src/com/gps/dao/DeviceProcessDAO.java |
236 |
There is log block not surrounded by if |
| 30474 |
src/com/gps/dao/DeviceProcessDAO.java |
247 |
A method/constructor shouldnt explicitly throw java.lang.Exception |
| 30475 |
src/com/gps/dao/DeviceProcessDAO.java |
247 |
Method names should not start with capital letters |
| 30476 |
src/com/gps/dao/DeviceProcessDAO.java |
247 |
publicMethodCommentRequirement Required |
| 30477 |
src/com/gps/dao/DeviceProcessDAO.java |
249 |
Found 'DD'-anomaly for variable 'sess' (lines '249'-'259'). |
| 30478 |
src/com/gps/dao/DeviceProcessDAO.java |
254 |
Found 'DD'-anomaly for variable 'deviceList' (lines '254'-'264'). |
| 30479 |
src/com/gps/dao/DeviceProcessDAO.java |
255 |
Local variable 'baseQuery' could be declared final |
| 30480 |
src/com/gps/dao/DeviceProcessDAO.java |
256 |
Avoid variables with short names like sb |
| 30481 |
src/com/gps/dao/DeviceProcessDAO.java |
256 |
Local variable 'sb' could be declared final |
| 30482 |
src/com/gps/dao/DeviceProcessDAO.java |
257 |
Potential violation of Law of Demeter (object not created locally) |
| 30483 |
src/com/gps/dao/DeviceProcessDAO.java |
258 |
Local variable 'devdao' could be declared final |
| 30484 |
src/com/gps/dao/DeviceProcessDAO.java |
259 |
Potential violation of Law of Demeter (object not created locally) |
| 30485 |
src/com/gps/dao/DeviceProcessDAO.java |
261 |
Found 'DD'-anomaly for variable 'finalquery' (lines '261'-'263'). |
| 30486 |
src/com/gps/dao/DeviceProcessDAO.java |
263 |
Potential violation of Law of Demeter (object not created locally) |
| 30487 |
src/com/gps/dao/DeviceProcessDAO.java |
264 |
Potential violation of Law of Demeter (method chain calls) |
| 30488 |
src/com/gps/dao/DeviceProcessDAO.java |
264 |
Potential violation of Law of Demeter (object not created locally) |
| 30489 |
src/com/gps/dao/DeviceProcessDAO.java |
266 |
Potential violation of Law of Demeter (object not created locally) |
| 30490 |
src/com/gps/dao/DeviceProcessDAO.java |
270 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 30491 |
src/com/gps/dao/DeviceProcessDAO.java |
273 |
Avoid printStackTrace(); use a logger call instead. |
| 30492 |
src/com/gps/dao/DeviceProcessDAO.java |
273 |
Potential violation of Law of Demeter (object not created locally) |
| 30493 |
src/com/gps/dao/DeviceProcessDAO.java |
282 |
A method/constructor shouldnt explicitly throw java.lang.Exception |
| 30494 |
src/com/gps/dao/DeviceProcessDAO.java |
282 |
Method names should not start with capital letters |
| 30495 |
src/com/gps/dao/DeviceProcessDAO.java |
282 |
Parameter 'device' is not assigned and could be declared final |
| 30496 |
src/com/gps/dao/DeviceProcessDAO.java |
282 |
publicMethodCommentRequirement Required |
| 30497 |
src/com/gps/dao/DeviceProcessDAO.java |
288 |
Potential violation of Law of Demeter (method chain calls) |
| 30498 |
src/com/gps/dao/DeviceProcessDAO.java |
302 |
There is log block not surrounded by if |
| 30499 |
src/com/gps/dao/DeviceProcessDAO.java |
303 |
Potential violation of Law of Demeter (method chain calls) |
| 30500 |
src/com/gps/dao/DeviceProcessDAO.java |
303 |
Potential violation of Law of Demeter (method chain calls) |
| 30501 |
src/com/gps/dao/DeviceProcessDAO.java |
303 |
Potential violation of Law of Demeter (object not created locally) |
| 30502 |
src/com/gps/dao/DeviceProcessDAO.java |
304 |
Avoid using if...else statements without curly braces |
| 30503 |
src/com/gps/dao/DeviceProcessDAO.java |
304 |
New exception is thrown in catch block, original stack trace may be lost |
| 30504 |
src/com/gps/dao/DeviceProcessDAO.java |
305 |
Potential violation of Law of Demeter (method chain calls) |
| 30505 |
src/com/gps/dao/DeviceProcessDAO.java |
305 |
Potential violation of Law of Demeter (method chain calls) |
| 30506 |
src/com/gps/dao/DeviceProcessDAO.java |
305 |
Potential violation of Law of Demeter (object not created locally) |
| 30507 |
src/com/gps/dao/DeviceProcessDAO.java |
306 |
Avoid using if...else statements without curly braces |
| 30508 |
src/com/gps/dao/DeviceProcessDAO.java |
306 |
New exception is thrown in catch block, original stack trace may be lost |
| 30509 |
src/com/gps/dao/DeviceProcessDAO.java |
308 |
Avoid using if...else statements without curly braces |
| 30510 |
src/com/gps/dao/DeviceProcessDAO.java |
308 |
New exception is thrown in catch block, original stack trace may be lost |
| 30511 |
src/com/gps/dao/DeviceProcessDAO.java |
310 |
A catch statement that catches an exception only to rethrow it should be avoided. |
| 30512 |
src/com/gps/dao/DeviceProcessDAO.java |
310 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 30513 |
src/com/gps/dao/DeviceProcessDAO.java |
322 |
A method/constructor shouldnt explicitly throw java.lang.Exception |
| 30514 |
src/com/gps/dao/DeviceProcessDAO.java |
322 |
Method names should not start with capital letters |
| 30515 |
src/com/gps/dao/DeviceProcessDAO.java |
322 |
Parameter 'device' is not assigned and could be declared final |
| 30516 |
src/com/gps/dao/DeviceProcessDAO.java |
322 |
publicMethodCommentRequirement Required |
| 30517 |
src/com/gps/dao/DeviceProcessDAO.java |
337 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 30518 |
src/com/gps/dao/DeviceProcessDAO.java |
339 |
Avoid printStackTrace(); use a logger call instead. |
| 30519 |
src/com/gps/dao/DeviceProcessDAO.java |
339 |
Potential violation of Law of Demeter (object not created locally) |
| 30520 |
src/com/gps/dao/DeviceProcessDAO.java |
349 |
Parameter 'deviceId' is not assigned and could be declared final |
| 30521 |
src/com/gps/dao/DeviceProcessDAO.java |
349 |
Parameter 'deviceid' is not assigned and could be declared final |
| 30522 |
src/com/gps/dao/DeviceProcessDAO.java |
349 |
publicMethodCommentRequirement Required |
| 30523 |
src/com/gps/dao/DeviceProcessDAO.java |
354 |
Local variable 'devDao' could be declared final |
| 30524 |
src/com/gps/dao/DeviceProcessDAO.java |
355 |
Potential violation of Law of Demeter (object not created locally) |
| 30525 |
src/com/gps/dao/DeviceProcessDAO.java |
361 |
Potential violation of Law of Demeter (object not created locally) |
| 30526 |
src/com/gps/dao/DeviceProcessDAO.java |
368 |
Potential violation of Law of Demeter (object not created locally) |
| 30527 |
src/com/gps/dao/DeviceProcessDAO.java |
378 |
Potential violation of Law of Demeter (object not created locally) |
| 30528 |
src/com/gps/dao/DeviceProcessDAO.java |
385 |
Potential violation of Law of Demeter (object not created locally) |
| 30529 |
src/com/gps/dao/DeviceProcessDAO.java |
388 |
Local variable 'device1' could be declared final |
| 30530 |
src/com/gps/dao/DeviceProcessDAO.java |
388 |
Potential violation of Law of Demeter (object not created locally) |
| 30531 |
src/com/gps/dao/DeviceProcessDAO.java |
389 |
Potential violation of Law of Demeter (object not created locally) |
| 30532 |
src/com/gps/dao/DeviceProcessDAO.java |
396 |
A method should have only one exit point, and that should be the last statement in the method |
| 30533 |
src/com/gps/dao/DeviceProcessDAO.java |
400 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 30534 |
src/com/gps/dao/DeviceProcessDAO.java |
402 |
Avoid printStackTrace(); use a logger call instead. |
| 30535 |
src/com/gps/dao/DeviceProcessDAO.java |
402 |
Potential violation of Law of Demeter (object not created locally) |
| 30536 |
src/com/gps/dao/DeviceProcessDAO.java |
409 |
Parameter 'deviceId' is not assigned and could be declared final |
| 30537 |
src/com/gps/dao/DeviceProcessDAO.java |
409 |
publicMethodCommentRequirement Required |
| 30538 |
src/com/gps/dao/DeviceProcessDAO.java |
413 |
Local variable 'devDao' could be declared final |
| 30539 |
src/com/gps/dao/DeviceProcessDAO.java |
414 |
Potential violation of Law of Demeter (object not created locally) |
| 30540 |
src/com/gps/dao/DeviceProcessDAO.java |
416 |
Potential violation of Law of Demeter (object not created locally) |
| 30541 |
src/com/gps/dao/DeviceProcessDAO.java |
424 |
A method should have only one exit point, and that should be the last statement in the method |
| 30542 |
src/com/gps/dao/DeviceProcessDAO.java |
426 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 30543 |
src/com/gps/dao/DeviceProcessDAO.java |
428 |
Avoid printStackTrace(); use a logger call instead. |
| 30544 |
src/com/gps/dao/DeviceProcessDAO.java |
428 |
Potential violation of Law of Demeter (object not created locally) |
| 30545 |
src/com/gps/dao/FenceUsersDAO.java |
1 |
Possible God class (WMC=77, ATFD=38, TCC=0.0) |
| 30546 |
src/com/gps/dao/FenceUsersDAO.java |
19 |
The class 'FenceUsersDAO' has a Cyclomatic Complexity of 6 (Highest = 18). |
| 30547 |
src/com/gps/dao/FenceUsersDAO.java |
19 |
headerCommentRequirement Required |
| 30548 |
src/com/gps/dao/FenceUsersDAO.java |
21 |
The Logger variable declaration does not contain the static and final modifiers |
| 30549 |
src/com/gps/dao/FenceUsersDAO.java |
21 |
fieldCommentRequirement Required |
| 30550 |
src/com/gps/dao/FenceUsersDAO.java |
25 |
Avoid using implementation types like 'ArrayList'; use the interface instead |
| 30551 |
src/com/gps/dao/FenceUsersDAO.java |
25 |
Avoid variables with short names like to |
| 30552 |
src/com/gps/dao/FenceUsersDAO.java |
25 |
Parameter 'from' is not assigned and could be declared final |
| 30553 |
src/com/gps/dao/FenceUsersDAO.java |
25 |
Parameter 'to' is not assigned and could be declared final |
| 30554 |
src/com/gps/dao/FenceUsersDAO.java |
25 |
Parameter 'tripid' is not assigned and could be declared final |
| 30555 |
src/com/gps/dao/FenceUsersDAO.java |
25 |
publicMethodCommentRequirement Required |
| 30556 |
src/com/gps/dao/FenceUsersDAO.java |
26 |
Found 'DD'-anomaly for variable 'session' (lines '26'-'30'). |
| 30557 |
src/com/gps/dao/FenceUsersDAO.java |
27 |
Found 'DD'-anomaly for variable 'userFenceList' (lines '27'-'32'). |
| 30558 |
src/com/gps/dao/FenceUsersDAO.java |
32 |
Potential violation of Law of Demeter (method chain calls) |
| 30559 |
src/com/gps/dao/FenceUsersDAO.java |
32 |
Potential violation of Law of Demeter (object not created locally) |
| 30560 |
src/com/gps/dao/FenceUsersDAO.java |
39 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 30561 |
src/com/gps/dao/FenceUsersDAO.java |
41 |
Avoid printStackTrace(); use a logger call instead. |
| 30562 |
src/com/gps/dao/FenceUsersDAO.java |
41 |
Potential violation of Law of Demeter (object not created locally) |
| 30563 |
src/com/gps/dao/FenceUsersDAO.java |
47 |
Avoid using implementation types like 'ArrayList'; use the interface instead |
| 30564 |
src/com/gps/dao/FenceUsersDAO.java |
47 |
Parameter 'grade' is not assigned and could be declared final |
| 30565 |
src/com/gps/dao/FenceUsersDAO.java |
47 |
Parameter 'tripid' is not assigned and could be declared final |
| 30566 |
src/com/gps/dao/FenceUsersDAO.java |
47 |
Rather than using a lot of String arguments, consider using a container object for those values. |
| 30567 |
src/com/gps/dao/FenceUsersDAO.java |
47 |
publicMethodCommentRequirement Required |
| 30568 |
src/com/gps/dao/FenceUsersDAO.java |
48 |
Avoid variables with short names like to |
| 30569 |
src/com/gps/dao/FenceUsersDAO.java |
48 |
Parameter 'from' is not assigned and could be declared final |
| 30570 |
src/com/gps/dao/FenceUsersDAO.java |
48 |
Parameter 'sess' is not assigned and could be declared final |
| 30571 |
src/com/gps/dao/FenceUsersDAO.java |
48 |
Parameter 'to' is not assigned and could be declared final |
| 30572 |
src/com/gps/dao/FenceUsersDAO.java |
49 |
Found 'DD'-anomaly for variable 'session' (lines '49'-'57'). |
| 30573 |
src/com/gps/dao/FenceUsersDAO.java |
50 |
Found 'DD'-anomaly for variable 'userFenceList' (lines '50'-'69'). |
| 30574 |
src/com/gps/dao/FenceUsersDAO.java |
51 |
Found 'DD'-anomaly for variable 'parameters' (lines '51'-'60'). |
| 30575 |
src/com/gps/dao/FenceUsersDAO.java |
52 |
Found 'DD'-anomaly for variable 'paramsList' (lines '52'-'67'). |
| 30576 |
src/com/gps/dao/FenceUsersDAO.java |
52 |
Found 'DU'-anomaly for variable 'paramsList' (lines '52'-'75'). |
| 30577 |
src/com/gps/dao/FenceUsersDAO.java |
59 |
Found 'DD'-anomaly for variable 'qry' (lines '59'-'68'). |
| 30578 |
src/com/gps/dao/FenceUsersDAO.java |
59 |
Found 'DU'-anomaly for variable 'qry' (lines '59'-'75'). |
| 30579 |
src/com/gps/dao/FenceUsersDAO.java |
59 |
Potential violation of Law of Demeter (object not created locally) |
| 30580 |
src/com/gps/dao/FenceUsersDAO.java |
60 |
Potential violation of Law of Demeter (object not created locally) |
| 30581 |
src/com/gps/dao/FenceUsersDAO.java |
66 |
Avoid using Literals in Conditional Statements |
| 30582 |
src/com/gps/dao/FenceUsersDAO.java |
66 |
Potential violation of Law of Demeter (object not created locally) |
| 30583 |
src/com/gps/dao/FenceUsersDAO.java |
67 |
Potential violation of Law of Demeter (method chain calls) |
| 30584 |
src/com/gps/dao/FenceUsersDAO.java |
67 |
Potential violation of Law of Demeter (object not created locally) |
| 30585 |
src/com/gps/dao/FenceUsersDAO.java |
69 |
Potential violation of Law of Demeter (object not created locally) |
| 30586 |
src/com/gps/dao/FenceUsersDAO.java |
71 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 30587 |
src/com/gps/dao/FenceUsersDAO.java |
72 |
There is log block not surrounded by if |
| 30588 |
src/com/gps/dao/FenceUsersDAO.java |
79 |
Parameter 'fences' is not assigned and could be declared final |
| 30589 |
src/com/gps/dao/FenceUsersDAO.java |
79 |
publicMethodCommentRequirement Required |
| 30590 |
src/com/gps/dao/FenceUsersDAO.java |
80 |
Parameter 'students' is not assigned and could be declared final |
| 30591 |
src/com/gps/dao/FenceUsersDAO.java |
80 |
Parameter 'tripId' is not assigned and could be declared final |
| 30592 |
src/com/gps/dao/FenceUsersDAO.java |
81 |
Found 'DD'-anomaly for variable 'userExpectedList' (lines '81'-'93'). |
| 30593 |
src/com/gps/dao/FenceUsersDAO.java |
82 |
Avoid declaring a variable if it is unreferenced before a possible exit point. |
| 30594 |
src/com/gps/dao/FenceUsersDAO.java |
82 |
Avoid unused local variables such as 'userList'. |
| 30595 |
src/com/gps/dao/FenceUsersDAO.java |
82 |
Found 'DU'-anomaly for variable 'userList' (lines '82'-'114'). |
| 30596 |
src/com/gps/dao/FenceUsersDAO.java |
82 |
Local variable 'userList' could be declared final |
| 30597 |
src/com/gps/dao/FenceUsersDAO.java |
84 |
Found 'DD'-anomaly for variable 'users' (lines '84'-'89'). |
| 30598 |
src/com/gps/dao/FenceUsersDAO.java |
84 |
Found 'DD'-anomaly for variable 'users' (lines '84'-'91'). |
| 30599 |
src/com/gps/dao/FenceUsersDAO.java |
86 |
Found 'DU'-anomaly for variable 'session' (lines '86'-'114'). |
| 30600 |
src/com/gps/dao/FenceUsersDAO.java |
89 |
Avoid using if...else statements without curly braces |
| 30601 |
src/com/gps/dao/FenceUsersDAO.java |
91 |
Avoid using if...else statements without curly braces |
| 30602 |
src/com/gps/dao/FenceUsersDAO.java |
92 |
Use equals() to compare strings instead of '==' or '!=' |
| 30603 |
src/com/gps/dao/FenceUsersDAO.java |
93 |
Potential violation of Law of Demeter (method chain calls) |
| 30604 |
src/com/gps/dao/FenceUsersDAO.java |
93 |
Potential violation of Law of Demeter (object not created locally) |
| 30605 |
src/com/gps/dao/FenceUsersDAO.java |
110 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 30606 |
src/com/gps/dao/FenceUsersDAO.java |
111 |
Avoid printStackTrace(); use a logger call instead. |
| 30607 |
src/com/gps/dao/FenceUsersDAO.java |
111 |
Potential violation of Law of Demeter (object not created locally) |
| 30608 |
src/com/gps/dao/FenceUsersDAO.java |
118 |
Parameter 'fences' is not assigned and could be declared final |
| 30609 |
src/com/gps/dao/FenceUsersDAO.java |
118 |
publicMethodCommentRequirement Required |
| 30610 |
src/com/gps/dao/FenceUsersDAO.java |
119 |
Parameter 'students' is not assigned and could be declared final |
| 30611 |
src/com/gps/dao/FenceUsersDAO.java |
119 |
Parameter 'tripId' is not assigned and could be declared final |
| 30612 |
src/com/gps/dao/FenceUsersDAO.java |
120 |
Found 'DD'-anomaly for variable 'userExpectedList' (lines '120'-'147'). |
| 30613 |
src/com/gps/dao/FenceUsersDAO.java |
121 |
Avoid declaring a variable if it is unreferenced before a possible exit point. |
| 30614 |
src/com/gps/dao/FenceUsersDAO.java |
121 |
Avoid unused local variables such as 'userList'. |
| 30615 |
src/com/gps/dao/FenceUsersDAO.java |
121 |
Found 'DU'-anomaly for variable 'userList' (lines '121'-'157'). |
| 30616 |
src/com/gps/dao/FenceUsersDAO.java |
121 |
Local variable 'userList' could be declared final |
| 30617 |
src/com/gps/dao/FenceUsersDAO.java |
123 |
Found 'DD'-anomaly for variable 'users' (lines '123'-'131'). |
| 30618 |
src/com/gps/dao/FenceUsersDAO.java |
123 |
Found 'DD'-anomaly for variable 'users' (lines '123'-'133'). |
| 30619 |
src/com/gps/dao/FenceUsersDAO.java |
124 |
Found 'DD'-anomaly for variable 'parameters' (lines '124'-'137'). |
| 30620 |
src/com/gps/dao/FenceUsersDAO.java |
124 |
Found 'DU'-anomaly for variable 'parameters' (lines '124'-'157'). |
| 30621 |
src/com/gps/dao/FenceUsersDAO.java |
125 |
Found 'DD'-anomaly for variable 'paramsList' (lines '125'-'145'). |
| 30622 |
src/com/gps/dao/FenceUsersDAO.java |
125 |
Found 'DU'-anomaly for variable 'paramsList' (lines '125'-'157'). |
| 30623 |
src/com/gps/dao/FenceUsersDAO.java |
126 |
Found 'DD'-anomaly for variable 'qry' (lines '126'-'136'). |
| 30624 |
src/com/gps/dao/FenceUsersDAO.java |
126 |
Found 'DU'-anomaly for variable 'qry' (lines '126'-'157'). |
| 30625 |
src/com/gps/dao/FenceUsersDAO.java |
128 |
Found 'DU'-anomaly for variable 'session' (lines '128'-'157'). |
| 30626 |
src/com/gps/dao/FenceUsersDAO.java |
131 |
Avoid using if...else statements without curly braces |
| 30627 |
src/com/gps/dao/FenceUsersDAO.java |
133 |
Avoid using if...else statements without curly braces |
| 30628 |
src/com/gps/dao/FenceUsersDAO.java |
135 |
Use equals() to compare strings instead of '==' or '!=' |
| 30629 |
src/com/gps/dao/FenceUsersDAO.java |
136 |
Found 'DD'-anomaly for variable 'qry' (lines '136'-'146'). |
| 30630 |
src/com/gps/dao/FenceUsersDAO.java |
136 |
Found 'DU'-anomaly for variable 'qry' (lines '136'-'157'). |
| 30631 |
src/com/gps/dao/FenceUsersDAO.java |
136 |
Potential violation of Law of Demeter (object not created locally) |
| 30632 |
src/com/gps/dao/FenceUsersDAO.java |
137 |
Potential violation of Law of Demeter (object not created locally) |
| 30633 |
src/com/gps/dao/FenceUsersDAO.java |
144 |
Avoid using Literals in Conditional Statements |
| 30634 |
src/com/gps/dao/FenceUsersDAO.java |
144 |
Potential violation of Law of Demeter (object not created locally) |
| 30635 |
src/com/gps/dao/FenceUsersDAO.java |
145 |
Potential violation of Law of Demeter (method chain calls) |
| 30636 |
src/com/gps/dao/FenceUsersDAO.java |
145 |
Potential violation of Law of Demeter (object not created locally) |
| 30637 |
src/com/gps/dao/FenceUsersDAO.java |
147 |
Potential violation of Law of Demeter (object not created locally) |
| 30638 |
src/com/gps/dao/FenceUsersDAO.java |
152 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 30639 |
src/com/gps/dao/FenceUsersDAO.java |
154 |
Avoid printStackTrace(); use a logger call instead. |
| 30640 |
src/com/gps/dao/FenceUsersDAO.java |
154 |
Potential violation of Law of Demeter (object not created locally) |
| 30641 |
src/com/gps/dao/FenceUsersDAO.java |
162 |
Parameter 'fences' is not assigned and could be declared final |
| 30642 |
src/com/gps/dao/FenceUsersDAO.java |
162 |
publicMethodCommentRequirement Required |
| 30643 |
src/com/gps/dao/FenceUsersDAO.java |
164 |
Found 'DD'-anomaly for variable 'userList' (lines '164'-'171'). |
| 30644 |
src/com/gps/dao/FenceUsersDAO.java |
166 |
Found 'DD'-anomaly for variable 'users' (lines '166'-'178'). |
| 30645 |
src/com/gps/dao/FenceUsersDAO.java |
171 |
Potential violation of Law of Demeter (method chain calls) |
| 30646 |
src/com/gps/dao/FenceUsersDAO.java |
171 |
Potential violation of Law of Demeter (object not created locally) |
| 30647 |
src/com/gps/dao/FenceUsersDAO.java |
177 |
Potential violation of Law of Demeter (object not created locally) |
| 30648 |
src/com/gps/dao/FenceUsersDAO.java |
178 |
Potential violation of Law of Demeter (object not created locally) |
| 30649 |
src/com/gps/dao/FenceUsersDAO.java |
178 |
Prefer StringBuffer over += for concatenating strings |
| 30650 |
src/com/gps/dao/FenceUsersDAO.java |
179 |
Avoid using if statements without curly braces |
| 30651 |
src/com/gps/dao/FenceUsersDAO.java |
179 |
Potential violation of Law of Demeter (object not created locally) |
| 30652 |
src/com/gps/dao/FenceUsersDAO.java |
180 |
Prefer StringBuffer over += for concatenating strings |
| 30653 |
src/com/gps/dao/FenceUsersDAO.java |
183 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 30654 |
src/com/gps/dao/FenceUsersDAO.java |
185 |
Avoid printStackTrace(); use a logger call instead. |
| 30655 |
src/com/gps/dao/FenceUsersDAO.java |
185 |
Potential violation of Law of Demeter (object not created locally) |
| 30656 |
src/com/gps/dao/FenceUsersDAO.java |
191 |
Parameter 'tripId' is not assigned and could be declared final |
| 30657 |
src/com/gps/dao/FenceUsersDAO.java |
191 |
publicMethodCommentRequirement Required |
| 30658 |
src/com/gps/dao/FenceUsersDAO.java |
193 |
Found 'DD'-anomaly for variable 'userList' (lines '193'-'210'). |
| 30659 |
src/com/gps/dao/FenceUsersDAO.java |
195 |
Found 'DD'-anomaly for variable 'users' (lines '195'-'215'). |
| 30660 |
src/com/gps/dao/FenceUsersDAO.java |
196 |
Found 'DD'-anomaly for variable 'parameters' (lines '196'-'204'). |
| 30661 |
src/com/gps/dao/FenceUsersDAO.java |
197 |
Found 'DD'-anomaly for variable 'paramsList' (lines '197'-'208'). |
| 30662 |
src/com/gps/dao/FenceUsersDAO.java |
197 |
Found 'DU'-anomaly for variable 'paramsList' (lines '197'-'228'). |
| 30663 |
src/com/gps/dao/FenceUsersDAO.java |
198 |
Found 'DD'-anomaly for variable 'qry' (lines '198'-'207'). |
| 30664 |
src/com/gps/dao/FenceUsersDAO.java |
198 |
Found 'DU'-anomaly for variable 'qry' (lines '198'-'228'). |
| 30665 |
src/com/gps/dao/FenceUsersDAO.java |
199 |
Found 'DD'-anomaly for variable 'queryID' (lines '199'-'203'). |
| 30666 |
src/com/gps/dao/FenceUsersDAO.java |
202 |
Found 'DU'-anomaly for variable 'session' (lines '202'-'228'). |
| 30667 |
src/com/gps/dao/FenceUsersDAO.java |
203 |
Found 'DU'-anomaly for variable 'queryID' (lines '203'-'228'). |
| 30668 |
src/com/gps/dao/FenceUsersDAO.java |
204 |
Potential violation of Law of Demeter (object not created locally) |
| 30669 |
src/com/gps/dao/FenceUsersDAO.java |
206 |
Avoid using Literals in Conditional Statements |
| 30670 |
src/com/gps/dao/FenceUsersDAO.java |
206 |
Potential violation of Law of Demeter (object not created locally) |
| 30671 |
src/com/gps/dao/FenceUsersDAO.java |
207 |
Found 'DD'-anomaly for variable 'qry' (lines '207'-'209'). |
| 30672 |
src/com/gps/dao/FenceUsersDAO.java |
207 |
Potential violation of Law of Demeter (object not created locally) |
| 30673 |
src/com/gps/dao/FenceUsersDAO.java |
208 |
Potential violation of Law of Demeter (method chain calls) |
| 30674 |
src/com/gps/dao/FenceUsersDAO.java |
208 |
Potential violation of Law of Demeter (object not created locally) |
| 30675 |
src/com/gps/dao/FenceUsersDAO.java |
210 |
Potential violation of Law of Demeter (object not created locally) |
| 30676 |
src/com/gps/dao/FenceUsersDAO.java |
214 |
Potential violation of Law of Demeter (object not created locally) |
| 30677 |
src/com/gps/dao/FenceUsersDAO.java |
215 |
Potential violation of Law of Demeter (object not created locally) |
| 30678 |
src/com/gps/dao/FenceUsersDAO.java |
215 |
Prefer StringBuffer over += for concatenating strings |
| 30679 |
src/com/gps/dao/FenceUsersDAO.java |
216 |
Avoid using if statements without curly braces |
| 30680 |
src/com/gps/dao/FenceUsersDAO.java |
216 |
Potential violation of Law of Demeter (object not created locally) |
| 30681 |
src/com/gps/dao/FenceUsersDAO.java |
217 |
Prefer StringBuffer over += for concatenating strings |
| 30682 |
src/com/gps/dao/FenceUsersDAO.java |
223 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 30683 |
src/com/gps/dao/FenceUsersDAO.java |
225 |
Avoid printStackTrace(); use a logger call instead. |
| 30684 |
src/com/gps/dao/FenceUsersDAO.java |
225 |
Potential violation of Law of Demeter (object not created locally) |
| 30685 |
src/com/gps/dao/FenceUsersDAO.java |
231 |
Parameter 'tripId' is not assigned and could be declared final |
| 30686 |
src/com/gps/dao/FenceUsersDAO.java |
231 |
publicMethodCommentRequirement Required |
| 30687 |
src/com/gps/dao/FenceUsersDAO.java |
235 |
Found 'DD'-anomaly for variable 'users' (lines '235'-'249'). |
| 30688 |
src/com/gps/dao/FenceUsersDAO.java |
236 |
Found 'DD'-anomaly for variable 'parameters' (lines '236'-'244'). |
| 30689 |
src/com/gps/dao/FenceUsersDAO.java |
237 |
Found 'DD'-anomaly for variable 'paramsList' (lines '237'-'258'). |
| 30690 |
src/com/gps/dao/FenceUsersDAO.java |
237 |
Found 'DU'-anomaly for variable 'paramsList' (lines '237'-'270'). |
| 30691 |
src/com/gps/dao/FenceUsersDAO.java |
238 |
Found 'DD'-anomaly for variable 'qry' (lines '238'-'257'). |
| 30692 |
src/com/gps/dao/FenceUsersDAO.java |
238 |
Found 'DU'-anomaly for variable 'qry' (lines '238'-'270'). |
| 30693 |
src/com/gps/dao/FenceUsersDAO.java |
239 |
Found 'DD'-anomaly for variable 'queryID' (lines '239'-'243'). |
| 30694 |
src/com/gps/dao/FenceUsersDAO.java |
242 |
Found 'DU'-anomaly for variable 'session' (lines '242'-'270'). |
| 30695 |
src/com/gps/dao/FenceUsersDAO.java |
243 |
Found 'DU'-anomaly for variable 'queryID' (lines '243'-'270'). |
| 30696 |
src/com/gps/dao/FenceUsersDAO.java |
244 |
Potential violation of Law of Demeter (object not created locally) |
| 30697 |
src/com/gps/dao/FenceUsersDAO.java |
247 |
Potential violation of Law of Demeter (object not created locally) |
| 30698 |
src/com/gps/dao/FenceUsersDAO.java |
249 |
Potential violation of Law of Demeter (object not created locally) |
| 30699 |
src/com/gps/dao/FenceUsersDAO.java |
249 |
Prefer StringBuffer over += for concatenating strings |
| 30700 |
src/com/gps/dao/FenceUsersDAO.java |
250 |
Avoid using if statements without curly braces |
| 30701 |
src/com/gps/dao/FenceUsersDAO.java |
250 |
Potential violation of Law of Demeter (object not created locally) |
| 30702 |
src/com/gps/dao/FenceUsersDAO.java |
251 |
Prefer StringBuffer over += for concatenating strings |
| 30703 |
src/com/gps/dao/FenceUsersDAO.java |
256 |
Avoid using Literals in Conditional Statements |
| 30704 |
src/com/gps/dao/FenceUsersDAO.java |
256 |
Potential violation of Law of Demeter (object not created locally) |
| 30705 |
src/com/gps/dao/FenceUsersDAO.java |
257 |
Found 'DD'-anomaly for variable 'qry' (lines '257'-'259'). |
| 30706 |
src/com/gps/dao/FenceUsersDAO.java |
257 |
Potential violation of Law of Demeter (object not created locally) |
| 30707 |
src/com/gps/dao/FenceUsersDAO.java |
258 |
Potential violation of Law of Demeter (method chain calls) |
| 30708 |
src/com/gps/dao/FenceUsersDAO.java |
258 |
Potential violation of Law of Demeter (object not created locally) |
| 30709 |
src/com/gps/dao/FenceUsersDAO.java |
260 |
Found 'DU'-anomaly for variable 'userList' (lines '260'-'270'). |
| 30710 |
src/com/gps/dao/FenceUsersDAO.java |
260 |
Potential violation of Law of Demeter (object not created locally) |
| 30711 |
src/com/gps/dao/FenceUsersDAO.java |
265 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 30712 |
src/com/gps/dao/FenceUsersDAO.java |
267 |
Avoid printStackTrace(); use a logger call instead. |
| 30713 |
src/com/gps/dao/FenceUsersDAO.java |
267 |
Potential violation of Law of Demeter (object not created locally) |
| 30714 |
src/com/gps/dao/FenceUsersDAO.java |
274 |
Avoid using implementation types like 'ArrayList'; use the interface instead |
| 30715 |
src/com/gps/dao/FenceUsersDAO.java |
274 |
Parameter 'tripid' is not assigned and could be declared final |
| 30716 |
src/com/gps/dao/FenceUsersDAO.java |
274 |
publicMethodCommentRequirement Required |
| 30717 |
src/com/gps/dao/FenceUsersDAO.java |
275 |
Found 'DD'-anomaly for variable 'tripFenceList' (lines '275'-'279'). |
| 30718 |
src/com/gps/dao/FenceUsersDAO.java |
279 |
Potential violation of Law of Demeter (method chain calls) |
| 30719 |
src/com/gps/dao/FenceUsersDAO.java |
279 |
Potential violation of Law of Demeter (object not created locally) |
| 30720 |
src/com/gps/dao/FenceUsersDAO.java |
287 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 30721 |
src/com/gps/dao/FenceUsersDAO.java |
289 |
Avoid printStackTrace(); use a logger call instead. |
| 30722 |
src/com/gps/dao/FenceUsersDAO.java |
289 |
Potential violation of Law of Demeter (object not created locally) |
| 30723 |
src/com/gps/dao/FenceUsersDAO.java |
295 |
The method 'getUnsheduledUserInfo' has a Cyclomatic Complexity of 16. |
| 30724 |
src/com/gps/dao/FenceUsersDAO.java |
295 |
The method getUnsheduledUserInfo() has an NPath complexity of 1033 |
| 30725 |
src/com/gps/dao/FenceUsersDAO.java |
295 |
publicMethodCommentRequirement Required |
| 30726 |
src/com/gps/dao/FenceUsersDAO.java |
296 |
Parameter 'userActualList' is not assigned and could be declared final |
| 30727 |
src/com/gps/dao/FenceUsersDAO.java |
298 |
Avoid declaring a variable if it is unreferenced before a possible exit point. |
| 30728 |
src/com/gps/dao/FenceUsersDAO.java |
298 |
Avoid unused local variables such as 'studentList'. |
| 30729 |
src/com/gps/dao/FenceUsersDAO.java |
298 |
Found 'DU'-anomaly for variable 'studentList' (lines '298'-'394'). |
| 30730 |
src/com/gps/dao/FenceUsersDAO.java |
298 |
Local variable 'studentList' could be declared final |
| 30731 |
src/com/gps/dao/FenceUsersDAO.java |
299 |
Found 'DD'-anomaly for variable 'studentInfo' (lines '299'-'321'). |
| 30732 |
src/com/gps/dao/FenceUsersDAO.java |
301 |
Avoid unused local variables such as 'tempDate'. |
| 30733 |
src/com/gps/dao/FenceUsersDAO.java |
301 |
Found 'DU'-anomaly for variable 'tempDate' (lines '301'-'394'). |
| 30734 |
src/com/gps/dao/FenceUsersDAO.java |
301 |
Local variable 'tempDate' could be declared final |
| 30735 |
src/com/gps/dao/FenceUsersDAO.java |
302 |
Avoid unused local variables such as 'date'. |
| 30736 |
src/com/gps/dao/FenceUsersDAO.java |
302 |
Found 'DU'-anomaly for variable 'date' (lines '302'-'394'). |
| 30737 |
src/com/gps/dao/FenceUsersDAO.java |
302 |
Local variable 'date' could be declared final |
| 30738 |
src/com/gps/dao/FenceUsersDAO.java |
308 |
Avoid using if statements without curly braces |
| 30739 |
src/com/gps/dao/FenceUsersDAO.java |
308 |
Potential violation of Law of Demeter (method chain calls) |
| 30740 |
src/com/gps/dao/FenceUsersDAO.java |
308 |
Potential violation of Law of Demeter (method chain calls) |
| 30741 |
src/com/gps/dao/FenceUsersDAO.java |
308 |
Potential violation of Law of Demeter (method chain calls) |
| 30742 |
src/com/gps/dao/FenceUsersDAO.java |
308 |
Potential violation of Law of Demeter (method chain calls) |
| 30743 |
src/com/gps/dao/FenceUsersDAO.java |
308 |
Potential violation of Law of Demeter (object not created locally) |
| 30744 |
src/com/gps/dao/FenceUsersDAO.java |
311 |
Prefer StringBuffer over += for concatenating strings |
| 30745 |
src/com/gps/dao/FenceUsersDAO.java |
312 |
Potential violation of Law of Demeter (method chain calls) |
| 30746 |
src/com/gps/dao/FenceUsersDAO.java |
312 |
Potential violation of Law of Demeter (method chain calls) |
| 30747 |
src/com/gps/dao/FenceUsersDAO.java |
317 |
Avoid using if statements without curly braces |
| 30748 |
src/com/gps/dao/FenceUsersDAO.java |
317 |
Potential violation of Law of Demeter (object not created locally) |
| 30749 |
src/com/gps/dao/FenceUsersDAO.java |
317 |
Potential violation of Law of Demeter (object not created locally) |
| 30750 |
src/com/gps/dao/FenceUsersDAO.java |
317 |
String.indexOf(char) is faster than String.indexOf(String). |
| 30751 |
src/com/gps/dao/FenceUsersDAO.java |
318 |
Potential violation of Law of Demeter (object not created locally) |
| 30752 |
src/com/gps/dao/FenceUsersDAO.java |
318 |
Potential violation of Law of Demeter (object not created locally) |
| 30753 |
src/com/gps/dao/FenceUsersDAO.java |
321 |
Potential violation of Law of Demeter (method chain calls) |
| 30754 |
src/com/gps/dao/FenceUsersDAO.java |
321 |
Potential violation of Law of Demeter (object not created locally) |
| 30755 |
src/com/gps/dao/FenceUsersDAO.java |
333 |
Potential violation of Law of Demeter (object not created locally) |
| 30756 |
src/com/gps/dao/FenceUsersDAO.java |
335 |
Potential violation of Law of Demeter (method chain calls) |
| 30757 |
src/com/gps/dao/FenceUsersDAO.java |
335 |
Potential violation of Law of Demeter (object not created locally) |
| 30758 |
src/com/gps/dao/FenceUsersDAO.java |
336 |
Potential violation of Law of Demeter (method chain calls) |
| 30759 |
src/com/gps/dao/FenceUsersDAO.java |
336 |
Potential violation of Law of Demeter (object not created locally) |
| 30760 |
src/com/gps/dao/FenceUsersDAO.java |
336 |
The String literal "Nil" appears 4 times in this file; the first occurrence is on line 336 |
| 30761 |
src/com/gps/dao/FenceUsersDAO.java |
338 |
Potential violation of Law of Demeter (method chain calls) |
| 30762 |
src/com/gps/dao/FenceUsersDAO.java |
338 |
Potential violation of Law of Demeter (object not created locally) |
| 30763 |
src/com/gps/dao/FenceUsersDAO.java |
339 |
Potential violation of Law of Demeter (method chain calls) |
| 30764 |
src/com/gps/dao/FenceUsersDAO.java |
339 |
Potential violation of Law of Demeter (object not created locally) |
| 30765 |
src/com/gps/dao/FenceUsersDAO.java |
343 |
Potential violation of Law of Demeter (method chain calls) |
| 30766 |
src/com/gps/dao/FenceUsersDAO.java |
343 |
Potential violation of Law of Demeter (method chain calls) |
| 30767 |
src/com/gps/dao/FenceUsersDAO.java |
343 |
Potential violation of Law of Demeter (method chain calls) |
| 30768 |
src/com/gps/dao/FenceUsersDAO.java |
343 |
Potential violation of Law of Demeter (object not created locally) |
| 30769 |
src/com/gps/dao/FenceUsersDAO.java |
344 |
Potential violation of Law of Demeter (method chain calls) |
| 30770 |
src/com/gps/dao/FenceUsersDAO.java |
346 |
Potential violation of Law of Demeter (method chain calls) |
| 30771 |
src/com/gps/dao/FenceUsersDAO.java |
346 |
Potential violation of Law of Demeter (object not created locally) |
| 30772 |
src/com/gps/dao/FenceUsersDAO.java |
347 |
Potential violation of Law of Demeter (method chain calls) |
| 30773 |
src/com/gps/dao/FenceUsersDAO.java |
347 |
Potential violation of Law of Demeter (object not created locally) |
| 30774 |
src/com/gps/dao/FenceUsersDAO.java |
348 |
Potential violation of Law of Demeter (method chain calls) |
| 30775 |
src/com/gps/dao/FenceUsersDAO.java |
348 |
Potential violation of Law of Demeter (method chain calls) |
| 30776 |
src/com/gps/dao/FenceUsersDAO.java |
348 |
Potential violation of Law of Demeter (object not created locally) |
| 30777 |
src/com/gps/dao/FenceUsersDAO.java |
349 |
Potential violation of Law of Demeter (method chain calls) |
| 30778 |
src/com/gps/dao/FenceUsersDAO.java |
350 |
Potential violation of Law of Demeter (method chain calls) |
| 30779 |
src/com/gps/dao/FenceUsersDAO.java |
350 |
Potential violation of Law of Demeter (method chain calls) |
| 30780 |
src/com/gps/dao/FenceUsersDAO.java |
350 |
Potential violation of Law of Demeter (object not created locally) |
| 30781 |
src/com/gps/dao/FenceUsersDAO.java |
351 |
Potential violation of Law of Demeter (method chain calls) |
| 30782 |
src/com/gps/dao/FenceUsersDAO.java |
354 |
Potential violation of Law of Demeter (method chain calls) |
| 30783 |
src/com/gps/dao/FenceUsersDAO.java |
354 |
Potential violation of Law of Demeter (method chain calls) |
| 30784 |
src/com/gps/dao/FenceUsersDAO.java |
355 |
Potential violation of Law of Demeter (method chain calls) |
| 30785 |
src/com/gps/dao/FenceUsersDAO.java |
355 |
Potential violation of Law of Demeter (method chain calls) |
| 30786 |
src/com/gps/dao/FenceUsersDAO.java |
355 |
Potential violation of Law of Demeter (object not created locally) |
| 30787 |
src/com/gps/dao/FenceUsersDAO.java |
356 |
Potential violation of Law of Demeter (method chain calls) |
| 30788 |
src/com/gps/dao/FenceUsersDAO.java |
357 |
Potential violation of Law of Demeter (method chain calls) |
| 30789 |
src/com/gps/dao/FenceUsersDAO.java |
357 |
Potential violation of Law of Demeter (method chain calls) |
| 30790 |
src/com/gps/dao/FenceUsersDAO.java |
357 |
Potential violation of Law of Demeter (object not created locally) |
| 30791 |
src/com/gps/dao/FenceUsersDAO.java |
358 |
Potential violation of Law of Demeter (method chain calls) |
| 30792 |
src/com/gps/dao/FenceUsersDAO.java |
359 |
Potential violation of Law of Demeter (method chain calls) |
| 30793 |
src/com/gps/dao/FenceUsersDAO.java |
359 |
Potential violation of Law of Demeter (method chain calls) |
| 30794 |
src/com/gps/dao/FenceUsersDAO.java |
359 |
Potential violation of Law of Demeter (method chain calls) |
| 30795 |
src/com/gps/dao/FenceUsersDAO.java |
359 |
Potential violation of Law of Demeter (object not created locally) |
| 30796 |
src/com/gps/dao/FenceUsersDAO.java |
360 |
Potential violation of Law of Demeter (method chain calls) |
| 30797 |
src/com/gps/dao/FenceUsersDAO.java |
360 |
Potential violation of Law of Demeter (method chain calls) |
| 30798 |
src/com/gps/dao/FenceUsersDAO.java |
362 |
Potential violation of Law of Demeter (method chain calls) |
| 30799 |
src/com/gps/dao/FenceUsersDAO.java |
362 |
Potential violation of Law of Demeter (object not created locally) |
| 30800 |
src/com/gps/dao/FenceUsersDAO.java |
364 |
Potential violation of Law of Demeter (method chain calls) |
| 30801 |
src/com/gps/dao/FenceUsersDAO.java |
364 |
Potential violation of Law of Demeter (method chain calls) |
| 30802 |
src/com/gps/dao/FenceUsersDAO.java |
364 |
Potential violation of Law of Demeter (object not created locally) |
| 30803 |
src/com/gps/dao/FenceUsersDAO.java |
365 |
Potential violation of Law of Demeter (method chain calls) |
| 30804 |
src/com/gps/dao/FenceUsersDAO.java |
366 |
Potential violation of Law of Demeter (method chain calls) |
| 30805 |
src/com/gps/dao/FenceUsersDAO.java |
366 |
Potential violation of Law of Demeter (method chain calls) |
| 30806 |
src/com/gps/dao/FenceUsersDAO.java |
366 |
Potential violation of Law of Demeter (object not created locally) |
| 30807 |
src/com/gps/dao/FenceUsersDAO.java |
367 |
Potential violation of Law of Demeter (method chain calls) |
| 30808 |
src/com/gps/dao/FenceUsersDAO.java |
368 |
Potential violation of Law of Demeter (method chain calls) |
| 30809 |
src/com/gps/dao/FenceUsersDAO.java |
368 |
Potential violation of Law of Demeter (method chain calls) |
| 30810 |
src/com/gps/dao/FenceUsersDAO.java |
368 |
Potential violation of Law of Demeter (method chain calls) |
| 30811 |
src/com/gps/dao/FenceUsersDAO.java |
368 |
Potential violation of Law of Demeter (object not created locally) |
| 30812 |
src/com/gps/dao/FenceUsersDAO.java |
369 |
Potential violation of Law of Demeter (method chain calls) |
| 30813 |
src/com/gps/dao/FenceUsersDAO.java |
369 |
Potential violation of Law of Demeter (method chain calls) |
| 30814 |
src/com/gps/dao/FenceUsersDAO.java |
371 |
Potential violation of Law of Demeter (method chain calls) |
| 30815 |
src/com/gps/dao/FenceUsersDAO.java |
371 |
Potential violation of Law of Demeter (object not created locally) |
| 30816 |
src/com/gps/dao/FenceUsersDAO.java |
377 |
Potential violation of Law of Demeter (method chain calls) |
| 30817 |
src/com/gps/dao/FenceUsersDAO.java |
377 |
Potential violation of Law of Demeter (object not created locally) |
| 30818 |
src/com/gps/dao/FenceUsersDAO.java |
378 |
Potential violation of Law of Demeter (method chain calls) |
| 30819 |
src/com/gps/dao/FenceUsersDAO.java |
378 |
Potential violation of Law of Demeter (object not created locally) |
| 30820 |
src/com/gps/dao/FenceUsersDAO.java |
380 |
Potential violation of Law of Demeter (method chain calls) |
| 30821 |
src/com/gps/dao/FenceUsersDAO.java |
380 |
Potential violation of Law of Demeter (object not created locally) |
| 30822 |
src/com/gps/dao/FenceUsersDAO.java |
381 |
Potential violation of Law of Demeter (method chain calls) |
| 30823 |
src/com/gps/dao/FenceUsersDAO.java |
381 |
Potential violation of Law of Demeter (object not created locally) |
| 30824 |
src/com/gps/dao/FenceUsersDAO.java |
387 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 30825 |
src/com/gps/dao/FenceUsersDAO.java |
389 |
Avoid printStackTrace(); use a logger call instead. |
| 30826 |
src/com/gps/dao/FenceUsersDAO.java |
389 |
Potential violation of Law of Demeter (object not created locally) |
| 30827 |
src/com/gps/dao/FenceUsersDAO.java |
396 |
Avoid using implementation types like 'ArrayList'; use the interface instead |
| 30828 |
src/com/gps/dao/FenceUsersDAO.java |
396 |
Parameter 'grade' is not assigned and could be declared final |
| 30829 |
src/com/gps/dao/FenceUsersDAO.java |
396 |
Parameter 'tripId' is not assigned and could be declared final |
| 30830 |
src/com/gps/dao/FenceUsersDAO.java |
396 |
publicMethodCommentRequirement Required |
| 30831 |
src/com/gps/dao/FenceUsersDAO.java |
398 |
Found 'DD'-anomaly for variable 'userList' (lines '398'-'428'). |
| 30832 |
src/com/gps/dao/FenceUsersDAO.java |
400 |
Found 'DD'-anomaly for variable 'parameters' (lines '400'-'410'). |
| 30833 |
src/com/gps/dao/FenceUsersDAO.java |
400 |
Found 'DD'-anomaly for variable 'parameters' (lines '400'-'416'). |
| 30834 |
src/com/gps/dao/FenceUsersDAO.java |
400 |
Found 'DD'-anomaly for variable 'parameters' (lines '400'-'421'). |
| 30835 |
src/com/gps/dao/FenceUsersDAO.java |
401 |
Found 'DD'-anomaly for variable 'paramsList' (lines '401'-'426'). |
| 30836 |
src/com/gps/dao/FenceUsersDAO.java |
401 |
Found 'DU'-anomaly for variable 'paramsList' (lines '401'-'437'). |
| 30837 |
src/com/gps/dao/FenceUsersDAO.java |
402 |
Found 'DD'-anomaly for variable 'qry' (lines '402'-'425'). |
| 30838 |
src/com/gps/dao/FenceUsersDAO.java |
402 |
Found 'DU'-anomaly for variable 'qry' (lines '402'-'437'). |
| 30839 |
src/com/gps/dao/FenceUsersDAO.java |
403 |
Found 'DD'-anomaly for variable 'queryID' (lines '403'-'409'). |
| 30840 |
src/com/gps/dao/FenceUsersDAO.java |
403 |
Found 'DD'-anomaly for variable 'queryID' (lines '403'-'415'). |
| 30841 |
src/com/gps/dao/FenceUsersDAO.java |
403 |
Found 'DD'-anomaly for variable 'queryID' (lines '403'-'420'). |
| 30842 |
src/com/gps/dao/FenceUsersDAO.java |
406 |
Found 'DU'-anomaly for variable 'session' (lines '406'-'437'). |
| 30843 |
src/com/gps/dao/FenceUsersDAO.java |
407 |
Avoid if (x != y) ..; else ..; |
| 30844 |
src/com/gps/dao/FenceUsersDAO.java |
409 |
Found 'DU'-anomaly for variable 'queryID' (lines '409'-'437'). |
| 30845 |
src/com/gps/dao/FenceUsersDAO.java |
410 |
Potential violation of Law of Demeter (object not created locally) |
| 30846 |
src/com/gps/dao/FenceUsersDAO.java |
415 |
Found 'DU'-anomaly for variable 'queryID' (lines '415'-'437'). |
| 30847 |
src/com/gps/dao/FenceUsersDAO.java |
416 |
Potential violation of Law of Demeter (object not created locally) |
| 30848 |
src/com/gps/dao/FenceUsersDAO.java |
420 |
Found 'DU'-anomaly for variable 'queryID' (lines '420'-'437'). |
| 30849 |
src/com/gps/dao/FenceUsersDAO.java |
421 |
Potential violation of Law of Demeter (object not created locally) |
| 30850 |
src/com/gps/dao/FenceUsersDAO.java |
424 |
Avoid using Literals in Conditional Statements |
| 30851 |
src/com/gps/dao/FenceUsersDAO.java |
424 |
Potential violation of Law of Demeter (object not created locally) |
| 30852 |
src/com/gps/dao/FenceUsersDAO.java |
425 |
Found 'DD'-anomaly for variable 'qry' (lines '425'-'427'). |
| 30853 |
src/com/gps/dao/FenceUsersDAO.java |
425 |
Potential violation of Law of Demeter (object not created locally) |
| 30854 |
src/com/gps/dao/FenceUsersDAO.java |
426 |
Potential violation of Law of Demeter (method chain calls) |
| 30855 |
src/com/gps/dao/FenceUsersDAO.java |
426 |
Potential violation of Law of Demeter (object not created locally) |
| 30856 |
src/com/gps/dao/FenceUsersDAO.java |
428 |
Potential violation of Law of Demeter (object not created locally) |
| 30857 |
src/com/gps/dao/FenceUsersDAO.java |
432 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 30858 |
src/com/gps/dao/FenceUsersDAO.java |
434 |
Avoid printStackTrace(); use a logger call instead. |
| 30859 |
src/com/gps/dao/FenceUsersDAO.java |
434 |
Potential violation of Law of Demeter (object not created locally) |
| 30860 |
src/com/gps/dao/FenceUsersDAO.java |
441 |
The method 'getDetailedData' has a Cyclomatic Complexity of 18. |
| 30861 |
src/com/gps/dao/FenceUsersDAO.java |
441 |
The method getDetailedData() has an NPath complexity of 737 |
| 30862 |
src/com/gps/dao/FenceUsersDAO.java |
441 |
publicMethodCommentRequirement Required |
| 30863 |
src/com/gps/dao/FenceUsersDAO.java |
442 |
Parameter 'studentHistory' is not assigned and could be declared final |
| 30864 |
src/com/gps/dao/FenceUsersDAO.java |
442 |
Parameter 'tripId' is not assigned and could be declared final |
| 30865 |
src/com/gps/dao/FenceUsersDAO.java |
445 |
Avoid declaring a variable if it is unreferenced before a possible exit point. |
| 30866 |
src/com/gps/dao/FenceUsersDAO.java |
445 |
Avoid unused local variables such as 'studentList'. |
| 30867 |
src/com/gps/dao/FenceUsersDAO.java |
445 |
Found 'DU'-anomaly for variable 'studentList' (lines '445'-'536'). |
| 30868 |
src/com/gps/dao/FenceUsersDAO.java |
445 |
Local variable 'studentList' could be declared final |
| 30869 |
src/com/gps/dao/FenceUsersDAO.java |
446 |
Found 'DD'-anomaly for variable 'studentInfo' (lines '446'-'479'). |
| 30870 |
src/com/gps/dao/FenceUsersDAO.java |
449 |
Found 'DD'-anomaly for variable 'date' (lines '449'-'489'). |
| 30871 |
src/com/gps/dao/FenceUsersDAO.java |
452 |
Local variable 'studentHisList' could be declared final |
| 30872 |
src/com/gps/dao/FenceUsersDAO.java |
453 |
Found 'DD'-anomaly for variable 'parameters' (lines '453'-'470'). |
| 30873 |
src/com/gps/dao/FenceUsersDAO.java |
454 |
Found 'DD'-anomaly for variable 'paramsList' (lines '454'-'477'). |
| 30874 |
src/com/gps/dao/FenceUsersDAO.java |
455 |
Found 'DD'-anomaly for variable 'qry' (lines '455'-'469'). |
| 30875 |
src/com/gps/dao/FenceUsersDAO.java |
461 |
Avoid using if statements without curly braces |
| 30876 |
src/com/gps/dao/FenceUsersDAO.java |
461 |
Potential violation of Law of Demeter (method chain calls) |
| 30877 |
src/com/gps/dao/FenceUsersDAO.java |
461 |
Potential violation of Law of Demeter (method chain calls) |
| 30878 |
src/com/gps/dao/FenceUsersDAO.java |
461 |
Potential violation of Law of Demeter (method chain calls) |
| 30879 |
src/com/gps/dao/FenceUsersDAO.java |
461 |
Potential violation of Law of Demeter (method chain calls) |
| 30880 |
src/com/gps/dao/FenceUsersDAO.java |
461 |
Potential violation of Law of Demeter (object not created locally) |
| 30881 |
src/com/gps/dao/FenceUsersDAO.java |
462 |
Potential violation of Law of Demeter (method chain calls) |
| 30882 |
src/com/gps/dao/FenceUsersDAO.java |
462 |
Potential violation of Law of Demeter (method chain calls) |
| 30883 |
src/com/gps/dao/FenceUsersDAO.java |
462 |
Prefer StringBuffer over += for concatenating strings |
| 30884 |
src/com/gps/dao/FenceUsersDAO.java |
466 |
Avoid using if statements without curly braces |
| 30885 |
src/com/gps/dao/FenceUsersDAO.java |
466 |
Potential violation of Law of Demeter (object not created locally) |
| 30886 |
src/com/gps/dao/FenceUsersDAO.java |
466 |
Potential violation of Law of Demeter (object not created locally) |
| 30887 |
src/com/gps/dao/FenceUsersDAO.java |
466 |
String.indexOf(char) is faster than String.indexOf(String). |
| 30888 |
src/com/gps/dao/FenceUsersDAO.java |
467 |
Potential violation of Law of Demeter (object not created locally) |
| 30889 |
src/com/gps/dao/FenceUsersDAO.java |
467 |
Potential violation of Law of Demeter (object not created locally) |
| 30890 |
src/com/gps/dao/FenceUsersDAO.java |
469 |
Found 'DD'-anomaly for variable 'qry' (lines '469'-'478'). |
| 30891 |
src/com/gps/dao/FenceUsersDAO.java |
469 |
Potential violation of Law of Demeter (object not created locally) |
| 30892 |
src/com/gps/dao/FenceUsersDAO.java |
470 |
Potential violation of Law of Demeter (object not created locally) |
| 30893 |
src/com/gps/dao/FenceUsersDAO.java |
476 |
Avoid using Literals in Conditional Statements |
| 30894 |
src/com/gps/dao/FenceUsersDAO.java |
476 |
Potential violation of Law of Demeter (object not created locally) |
| 30895 |
src/com/gps/dao/FenceUsersDAO.java |
477 |
Potential violation of Law of Demeter (method chain calls) |
| 30896 |
src/com/gps/dao/FenceUsersDAO.java |
477 |
Potential violation of Law of Demeter (object not created locally) |
| 30897 |
src/com/gps/dao/FenceUsersDAO.java |
479 |
Potential violation of Law of Demeter (object not created locally) |
| 30898 |
src/com/gps/dao/FenceUsersDAO.java |
482 |
Potential violation of Law of Demeter (object not created locally) |
| 30899 |
src/com/gps/dao/FenceUsersDAO.java |
484 |
Found 'DU'-anomaly for variable 'image' (lines '484'-'536'). |
| 30900 |
src/com/gps/dao/FenceUsersDAO.java |
484 |
Local variable 'image' could be declared final |
| 30901 |
src/com/gps/dao/FenceUsersDAO.java |
484 |
Potential violation of Law of Demeter (method chain calls) |
| 30902 |
src/com/gps/dao/FenceUsersDAO.java |
484 |
Potential violation of Law of Demeter (object not created locally) |
| 30903 |
src/com/gps/dao/FenceUsersDAO.java |
487 |
Potential violation of Law of Demeter (method chain calls) |
| 30904 |
src/com/gps/dao/FenceUsersDAO.java |
487 |
Potential violation of Law of Demeter (method chain calls) |
| 30905 |
src/com/gps/dao/FenceUsersDAO.java |
487 |
Potential violation of Law of Demeter (method chain calls) |
| 30906 |
src/com/gps/dao/FenceUsersDAO.java |
487 |
Potential violation of Law of Demeter (method chain calls) |
| 30907 |
src/com/gps/dao/FenceUsersDAO.java |
487 |
Potential violation of Law of Demeter (method chain calls) |
| 30908 |
src/com/gps/dao/FenceUsersDAO.java |
487 |
Potential violation of Law of Demeter (object not created locally) |
| 30909 |
src/com/gps/dao/FenceUsersDAO.java |
489 |
Potential violation of Law of Demeter (method chain calls) |
| 30910 |
src/com/gps/dao/FenceUsersDAO.java |
489 |
Potential violation of Law of Demeter (method chain calls) |
| 30911 |
src/com/gps/dao/FenceUsersDAO.java |
489 |
Potential violation of Law of Demeter (method chain calls) |
| 30912 |
src/com/gps/dao/FenceUsersDAO.java |
489 |
Potential violation of Law of Demeter (method chain calls) |
| 30913 |
src/com/gps/dao/FenceUsersDAO.java |
490 |
Avoid using if statements without curly braces |
| 30914 |
src/com/gps/dao/FenceUsersDAO.java |
493 |
Potential violation of Law of Demeter (object not created locally) |
| 30915 |
src/com/gps/dao/FenceUsersDAO.java |
497 |
Avoid instantiating new objects inside loops |
| 30916 |
src/com/gps/dao/FenceUsersDAO.java |
497 |
Potential violation of Law of Demeter (method chain calls) |
| 30917 |
src/com/gps/dao/FenceUsersDAO.java |
497 |
Potential violation of Law of Demeter (method chain calls) |
| 30918 |
src/com/gps/dao/FenceUsersDAO.java |
497 |
Potential violation of Law of Demeter (method chain calls) |
| 30919 |
src/com/gps/dao/FenceUsersDAO.java |
497 |
Potential violation of Law of Demeter (method chain calls) |
| 30920 |
src/com/gps/dao/FenceUsersDAO.java |
497 |
Potential violation of Law of Demeter (method chain calls) |
| 30921 |
src/com/gps/dao/FenceUsersDAO.java |
497 |
Potential violation of Law of Demeter (method chain calls) |
| 30922 |
src/com/gps/dao/FenceUsersDAO.java |
497 |
Potential violation of Law of Demeter (method chain calls) |
| 30923 |
src/com/gps/dao/FenceUsersDAO.java |
497 |
Potential violation of Law of Demeter (method chain calls) |
| 30924 |
src/com/gps/dao/FenceUsersDAO.java |
497 |
Potential violation of Law of Demeter (object not created locally) |
| 30925 |
src/com/gps/dao/FenceUsersDAO.java |
497 |
Potential violation of Law of Demeter (object not created locally) |
| 30926 |
src/com/gps/dao/FenceUsersDAO.java |
497 |
Potential violation of Law of Demeter (object not created locally) |
| 30927 |
src/com/gps/dao/FenceUsersDAO.java |
497 |
Potential violation of Law of Demeter (object not created locally) |
| 30928 |
src/com/gps/dao/FenceUsersDAO.java |
497 |
Potential violation of Law of Demeter (object not created locally) |
| 30929 |
src/com/gps/dao/FenceUsersDAO.java |
498 |
Avoid using if statements without curly braces |
| 30930 |
src/com/gps/dao/FenceUsersDAO.java |
499 |
Potential violation of Law of Demeter (object not created locally) |
| 30931 |
src/com/gps/dao/FenceUsersDAO.java |
503 |
Avoid using if statements without curly braces |
| 30932 |
src/com/gps/dao/FenceUsersDAO.java |
504 |
Potential violation of Law of Demeter (object not created locally) |
| 30933 |
src/com/gps/dao/FenceUsersDAO.java |
506 |
Avoid instantiating new objects inside loops |
| 30934 |
src/com/gps/dao/FenceUsersDAO.java |
506 |
Potential violation of Law of Demeter (method chain calls) |
| 30935 |
src/com/gps/dao/FenceUsersDAO.java |
506 |
Potential violation of Law of Demeter (method chain calls) |
| 30936 |
src/com/gps/dao/FenceUsersDAO.java |
506 |
Potential violation of Law of Demeter (method chain calls) |
| 30937 |
src/com/gps/dao/FenceUsersDAO.java |
506 |
Potential violation of Law of Demeter (method chain calls) |
| 30938 |
src/com/gps/dao/FenceUsersDAO.java |
506 |
Potential violation of Law of Demeter (method chain calls) |
| 30939 |
src/com/gps/dao/FenceUsersDAO.java |
506 |
Potential violation of Law of Demeter (method chain calls) |
| 30940 |
src/com/gps/dao/FenceUsersDAO.java |
506 |
Potential violation of Law of Demeter (method chain calls) |
| 30941 |
src/com/gps/dao/FenceUsersDAO.java |
506 |
Potential violation of Law of Demeter (method chain calls) |
| 30942 |
src/com/gps/dao/FenceUsersDAO.java |
506 |
Potential violation of Law of Demeter (object not created locally) |
| 30943 |
src/com/gps/dao/FenceUsersDAO.java |
506 |
Potential violation of Law of Demeter (object not created locally) |
| 30944 |
src/com/gps/dao/FenceUsersDAO.java |
506 |
Potential violation of Law of Demeter (object not created locally) |
| 30945 |
src/com/gps/dao/FenceUsersDAO.java |
506 |
Potential violation of Law of Demeter (object not created locally) |
| 30946 |
src/com/gps/dao/FenceUsersDAO.java |
506 |
Potential violation of Law of Demeter (object not created locally) |
| 30947 |
src/com/gps/dao/FenceUsersDAO.java |
507 |
Found 'DU'-anomaly for variable 'tempDate' (lines '507'-'536'). |
| 30948 |
src/com/gps/dao/FenceUsersDAO.java |
510 |
Potential violation of Law of Demeter (method chain calls) |
| 30949 |
src/com/gps/dao/FenceUsersDAO.java |
510 |
Potential violation of Law of Demeter (method chain calls) |
| 30950 |
src/com/gps/dao/FenceUsersDAO.java |
511 |
Potential violation of Law of Demeter (method chain calls) |
| 30951 |
src/com/gps/dao/FenceUsersDAO.java |
511 |
Potential violation of Law of Demeter (method chain calls) |
| 30952 |
src/com/gps/dao/FenceUsersDAO.java |
511 |
Potential violation of Law of Demeter (object not created locally) |
| 30953 |
src/com/gps/dao/FenceUsersDAO.java |
512 |
Potential violation of Law of Demeter (method chain calls) |
| 30954 |
src/com/gps/dao/FenceUsersDAO.java |
512 |
Potential violation of Law of Demeter (method chain calls) |
| 30955 |
src/com/gps/dao/FenceUsersDAO.java |
512 |
Potential violation of Law of Demeter (object not created locally) |
| 30956 |
src/com/gps/dao/FenceUsersDAO.java |
513 |
Potential violation of Law of Demeter (method chain calls) |
| 30957 |
src/com/gps/dao/FenceUsersDAO.java |
513 |
Potential violation of Law of Demeter (method chain calls) |
| 30958 |
src/com/gps/dao/FenceUsersDAO.java |
513 |
Potential violation of Law of Demeter (method chain calls) |
| 30959 |
src/com/gps/dao/FenceUsersDAO.java |
513 |
Potential violation of Law of Demeter (method chain calls) |
| 30960 |
src/com/gps/dao/FenceUsersDAO.java |
513 |
Potential violation of Law of Demeter (object not created locally) |
| 30961 |
src/com/gps/dao/FenceUsersDAO.java |
514 |
An empty statement (semicolon) not part of a loop |
| 30962 |
src/com/gps/dao/FenceUsersDAO.java |
514 |
Potential violation of Law of Demeter (object not created locally) |
| 30963 |
src/com/gps/dao/FenceUsersDAO.java |
516 |
Potential violation of Law of Demeter (method chain calls) |
| 30964 |
src/com/gps/dao/FenceUsersDAO.java |
516 |
Potential violation of Law of Demeter (method chain calls) |
| 30965 |
src/com/gps/dao/FenceUsersDAO.java |
516 |
Potential violation of Law of Demeter (object not created locally) |
| 30966 |
src/com/gps/dao/FenceUsersDAO.java |
517 |
Potential violation of Law of Demeter (method chain calls) |
| 30967 |
src/com/gps/dao/FenceUsersDAO.java |
517 |
Potential violation of Law of Demeter (method chain calls) |
| 30968 |
src/com/gps/dao/FenceUsersDAO.java |
517 |
Potential violation of Law of Demeter (object not created locally) |
| 30969 |
src/com/gps/dao/FenceUsersDAO.java |
518 |
Potential violation of Law of Demeter (method chain calls) |
| 30970 |
src/com/gps/dao/FenceUsersDAO.java |
518 |
Potential violation of Law of Demeter (method chain calls) |
| 30971 |
src/com/gps/dao/FenceUsersDAO.java |
518 |
Potential violation of Law of Demeter (method chain calls) |
| 30972 |
src/com/gps/dao/FenceUsersDAO.java |
518 |
Potential violation of Law of Demeter (method chain calls) |
| 30973 |
src/com/gps/dao/FenceUsersDAO.java |
518 |
Potential violation of Law of Demeter (object not created locally) |
| 30974 |
src/com/gps/dao/FenceUsersDAO.java |
519 |
Potential violation of Law of Demeter (object not created locally) |
| 30975 |
src/com/gps/dao/FenceUsersDAO.java |
525 |
Avoid using if statements without curly braces |
| 30976 |
src/com/gps/dao/FenceUsersDAO.java |
526 |
Potential violation of Law of Demeter (object not created locally) |
| 30977 |
src/com/gps/dao/FenceUsersDAO.java |
528 |
Assigning an Object to null is a code smell. Consider refactoring. |
| 30978 |
src/com/gps/dao/FenceUsersDAO.java |
528 |
Found 'DU'-anomaly for variable 'student' (lines '528'-'536'). |
| 30979 |
src/com/gps/dao/FenceUsersDAO.java |
531 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 30980 |
src/com/gps/dao/FenceUsersDAO.java |
533 |
Avoid printStackTrace(); use a logger call instead. |
| 30981 |
src/com/gps/dao/FenceUsersDAO.java |
533 |
Potential violation of Law of Demeter (object not created locally) |
| 30982 |
src/com/gps/dao/FenceUsersDAO.java |
539 |
Parameter 'user' is not assigned and could be declared final |
| 30983 |
src/com/gps/dao/FenceUsersDAO.java |
541 |
Found 'DD'-anomaly for variable 'session' (lines '541'-'545'). |
| 30984 |
src/com/gps/dao/FenceUsersDAO.java |
542 |
Avoid unused local variables such as 'image'. |
| 30985 |
src/com/gps/dao/FenceUsersDAO.java |
542 |
Local variable 'image' could be declared final |
| 30986 |
src/com/gps/dao/FenceUsersDAO.java |
543 |
Found 'DD'-anomaly for variable 'userImage' (lines '543'-'546'). |
| 30987 |
src/com/gps/dao/FenceUsersDAO.java |
546 |
Potential violation of Law of Demeter (method chain calls) |
| 30988 |
src/com/gps/dao/FenceUsersDAO.java |
546 |
Potential violation of Law of Demeter (object not created locally) |
| 30989 |
src/com/gps/dao/FenceUsersDAO.java |
549 |
Avoid using Literals in Conditional Statements |
| 30990 |
src/com/gps/dao/FenceUsersDAO.java |
549 |
Avoid using if statements without curly braces |
| 30991 |
src/com/gps/dao/FenceUsersDAO.java |
549 |
Potential violation of Law of Demeter (object not created locally) |
| 30992 |
src/com/gps/dao/FenceUsersDAO.java |
549 |
Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty() |
| 30993 |
src/com/gps/dao/FenceUsersDAO.java |
550 |
A method should have only one exit point, and that should be the last statement in the method |
| 30994 |
src/com/gps/dao/FenceUsersDAO.java |
550 |
Potential violation of Law of Demeter (object not created locally) |
| 30995 |
src/com/gps/dao/FenceUsersDAO.java |
552 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 30996 |
src/com/gps/dao/FenceUsersDAO.java |
554 |
Avoid printStackTrace(); use a logger call instead. |
| 30997 |
src/com/gps/dao/FenceUsersDAO.java |
554 |
Potential violation of Law of Demeter (object not created locally) |
| 30998 |
src/com/gps/dao/GeofencingDAO.java |
1 |
Possible God class (WMC=65, ATFD=46, TCC=0.0) |
| 30999 |
src/com/gps/dao/GeofencingDAO.java |
30 |
This class has too many methods, consider refactoring it. |
| 31000 |
src/com/gps/dao/GeofencingDAO.java |
30 |
headerCommentRequirement Required |
| 31001 |
src/com/gps/dao/GeofencingDAO.java |
34 |
Avoid unused private fields such as 'log'. |
| 31002 |
src/com/gps/dao/GeofencingDAO.java |
34 |
The Logger variable declaration does not contain the static and final modifiers |
| 31003 |
src/com/gps/dao/GeofencingDAO.java |
35 |
Avoid unused private fields such as 'format1'. |
| 31004 |
src/com/gps/dao/GeofencingDAO.java |
35 |
When instantiating a SimpleDateFormat object, specify a Locale |
| 31005 |
src/com/gps/dao/GeofencingDAO.java |
35 |
fieldCommentRequirement Required |
| 31006 |
src/com/gps/dao/GeofencingDAO.java |
38 |
publicMethodCommentRequirement Required |
| 31007 |
src/com/gps/dao/GeofencingDAO.java |
44 |
Parameter 'first' is not assigned and could be declared final |
| 31008 |
src/com/gps/dao/GeofencingDAO.java |
44 |
Parameter 'last' is not assigned and could be declared final |
| 31009 |
src/com/gps/dao/GeofencingDAO.java |
44 |
Parameter 'userId' is not assigned and could be declared final |
| 31010 |
src/com/gps/dao/GeofencingDAO.java |
46 |
Found 'DD'-anomaly for variable 'sess' (lines '46'-'51'). |
| 31011 |
src/com/gps/dao/GeofencingDAO.java |
47 |
Avoid variables with short names like gd |
| 31012 |
src/com/gps/dao/GeofencingDAO.java |
47 |
Local variable 'gd' could be declared final |
| 31013 |
src/com/gps/dao/GeofencingDAO.java |
48 |
Found 'DD'-anomaly for variable 'gdDetails' (lines '48'-'56'). |
| 31014 |
src/com/gps/dao/GeofencingDAO.java |
49 |
Found 'DD'-anomaly for variable 'query' (lines '49'-'52'). |
| 31015 |
src/com/gps/dao/GeofencingDAO.java |
51 |
Potential violation of Law of Demeter (object not created locally) |
| 31016 |
src/com/gps/dao/GeofencingDAO.java |
52 |
Potential violation of Law of Demeter (method chain calls) |
| 31017 |
src/com/gps/dao/GeofencingDAO.java |
52 |
Potential violation of Law of Demeter (object not created locally) |
| 31018 |
src/com/gps/dao/GeofencingDAO.java |
54 |
Potential violation of Law of Demeter (object not created locally) |
| 31019 |
src/com/gps/dao/GeofencingDAO.java |
55 |
Potential violation of Law of Demeter (object not created locally) |
| 31020 |
src/com/gps/dao/GeofencingDAO.java |
56 |
Potential violation of Law of Demeter (object not created locally) |
| 31021 |
src/com/gps/dao/GeofencingDAO.java |
58 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 31022 |
src/com/gps/dao/GeofencingDAO.java |
59 |
Avoid printStackTrace(); use a logger call instead. |
| 31023 |
src/com/gps/dao/GeofencingDAO.java |
59 |
Potential violation of Law of Demeter (object not created locally) |
| 31024 |
src/com/gps/dao/GeofencingDAO.java |
61 |
Avoid empty finally blocks |
| 31025 |
src/com/gps/dao/GeofencingDAO.java |
74 |
Parameter 'userId' is not assigned and could be declared final |
| 31026 |
src/com/gps/dao/GeofencingDAO.java |
76 |
Found 'DD'-anomaly for variable 'sess' (lines '76'-'81'). |
| 31027 |
src/com/gps/dao/GeofencingDAO.java |
77 |
Avoid variables with short names like gd |
| 31028 |
src/com/gps/dao/GeofencingDAO.java |
77 |
Local variable 'gd' could be declared final |
| 31029 |
src/com/gps/dao/GeofencingDAO.java |
78 |
Found 'DD'-anomaly for variable 'gdDetails' (lines '78'-'85'). |
| 31030 |
src/com/gps/dao/GeofencingDAO.java |
79 |
Found 'DD'-anomaly for variable 'query' (lines '79'-'82'). |
| 31031 |
src/com/gps/dao/GeofencingDAO.java |
81 |
Potential violation of Law of Demeter (object not created locally) |
| 31032 |
src/com/gps/dao/GeofencingDAO.java |
82 |
Potential violation of Law of Demeter (method chain calls) |
| 31033 |
src/com/gps/dao/GeofencingDAO.java |
82 |
Potential violation of Law of Demeter (object not created locally) |
| 31034 |
src/com/gps/dao/GeofencingDAO.java |
85 |
Potential violation of Law of Demeter (object not created locally) |
| 31035 |
src/com/gps/dao/GeofencingDAO.java |
87 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 31036 |
src/com/gps/dao/GeofencingDAO.java |
89 |
Avoid printStackTrace(); use a logger call instead. |
| 31037 |
src/com/gps/dao/GeofencingDAO.java |
89 |
Potential violation of Law of Demeter (object not created locally) |
| 31038 |
src/com/gps/dao/GeofencingDAO.java |
91 |
Avoid empty finally blocks |
| 31039 |
src/com/gps/dao/GeofencingDAO.java |
103 |
Parameter 'tripid' is not assigned and could be declared final |
| 31040 |
src/com/gps/dao/GeofencingDAO.java |
105 |
Found 'DD'-anomaly for variable 'gdDetails' (lines '105'-'110'). |
| 31041 |
src/com/gps/dao/GeofencingDAO.java |
106 |
Avoid declaring a variable if it is unreferenced before a possible exit point. |
| 31042 |
src/com/gps/dao/GeofencingDAO.java |
106 |
Avoid unused local variables such as 'query'. |
| 31043 |
src/com/gps/dao/GeofencingDAO.java |
106 |
Found 'DU'-anomaly for variable 'query' (lines '106'-'123'). |
| 31044 |
src/com/gps/dao/GeofencingDAO.java |
106 |
Local variable 'query' could be declared final |
| 31045 |
src/com/gps/dao/GeofencingDAO.java |
110 |
Potential violation of Law of Demeter (method chain calls) |
| 31046 |
src/com/gps/dao/GeofencingDAO.java |
110 |
Potential violation of Law of Demeter (method chain calls) |
| 31047 |
src/com/gps/dao/GeofencingDAO.java |
113 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 31048 |
src/com/gps/dao/GeofencingDAO.java |
115 |
Avoid printStackTrace(); use a logger call instead. |
| 31049 |
src/com/gps/dao/GeofencingDAO.java |
115 |
Potential violation of Law of Demeter (object not created locally) |
| 31050 |
src/com/gps/dao/GeofencingDAO.java |
117 |
Avoid empty finally blocks |
| 31051 |
src/com/gps/dao/GeofencingDAO.java |
129 |
Parameter 'geofenceId' is not assigned and could be declared final |
| 31052 |
src/com/gps/dao/GeofencingDAO.java |
130 |
Found 'DD'-anomaly for variable 'sess' (lines '130'-'136'). |
| 31053 |
src/com/gps/dao/GeofencingDAO.java |
131 |
Avoid variables with short names like gd |
| 31054 |
src/com/gps/dao/GeofencingDAO.java |
131 |
Local variable 'gd' could be declared final |
| 31055 |
src/com/gps/dao/GeofencingDAO.java |
132 |
Found 'DD'-anomaly for variable 'del' (lines '132'-'141'). |
| 31056 |
src/com/gps/dao/GeofencingDAO.java |
133 |
Avoid variables with short names like tx |
| 31057 |
src/com/gps/dao/GeofencingDAO.java |
133 |
Found 'DD'-anomaly for variable 'tx' (lines '133'-'137'). |
| 31058 |
src/com/gps/dao/GeofencingDAO.java |
134 |
Avoid declaring a variable if it is unreferenced before a possible exit point. |
| 31059 |
src/com/gps/dao/GeofencingDAO.java |
134 |
Avoid unused local variables such as 'gdDetails'. |
| 31060 |
src/com/gps/dao/GeofencingDAO.java |
134 |
Found 'DU'-anomaly for variable 'gdDetails' (lines '134'-'155'). |
| 31061 |
src/com/gps/dao/GeofencingDAO.java |
134 |
Local variable 'gdDetails' could be declared final |
| 31062 |
src/com/gps/dao/GeofencingDAO.java |
136 |
Potential violation of Law of Demeter (object not created locally) |
| 31063 |
src/com/gps/dao/GeofencingDAO.java |
137 |
Potential violation of Law of Demeter (object not created locally) |
| 31064 |
src/com/gps/dao/GeofencingDAO.java |
138 |
Potential violation of Law of Demeter (method chain calls) |
| 31065 |
src/com/gps/dao/GeofencingDAO.java |
138 |
Potential violation of Law of Demeter (method chain calls) |
| 31066 |
src/com/gps/dao/GeofencingDAO.java |
138 |
Potential violation of Law of Demeter (object not created locally) |
| 31067 |
src/com/gps/dao/GeofencingDAO.java |
139 |
The String literal "geofenceId" appears 5 times in this file; the first occurrence is on line 139 |
| 31068 |
src/com/gps/dao/GeofencingDAO.java |
140 |
Potential violation of Law of Demeter (object not created locally) |
| 31069 |
src/com/gps/dao/GeofencingDAO.java |
141 |
Found 'DD'-anomaly for variable 'del' (lines '141'-'144'). |
| 31070 |
src/com/gps/dao/GeofencingDAO.java |
143 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 31071 |
src/com/gps/dao/GeofencingDAO.java |
145 |
Avoid printStackTrace(); use a logger call instead. |
| 31072 |
src/com/gps/dao/GeofencingDAO.java |
145 |
Potential violation of Law of Demeter (object not created locally) |
| 31073 |
src/com/gps/dao/GeofencingDAO.java |
148 |
Potential violation of Law of Demeter (object not created locally) |
| 31074 |
src/com/gps/dao/GeofencingDAO.java |
162 |
Parameter 'geofenceId' is not assigned and could be declared final |
| 31075 |
src/com/gps/dao/GeofencingDAO.java |
162 |
Parameter 'userId' is not assigned and could be declared final |
| 31076 |
src/com/gps/dao/GeofencingDAO.java |
163 |
Found 'DD'-anomaly for variable 'sess' (lines '163'-'169'). |
| 31077 |
src/com/gps/dao/GeofencingDAO.java |
164 |
Avoid variables with short names like gd |
| 31078 |
src/com/gps/dao/GeofencingDAO.java |
164 |
Local variable 'gd' could be declared final |
| 31079 |
src/com/gps/dao/GeofencingDAO.java |
165 |
Found 'DD'-anomaly for variable 'gdDetails' (lines '165'-'171'). |
| 31080 |
src/com/gps/dao/GeofencingDAO.java |
169 |
Potential violation of Law of Demeter (object not created locally) |
| 31081 |
src/com/gps/dao/GeofencingDAO.java |
171 |
Potential violation of Law of Demeter (method chain calls) |
| 31082 |
src/com/gps/dao/GeofencingDAO.java |
171 |
Potential violation of Law of Demeter (method chain calls) |
| 31083 |
src/com/gps/dao/GeofencingDAO.java |
171 |
Potential violation of Law of Demeter (method chain calls) |
| 31084 |
src/com/gps/dao/GeofencingDAO.java |
171 |
Potential violation of Law of Demeter (object not created locally) |
| 31085 |
src/com/gps/dao/GeofencingDAO.java |
175 |
Potential violation of Law of Demeter (object not created locally) |
| 31086 |
src/com/gps/dao/GeofencingDAO.java |
177 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 31087 |
src/com/gps/dao/GeofencingDAO.java |
178 |
Avoid printStackTrace(); use a logger call instead. |
| 31088 |
src/com/gps/dao/GeofencingDAO.java |
178 |
Potential violation of Law of Demeter (object not created locally) |
| 31089 |
src/com/gps/dao/GeofencingDAO.java |
180 |
Avoid empty finally blocks |
| 31090 |
src/com/gps/dao/GeofencingDAO.java |
194 |
Parameter 'Trip' is not assigned and could be declared final |
| 31091 |
src/com/gps/dao/GeofencingDAO.java |
194 |
Variables should start with a lowercase character, 'Trip' starts with uppercase character. |
| 31092 |
src/com/gps/dao/GeofencingDAO.java |
195 |
Found 'DD'-anomaly for variable 'sess' (lines '195'-'200'). |
| 31093 |
src/com/gps/dao/GeofencingDAO.java |
196 |
Found 'DD'-anomaly for variable 'gdDetails' (lines '196'-'202'). |
| 31094 |
src/com/gps/dao/GeofencingDAO.java |
202 |
Potential violation of Law of Demeter (method chain calls) |
| 31095 |
src/com/gps/dao/GeofencingDAO.java |
202 |
Potential violation of Law of Demeter (object not created locally) |
| 31096 |
src/com/gps/dao/GeofencingDAO.java |
204 |
Potential violation of Law of Demeter (object not created locally) |
| 31097 |
src/com/gps/dao/GeofencingDAO.java |
206 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 31098 |
src/com/gps/dao/GeofencingDAO.java |
207 |
Avoid printStackTrace(); use a logger call instead. |
| 31099 |
src/com/gps/dao/GeofencingDAO.java |
207 |
Potential violation of Law of Demeter (object not created locally) |
| 31100 |
src/com/gps/dao/GeofencingDAO.java |
209 |
Avoid empty finally blocks |
| 31101 |
src/com/gps/dao/GeofencingDAO.java |
223 |
Parameter 'lat' is not assigned and could be declared final |
| 31102 |
src/com/gps/dao/GeofencingDAO.java |
223 |
Parameter 'lon' is not assigned and could be declared final |
| 31103 |
src/com/gps/dao/GeofencingDAO.java |
223 |
Parameter 'vehicleId' is not assigned and could be declared final |
| 31104 |
src/com/gps/dao/GeofencingDAO.java |
224 |
Found 'DD'-anomaly for variable 'points' (lines '224'-'229'). |
| 31105 |
src/com/gps/dao/GeofencingDAO.java |
225 |
Found 'DD'-anomaly for variable 'stat' (lines '225'-'233'). |
| 31106 |
src/com/gps/dao/GeofencingDAO.java |
231 |
Avoid using Literals in Conditional Statements |
| 31107 |
src/com/gps/dao/GeofencingDAO.java |
231 |
Potential violation of Law of Demeter (object not created locally) |
| 31108 |
src/com/gps/dao/GeofencingDAO.java |
231 |
Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty() |
| 31109 |
src/com/gps/dao/GeofencingDAO.java |
236 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 31110 |
src/com/gps/dao/GeofencingDAO.java |
238 |
Avoid printStackTrace(); use a logger call instead. |
| 31111 |
src/com/gps/dao/GeofencingDAO.java |
238 |
Potential violation of Law of Demeter (object not created locally) |
| 31112 |
src/com/gps/dao/GeofencingDAO.java |
249 |
Parameter 'vehicleId' is not assigned and could be declared final |
| 31113 |
src/com/gps/dao/GeofencingDAO.java |
251 |
Found 'DD'-anomaly for variable 'points' (lines '251'-'260'). |
| 31114 |
src/com/gps/dao/GeofencingDAO.java |
252 |
Found 'DD'-anomaly for variable 'geoIds' (lines '252'-'257'). |
| 31115 |
src/com/gps/dao/GeofencingDAO.java |
253 |
Found 'DD'-anomaly for variable 'sess' (lines '253'-'258'). |
| 31116 |
src/com/gps/dao/GeofencingDAO.java |
254 |
Avoid variables with short names like gd |
| 31117 |
src/com/gps/dao/GeofencingDAO.java |
254 |
Local variable 'gd' could be declared final |
| 31118 |
src/com/gps/dao/GeofencingDAO.java |
258 |
Potential violation of Law of Demeter (object not created locally) |
| 31119 |
src/com/gps/dao/GeofencingDAO.java |
259 |
Avoid using Literals in Conditional Statements |
| 31120 |
src/com/gps/dao/GeofencingDAO.java |
259 |
Avoid using if statements without curly braces |
| 31121 |
src/com/gps/dao/GeofencingDAO.java |
259 |
Potential violation of Law of Demeter (object not created locally) |
| 31122 |
src/com/gps/dao/GeofencingDAO.java |
259 |
Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty() |
| 31123 |
src/com/gps/dao/GeofencingDAO.java |
260 |
Potential violation of Law of Demeter (method chain calls) |
| 31124 |
src/com/gps/dao/GeofencingDAO.java |
260 |
Potential violation of Law of Demeter (method chain calls) |
| 31125 |
src/com/gps/dao/GeofencingDAO.java |
260 |
Potential violation of Law of Demeter (object not created locally) |
| 31126 |
src/com/gps/dao/GeofencingDAO.java |
261 |
Potential violation of Law of Demeter (object not created locally) |
| 31127 |
src/com/gps/dao/GeofencingDAO.java |
262 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 31128 |
src/com/gps/dao/GeofencingDAO.java |
264 |
Avoid printStackTrace(); use a logger call instead. |
| 31129 |
src/com/gps/dao/GeofencingDAO.java |
264 |
Potential violation of Law of Demeter (object not created locally) |
| 31130 |
src/com/gps/dao/GeofencingDAO.java |
266 |
Avoid empty finally blocks |
| 31131 |
src/com/gps/dao/GeofencingDAO.java |
279 |
Parameter 'vehicleId' is not assigned and could be declared final |
| 31132 |
src/com/gps/dao/GeofencingDAO.java |
281 |
Found 'DD'-anomaly for variable 'geoIds' (lines '281'-'286'). |
| 31133 |
src/com/gps/dao/GeofencingDAO.java |
282 |
Found 'DD'-anomaly for variable 'sess' (lines '282'-'285'). |
| 31134 |
src/com/gps/dao/GeofencingDAO.java |
283 |
Avoid variables with short names like gd |
| 31135 |
src/com/gps/dao/GeofencingDAO.java |
283 |
Local variable 'gd' could be declared final |
| 31136 |
src/com/gps/dao/GeofencingDAO.java |
285 |
Potential violation of Law of Demeter (object not created locally) |
| 31137 |
src/com/gps/dao/GeofencingDAO.java |
286 |
Potential violation of Law of Demeter (method chain calls) |
| 31138 |
src/com/gps/dao/GeofencingDAO.java |
286 |
Potential violation of Law of Demeter (method chain calls) |
| 31139 |
src/com/gps/dao/GeofencingDAO.java |
286 |
Potential violation of Law of Demeter (object not created locally) |
| 31140 |
src/com/gps/dao/GeofencingDAO.java |
286 |
The String literal "vehicleId" appears 5 times in this file; the first occurrence is on line 286 |
| 31141 |
src/com/gps/dao/GeofencingDAO.java |
288 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 31142 |
src/com/gps/dao/GeofencingDAO.java |
289 |
Avoid printStackTrace(); use a logger call instead. |
| 31143 |
src/com/gps/dao/GeofencingDAO.java |
289 |
Potential violation of Law of Demeter (object not created locally) |
| 31144 |
src/com/gps/dao/GeofencingDAO.java |
291 |
Avoid empty finally blocks |
| 31145 |
src/com/gps/dao/GeofencingDAO.java |
304 |
Found 'DD'-anomaly for variable 'geoIds' (lines '304'-'310'). |
| 31146 |
src/com/gps/dao/GeofencingDAO.java |
305 |
Found 'DD'-anomaly for variable 'sess' (lines '305'-'308'). |
| 31147 |
src/com/gps/dao/GeofencingDAO.java |
306 |
Avoid variables with short names like gd |
| 31148 |
src/com/gps/dao/GeofencingDAO.java |
306 |
Local variable 'gd' could be declared final |
| 31149 |
src/com/gps/dao/GeofencingDAO.java |
308 |
Potential violation of Law of Demeter (object not created locally) |
| 31150 |
src/com/gps/dao/GeofencingDAO.java |
310 |
Potential violation of Law of Demeter (method chain calls) |
| 31151 |
src/com/gps/dao/GeofencingDAO.java |
310 |
Potential violation of Law of Demeter (object not created locally) |
| 31152 |
src/com/gps/dao/GeofencingDAO.java |
312 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 31153 |
src/com/gps/dao/GeofencingDAO.java |
313 |
Avoid printStackTrace(); use a logger call instead. |
| 31154 |
src/com/gps/dao/GeofencingDAO.java |
313 |
Potential violation of Law of Demeter (object not created locally) |
| 31155 |
src/com/gps/dao/GeofencingDAO.java |
315 |
Avoid empty finally blocks |
| 31156 |
src/com/gps/dao/GeofencingDAO.java |
326 |
Parameter 'geofenceId' is not assigned and could be declared final |
| 31157 |
src/com/gps/dao/GeofencingDAO.java |
326 |
Parameter 'vehicleId' is not assigned and could be declared final |
| 31158 |
src/com/gps/dao/GeofencingDAO.java |
328 |
Found 'DD'-anomaly for variable 'query' (lines '328'-'336'). |
| 31159 |
src/com/gps/dao/GeofencingDAO.java |
329 |
Found 'DD'-anomaly for variable 'sess' (lines '329'-'334'). |
| 31160 |
src/com/gps/dao/GeofencingDAO.java |
330 |
Avoid variables with short names like gd |
| 31161 |
src/com/gps/dao/GeofencingDAO.java |
330 |
Local variable 'gd' could be declared final |
| 31162 |
src/com/gps/dao/GeofencingDAO.java |
331 |
Found 'DD'-anomaly for variable 'stat' (lines '331'-'339'). |
| 31163 |
src/com/gps/dao/GeofencingDAO.java |
331 |
Found 'DD'-anomaly for variable 'stat' (lines '331'-'341'). |
| 31164 |
src/com/gps/dao/GeofencingDAO.java |
332 |
Found 'DD'-anomaly for variable 'geoVehMap' (lines '332'-'337'). |
| 31165 |
src/com/gps/dao/GeofencingDAO.java |
334 |
Potential violation of Law of Demeter (object not created locally) |
| 31166 |
src/com/gps/dao/GeofencingDAO.java |
336 |
Potential violation of Law of Demeter (object not created locally) |
| 31167 |
src/com/gps/dao/GeofencingDAO.java |
337 |
Potential violation of Law of Demeter (method chain calls) |
| 31168 |
src/com/gps/dao/GeofencingDAO.java |
337 |
Potential violation of Law of Demeter (method chain calls) |
| 31169 |
src/com/gps/dao/GeofencingDAO.java |
337 |
Potential violation of Law of Demeter (object not created locally) |
| 31170 |
src/com/gps/dao/GeofencingDAO.java |
338 |
Avoid if (x != y) ..; else ..; |
| 31171 |
src/com/gps/dao/GeofencingDAO.java |
343 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 31172 |
src/com/gps/dao/GeofencingDAO.java |
344 |
Avoid printStackTrace(); use a logger call instead. |
| 31173 |
src/com/gps/dao/GeofencingDAO.java |
344 |
Potential violation of Law of Demeter (object not created locally) |
| 31174 |
src/com/gps/dao/GeofencingDAO.java |
346 |
Avoid empty finally blocks |
| 31175 |
src/com/gps/dao/GeofencingDAO.java |
357 |
Parameter 'geofenceId' is not assigned and could be declared final |
| 31176 |
src/com/gps/dao/GeofencingDAO.java |
357 |
Parameter 'vehicleId' is not assigned and could be declared final |
| 31177 |
src/com/gps/dao/GeofencingDAO.java |
359 |
Found 'DD'-anomaly for variable 'query' (lines '359'-'367'). |
| 31178 |
src/com/gps/dao/GeofencingDAO.java |
360 |
Found 'DD'-anomaly for variable 'sess' (lines '360'-'365'). |
| 31179 |
src/com/gps/dao/GeofencingDAO.java |
361 |
Avoid variables with short names like gd |
| 31180 |
src/com/gps/dao/GeofencingDAO.java |
361 |
Local variable 'gd' could be declared final |
| 31181 |
src/com/gps/dao/GeofencingDAO.java |
362 |
Avoid variables with short names like id |
| 31182 |
src/com/gps/dao/GeofencingDAO.java |
362 |
Found 'DD'-anomaly for variable 'id' (lines '362'-'370'). |
| 31183 |
src/com/gps/dao/GeofencingDAO.java |
362 |
Found 'DD'-anomaly for variable 'id' (lines '362'-'372'). |
| 31184 |
src/com/gps/dao/GeofencingDAO.java |
363 |
Found 'DD'-anomaly for variable 'geoVehMap' (lines '363'-'368'). |
| 31185 |
src/com/gps/dao/GeofencingDAO.java |
365 |
Potential violation of Law of Demeter (object not created locally) |
| 31186 |
src/com/gps/dao/GeofencingDAO.java |
367 |
Potential violation of Law of Demeter (object not created locally) |
| 31187 |
src/com/gps/dao/GeofencingDAO.java |
368 |
Potential violation of Law of Demeter (method chain calls) |
| 31188 |
src/com/gps/dao/GeofencingDAO.java |
368 |
Potential violation of Law of Demeter (method chain calls) |
| 31189 |
src/com/gps/dao/GeofencingDAO.java |
368 |
Potential violation of Law of Demeter (object not created locally) |
| 31190 |
src/com/gps/dao/GeofencingDAO.java |
369 |
Avoid if (x != y) ..; else ..; |
| 31191 |
src/com/gps/dao/GeofencingDAO.java |
370 |
Potential violation of Law of Demeter (object not created locally) |
| 31192 |
src/com/gps/dao/GeofencingDAO.java |
374 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 31193 |
src/com/gps/dao/GeofencingDAO.java |
375 |
Avoid printStackTrace(); use a logger call instead. |
| 31194 |
src/com/gps/dao/GeofencingDAO.java |
375 |
Potential violation of Law of Demeter (object not created locally) |
| 31195 |
src/com/gps/dao/GeofencingDAO.java |
377 |
Avoid empty finally blocks |
| 31196 |
src/com/gps/dao/GeofencingDAO.java |
388 |
Parameter 'vehicleId' is not assigned and could be declared final |
| 31197 |
src/com/gps/dao/GeofencingDAO.java |
390 |
Found 'DD'-anomaly for variable 'geoIds' (lines '390'-'395'). |
| 31198 |
src/com/gps/dao/GeofencingDAO.java |
391 |
Found 'DD'-anomaly for variable 'sess' (lines '391'-'394'). |
| 31199 |
src/com/gps/dao/GeofencingDAO.java |
392 |
Avoid variables with short names like gd |
| 31200 |
src/com/gps/dao/GeofencingDAO.java |
392 |
Local variable 'gd' could be declared final |
| 31201 |
src/com/gps/dao/GeofencingDAO.java |
394 |
Potential violation of Law of Demeter (object not created locally) |
| 31202 |
src/com/gps/dao/GeofencingDAO.java |
395 |
Potential violation of Law of Demeter (method chain calls) |
| 31203 |
src/com/gps/dao/GeofencingDAO.java |
395 |
Potential violation of Law of Demeter (method chain calls) |
| 31204 |
src/com/gps/dao/GeofencingDAO.java |
395 |
Potential violation of Law of Demeter (object not created locally) |
| 31205 |
src/com/gps/dao/GeofencingDAO.java |
397 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 31206 |
src/com/gps/dao/GeofencingDAO.java |
398 |
Avoid printStackTrace(); use a logger call instead. |
| 31207 |
src/com/gps/dao/GeofencingDAO.java |
398 |
Potential violation of Law of Demeter (object not created locally) |
| 31208 |
src/com/gps/dao/GeofencingDAO.java |
400 |
Avoid empty finally blocks |
| 31209 |
src/com/gps/dao/GeofencingDAO.java |
410 |
Parameter 'gvIds' is not assigned and could be declared final |
| 31210 |
src/com/gps/dao/GeofencingDAO.java |
412 |
Found 'DD'-anomaly for variable 'mobnos' (lines '412'-'418'). |
| 31211 |
src/com/gps/dao/GeofencingDAO.java |
413 |
Found 'DD'-anomaly for variable 'sess' (lines '413'-'417'). |
| 31212 |
src/com/gps/dao/GeofencingDAO.java |
414 |
Avoid variables with short names like nd |
| 31213 |
src/com/gps/dao/GeofencingDAO.java |
414 |
Local variable 'nd' could be declared final |
| 31214 |
src/com/gps/dao/GeofencingDAO.java |
417 |
Potential violation of Law of Demeter (object not created locally) |
| 31215 |
src/com/gps/dao/GeofencingDAO.java |
418 |
Potential violation of Law of Demeter (method chain calls) |
| 31216 |
src/com/gps/dao/GeofencingDAO.java |
418 |
Potential violation of Law of Demeter (method chain calls) |
| 31217 |
src/com/gps/dao/GeofencingDAO.java |
418 |
Potential violation of Law of Demeter (object not created locally) |
| 31218 |
src/com/gps/dao/GeofencingDAO.java |
420 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 31219 |
src/com/gps/dao/GeofencingDAO.java |
421 |
Avoid printStackTrace(); use a logger call instead. |
| 31220 |
src/com/gps/dao/GeofencingDAO.java |
421 |
Potential violation of Law of Demeter (object not created locally) |
| 31221 |
src/com/gps/dao/GeofencingDAO.java |
423 |
Avoid empty finally blocks |
| 31222 |
src/com/gps/dao/GeofencingDAO.java |
434 |
Parameter 'geoVehId' is not assigned and could be declared final |
| 31223 |
src/com/gps/dao/GeofencingDAO.java |
435 |
Found 'DD'-anomaly for variable 'notifierList' (lines '435'-'442'). |
| 31224 |
src/com/gps/dao/GeofencingDAO.java |
436 |
Found 'DD'-anomaly for variable 'sess' (lines '436'-'440'). |
| 31225 |
src/com/gps/dao/GeofencingDAO.java |
437 |
Avoid variables with short names like nd |
| 31226 |
src/com/gps/dao/GeofencingDAO.java |
437 |
Local variable 'nd' could be declared final |
| 31227 |
src/com/gps/dao/GeofencingDAO.java |
440 |
Potential violation of Law of Demeter (object not created locally) |
| 31228 |
src/com/gps/dao/GeofencingDAO.java |
442 |
Potential violation of Law of Demeter (method chain calls) |
| 31229 |
src/com/gps/dao/GeofencingDAO.java |
442 |
Potential violation of Law of Demeter (method chain calls) |
| 31230 |
src/com/gps/dao/GeofencingDAO.java |
442 |
Potential violation of Law of Demeter (object not created locally) |
| 31231 |
src/com/gps/dao/GeofencingDAO.java |
445 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 31232 |
src/com/gps/dao/GeofencingDAO.java |
446 |
Avoid printStackTrace(); use a logger call instead. |
| 31233 |
src/com/gps/dao/GeofencingDAO.java |
446 |
Potential violation of Law of Demeter (object not created locally) |
| 31234 |
src/com/gps/dao/GeofencingDAO.java |
448 |
Avoid empty finally blocks |
| 31235 |
src/com/gps/dao/GeofencingDAO.java |
461 |
Parameter 'lat' is not assigned and could be declared final |
| 31236 |
src/com/gps/dao/GeofencingDAO.java |
461 |
Parameter 'lon' is not assigned and could be declared final |
| 31237 |
src/com/gps/dao/GeofencingDAO.java |
461 |
Parameter 'points' is not assigned and could be declared final |
| 31238 |
src/com/gps/dao/GeofencingDAO.java |
462 |
Avoid variables with short names like i |
| 31239 |
src/com/gps/dao/GeofencingDAO.java |
463 |
Avoid variables with short names like j |
| 31240 |
src/com/gps/dao/GeofencingDAO.java |
463 |
Found 'DU'-anomaly for variable 'j' (lines '463'-'488'). |
| 31241 |
src/com/gps/dao/GeofencingDAO.java |
464 |
Found 'DD'-anomaly for variable 'inPoly' (lines '464'-'476'). |
| 31242 |
src/com/gps/dao/GeofencingDAO.java |
469 |
Potential violation of Law of Demeter (method chain calls) |
| 31243 |
src/com/gps/dao/GeofencingDAO.java |
469 |
Potential violation of Law of Demeter (method chain calls) |
| 31244 |
src/com/gps/dao/GeofencingDAO.java |
470 |
Potential violation of Law of Demeter (method chain calls) |
| 31245 |
src/com/gps/dao/GeofencingDAO.java |
470 |
Potential violation of Law of Demeter (method chain calls) |
| 31246 |
src/com/gps/dao/GeofencingDAO.java |
472 |
Potential violation of Law of Demeter (method chain calls) |
| 31247 |
src/com/gps/dao/GeofencingDAO.java |
472 |
Potential violation of Law of Demeter (method chain calls) |
| 31248 |
src/com/gps/dao/GeofencingDAO.java |
472 |
Potential violation of Law of Demeter (method chain calls) |
| 31249 |
src/com/gps/dao/GeofencingDAO.java |
472 |
These nested if statements could be combined |
| 31250 |
src/com/gps/dao/GeofencingDAO.java |
473 |
Potential violation of Law of Demeter (method chain calls) |
| 31251 |
src/com/gps/dao/GeofencingDAO.java |
473 |
Potential violation of Law of Demeter (method chain calls) |
| 31252 |
src/com/gps/dao/GeofencingDAO.java |
473 |
Potential violation of Law of Demeter (method chain calls) |
| 31253 |
src/com/gps/dao/GeofencingDAO.java |
473 |
Potential violation of Law of Demeter (method chain calls) |
| 31254 |
src/com/gps/dao/GeofencingDAO.java |
473 |
Potential violation of Law of Demeter (method chain calls) |
| 31255 |
src/com/gps/dao/GeofencingDAO.java |
473 |
Potential violation of Law of Demeter (method chain calls) |
| 31256 |
src/com/gps/dao/GeofencingDAO.java |
473 |
Potential violation of Law of Demeter (method chain calls) |
| 31257 |
src/com/gps/dao/GeofencingDAO.java |
474 |
Potential violation of Law of Demeter (method chain calls) |
| 31258 |
src/com/gps/dao/GeofencingDAO.java |
476 |
Found 'DD'-anomaly for variable 'inPoly' (lines '476'-'476'). |
| 31259 |
src/com/gps/dao/GeofencingDAO.java |
480 |
Found 'DU'-anomaly for variable 'j' (lines '480'-'488'). |
| 31260 |
src/com/gps/dao/GeofencingDAO.java |
482 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 31261 |
src/com/gps/dao/GeofencingDAO.java |
484 |
Avoid printStackTrace(); use a logger call instead. |
| 31262 |
src/com/gps/dao/GeofencingDAO.java |
484 |
Potential violation of Law of Demeter (object not created locally) |
| 31263 |
src/com/gps/dao/GeofencingDAO.java |
495 |
Parameter 'geofenceId' is not assigned and could be declared final |
| 31264 |
src/com/gps/dao/GeofencingDAO.java |
495 |
Parameter 'vehicleId' is not assigned and could be declared final |
| 31265 |
src/com/gps/dao/GeofencingDAO.java |
497 |
Found 'DD'-anomaly for variable 'sess' (lines '497'-'505'). |
| 31266 |
src/com/gps/dao/GeofencingDAO.java |
498 |
Avoid variables with short names like gd |
| 31267 |
src/com/gps/dao/GeofencingDAO.java |
498 |
Local variable 'gd' could be declared final |
| 31268 |
src/com/gps/dao/GeofencingDAO.java |
501 |
Found 'DD'-anomaly for variable 'del' (lines '501'-'510'). |
| 31269 |
src/com/gps/dao/GeofencingDAO.java |
502 |
Avoid variables with short names like tx |
| 31270 |
src/com/gps/dao/GeofencingDAO.java |
502 |
Found 'DD'-anomaly for variable 'tx' (lines '502'-'506'). |
| 31271 |
src/com/gps/dao/GeofencingDAO.java |
503 |
Avoid declaring a variable if it is unreferenced before a possible exit point. |
| 31272 |
src/com/gps/dao/GeofencingDAO.java |
503 |
Avoid unused local variables such as 'gdDetails'. |
| 31273 |
src/com/gps/dao/GeofencingDAO.java |
503 |
Found 'DU'-anomaly for variable 'gdDetails' (lines '503'-'522'). |
| 31274 |
src/com/gps/dao/GeofencingDAO.java |
503 |
Local variable 'gdDetails' could be declared final |
| 31275 |
src/com/gps/dao/GeofencingDAO.java |
505 |
Potential violation of Law of Demeter (object not created locally) |
| 31276 |
src/com/gps/dao/GeofencingDAO.java |
506 |
Potential violation of Law of Demeter (object not created locally) |
| 31277 |
src/com/gps/dao/GeofencingDAO.java |
507 |
Potential violation of Law of Demeter (method chain calls) |
| 31278 |
src/com/gps/dao/GeofencingDAO.java |
507 |
Potential violation of Law of Demeter (method chain calls) |
| 31279 |
src/com/gps/dao/GeofencingDAO.java |
507 |
Potential violation of Law of Demeter (method chain calls) |
| 31280 |
src/com/gps/dao/GeofencingDAO.java |
507 |
Potential violation of Law of Demeter (object not created locally) |
| 31281 |
src/com/gps/dao/GeofencingDAO.java |
509 |
Potential violation of Law of Demeter (object not created locally) |
| 31282 |
src/com/gps/dao/GeofencingDAO.java |
510 |
Found 'DD'-anomaly for variable 'del' (lines '510'-'514'). |
| 31283 |
src/com/gps/dao/GeofencingDAO.java |
511 |
Potential violation of Law of Demeter (object not created locally) |
| 31284 |
src/com/gps/dao/GeofencingDAO.java |
513 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 31285 |
src/com/gps/dao/GeofencingDAO.java |
515 |
Avoid printStackTrace(); use a logger call instead. |
| 31286 |
src/com/gps/dao/GeofencingDAO.java |
515 |
Potential violation of Law of Demeter (object not created locally) |
| 31287 |
src/com/gps/dao/GeofencingDAO.java |
517 |
Avoid empty finally blocks |
| 31288 |
src/com/gps/dao/GeofencingDAO.java |
528 |
Parameter 'nid' is not assigned and could be declared final |
| 31289 |
src/com/gps/dao/GeofencingDAO.java |
529 |
Found 'DD'-anomaly for variable 'sess' (lines '529'-'535'). |
| 31290 |
src/com/gps/dao/GeofencingDAO.java |
530 |
Avoid variables with short names like gd |
| 31291 |
src/com/gps/dao/GeofencingDAO.java |
530 |
Local variable 'gd' could be declared final |
| 31292 |
src/com/gps/dao/GeofencingDAO.java |
531 |
Found 'DD'-anomaly for variable 'del' (lines '531'-'540'). |
| 31293 |
src/com/gps/dao/GeofencingDAO.java |
532 |
Avoid variables with short names like tx |
| 31294 |
src/com/gps/dao/GeofencingDAO.java |
532 |
Found 'DD'-anomaly for variable 'tx' (lines '532'-'536'). |
| 31295 |
src/com/gps/dao/GeofencingDAO.java |
533 |
Avoid declaring a variable if it is unreferenced before a possible exit point. |
| 31296 |
src/com/gps/dao/GeofencingDAO.java |
533 |
Avoid unused local variables such as 'gdDetails'. |
| 31297 |
src/com/gps/dao/GeofencingDAO.java |
533 |
Found 'DU'-anomaly for variable 'gdDetails' (lines '533'-'552'). |
| 31298 |
src/com/gps/dao/GeofencingDAO.java |
533 |
Local variable 'gdDetails' could be declared final |
| 31299 |
src/com/gps/dao/GeofencingDAO.java |
535 |
Potential violation of Law of Demeter (object not created locally) |
| 31300 |
src/com/gps/dao/GeofencingDAO.java |
536 |
Potential violation of Law of Demeter (object not created locally) |
| 31301 |
src/com/gps/dao/GeofencingDAO.java |
537 |
Potential violation of Law of Demeter (method chain calls) |
| 31302 |
src/com/gps/dao/GeofencingDAO.java |
537 |
Potential violation of Law of Demeter (method chain calls) |
| 31303 |
src/com/gps/dao/GeofencingDAO.java |
537 |
Potential violation of Law of Demeter (object not created locally) |
| 31304 |
src/com/gps/dao/GeofencingDAO.java |
539 |
Potential violation of Law of Demeter (object not created locally) |
| 31305 |
src/com/gps/dao/GeofencingDAO.java |
540 |
Found 'DD'-anomaly for variable 'del' (lines '540'-'544'). |
| 31306 |
src/com/gps/dao/GeofencingDAO.java |
541 |
Potential violation of Law of Demeter (object not created locally) |
| 31307 |
src/com/gps/dao/GeofencingDAO.java |
543 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 31308 |
src/com/gps/dao/GeofencingDAO.java |
545 |
Avoid printStackTrace(); use a logger call instead. |
| 31309 |
src/com/gps/dao/GeofencingDAO.java |
545 |
Potential violation of Law of Demeter (object not created locally) |
| 31310 |
src/com/gps/dao/GeofencingDAO.java |
547 |
Avoid empty finally blocks |
| 31311 |
src/com/gps/dao/GeofencingDAO.java |
560 |
Parameter 'count' is not assigned and could be declared final |
| 31312 |
src/com/gps/dao/GeofencingDAO.java |
560 |
Parameter 'data' is not assigned and could be declared final |
| 31313 |
src/com/gps/dao/GeofencingDAO.java |
560 |
Parameter 'geofenceName' is not assigned and could be declared final |
| 31314 |
src/com/gps/dao/GeofencingDAO.java |
560 |
Parameter 'place' is not assigned and could be declared final |
| 31315 |
src/com/gps/dao/GeofencingDAO.java |
560 |
Parameter 'trip' is not assigned and could be declared final |
| 31316 |
src/com/gps/dao/GeofencingDAO.java |
560 |
Parameter 'userDet' is not assigned and could be declared final |
| 31317 |
src/com/gps/dao/GeofencingDAO.java |
565 |
Local variable 'geofence' could be declared final |
| 31318 |
src/com/gps/dao/GeofencingDAO.java |
568 |
Potential violation of Law of Demeter (object not created locally) |
| 31319 |
src/com/gps/dao/GeofencingDAO.java |
569 |
Potential violation of Law of Demeter (object not created locally) |
| 31320 |
src/com/gps/dao/GeofencingDAO.java |
570 |
Potential violation of Law of Demeter (method chain calls) |
| 31321 |
src/com/gps/dao/GeofencingDAO.java |
570 |
Potential violation of Law of Demeter (method chain calls) |
| 31322 |
src/com/gps/dao/GeofencingDAO.java |
570 |
Potential violation of Law of Demeter (method chain calls) |
| 31323 |
src/com/gps/dao/GeofencingDAO.java |
570 |
Potential violation of Law of Demeter (method chain calls) |
| 31324 |
src/com/gps/dao/GeofencingDAO.java |
570 |
Potential violation of Law of Demeter (method chain calls) |
| 31325 |
src/com/gps/dao/GeofencingDAO.java |
570 |
Potential violation of Law of Demeter (method chain calls) |
| 31326 |
src/com/gps/dao/GeofencingDAO.java |
570 |
Potential violation of Law of Demeter (method chain calls) |
| 31327 |
src/com/gps/dao/GeofencingDAO.java |
570 |
Potential violation of Law of Demeter (method chain calls) |
| 31328 |
src/com/gps/dao/GeofencingDAO.java |
570 |
Potential violation of Law of Demeter (method chain calls) |
| 31329 |
src/com/gps/dao/GeofencingDAO.java |
570 |
Potential violation of Law of Demeter (object not created locally) |
| 31330 |
src/com/gps/dao/GeofencingDAO.java |
571 |
Potential violation of Law of Demeter (method chain calls) |
| 31331 |
src/com/gps/dao/GeofencingDAO.java |
571 |
Potential violation of Law of Demeter (method chain calls) |
| 31332 |
src/com/gps/dao/GeofencingDAO.java |
571 |
Potential violation of Law of Demeter (method chain calls) |
| 31333 |
src/com/gps/dao/GeofencingDAO.java |
571 |
Potential violation of Law of Demeter (method chain calls) |
| 31334 |
src/com/gps/dao/GeofencingDAO.java |
571 |
Potential violation of Law of Demeter (method chain calls) |
| 31335 |
src/com/gps/dao/GeofencingDAO.java |
571 |
Potential violation of Law of Demeter (method chain calls) |
| 31336 |
src/com/gps/dao/GeofencingDAO.java |
571 |
Potential violation of Law of Demeter (method chain calls) |
| 31337 |
src/com/gps/dao/GeofencingDAO.java |
571 |
Potential violation of Law of Demeter (method chain calls) |
| 31338 |
src/com/gps/dao/GeofencingDAO.java |
571 |
Potential violation of Law of Demeter (method chain calls) |
| 31339 |
src/com/gps/dao/GeofencingDAO.java |
571 |
Potential violation of Law of Demeter (method chain calls) |
| 31340 |
src/com/gps/dao/GeofencingDAO.java |
571 |
Potential violation of Law of Demeter (method chain calls) |
| 31341 |
src/com/gps/dao/GeofencingDAO.java |
571 |
Potential violation of Law of Demeter (method chain calls) |
| 31342 |
src/com/gps/dao/GeofencingDAO.java |
571 |
Potential violation of Law of Demeter (object not created locally) |
| 31343 |
src/com/gps/dao/GeofencingDAO.java |
572 |
Potential violation of Law of Demeter (method chain calls) |
| 31344 |
src/com/gps/dao/GeofencingDAO.java |
572 |
Potential violation of Law of Demeter (method chain calls) |
| 31345 |
src/com/gps/dao/GeofencingDAO.java |
572 |
Potential violation of Law of Demeter (method chain calls) |
| 31346 |
src/com/gps/dao/GeofencingDAO.java |
572 |
Potential violation of Law of Demeter (method chain calls) |
| 31347 |
src/com/gps/dao/GeofencingDAO.java |
572 |
Potential violation of Law of Demeter (method chain calls) |
| 31348 |
src/com/gps/dao/GeofencingDAO.java |
572 |
Potential violation of Law of Demeter (method chain calls) |
| 31349 |
src/com/gps/dao/GeofencingDAO.java |
572 |
Potential violation of Law of Demeter (method chain calls) |
| 31350 |
src/com/gps/dao/GeofencingDAO.java |
572 |
Potential violation of Law of Demeter (method chain calls) |
| 31351 |
src/com/gps/dao/GeofencingDAO.java |
572 |
Potential violation of Law of Demeter (method chain calls) |
| 31352 |
src/com/gps/dao/GeofencingDAO.java |
572 |
Potential violation of Law of Demeter (method chain calls) |
| 31353 |
src/com/gps/dao/GeofencingDAO.java |
572 |
Potential violation of Law of Demeter (method chain calls) |
| 31354 |
src/com/gps/dao/GeofencingDAO.java |
572 |
Potential violation of Law of Demeter (method chain calls) |
| 31355 |
src/com/gps/dao/GeofencingDAO.java |
572 |
Potential violation of Law of Demeter (method chain calls) |
| 31356 |
src/com/gps/dao/GeofencingDAO.java |
572 |
Potential violation of Law of Demeter (method chain calls) |
| 31357 |
src/com/gps/dao/GeofencingDAO.java |
572 |
Potential violation of Law of Demeter (method chain calls) |
| 31358 |
src/com/gps/dao/GeofencingDAO.java |
572 |
Potential violation of Law of Demeter (method chain calls) |
| 31359 |
src/com/gps/dao/GeofencingDAO.java |
572 |
Potential violation of Law of Demeter (method chain calls) |
| 31360 |
src/com/gps/dao/GeofencingDAO.java |
572 |
Potential violation of Law of Demeter (method chain calls) |
| 31361 |
src/com/gps/dao/GeofencingDAO.java |
572 |
Potential violation of Law of Demeter (method chain calls) |
| 31362 |
src/com/gps/dao/GeofencingDAO.java |
572 |
Potential violation of Law of Demeter (method chain calls) |
| 31363 |
src/com/gps/dao/GeofencingDAO.java |
572 |
Potential violation of Law of Demeter (method chain calls) |
| 31364 |
src/com/gps/dao/GeofencingDAO.java |
572 |
Potential violation of Law of Demeter (method chain calls) |
| 31365 |
src/com/gps/dao/GeofencingDAO.java |
572 |
Potential violation of Law of Demeter (method chain calls) |
| 31366 |
src/com/gps/dao/GeofencingDAO.java |
572 |
Potential violation of Law of Demeter (method chain calls) |
| 31367 |
src/com/gps/dao/GeofencingDAO.java |
572 |
Potential violation of Law of Demeter (method chain calls) |
| 31368 |
src/com/gps/dao/GeofencingDAO.java |
572 |
Potential violation of Law of Demeter (method chain calls) |
| 31369 |
src/com/gps/dao/GeofencingDAO.java |
572 |
Potential violation of Law of Demeter (method chain calls) |
| 31370 |
src/com/gps/dao/GeofencingDAO.java |
572 |
Potential violation of Law of Demeter (method chain calls) |
| 31371 |
src/com/gps/dao/GeofencingDAO.java |
572 |
Potential violation of Law of Demeter (object not created locally) |
| 31372 |
src/com/gps/dao/GeofencingDAO.java |
573 |
Potential violation of Law of Demeter (object not created locally) |
| 31373 |
src/com/gps/dao/GeofencingDAO.java |
574 |
Potential violation of Law of Demeter (object not created locally) |
| 31374 |
src/com/gps/dao/GeofencingDAO.java |
575 |
Potential violation of Law of Demeter (object not created locally) |
| 31375 |
src/com/gps/dao/GeofencingDAO.java |
579 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 31376 |
src/com/gps/dao/GeofencingDAO.java |
581 |
Avoid printStackTrace(); use a logger call instead. |
| 31377 |
src/com/gps/dao/GeofencingDAO.java |
581 |
Potential violation of Law of Demeter (object not created locally) |
| 31378 |
src/com/gps/dao/GeofencingDAO.java |
582 |
Avoid throwing raw exception types. |
| 31379 |
src/com/gps/dao/GeofencingDAO.java |
582 |
New exception is thrown in catch block, original stack trace may be lost |
| 31380 |
src/com/gps/dao/GeofencingDAO.java |
593 |
Parameter 'data' is not assigned and could be declared final |
| 31381 |
src/com/gps/dao/GeofencingDAO.java |
593 |
Parameter 'geofenceName' is not assigned and could be declared final |
| 31382 |
src/com/gps/dao/GeofencingDAO.java |
593 |
Parameter 'trip' is not assigned and could be declared final |
| 31383 |
src/com/gps/dao/GeofencingDAO.java |
593 |
Parameter 'userDet' is not assigned and could be declared final |
| 31384 |
src/com/gps/dao/GeofencingDAO.java |
595 |
Local variable 'geofence' could be declared final |
| 31385 |
src/com/gps/dao/GeofencingDAO.java |
598 |
Potential violation of Law of Demeter (object not created locally) |
| 31386 |
src/com/gps/dao/GeofencingDAO.java |
599 |
Potential violation of Law of Demeter (object not created locally) |
| 31387 |
src/com/gps/dao/GeofencingDAO.java |
600 |
Potential violation of Law of Demeter (method chain calls) |
| 31388 |
src/com/gps/dao/GeofencingDAO.java |
600 |
Potential violation of Law of Demeter (object not created locally) |
| 31389 |
src/com/gps/dao/GeofencingDAO.java |
601 |
Potential violation of Law of Demeter (method chain calls) |
| 31390 |
src/com/gps/dao/GeofencingDAO.java |
601 |
Potential violation of Law of Demeter (method chain calls) |
| 31391 |
src/com/gps/dao/GeofencingDAO.java |
601 |
Potential violation of Law of Demeter (object not created locally) |
| 31392 |
src/com/gps/dao/GeofencingDAO.java |
603 |
Potential violation of Law of Demeter (method chain calls) |
| 31393 |
src/com/gps/dao/GeofencingDAO.java |
603 |
Potential violation of Law of Demeter (method chain calls) |
| 31394 |
src/com/gps/dao/GeofencingDAO.java |
603 |
Potential violation of Law of Demeter (object not created locally) |
| 31395 |
src/com/gps/dao/GeofencingDAO.java |
604 |
Potential violation of Law of Demeter (method chain calls) |
| 31396 |
src/com/gps/dao/GeofencingDAO.java |
604 |
Potential violation of Law of Demeter (object not created locally) |
| 31397 |
src/com/gps/dao/GeofencingDAO.java |
605 |
Potential violation of Law of Demeter (object not created locally) |
| 31398 |
src/com/gps/dao/GeofencingDAO.java |
609 |
A method/constructor shouldnt explicitly throw java.lang.Exception |
| 31399 |
src/com/gps/dao/GeofencingDAO.java |
609 |
Parameter 'center' is not assigned and could be declared final |
| 31400 |
src/com/gps/dao/GeofencingDAO.java |
609 |
Parameter 'point' is not assigned and could be declared final |
| 31401 |
src/com/gps/dao/GeofencingDAO.java |
609 |
publicMethodCommentRequirement Required |
| 31402 |
src/com/gps/dao/GeofencingDAO.java |
613 |
Avoid unused local variables such as 'in'. |
| 31403 |
src/com/gps/dao/GeofencingDAO.java |
613 |
Avoid variables with short names like in |
| 31404 |
src/com/gps/dao/GeofencingDAO.java |
613 |
Found 'DD'-anomaly for variable 'in' (lines '613'-'619'). |
| 31405 |
src/com/gps/dao/GeofencingDAO.java |
613 |
Found 'DD'-anomaly for variable 'in' (lines '613'-'621'). |
| 31406 |
src/com/gps/dao/GeofencingDAO.java |
617 |
Potential violation of Law of Demeter (object not created locally) |
| 31407 |
src/com/gps/dao/GeofencingDAO.java |
619 |
Avoid using if...else statements without curly braces |
| 31408 |
src/com/gps/dao/GeofencingDAO.java |
619 |
Found 'DU'-anomaly for variable 'in' (lines '619'-'630'). |
| 31409 |
src/com/gps/dao/GeofencingDAO.java |
621 |
Avoid using if...else statements without curly braces |
| 31410 |
src/com/gps/dao/GeofencingDAO.java |
621 |
Found 'DU'-anomaly for variable 'in' (lines '621'-'630'). |
| 31411 |
src/com/gps/dao/GeofencingDAO.java |
624 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 31412 |
src/com/gps/dao/GeofencingDAO.java |
626 |
Avoid printStackTrace(); use a logger call instead. |
| 31413 |
src/com/gps/dao/GeofencingDAO.java |
626 |
Potential violation of Law of Demeter (object not created locally) |
| 31414 |
src/com/gps/dao/GeofencingDAO.java |
632 |
Parameter 'vehicleId' is not assigned and could be declared final |
| 31415 |
src/com/gps/dao/GeofencingDAO.java |
632 |
publicMethodCommentRequirement Required |
| 31416 |
src/com/gps/dao/GeofencingDAO.java |
634 |
Avoid unused local variables such as 'vehDAO'. |
| 31417 |
src/com/gps/dao/GeofencingDAO.java |
636 |
Found 'DD'-anomaly for variable 'trips' (lines '636'-'641'). |
| 31418 |
src/com/gps/dao/GeofencingDAO.java |
639 |
Found 'DU'-anomaly for variable 'vehDAO' (lines '639'-'650'). |
| 31419 |
src/com/gps/dao/GeofencingDAO.java |
640 |
Potential violation of Law of Demeter (method chain calls) |
| 31420 |
src/com/gps/dao/GeofencingDAO.java |
641 |
Potential violation of Law of Demeter (object not created locally) |
| 31421 |
src/com/gps/dao/GeofencingDAO.java |
645 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 31422 |
src/com/gps/dao/GeofencingDAO.java |
647 |
Avoid printStackTrace(); use a logger call instead. |
| 31423 |
src/com/gps/dao/GeofencingDAO.java |
647 |
Potential violation of Law of Demeter (object not created locally) |
| 31424 |
src/com/gps/dao/GeofencingDAO.java |
653 |
Comment is too large: Line too long |
| 31425 |
src/com/gps/dao/GeofencingDAO.java |
659 |
Comment is too large: Too many lines |
| 31426 |
src/com/gps/dao/GeofencingDAO.java |
669 |
A method/constructor shouldnt explicitly throw java.lang.Exception |
| 31427 |
src/com/gps/dao/GeofencingDAO.java |
669 |
Parameter 'packetTime' is not assigned and could be declared final |
| 31428 |
src/com/gps/dao/GeofencingDAO.java |
673 |
Local variable 'cal' could be declared final |
| 31429 |
src/com/gps/dao/GeofencingDAO.java |
677 |
Potential violation of Law of Demeter (object not created locally) |
| 31430 |
src/com/gps/dao/GeofencingDAO.java |
678 |
Potential violation of Law of Demeter (object not created locally) |
| 31431 |
src/com/gps/dao/GeofencingDAO.java |
681 |
A catch statement that catches an exception only to rethrow it should be avoided. |
| 31432 |
src/com/gps/dao/GeofencingDAO.java |
681 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 31433 |
src/com/gps/dao/GeofencingDAO.java |
697 |
A method/constructor shouldnt explicitly throw java.lang.Exception |
| 31434 |
src/com/gps/dao/GeofencingDAO.java |
697 |
Parameter 'fence' is not assigned and could be declared final |
| 31435 |
src/com/gps/dao/GeofencingDAO.java |
697 |
Parameter 'packetTime' is not assigned and could be declared final |
| 31436 |
src/com/gps/dao/GeofencingDAO.java |
697 |
Parameter 'sessVal' is not assigned and could be declared final |
| 31437 |
src/com/gps/dao/GeofencingDAO.java |
700 |
Found 'DD'-anomaly for variable 'history' (lines '700'-'708'). |
| 31438 |
src/com/gps/dao/GeofencingDAO.java |
701 |
Found 'DD'-anomaly for variable 'session' (lines '701'-'707'). |
| 31439 |
src/com/gps/dao/GeofencingDAO.java |
702 |
Avoid variables with short names like tx |
| 31440 |
src/com/gps/dao/GeofencingDAO.java |
702 |
Found 'DD'-anomaly for variable 'tx' (lines '702'-'723'). |
| 31441 |
src/com/gps/dao/GeofencingDAO.java |
704 |
Avoid unused local variables such as 'dao'. |
| 31442 |
src/com/gps/dao/GeofencingDAO.java |
704 |
Found 'DD'-anomaly for variable 'dao' (lines '704'-'709'). |
| 31443 |
src/com/gps/dao/GeofencingDAO.java |
709 |
Found 'DU'-anomaly for variable 'dao' (lines '709'-'735'). |
| 31444 |
src/com/gps/dao/GeofencingDAO.java |
710 |
Avoid using Literals in Conditional Statements |
| 31445 |
src/com/gps/dao/GeofencingDAO.java |
712 |
Potential violation of Law of Demeter (object not created locally) |
| 31446 |
src/com/gps/dao/GeofencingDAO.java |
713 |
Potential violation of Law of Demeter (object not created locally) |
| 31447 |
src/com/gps/dao/GeofencingDAO.java |
714 |
Potential violation of Law of Demeter (object not created locally) |
| 31448 |
src/com/gps/dao/GeofencingDAO.java |
718 |
Potential violation of Law of Demeter (object not created locally) |
| 31449 |
src/com/gps/dao/GeofencingDAO.java |
719 |
Potential violation of Law of Demeter (object not created locally) |
| 31450 |
src/com/gps/dao/GeofencingDAO.java |
720 |
Potential violation of Law of Demeter (object not created locally) |
| 31451 |
src/com/gps/dao/GeofencingDAO.java |
722 |
Potential violation of Law of Demeter (object not created locally) |
| 31452 |
src/com/gps/dao/GeofencingDAO.java |
723 |
Potential violation of Law of Demeter (object not created locally) |
| 31453 |
src/com/gps/dao/GeofencingDAO.java |
725 |
Potential violation of Law of Demeter (object not created locally) |
| 31454 |
src/com/gps/dao/GeofencingDAO.java |
726 |
Potential violation of Law of Demeter (object not created locally) |
| 31455 |
src/com/gps/dao/GeofencingDAO.java |
727 |
Potential violation of Law of Demeter (object not created locally) |
| 31456 |
src/com/gps/dao/GeofencingDAO.java |
730 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 31457 |
src/com/gps/dao/GeofencingDAO.java |
732 |
Avoid printStackTrace(); use a logger call instead. |
| 31458 |
src/com/gps/dao/GeofencingDAO.java |
732 |
Potential violation of Law of Demeter (object not created locally) |
| 31459 |
src/com/gps/dao/GeofencingDAO.java |
737 |
Parameter 'tripid' is not assigned and could be declared final |
| 31460 |
src/com/gps/dao/GeofencingDAO.java |
737 |
publicMethodCommentRequirement Required |
| 31461 |
src/com/gps/dao/GeofencingDAO.java |
739 |
Found 'DD'-anomaly for variable 'fenceList' (lines '739'-'745'). |
| 31462 |
src/com/gps/dao/GeofencingDAO.java |
739 |
Found 'DD'-anomaly for variable 'fenceList' (lines '739'-'747'). |
| 31463 |
src/com/gps/dao/GeofencingDAO.java |
740 |
Local variable 'today' could be declared final |
| 31464 |
src/com/gps/dao/GeofencingDAO.java |
742 |
Potential violation of Law of Demeter (object not created locally) |
| 31465 |
src/com/gps/dao/GeofencingDAO.java |
743 |
Potential violation of Law of Demeter (object not created locally) |
| 31466 |
src/com/gps/dao/GeofencingDAO.java |
744 |
Avoid using Literals in Conditional Statements |
| 31467 |
src/com/gps/dao/GeofencingDAO.java |
744 |
Potential violation of Law of Demeter (object not created locally) |
| 31468 |
src/com/gps/dao/GeofencingDAO.java |
745 |
Potential violation of Law of Demeter (method chain calls) |
| 31469 |
src/com/gps/dao/GeofencingDAO.java |
745 |
Potential violation of Law of Demeter (method chain calls) |
| 31470 |
src/com/gps/dao/GeofencingDAO.java |
747 |
Potential violation of Law of Demeter (method chain calls) |
| 31471 |
src/com/gps/dao/GeofencingDAO.java |
747 |
Potential violation of Law of Demeter (method chain calls) |
| 31472 |
src/com/gps/dao/GeofencingDAO.java |
750 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 31473 |
src/com/gps/dao/GeofencingDAO.java |
752 |
Avoid printStackTrace(); use a logger call instead. |
| 31474 |
src/com/gps/dao/GeofencingDAO.java |
752 |
Potential violation of Law of Demeter (object not created locally) |
| 31475 |
src/com/gps/dao/GeofencingDAO.java |
758 |
Parameter 'args' is not assigned and could be declared final |
| 31476 |
src/com/gps/dao/GeofencingDAO.java |
758 |
publicMethodCommentRequirement Required |
| 31477 |
src/com/gps/dao/GeofencingDAO.java |
764 |
Local variable 'dao' could be declared final |
| 31478 |
src/com/gps/dao/GeofencingDAO.java |
766 |
Avoid unused local variables such as 'data'. |
| 31479 |
src/com/gps/dao/GeofencingDAO.java |
766 |
Found 'DU'-anomaly for variable 'data' (lines '766'-'775'). |
| 31480 |
src/com/gps/dao/GeofencingDAO.java |
766 |
Local variable 'data' could be declared final |
| 31481 |
src/com/gps/dao/GeofencingDAO.java |
770 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 31482 |
src/com/gps/dao/GeofencingDAO.java |
772 |
Avoid printStackTrace(); use a logger call instead. |
| 31483 |
src/com/gps/dao/HolidayProcessDAO.java |
14 |
headerCommentRequirement Required |
| 31484 |
src/com/gps/dao/HolidayProcessDAO.java |
20 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 31485 |
src/com/gps/dao/HolidayProcessDAO.java |
20 |
Use explicit scoping instead of the default package private level |
| 31486 |
src/com/gps/dao/HolidayProcessDAO.java |
21 |
Avoid variables with short names like tx |
| 31487 |
src/com/gps/dao/HolidayProcessDAO.java |
21 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 31488 |
src/com/gps/dao/HolidayProcessDAO.java |
21 |
Use explicit scoping instead of the default package private level |
| 31489 |
src/com/gps/dao/HolidayProcessDAO.java |
21 |
fieldCommentRequirement Required |
| 31490 |
src/com/gps/dao/HolidayProcessDAO.java |
22 |
The Logger variable declaration does not contain the static and final modifiers |
| 31491 |
src/com/gps/dao/HolidayProcessDAO.java |
22 |
Use explicit scoping instead of the default package private level |
| 31492 |
src/com/gps/dao/HolidayProcessDAO.java |
22 |
fieldCommentRequirement Required |
| 31493 |
src/com/gps/dao/HolidayProcessDAO.java |
24 |
Avoid unused private fields such as 'holiday'. |
| 31494 |
src/com/gps/dao/HolidayProcessDAO.java |
24 |
fieldCommentRequirement Required |
| 31495 |
src/com/gps/dao/HolidayProcessDAO.java |
27 |
A method/constructor shouldnt explicitly throw java.lang.Exception |
| 31496 |
src/com/gps/dao/HolidayProcessDAO.java |
27 |
Method names should not start with capital letters |
| 31497 |
src/com/gps/dao/HolidayProcessDAO.java |
27 |
Parameter 'holiday' is not assigned and could be declared final |
| 31498 |
src/com/gps/dao/HolidayProcessDAO.java |
27 |
publicMethodCommentRequirement Required |
| 31499 |
src/com/gps/dao/HolidayProcessDAO.java |
30 |
Local variable 'hddao' could be declared final |
| 31500 |
src/com/gps/dao/HolidayProcessDAO.java |
32 |
Found 'DD'-anomaly for variable 'sess' (lines '32'-'36'). |
| 31501 |
src/com/gps/dao/HolidayProcessDAO.java |
33 |
Avoid variables with short names like tx |
| 31502 |
src/com/gps/dao/HolidayProcessDAO.java |
33 |
Found 'DD'-anomaly for variable 'tx' (lines '33'-'37'). |
| 31503 |
src/com/gps/dao/HolidayProcessDAO.java |
36 |
Potential violation of Law of Demeter (object not created locally) |
| 31504 |
src/com/gps/dao/HolidayProcessDAO.java |
37 |
Potential violation of Law of Demeter (object not created locally) |
| 31505 |
src/com/gps/dao/HolidayProcessDAO.java |
39 |
Potential violation of Law of Demeter (object not created locally) |
| 31506 |
src/com/gps/dao/HolidayProcessDAO.java |
40 |
Potential violation of Law of Demeter (object not created locally) |
| 31507 |
src/com/gps/dao/HolidayProcessDAO.java |
41 |
Potential violation of Law of Demeter (object not created locally) |
| 31508 |
src/com/gps/dao/HolidayProcessDAO.java |
42 |
Potential violation of Law of Demeter (object not created locally) |
| 31509 |
src/com/gps/dao/HolidayProcessDAO.java |
46 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 31510 |
src/com/gps/dao/HolidayProcessDAO.java |
48 |
Avoid printStackTrace(); use a logger call instead. |
| 31511 |
src/com/gps/dao/HolidayProcessDAO.java |
48 |
Potential violation of Law of Demeter (object not created locally) |
| 31512 |
src/com/gps/dao/HolidayProcessDAO.java |
51 |
Avoid empty finally blocks |
| 31513 |
src/com/gps/dao/HolidayProcessDAO.java |
58 |
A method/constructor shouldnt explicitly throw java.lang.Exception |
| 31514 |
src/com/gps/dao/HolidayProcessDAO.java |
58 |
Parameter 'orgId' is not assigned and could be declared final |
| 31515 |
src/com/gps/dao/HolidayProcessDAO.java |
58 |
publicMethodCommentRequirement Required |
| 31516 |
src/com/gps/dao/HolidayProcessDAO.java |
61 |
Local variable 'hddao' could be declared final |
| 31517 |
src/com/gps/dao/HolidayProcessDAO.java |
62 |
Found 'DD'-anomaly for variable 'holidayList' (lines '62'-'70'). |
| 31518 |
src/com/gps/dao/HolidayProcessDAO.java |
63 |
Found 'DD'-anomaly for variable 'sess' (lines '63'-'67'). |
| 31519 |
src/com/gps/dao/HolidayProcessDAO.java |
64 |
Avoid variables with short names like tx |
| 31520 |
src/com/gps/dao/HolidayProcessDAO.java |
64 |
Found 'DD'-anomaly for variable 'tx' (lines '64'-'68'). |
| 31521 |
src/com/gps/dao/HolidayProcessDAO.java |
67 |
Potential violation of Law of Demeter (object not created locally) |
| 31522 |
src/com/gps/dao/HolidayProcessDAO.java |
68 |
Potential violation of Law of Demeter (object not created locally) |
| 31523 |
src/com/gps/dao/HolidayProcessDAO.java |
70 |
Potential violation of Law of Demeter (object not created locally) |
| 31524 |
src/com/gps/dao/HolidayProcessDAO.java |
71 |
Potential violation of Law of Demeter (object not created locally) |
| 31525 |
src/com/gps/dao/HolidayProcessDAO.java |
72 |
Potential violation of Law of Demeter (object not created locally) |
| 31526 |
src/com/gps/dao/HolidayProcessDAO.java |
73 |
Potential violation of Law of Demeter (object not created locally) |
| 31527 |
src/com/gps/dao/HolidayProcessDAO.java |
78 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 31528 |
src/com/gps/dao/HolidayProcessDAO.java |
80 |
Avoid printStackTrace(); use a logger call instead. |
| 31529 |
src/com/gps/dao/HolidayProcessDAO.java |
80 |
Potential violation of Law of Demeter (object not created locally) |
| 31530 |
src/com/gps/dao/HolidayProcessDAO.java |
83 |
Avoid empty finally blocks |
| 31531 |
src/com/gps/dao/HolidayProcessDAO.java |
89 |
A method/constructor shouldnt explicitly throw java.lang.Exception |
| 31532 |
src/com/gps/dao/HolidayProcessDAO.java |
89 |
Parameter 'holidays' is not assigned and could be declared final |
| 31533 |
src/com/gps/dao/HolidayProcessDAO.java |
89 |
publicMethodCommentRequirement Required |
| 31534 |
src/com/gps/dao/HolidayProcessDAO.java |
96 |
Local variable 'vdao' could be declared final |
| 31535 |
src/com/gps/dao/HolidayProcessDAO.java |
97 |
Potential violation of Law of Demeter (object not created locally) |
| 31536 |
src/com/gps/dao/HolidayProcessDAO.java |
106 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 31537 |
src/com/gps/dao/HolidayProcessDAO.java |
108 |
Avoid printStackTrace(); use a logger call instead. |
| 31538 |
src/com/gps/dao/HolidayProcessDAO.java |
108 |
Potential violation of Law of Demeter (object not created locally) |
| 31539 |
src/com/gps/dao/LoginGpsDAO.java |
9 |
headerCommentRequirement Required |
| 31540 |
src/com/gps/dao/LoginGpsDAO.java |
10 |
fieldCommentRequirement Required |
| 31541 |
src/com/gps/dao/LoginGpsDAO.java |
12 |
publicMethodCommentRequirement Required |
| 31542 |
src/com/gps/dao/LoginGpsDAO.java |
16 |
Parameter 'user' is not assigned and could be declared final |
| 31543 |
src/com/gps/dao/LoginGpsDAO.java |
16 |
publicMethodCommentRequirement Required |
| 31544 |
src/com/gps/dao/LoginGpsDAO.java |
19 |
Parameter 'emailAddress' is not assigned and could be declared final |
| 31545 |
src/com/gps/dao/LoginGpsDAO.java |
19 |
Parameter 'password' is not assigned and could be declared final |
| 31546 |
src/com/gps/dao/LoginGpsDAO.java |
19 |
publicMethodCommentRequirement Required |
| 31547 |
src/com/gps/dao/LoginGpsDAO.java |
21 |
Found 'DD'-anomaly for variable 'sess' (lines '21'-'29'). |
| 31548 |
src/com/gps/dao/LoginGpsDAO.java |
22 |
Avoid unused local variables such as 'emailad'. |
| 31549 |
src/com/gps/dao/LoginGpsDAO.java |
22 |
Found 'DU'-anomaly for variable 'emailad' (lines '22'-'41'). |
| 31550 |
src/com/gps/dao/LoginGpsDAO.java |
22 |
Local variable 'emailad' could be declared final |
| 31551 |
src/com/gps/dao/LoginGpsDAO.java |
23 |
Avoid unused local variables such as 'pword'. |
| 31552 |
src/com/gps/dao/LoginGpsDAO.java |
23 |
Found 'DU'-anomaly for variable 'pword' (lines '23'-'41'). |
| 31553 |
src/com/gps/dao/LoginGpsDAO.java |
23 |
Local variable 'pword' could be declared final |
| 31554 |
src/com/gps/dao/LoginGpsDAO.java |
24 |
Avoid unused local variables such as 'query'. |
| 31555 |
src/com/gps/dao/LoginGpsDAO.java |
24 |
Found 'DD'-anomaly for variable 'query' (lines '24'-'30'). |
| 31556 |
src/com/gps/dao/LoginGpsDAO.java |
26 |
Local variable 'user' could be declared final |
| 31557 |
src/com/gps/dao/LoginGpsDAO.java |
29 |
Potential violation of Law of Demeter (object not created locally) |
| 31558 |
src/com/gps/dao/LoginGpsDAO.java |
30 |
Found 'DU'-anomaly for variable 'query' (lines '30'-'41'). |
| 31559 |
src/com/gps/dao/LoginGpsDAO.java |
30 |
Potential violation of Law of Demeter (object not created locally) |
| 31560 |
src/com/gps/dao/LoginGpsDAO.java |
33 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 31561 |
src/com/gps/dao/LoginGpsDAO.java |
34 |
Avoid printStackTrace(); use a logger call instead. |
| 31562 |
src/com/gps/dao/LoginGpsDAO.java |
34 |
Potential violation of Law of Demeter (object not created locally) |
| 31563 |
src/com/gps/dao/LoginGpsDAO.java |
36 |
Avoid empty finally blocks |
| 31564 |
src/com/gps/dao/MLoginGpsDAO.java |
8 |
Avoid importing anything from the sun.* packages |
| 31565 |
src/com/gps/dao/MLoginGpsDAO.java |
17 |
headerCommentRequirement Required |
| 31566 |
src/com/gps/dao/MLoginGpsDAO.java |
18 |
Avoid unused private fields such as 'SUCCESS'. |
| 31567 |
src/com/gps/dao/MLoginGpsDAO.java |
18 |
fieldCommentRequirement Required |
| 31568 |
src/com/gps/dao/MLoginGpsDAO.java |
19 |
Avoid unused private fields such as 'error'. |
| 31569 |
src/com/gps/dao/MLoginGpsDAO.java |
19 |
Variables that are final and static should be all capitals, 'error' is not all capitals. |
| 31570 |
src/com/gps/dao/MLoginGpsDAO.java |
19 |
fieldCommentRequirement Required |
| 31571 |
src/com/gps/dao/MLoginGpsDAO.java |
20 |
Avoid unused private fields such as 'ERROR'. |
| 31572 |
src/com/gps/dao/MLoginGpsDAO.java |
20 |
fieldCommentRequirement Required |
| 31573 |
src/com/gps/dao/MLoginGpsDAO.java |
21 |
fieldCommentRequirement Required |
| 31574 |
src/com/gps/dao/MLoginGpsDAO.java |
23 |
Parameter 'inputStr' is not assigned and could be declared final |
| 31575 |
src/com/gps/dao/MLoginGpsDAO.java |
23 |
Use block level rather than method level synchronization |
| 31576 |
src/com/gps/dao/MLoginGpsDAO.java |
23 |
publicMethodCommentRequirement Required |
| 31577 |
src/com/gps/dao/MLoginGpsDAO.java |
25 |
Avoid variables with short names like md |
| 31578 |
src/com/gps/dao/MLoginGpsDAO.java |
25 |
Local variable 'md' could be declared final |
| 31579 |
src/com/gps/dao/MLoginGpsDAO.java |
26 |
Potential violation of Law of Demeter (object not created locally) |
| 31580 |
src/com/gps/dao/MLoginGpsDAO.java |
27 |
Local variable 'digest' could be declared final |
| 31581 |
src/com/gps/dao/MLoginGpsDAO.java |
27 |
Potential violation of Law of Demeter (object not created locally) |
| 31582 |
src/com/gps/dao/MLoginGpsDAO.java |
28 |
A method should have only one exit point, and that should be the last statement in the method |
| 31583 |
src/com/gps/dao/MLoginGpsDAO.java |
28 |
This statement may have some unnecessary parentheses |
| 31584 |
src/com/gps/dao/MLoginGpsDAO.java |
28 |
Useless parentheses. |
| 31585 |
src/com/gps/dao/MLoginGpsDAO.java |
30 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 31586 |
src/com/gps/dao/MLoginGpsDAO.java |
42 |
publicMethodCommentRequirement Required |
| 31587 |
src/com/gps/dao/MLoginGpsDAO.java |
46 |
Parameter 'user' is not assigned and could be declared final |
| 31588 |
src/com/gps/dao/MLoginGpsDAO.java |
46 |
publicMethodCommentRequirement Required |
| 31589 |
src/com/gps/dao/MLoginGpsDAO.java |
49 |
Parameter 'emailAddress' is not assigned and could be declared final |
| 31590 |
src/com/gps/dao/MLoginGpsDAO.java |
49 |
Parameter 'password' is not assigned and could be declared final |
| 31591 |
src/com/gps/dao/MLoginGpsDAO.java |
49 |
publicMethodCommentRequirement Required |
| 31592 |
src/com/gps/dao/MLoginGpsDAO.java |
51 |
Found 'DD'-anomaly for variable 'sess' (lines '51'-'58'). |
| 31593 |
src/com/gps/dao/MLoginGpsDAO.java |
52 |
Local variable 'emailad' could be declared final |
| 31594 |
src/com/gps/dao/MLoginGpsDAO.java |
53 |
Found 'DD'-anomaly for variable 'query' (lines '53'-'61'). |
| 31595 |
src/com/gps/dao/MLoginGpsDAO.java |
54 |
Found 'DU'-anomaly for variable 'pass' (lines '54'-'89'). |
| 31596 |
src/com/gps/dao/MLoginGpsDAO.java |
54 |
Local variable 'pass' could be declared final |
| 31597 |
src/com/gps/dao/MLoginGpsDAO.java |
55 |
Local variable 'user' could be declared final |
| 31598 |
src/com/gps/dao/MLoginGpsDAO.java |
56 |
Avoid variables with short names like u |
| 31599 |
src/com/gps/dao/MLoginGpsDAO.java |
58 |
Potential violation of Law of Demeter (object not created locally) |
| 31600 |
src/com/gps/dao/MLoginGpsDAO.java |
61 |
Potential violation of Law of Demeter (object not created locally) |
| 31601 |
src/com/gps/dao/MLoginGpsDAO.java |
62 |
Potential violation of Law of Demeter (object not created locally) |
| 31602 |
src/com/gps/dao/MLoginGpsDAO.java |
63 |
Position literals first in String comparisons |
| 31603 |
src/com/gps/dao/MLoginGpsDAO.java |
65 |
A method should have only one exit point, and that should be the last statement in the method |
| 31604 |
src/com/gps/dao/MLoginGpsDAO.java |
69 |
Potential violation of Law of Demeter (object not created locally) |
| 31605 |
src/com/gps/dao/MLoginGpsDAO.java |
69 |
Potential violation of Law of Demeter (object not created locally) |
| 31606 |
src/com/gps/dao/MLoginGpsDAO.java |
71 |
A method should have only one exit point, and that should be the last statement in the method |
| 31607 |
src/com/gps/dao/MLoginGpsDAO.java |
75 |
Avoid using if...else statements without curly braces |
| 31608 |
src/com/gps/dao/MLoginGpsDAO.java |
79 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 31609 |
src/com/gps/dao/MLoginGpsDAO.java |
81 |
New exception is thrown in catch block, original stack trace may be lost |
| 31610 |
src/com/gps/dao/MLoginGpsDAO.java |
84 |
Avoid empty finally blocks |
| 31611 |
src/com/gps/dao/MessagesDAO.java |
14 |
headerCommentRequirement Required |
| 31612 |
src/com/gps/dao/MessagesDAO.java |
16 |
Avoid unused private fields such as 'log'. |
| 31613 |
src/com/gps/dao/MessagesDAO.java |
16 |
The Logger variable declaration does not contain the static and final modifiers |
| 31614 |
src/com/gps/dao/MessagesDAO.java |
16 |
fieldCommentRequirement Required |
| 31615 |
src/com/gps/dao/MessagesDAO.java |
19 |
Parameter 'orgId' is not assigned and could be declared final |
| 31616 |
src/com/gps/dao/MessagesDAO.java |
19 |
publicMethodCommentRequirement Required |
| 31617 |
src/com/gps/dao/MessagesDAO.java |
21 |
Found 'DD'-anomaly for variable 'templates' (lines '21'-'27'). |
| 31618 |
src/com/gps/dao/MessagesDAO.java |
24 |
Local variable 'msgDAO' could be declared final |
| 31619 |
src/com/gps/dao/MessagesDAO.java |
25 |
Local variable 'sess' could be declared final |
| 31620 |
src/com/gps/dao/MessagesDAO.java |
25 |
Potential violation of Law of Demeter (object not created locally) |
| 31621 |
src/com/gps/dao/MessagesDAO.java |
27 |
Potential violation of Law of Demeter (method chain calls) |
| 31622 |
src/com/gps/dao/MessagesDAO.java |
27 |
Potential violation of Law of Demeter (object not created locally) |
| 31623 |
src/com/gps/dao/MessagesDAO.java |
29 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 31624 |
src/com/gps/dao/MessagesDAO.java |
30 |
Avoid printStackTrace(); use a logger call instead. |
| 31625 |
src/com/gps/dao/MessagesDAO.java |
30 |
Potential violation of Law of Demeter (object not created locally) |
| 31626 |
src/com/gps/dao/MessagesDAO.java |
32 |
Avoid empty finally blocks |
| 31627 |
src/com/gps/dao/MessagesDAO.java |
39 |
Method names should not start with capital letters |
| 31628 |
src/com/gps/dao/MessagesDAO.java |
39 |
Parameter 'message' is not assigned and could be declared final |
| 31629 |
src/com/gps/dao/MessagesDAO.java |
39 |
Parameter 'orgId' is not assigned and could be declared final |
| 31630 |
src/com/gps/dao/MessagesDAO.java |
39 |
Parameter 'userId' is not assigned and could be declared final |
| 31631 |
src/com/gps/dao/MessagesDAO.java |
39 |
publicMethodCommentRequirement Required |
| 31632 |
src/com/gps/dao/MessagesDAO.java |
41 |
Local variable 'msgDAO' could be declared final |
| 31633 |
src/com/gps/dao/MessagesDAO.java |
43 |
Avoid using Literals in Conditional Statements |
| 31634 |
src/com/gps/dao/MessagesDAO.java |
43 |
Potential violation of Law of Demeter (method chain calls) |
| 31635 |
src/com/gps/dao/MessagesDAO.java |
46 |
Local variable 'sess' could be declared final |
| 31636 |
src/com/gps/dao/MessagesDAO.java |
48 |
Local variable 'templateObj' could be declared final |
| 31637 |
src/com/gps/dao/MessagesDAO.java |
49 |
Avoid variables with short names like tx |
| 31638 |
src/com/gps/dao/MessagesDAO.java |
49 |
Local variable 'tx' could be declared final |
| 31639 |
src/com/gps/dao/MessagesDAO.java |
49 |
Potential violation of Law of Demeter (object not created locally) |
| 31640 |
src/com/gps/dao/MessagesDAO.java |
53 |
Local variable 'orgObj' could be declared final |
| 31641 |
src/com/gps/dao/MessagesDAO.java |
55 |
Local variable 'cal' could be declared final |
| 31642 |
src/com/gps/dao/MessagesDAO.java |
56 |
Potential violation of Law of Demeter (object not created locally) |
| 31643 |
src/com/gps/dao/MessagesDAO.java |
60 |
Potential violation of Law of Demeter (object not created locally) |
| 31644 |
src/com/gps/dao/MessagesDAO.java |
61 |
Potential violation of Law of Demeter (object not created locally) |
| 31645 |
src/com/gps/dao/MessagesDAO.java |
63 |
A method should have only one exit point, and that should be the last statement in the method |
| 31646 |
src/com/gps/dao/MessagesDAO.java |
67 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 31647 |
src/com/gps/dao/MessagesDAO.java |
68 |
Avoid printStackTrace(); use a logger call instead. |
| 31648 |
src/com/gps/dao/PartiallyOfflineDAO.java |
24 |
headerCommentRequirement Required |
| 31649 |
src/com/gps/dao/PartiallyOfflineDAO.java |
26 |
The Logger variable declaration does not contain the static and final modifiers |
| 31650 |
src/com/gps/dao/PartiallyOfflineDAO.java |
26 |
Use explicit scoping instead of the default package private level |
| 31651 |
src/com/gps/dao/PartiallyOfflineDAO.java |
26 |
fieldCommentRequirement Required |
| 31652 |
src/com/gps/dao/PartiallyOfflineDAO.java |
32 |
Parameter 'vehicleId' is not assigned and could be declared final |
| 31653 |
src/com/gps/dao/PartiallyOfflineDAO.java |
33 |
Found 'DD'-anomaly for variable 'partiallyOffList' (lines '33'-'47'). |
| 31654 |
src/com/gps/dao/PartiallyOfflineDAO.java |
34 |
Found 'DD'-anomaly for variable 'time' (lines '34'-'54'). |
| 31655 |
src/com/gps/dao/PartiallyOfflineDAO.java |
35 |
Found 'DD'-anomaly for variable 'qry' (lines '35'-'40'). |
| 31656 |
src/com/gps/dao/PartiallyOfflineDAO.java |
36 |
Found 'DD'-anomaly for variable 'parameters' (lines '36'-'42'). |
| 31657 |
src/com/gps/dao/PartiallyOfflineDAO.java |
37 |
Found 'DD'-anomaly for variable 'paramsList' (lines '37'-'45'). |
| 31658 |
src/com/gps/dao/PartiallyOfflineDAO.java |
37 |
Found 'DU'-anomaly for variable 'paramsList' (lines '37'-'63'). |
| 31659 |
src/com/gps/dao/PartiallyOfflineDAO.java |
40 |
Found 'DD'-anomaly for variable 'qry' (lines '40'-'46'). |
| 31660 |
src/com/gps/dao/PartiallyOfflineDAO.java |
40 |
Found 'DU'-anomaly for variable 'qry' (lines '40'-'63'). |
| 31661 |
src/com/gps/dao/PartiallyOfflineDAO.java |
40 |
Potential violation of Law of Demeter (method chain calls) |
| 31662 |
src/com/gps/dao/PartiallyOfflineDAO.java |
44 |
Avoid using Literals in Conditional Statements |
| 31663 |
src/com/gps/dao/PartiallyOfflineDAO.java |
51 |
Local variable 'resultItr' could be declared final |
| 31664 |
src/com/gps/dao/PartiallyOfflineDAO.java |
53 |
Local variable 'columns' could be declared final |
| 31665 |
src/com/gps/dao/PartiallyOfflineDAO.java |
54 |
Avoid instantiating new objects inside loops |
| 31666 |
src/com/gps/dao/PartiallyOfflineDAO.java |
54 |
Found 'DD'-anomaly for variable 'time' (lines '54'-'54'). |
| 31667 |
src/com/gps/dao/PartiallyOfflineDAO.java |
54 |
Potential violation of Law of Demeter (method chain calls) |
| 31668 |
src/com/gps/dao/PartiallyOfflineDAO.java |
58 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 31669 |
src/com/gps/dao/PartiallyOfflineDAO.java |
68 |
Comment is too large: Line too long |
| 31670 |
src/com/gps/dao/PartiallyOfflineDAO.java |
70 |
Avoid using implementation types like 'HashMap'; use the interface instead |
| 31671 |
src/com/gps/dao/PartiallyOfflineDAO.java |
70 |
Parameter 'vehicles' is not assigned and could be declared final |
| 31672 |
src/com/gps/dao/PartiallyOfflineDAO.java |
71 |
Found 'DD'-anomaly for variable 'partiallyOffList' (lines '71'-'87'). |
| 31673 |
src/com/gps/dao/PartiallyOfflineDAO.java |
72 |
Found 'DD'-anomaly for variable 'qry' (lines '72'-'80'). |
| 31674 |
src/com/gps/dao/PartiallyOfflineDAO.java |
73 |
Found 'DD'-anomaly for variable 'parameters' (lines '73'-'82'). |
| 31675 |
src/com/gps/dao/PartiallyOfflineDAO.java |
74 |
Found 'DD'-anomaly for variable 'paramsList' (lines '74'-'85'). |
| 31676 |
src/com/gps/dao/PartiallyOfflineDAO.java |
74 |
Found 'DU'-anomaly for variable 'paramsList' (lines '74'-'107'). |
| 31677 |
src/com/gps/dao/PartiallyOfflineDAO.java |
75 |
Found 'DD'-anomaly for variable 'time' (lines '75'-'96'). |
| 31678 |
src/com/gps/dao/PartiallyOfflineDAO.java |
75 |
Found 'DU'-anomaly for variable 'time' (lines '75'-'107'). |
| 31679 |
src/com/gps/dao/PartiallyOfflineDAO.java |
76 |
Found 'DD'-anomaly for variable 'vehicleId' (lines '76'-'95'). |
| 31680 |
src/com/gps/dao/PartiallyOfflineDAO.java |
76 |
Found 'DU'-anomaly for variable 'vehicleId' (lines '76'-'107'). |
| 31681 |
src/com/gps/dao/PartiallyOfflineDAO.java |
77 |
Found 'DD'-anomaly for variable 'hshPartialOffline' (lines '77'-'91'). |
| 31682 |
src/com/gps/dao/PartiallyOfflineDAO.java |
80 |
Found 'DD'-anomaly for variable 'qry' (lines '80'-'86'). |
| 31683 |
src/com/gps/dao/PartiallyOfflineDAO.java |
80 |
Found 'DU'-anomaly for variable 'qry' (lines '80'-'107'). |
| 31684 |
src/com/gps/dao/PartiallyOfflineDAO.java |
80 |
Potential violation of Law of Demeter (method chain calls) |
| 31685 |
src/com/gps/dao/PartiallyOfflineDAO.java |
84 |
Avoid using Literals in Conditional Statements |
| 31686 |
src/com/gps/dao/PartiallyOfflineDAO.java |
92 |
Local variable 'resultItr' could be declared final |
| 31687 |
src/com/gps/dao/PartiallyOfflineDAO.java |
94 |
Local variable 'columns' could be declared final |
| 31688 |
src/com/gps/dao/PartiallyOfflineDAO.java |
96 |
Avoid instantiating new objects inside loops |
| 31689 |
src/com/gps/dao/PartiallyOfflineDAO.java |
96 |
Found 'DD'-anomaly for variable 'time' (lines '96'-'96'). |
| 31690 |
src/com/gps/dao/PartiallyOfflineDAO.java |
96 |
Found 'DU'-anomaly for variable 'time' (lines '96'-'107'). |
| 31691 |
src/com/gps/dao/PartiallyOfflineDAO.java |
98 |
Avoid using if statements without curly braces |
| 31692 |
src/com/gps/dao/PartiallyOfflineDAO.java |
103 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 31693 |
src/com/gps/dao/ReportProcessDAO.java |
26 |
The class 'ReportProcessDAO' has a Cyclomatic Complexity of 16 (Highest = 29). |
| 31694 |
src/com/gps/dao/ReportProcessDAO.java |
26 |
headerCommentRequirement Required |
| 31695 |
src/com/gps/dao/ReportProcessDAO.java |
27 |
The Logger variable declaration does not contain the static and final modifiers |
| 31696 |
src/com/gps/dao/ReportProcessDAO.java |
27 |
Use explicit scoping instead of the default package private level |
| 31697 |
src/com/gps/dao/ReportProcessDAO.java |
27 |
fieldCommentRequirement Required |
| 31698 |
src/com/gps/dao/ReportProcessDAO.java |
28 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 31699 |
src/com/gps/dao/ReportProcessDAO.java |
28 |
Use explicit scoping instead of the default package private level |
| 31700 |
src/com/gps/dao/ReportProcessDAO.java |
28 |
fieldCommentRequirement Required |
| 31701 |
src/com/gps/dao/ReportProcessDAO.java |
31 |
publicMethodCommentRequirement Required |
| 31702 |
src/com/gps/dao/ReportProcessDAO.java |
33 |
Local variable 'rep' could be declared final |
| 31703 |
src/com/gps/dao/ReportProcessDAO.java |
34 |
Found 'DD'-anomaly for variable 'sess' (lines '34'-'35'). |
| 31704 |
src/com/gps/dao/ReportProcessDAO.java |
35 |
Potential violation of Law of Demeter (object not created locally) |
| 31705 |
src/com/gps/dao/ReportProcessDAO.java |
37 |
Potential violation of Law of Demeter (method chain calls) |
| 31706 |
src/com/gps/dao/ReportProcessDAO.java |
37 |
Potential violation of Law of Demeter (method chain calls) |
| 31707 |
src/com/gps/dao/ReportProcessDAO.java |
37 |
Potential violation of Law of Demeter (object not created locally) |
| 31708 |
src/com/gps/dao/ReportProcessDAO.java |
41 |
Avoid really long methods. |
| 31709 |
src/com/gps/dao/ReportProcessDAO.java |
41 |
Parameter 'endtime' is not assigned and could be declared final |
| 31710 |
src/com/gps/dao/ReportProcessDAO.java |
41 |
Parameter 'event' is not assigned and could be declared final |
| 31711 |
src/com/gps/dao/ReportProcessDAO.java |
41 |
Parameter 'time' is not assigned and could be declared final |
| 31712 |
src/com/gps/dao/ReportProcessDAO.java |
41 |
Parameter 'tripId' is not assigned and could be declared final |
| 31713 |
src/com/gps/dao/ReportProcessDAO.java |
41 |
The method 'getTripfromtime' has a Cyclomatic Complexity of 29. |
| 31714 |
src/com/gps/dao/ReportProcessDAO.java |
41 |
The method getTripfromtime() has an NPath complexity of 40322 |
| 31715 |
src/com/gps/dao/ReportProcessDAO.java |
41 |
publicMethodCommentRequirement Required |
| 31716 |
src/com/gps/dao/ReportProcessDAO.java |
43 |
Found 'DD'-anomaly for variable 'sess' (lines '43'-'65'). |
| 31717 |
src/com/gps/dao/ReportProcessDAO.java |
44 |
Local variable 'tdao' could be declared final |
| 31718 |
src/com/gps/dao/ReportProcessDAO.java |
45 |
Found 'DD'-anomaly for variable 'eventDescQry' (lines '45'-'147'). |
| 31719 |
src/com/gps/dao/ReportProcessDAO.java |
46 |
Local variable 'tripList' could be declared final |
| 31720 |
src/com/gps/dao/ReportProcessDAO.java |
47 |
Found 'DD'-anomaly for variable 'paramList' (lines '47'-'145'). |
| 31721 |
src/com/gps/dao/ReportProcessDAO.java |
48 |
Found 'DD'-anomaly for variable 'eventList' (lines '48'-'148'). |
| 31722 |
src/com/gps/dao/ReportProcessDAO.java |
49 |
Consider replacing this Hashtable with the newer java.util.Map |
| 31723 |
src/com/gps/dao/ReportProcessDAO.java |
49 |
Found 'DU'-anomaly for variable 'eventHashtabel' (lines '49'-'181'). |
| 31724 |
src/com/gps/dao/ReportProcessDAO.java |
49 |
Local variable 'eventHashtabel' could be declared final |
| 31725 |
src/com/gps/dao/ReportProcessDAO.java |
51 |
Local variable 'tpDao' could be declared final |
| 31726 |
src/com/gps/dao/ReportProcessDAO.java |
52 |
Found 'DD'-anomaly for variable 'dynamicQuery' (lines '52'-'72'). |
| 31727 |
src/com/gps/dao/ReportProcessDAO.java |
53 |
Avoid excessively long variable names like getTripFromTimeQry |
| 31728 |
src/com/gps/dao/ReportProcessDAO.java |
53 |
Found 'DD'-anomaly for variable 'getTripFromTimeQry' (lines '53'-'142'). |
| 31729 |
src/com/gps/dao/ReportProcessDAO.java |
53 |
Found 'DU'-anomaly for variable 'getTripFromTimeQry' (lines '53'-'181'). |
| 31730 |
src/com/gps/dao/ReportProcessDAO.java |
56 |
Found 'DD'-anomaly for variable 'parameters' (lines '56'-'80'). |
| 31731 |
src/com/gps/dao/ReportProcessDAO.java |
57 |
Found 'DD'-anomaly for variable 'paramsList' (lines '57'-'83'). |
| 31732 |
src/com/gps/dao/ReportProcessDAO.java |
58 |
Found 'DD'-anomaly for variable 'queryID' (lines '58'-'103'). |
| 31733 |
src/com/gps/dao/ReportProcessDAO.java |
58 |
Found 'DD'-anomaly for variable 'queryID' (lines '58'-'109'). |
| 31734 |
src/com/gps/dao/ReportProcessDAO.java |
58 |
Found 'DD'-anomaly for variable 'queryID' (lines '58'-'122'). |
| 31735 |
src/com/gps/dao/ReportProcessDAO.java |
58 |
Found 'DD'-anomaly for variable 'queryID' (lines '58'-'128'). |
| 31736 |
src/com/gps/dao/ReportProcessDAO.java |
59 |
Found 'DD'-anomaly for variable 'date' (lines '59'-'66'). |
| 31737 |
src/com/gps/dao/ReportProcessDAO.java |
60 |
Local variable 'formatter' could be declared final |
| 31738 |
src/com/gps/dao/ReportProcessDAO.java |
60 |
When instantiating a SimpleDateFormat object, specify a Locale |
| 31739 |
src/com/gps/dao/ReportProcessDAO.java |
61 |
Found 'DD'-anomaly for variable 'partialStatus' (lines '61'-'69'). |
| 31740 |
src/com/gps/dao/ReportProcessDAO.java |
62 |
Found 'DD'-anomaly for variable 'endparamlist' (lines '62'-'85'). |
| 31741 |
src/com/gps/dao/ReportProcessDAO.java |
63 |
Found 'DD'-anomaly for variable 'endparamid' (lines '63'-'91'). |
| 31742 |
src/com/gps/dao/ReportProcessDAO.java |
65 |
Potential violation of Law of Demeter (object not created locally) |
| 31743 |
src/com/gps/dao/ReportProcessDAO.java |
66 |
Potential violation of Law of Demeter (object not created locally) |
| 31744 |
src/com/gps/dao/ReportProcessDAO.java |
68 |
Local variable 'tripDetails' could be declared final |
| 31745 |
src/com/gps/dao/ReportProcessDAO.java |
68 |
Potential violation of Law of Demeter (object not created locally) |
| 31746 |
src/com/gps/dao/ReportProcessDAO.java |
69 |
Potential violation of Law of Demeter (method chain calls) |
| 31747 |
src/com/gps/dao/ReportProcessDAO.java |
69 |
Potential violation of Law of Demeter (method chain calls) |
| 31748 |
src/com/gps/dao/ReportProcessDAO.java |
69 |
Potential violation of Law of Demeter (object not created locally) |
| 31749 |
src/com/gps/dao/ReportProcessDAO.java |
70 |
Avoid using Literals in Conditional Statements |
| 31750 |
src/com/gps/dao/ReportProcessDAO.java |
72 |
Potential violation of Law of Demeter (method chain calls) |
| 31751 |
src/com/gps/dao/ReportProcessDAO.java |
72 |
Potential violation of Law of Demeter (method chain calls) |
| 31752 |
src/com/gps/dao/ReportProcessDAO.java |
72 |
Potential violation of Law of Demeter (object not created locally) |
| 31753 |
src/com/gps/dao/ReportProcessDAO.java |
72 |
Potential violation of Law of Demeter (object not created locally) |
| 31754 |
src/com/gps/dao/ReportProcessDAO.java |
73 |
Potential violation of Law of Demeter (object not created locally) |
| 31755 |
src/com/gps/dao/ReportProcessDAO.java |
74 |
Potential violation of Law of Demeter (method chain calls) |
| 31756 |
src/com/gps/dao/ReportProcessDAO.java |
74 |
Potential violation of Law of Demeter (method chain calls) |
| 31757 |
src/com/gps/dao/ReportProcessDAO.java |
74 |
Potential violation of Law of Demeter (object not created locally) |
| 31758 |
src/com/gps/dao/ReportProcessDAO.java |
78 |
Found 'DU'-anomaly for variable 'partialStatus' (lines '78'-'181'). |
| 31759 |
src/com/gps/dao/ReportProcessDAO.java |
79 |
Potential violation of Law of Demeter (object not created locally) |
| 31760 |
src/com/gps/dao/ReportProcessDAO.java |
80 |
Potential violation of Law of Demeter (method chain calls) |
| 31761 |
src/com/gps/dao/ReportProcessDAO.java |
80 |
Potential violation of Law of Demeter (object not created locally) |
| 31762 |
src/com/gps/dao/ReportProcessDAO.java |
80 |
Potential violation of Law of Demeter (object not created locally) |
| 31763 |
src/com/gps/dao/ReportProcessDAO.java |
82 |
Avoid using Literals in Conditional Statements |
| 31764 |
src/com/gps/dao/ReportProcessDAO.java |
82 |
Deeply nested if..then statements are hard to read |
| 31765 |
src/com/gps/dao/ReportProcessDAO.java |
82 |
Potential violation of Law of Demeter (object not created locally) |
| 31766 |
src/com/gps/dao/ReportProcessDAO.java |
83 |
Potential violation of Law of Demeter (method chain calls) |
| 31767 |
src/com/gps/dao/ReportProcessDAO.java |
83 |
Potential violation of Law of Demeter (object not created locally) |
| 31768 |
src/com/gps/dao/ReportProcessDAO.java |
87 |
Deeply nested if..then statements are hard to read |
| 31769 |
src/com/gps/dao/ReportProcessDAO.java |
87 |
Potential violation of Law of Demeter (object not created locally) |
| 31770 |
src/com/gps/dao/ReportProcessDAO.java |
88 |
Local variable 'resultItr' could be declared final |
| 31771 |
src/com/gps/dao/ReportProcessDAO.java |
88 |
Potential violation of Law of Demeter (object not created locally) |
| 31772 |
src/com/gps/dao/ReportProcessDAO.java |
90 |
Local variable 'columns' could be declared final |
| 31773 |
src/com/gps/dao/ReportProcessDAO.java |
91 |
Found 'DD'-anomaly for variable 'endparamid' (lines '91'-'91'). |
| 31774 |
src/com/gps/dao/ReportProcessDAO.java |
93 |
Potential violation of Law of Demeter (object not created locally) |
| 31775 |
src/com/gps/dao/ReportProcessDAO.java |
95 |
Comment is too large: Line too long |
| 31776 |
src/com/gps/dao/ReportProcessDAO.java |
97 |
Potential violation of Law of Demeter (object not created locally) |
| 31777 |
src/com/gps/dao/ReportProcessDAO.java |
97 |
Potential violation of Law of Demeter (object not created locally) |
| 31778 |
src/com/gps/dao/ReportProcessDAO.java |
98 |
Avoid if (x != y) ..; else ..; |
| 31779 |
src/com/gps/dao/ReportProcessDAO.java |
98 |
Potential violation of Law of Demeter (object not created locally) |
| 31780 |
src/com/gps/dao/ReportProcessDAO.java |
100 |
Avoid if (x != y) ..; else ..; |
| 31781 |
src/com/gps/dao/ReportProcessDAO.java |
100 |
Potential violation of Law of Demeter (object not created locally) |
| 31782 |
src/com/gps/dao/ReportProcessDAO.java |
103 |
Avoid if (x != y) ..; else ..; |
| 31783 |
src/com/gps/dao/ReportProcessDAO.java |
103 |
Useless parentheses. |
| 31784 |
src/com/gps/dao/ReportProcessDAO.java |
104 |
Potential violation of Law of Demeter (object not created locally) |
| 31785 |
src/com/gps/dao/ReportProcessDAO.java |
104 |
Potential violation of Law of Demeter (object not created locally) |
| 31786 |
src/com/gps/dao/ReportProcessDAO.java |
105 |
The String literal ";int," appears 6 times in this file; the first occurrence is on line 105 |
| 31787 |
src/com/gps/dao/ReportProcessDAO.java |
109 |
Avoid if (x != y) ..; else ..; |
| 31788 |
src/com/gps/dao/ReportProcessDAO.java |
109 |
Useless parentheses. |
| 31789 |
src/com/gps/dao/ReportProcessDAO.java |
112 |
Potential violation of Law of Demeter (object not created locally) |
| 31790 |
src/com/gps/dao/ReportProcessDAO.java |
112 |
Potential violation of Law of Demeter (object not created locally) |
| 31791 |
src/com/gps/dao/ReportProcessDAO.java |
116 |
Potential violation of Law of Demeter (object not created locally) |
| 31792 |
src/com/gps/dao/ReportProcessDAO.java |
117 |
Consider replacing this Hashtable with the newer java.util.Map |
| 31793 |
src/com/gps/dao/ReportProcessDAO.java |
117 |
Found 'DD'-anomaly for variable 'minMaxParam' (lines '117'-'118'). |
| 31794 |
src/com/gps/dao/ReportProcessDAO.java |
118 |
Potential violation of Law of Demeter (method chain calls) |
| 31795 |
src/com/gps/dao/ReportProcessDAO.java |
118 |
Potential violation of Law of Demeter (method chain calls) |
| 31796 |
src/com/gps/dao/ReportProcessDAO.java |
118 |
Potential violation of Law of Demeter (object not created locally) |
| 31797 |
src/com/gps/dao/ReportProcessDAO.java |
119 |
Avoid if (x != y) ..; else ..; |
| 31798 |
src/com/gps/dao/ReportProcessDAO.java |
120 |
Local variable 'maxParamid' could be declared final |
| 31799 |
src/com/gps/dao/ReportProcessDAO.java |
120 |
Potential violation of Law of Demeter (object not created locally) |
| 31800 |
src/com/gps/dao/ReportProcessDAO.java |
121 |
Local variable 'minParamid' could be declared final |
| 31801 |
src/com/gps/dao/ReportProcessDAO.java |
121 |
Potential violation of Law of Demeter (object not created locally) |
| 31802 |
src/com/gps/dao/ReportProcessDAO.java |
122 |
Avoid if (x != y) ..; else ..; |
| 31803 |
src/com/gps/dao/ReportProcessDAO.java |
122 |
Useless parentheses. |
| 31804 |
src/com/gps/dao/ReportProcessDAO.java |
123 |
Potential violation of Law of Demeter (object not created locally) |
| 31805 |
src/com/gps/dao/ReportProcessDAO.java |
128 |
Avoid if (x != y) ..; else ..; |
| 31806 |
src/com/gps/dao/ReportProcessDAO.java |
128 |
Avoid using if...else statements without curly braces |
| 31807 |
src/com/gps/dao/ReportProcessDAO.java |
128 |
Useless parentheses. |
| 31808 |
src/com/gps/dao/ReportProcessDAO.java |
134 |
Potential violation of Law of Demeter (object not created locally) |
| 31809 |
src/com/gps/dao/ReportProcessDAO.java |
137 |
Potential violation of Law of Demeter (object not created locally) |
| 31810 |
src/com/gps/dao/ReportProcessDAO.java |
141 |
Avoid using Literals in Conditional Statements |
| 31811 |
src/com/gps/dao/ReportProcessDAO.java |
141 |
Potential violation of Law of Demeter (object not created locally) |
| 31812 |
src/com/gps/dao/ReportProcessDAO.java |
142 |
Found 'DD'-anomaly for variable 'getTripFromTimeQry' (lines '142'-'144'). |
| 31813 |
src/com/gps/dao/ReportProcessDAO.java |
142 |
Potential violation of Law of Demeter (object not created locally) |
| 31814 |
src/com/gps/dao/ReportProcessDAO.java |
143 |
Potential violation of Law of Demeter (method chain calls) |
| 31815 |
src/com/gps/dao/ReportProcessDAO.java |
143 |
Potential violation of Law of Demeter (object not created locally) |
| 31816 |
src/com/gps/dao/ReportProcessDAO.java |
145 |
Potential violation of Law of Demeter (object not created locally) |
| 31817 |
src/com/gps/dao/ReportProcessDAO.java |
147 |
Potential violation of Law of Demeter (object not created locally) |
| 31818 |
src/com/gps/dao/ReportProcessDAO.java |
148 |
Potential violation of Law of Demeter (object not created locally) |
| 31819 |
src/com/gps/dao/ReportProcessDAO.java |
149 |
Potential violation of Law of Demeter (object not created locally) |
| 31820 |
src/com/gps/dao/ReportProcessDAO.java |
150 |
Potential violation of Law of Demeter (object not created locally) |
| 31821 |
src/com/gps/dao/ReportProcessDAO.java |
151 |
Local variable 'row' could be declared final |
| 31822 |
src/com/gps/dao/ReportProcessDAO.java |
151 |
Potential violation of Law of Demeter (object not created locally) |
| 31823 |
src/com/gps/dao/ReportProcessDAO.java |
152 |
Potential violation of Law of Demeter (method chain calls) |
| 31824 |
src/com/gps/dao/ReportProcessDAO.java |
152 |
Potential violation of Law of Demeter (method chain calls) |
| 31825 |
src/com/gps/dao/ReportProcessDAO.java |
152 |
Potential violation of Law of Demeter (object not created locally) |
| 31826 |
src/com/gps/dao/ReportProcessDAO.java |
156 |
Potential violation of Law of Demeter (object not created locally) |
| 31827 |
src/com/gps/dao/ReportProcessDAO.java |
158 |
Local variable 'tripIter' could be declared final |
| 31828 |
src/com/gps/dao/ReportProcessDAO.java |
158 |
Potential violation of Law of Demeter (object not created locally) |
| 31829 |
src/com/gps/dao/ReportProcessDAO.java |
161 |
Local variable 'rows' could be declared final |
| 31830 |
src/com/gps/dao/ReportProcessDAO.java |
164 |
Avoid instantiating new objects inside loops |
| 31831 |
src/com/gps/dao/ReportProcessDAO.java |
164 |
Local variable 'obj' could be declared final |
| 31832 |
src/com/gps/dao/ReportProcessDAO.java |
164 |
Potential violation of Law of Demeter (method chain calls) |
| 31833 |
src/com/gps/dao/ReportProcessDAO.java |
164 |
Potential violation of Law of Demeter (method chain calls) |
| 31834 |
src/com/gps/dao/ReportProcessDAO.java |
164 |
Potential violation of Law of Demeter (object not created locally) |
| 31835 |
src/com/gps/dao/ReportProcessDAO.java |
165 |
Potential violation of Law of Demeter (object not created locally) |
| 31836 |
src/com/gps/dao/ReportProcessDAO.java |
168 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 31837 |
src/com/gps/dao/ReportProcessDAO.java |
169 |
There is log block not surrounded by if |
| 31838 |
src/com/gps/dao/ReportProcessDAO.java |
176 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 31839 |
src/com/gps/dao/ReportProcessDAO.java |
178 |
There is log block not surrounded by if |
| 31840 |
src/com/gps/dao/ReportRefDAO.java |
7 |
headerCommentRequirement Required |
| 31841 |
src/com/gps/dao/ReportRefDAO.java |
10 |
Parameter 'eventcode' is not assigned and could be declared final |
| 31842 |
src/com/gps/dao/ReportRefDAO.java |
10 |
publicMethodCommentRequirement Required |
| 31843 |
src/com/gps/dao/ReportRefDAO.java |
12 |
Avoid unused local variables such as 'sess'. |
| 31844 |
src/com/gps/dao/ReportRefDAO.java |
12 |
Found 'DU'-anomaly for variable 'sess' (lines '12'-'27'). |
| 31845 |
src/com/gps/dao/ReportRefDAO.java |
12 |
Local variable 'sess' could be declared final |
| 31846 |
src/com/gps/dao/ReportRefDAO.java |
13 |
Avoid unused local variables such as 'query'. |
| 31847 |
src/com/gps/dao/ReportRefDAO.java |
13 |
Found 'DU'-anomaly for variable 'query' (lines '13'-'27'). |
| 31848 |
src/com/gps/dao/ReportRefDAO.java |
13 |
Local variable 'query' could be declared final |
| 31849 |
src/com/gps/dao/ReportRefDAO.java |
14 |
Avoid unused local variables such as 'user'. |
| 31850 |
src/com/gps/dao/ReportRefDAO.java |
14 |
Found 'DU'-anomaly for variable 'user' (lines '14'-'27'). |
| 31851 |
src/com/gps/dao/ReportRefDAO.java |
14 |
Local variable 'user' could be declared final |
| 31852 |
src/com/gps/dao/ReportRefDAO.java |
16 |
Avoid empty try blocks |
| 31853 |
src/com/gps/dao/ReportRefDAO.java |
19 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 31854 |
src/com/gps/dao/ReportRefDAO.java |
20 |
Avoid printStackTrace(); use a logger call instead. |
| 31855 |
src/com/gps/dao/ReportRefDAO.java |
22 |
Avoid empty finally blocks |
| 31856 |
src/com/gps/dao/ReportSummaryDAO.java |
22 |
The class 'ReportSummaryDAO' has a Cyclomatic Complexity of 6 (Highest = 16). |
| 31857 |
src/com/gps/dao/ReportSummaryDAO.java |
22 |
headerCommentRequirement Required |
| 31858 |
src/com/gps/dao/ReportSummaryDAO.java |
24 |
The Logger variable declaration does not contain the static and final modifiers |
| 31859 |
src/com/gps/dao/ReportSummaryDAO.java |
24 |
fieldCommentRequirement Required |
| 31860 |
src/com/gps/dao/ReportSummaryDAO.java |
25 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 31861 |
src/com/gps/dao/ReportSummaryDAO.java |
25 |
Use explicit scoping instead of the default package private level |
| 31862 |
src/com/gps/dao/ReportSummaryDAO.java |
25 |
fieldCommentRequirement Required |
| 31863 |
src/com/gps/dao/ReportSummaryDAO.java |
26 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 31864 |
src/com/gps/dao/ReportSummaryDAO.java |
26 |
StringBuffers can grow quite a lot, and so may become a source of memory leak (if the owning class has a long life time). |
| 31865 |
src/com/gps/dao/ReportSummaryDAO.java |
26 |
Use explicit scoping instead of the default package private level |
| 31866 |
src/com/gps/dao/ReportSummaryDAO.java |
26 |
fieldCommentRequirement Required |
| 31867 |
src/com/gps/dao/ReportSummaryDAO.java |
27 |
Avoid using implementation types like 'HashMap'; use the interface instead |
| 31868 |
src/com/gps/dao/ReportSummaryDAO.java |
27 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 31869 |
src/com/gps/dao/ReportSummaryDAO.java |
27 |
Use explicit scoping instead of the default package private level |
| 31870 |
src/com/gps/dao/ReportSummaryDAO.java |
27 |
fieldCommentRequirement Required |
| 31871 |
src/com/gps/dao/ReportSummaryDAO.java |
28 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 31872 |
src/com/gps/dao/ReportSummaryDAO.java |
28 |
Use explicit scoping instead of the default package private level |
| 31873 |
src/com/gps/dao/ReportSummaryDAO.java |
28 |
Variables should start with a lowercase character, 'ReportSummaryList' starts with uppercase character. |
| 31874 |
src/com/gps/dao/ReportSummaryDAO.java |
28 |
fieldCommentRequirement Required |
| 31875 |
src/com/gps/dao/ReportSummaryDAO.java |
30 |
Method names should not start with capital letters |
| 31876 |
src/com/gps/dao/ReportSummaryDAO.java |
30 |
Parameter 'fromDate' is not assigned and could be declared final |
| 31877 |
src/com/gps/dao/ReportSummaryDAO.java |
30 |
Parameter 'toDate' is not assigned and could be declared final |
| 31878 |
src/com/gps/dao/ReportSummaryDAO.java |
30 |
Parameter 'vehicleId' is not assigned and could be declared final |
| 31879 |
src/com/gps/dao/ReportSummaryDAO.java |
30 |
publicMethodCommentRequirement Required |
| 31880 |
src/com/gps/dao/ReportSummaryDAO.java |
32 |
Found 'DD'-anomaly for variable 'ReportSummaryList' (lines '32'-'43'). |
| 31881 |
src/com/gps/dao/ReportSummaryDAO.java |
32 |
Variables should start with a lowercase character, 'ReportSummaryList' starts with uppercase character. |
| 31882 |
src/com/gps/dao/ReportSummaryDAO.java |
35 |
Potential violation of Law of Demeter (method chain calls) |
| 31883 |
src/com/gps/dao/ReportSummaryDAO.java |
36 |
The String literal "@yyyy-MM-dd HH:mm" appears 6 times in this file; the first occurrence is on line 36 |
| 31884 |
src/com/gps/dao/ReportSummaryDAO.java |
37 |
The String literal ";date," appears 4 times in this file; the first occurrence is on line 37 |
| 31885 |
src/com/gps/dao/ReportSummaryDAO.java |
40 |
Avoid using Literals in Conditional Statements |
| 31886 |
src/com/gps/dao/ReportSummaryDAO.java |
41 |
Potential violation of Law of Demeter (method chain calls) |
| 31887 |
src/com/gps/dao/ReportSummaryDAO.java |
46 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 31888 |
src/com/gps/dao/ReportSummaryDAO.java |
48 |
There is log block not surrounded by if |
| 31889 |
src/com/gps/dao/ReportSummaryDAO.java |
54 |
Method names should not start with capital letters |
| 31890 |
src/com/gps/dao/ReportSummaryDAO.java |
54 |
Parameter 'fromDate' is not assigned and could be declared final |
| 31891 |
src/com/gps/dao/ReportSummaryDAO.java |
54 |
Parameter 'toDate' is not assigned and could be declared final |
| 31892 |
src/com/gps/dao/ReportSummaryDAO.java |
54 |
Parameter 'vehicleId' is not assigned and could be declared final |
| 31893 |
src/com/gps/dao/ReportSummaryDAO.java |
54 |
publicMethodCommentRequirement Required |
| 31894 |
src/com/gps/dao/ReportSummaryDAO.java |
58 |
Comment is too large: Line too long |
| 31895 |
src/com/gps/dao/ReportSummaryDAO.java |
59 |
Potential violation of Law of Demeter (method chain calls) |
| 31896 |
src/com/gps/dao/ReportSummaryDAO.java |
64 |
Avoid using Literals in Conditional Statements |
| 31897 |
src/com/gps/dao/ReportSummaryDAO.java |
65 |
Potential violation of Law of Demeter (method chain calls) |
| 31898 |
src/com/gps/dao/ReportSummaryDAO.java |
70 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 31899 |
src/com/gps/dao/ReportSummaryDAO.java |
72 |
There is log block not surrounded by if |
| 31900 |
src/com/gps/dao/ReportSummaryDAO.java |
78 |
Method names should not start with capital letters |
| 31901 |
src/com/gps/dao/ReportSummaryDAO.java |
78 |
Parameter 'fromDate' is not assigned and could be declared final |
| 31902 |
src/com/gps/dao/ReportSummaryDAO.java |
78 |
Parameter 'toDate' is not assigned and could be declared final |
| 31903 |
src/com/gps/dao/ReportSummaryDAO.java |
78 |
Parameter 'vehicles' is not assigned and could be declared final |
| 31904 |
src/com/gps/dao/ReportSummaryDAO.java |
78 |
publicMethodCommentRequirement Required |
| 31905 |
src/com/gps/dao/ReportSummaryDAO.java |
82 |
Comment is too large: Line too long |
| 31906 |
src/com/gps/dao/ReportSummaryDAO.java |
83 |
Potential violation of Law of Demeter (method chain calls) |
| 31907 |
src/com/gps/dao/ReportSummaryDAO.java |
85 |
The String literal ";date#" appears 7 times in this file; the first occurrence is on line 85 |
| 31908 |
src/com/gps/dao/ReportSummaryDAO.java |
88 |
Avoid using Literals in Conditional Statements |
| 31909 |
src/com/gps/dao/ReportSummaryDAO.java |
89 |
Potential violation of Law of Demeter (method chain calls) |
| 31910 |
src/com/gps/dao/ReportSummaryDAO.java |
94 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 31911 |
src/com/gps/dao/ReportSummaryDAO.java |
96 |
There is log block not surrounded by if |
| 31912 |
src/com/gps/dao/ReportSummaryDAO.java |
101 |
Avoid using implementation types like 'Hashtable'; use the interface instead |
| 31913 |
src/com/gps/dao/ReportSummaryDAO.java |
101 |
Consider replacing this Hashtable with the newer java.util.Map |
| 31914 |
src/com/gps/dao/ReportSummaryDAO.java |
101 |
Parameter 'fromDate' is not assigned and could be declared final |
| 31915 |
src/com/gps/dao/ReportSummaryDAO.java |
101 |
Parameter 'isToday' is not assigned and could be declared final |
| 31916 |
src/com/gps/dao/ReportSummaryDAO.java |
101 |
Parameter 'query' is not assigned and could be declared final |
| 31917 |
src/com/gps/dao/ReportSummaryDAO.java |
101 |
Parameter 'session' is not assigned and could be declared final |
| 31918 |
src/com/gps/dao/ReportSummaryDAO.java |
101 |
Parameter 'toDate' is not assigned and could be declared final |
| 31919 |
src/com/gps/dao/ReportSummaryDAO.java |
101 |
Parameter 'vehicles' is not assigned and could be declared final |
| 31920 |
src/com/gps/dao/ReportSummaryDAO.java |
101 |
Rather than using a lot of String arguments, consider using a container object for those values. |
| 31921 |
src/com/gps/dao/ReportSummaryDAO.java |
101 |
The method 'getCumulativeSummary' has a Cyclomatic Complexity of 16. |
| 31922 |
src/com/gps/dao/ReportSummaryDAO.java |
101 |
publicMethodCommentRequirement Required |
| 31923 |
src/com/gps/dao/ReportSummaryDAO.java |
103 |
Consider replacing this Hashtable with the newer java.util.Map |
| 31924 |
src/com/gps/dao/ReportSummaryDAO.java |
103 |
Local variable 'hshTripDistance' could be declared final |
| 31925 |
src/com/gps/dao/ReportSummaryDAO.java |
104 |
Found 'DD'-anomaly for variable 'cumulativeQry' (lines '104'-'114'). |
| 31926 |
src/com/gps/dao/ReportSummaryDAO.java |
105 |
Found 'DD'-anomaly for variable 'paramsList' (lines '105'-'126'). |
| 31927 |
src/com/gps/dao/ReportSummaryDAO.java |
105 |
Found 'DU'-anomaly for variable 'paramsList' (lines '105'-'173'). |
| 31928 |
src/com/gps/dao/ReportSummaryDAO.java |
106 |
Found 'DD'-anomaly for variable 'result' (lines '106'-'128'). |
| 31929 |
src/com/gps/dao/ReportSummaryDAO.java |
107 |
Found 'DD'-anomaly for variable 'dateOutput' (lines '107'-'137'). |
| 31930 |
src/com/gps/dao/ReportSummaryDAO.java |
107 |
Found 'DU'-anomaly for variable 'dateOutput' (lines '107'-'173'). |
| 31931 |
src/com/gps/dao/ReportSummaryDAO.java |
108 |
Local variable 'parameters' could be declared final |
| 31932 |
src/com/gps/dao/ReportSummaryDAO.java |
109 |
Found 'DD'-anomaly for variable 'tripid' (lines '109'-'143'). |
| 31933 |
src/com/gps/dao/ReportSummaryDAO.java |
109 |
Found 'DD'-anomaly for variable 'tripid' (lines '109'-'157'). |
| 31934 |
src/com/gps/dao/ReportSummaryDAO.java |
109 |
Found 'DU'-anomaly for variable 'tripid' (lines '109'-'173'). |
| 31935 |
src/com/gps/dao/ReportSummaryDAO.java |
110 |
Found 'DU'-anomaly for variable 'formatter' (lines '110'-'173'). |
| 31936 |
src/com/gps/dao/ReportSummaryDAO.java |
110 |
Local variable 'formatter' could be declared final |
| 31937 |
src/com/gps/dao/ReportSummaryDAO.java |
110 |
When instantiating a SimpleDateFormat object, specify a Locale |
| 31938 |
src/com/gps/dao/ReportSummaryDAO.java |
111 |
Found 'DD'-anomaly for variable 'maxDateQuery' (lines '111'-'134'). |
| 31939 |
src/com/gps/dao/ReportSummaryDAO.java |
111 |
Found 'DU'-anomaly for variable 'maxDateQuery' (lines '111'-'173'). |
| 31940 |
src/com/gps/dao/ReportSummaryDAO.java |
112 |
Consider replacing this Hashtable with the newer java.util.Map |
| 31941 |
src/com/gps/dao/ReportSummaryDAO.java |
112 |
Found 'DU'-anomaly for variable 'hshMaxDate' (lines '112'-'173'). |
| 31942 |
src/com/gps/dao/ReportSummaryDAO.java |
112 |
Local variable 'hshMaxDate' could be declared final |
| 31943 |
src/com/gps/dao/ReportSummaryDAO.java |
114 |
Found 'DD'-anomaly for variable 'cumulativeQry' (lines '114'-'127'). |
| 31944 |
src/com/gps/dao/ReportSummaryDAO.java |
114 |
Found 'DU'-anomaly for variable 'cumulativeQry' (lines '114'-'173'). |
| 31945 |
src/com/gps/dao/ReportSummaryDAO.java |
114 |
Potential violation of Law of Demeter (method chain calls) |
| 31946 |
src/com/gps/dao/ReportSummaryDAO.java |
117 |
Avoid concatenating nonliterals in a StringBuffer/StringBuilder constructor or append(). |
| 31947 |
src/com/gps/dao/ReportSummaryDAO.java |
117 |
StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String. |
| 31948 |
src/com/gps/dao/ReportSummaryDAO.java |
117 |
The String literal "@yyyy-MM-dd" appears 5 times in this file; the first occurrence is on line 117 |
| 31949 |
src/com/gps/dao/ReportSummaryDAO.java |
118 |
Avoid appending characters as strings in StringBuffer.append. |
| 31950 |
src/com/gps/dao/ReportSummaryDAO.java |
118 |
Avoid concatenating nonliterals in a StringBuffer/StringBuilder constructor or append(). |
| 31951 |
src/com/gps/dao/ReportSummaryDAO.java |
120 |
Avoid concatenating nonliterals in a StringBuffer/StringBuilder constructor or append(). |
| 31952 |
src/com/gps/dao/ReportSummaryDAO.java |
120 |
StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String. |
| 31953 |
src/com/gps/dao/ReportSummaryDAO.java |
121 |
Avoid concatenating nonliterals in a StringBuffer/StringBuilder constructor or append(). |
| 31954 |
src/com/gps/dao/ReportSummaryDAO.java |
121 |
StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String. |
| 31955 |
src/com/gps/dao/ReportSummaryDAO.java |
123 |
Avoid concatenating nonliterals in a StringBuffer/StringBuilder constructor or append(). |
| 31956 |
src/com/gps/dao/ReportSummaryDAO.java |
125 |
Avoid using Literals in Conditional Statements |
| 31957 |
src/com/gps/dao/ReportSummaryDAO.java |
126 |
Potential violation of Law of Demeter (method chain calls) |
| 31958 |
src/com/gps/dao/ReportSummaryDAO.java |
132 |
Avoid concatenating nonliterals in a StringBuffer/StringBuilder constructor or append(). |
| 31959 |
src/com/gps/dao/ReportSummaryDAO.java |
132 |
StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String. |
| 31960 |
src/com/gps/dao/ReportSummaryDAO.java |
133 |
Avoid concatenating nonliterals in a StringBuffer/StringBuilder constructor or append(). |
| 31961 |
src/com/gps/dao/ReportSummaryDAO.java |
133 |
Avoid concatenating nonliterals in a StringBuffer/StringBuilder constructor or append(). |
| 31962 |
src/com/gps/dao/ReportSummaryDAO.java |
133 |
StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String. |
| 31963 |
src/com/gps/dao/ReportSummaryDAO.java |
134 |
Found 'DD'-anomaly for variable 'maxDateQuery' (lines '134'-'136'). |
| 31964 |
src/com/gps/dao/ReportSummaryDAO.java |
134 |
Potential violation of Law of Demeter (method chain calls) |
| 31965 |
src/com/gps/dao/ReportSummaryDAO.java |
135 |
Potential violation of Law of Demeter (method chain calls) |
| 31966 |
src/com/gps/dao/ReportSummaryDAO.java |
140 |
Local variable 'dateItr' could be declared final |
| 31967 |
src/com/gps/dao/ReportSummaryDAO.java |
142 |
Local variable 'columns' could be declared final |
| 31968 |
src/com/gps/dao/ReportSummaryDAO.java |
144 |
Deeply nested if..then statements are hard to read |
| 31969 |
src/com/gps/dao/ReportSummaryDAO.java |
145 |
Avoid using if statements without curly braces |
| 31970 |
src/com/gps/dao/ReportSummaryDAO.java |
145 |
These nested if statements could be combined |
| 31971 |
src/com/gps/dao/ReportSummaryDAO.java |
146 |
Potential violation of Law of Demeter (method chain calls) |
| 31972 |
src/com/gps/dao/ReportSummaryDAO.java |
152 |
Found 'DD'-anomaly for variable 'dateDist' (lines '152'-'160'). |
| 31973 |
src/com/gps/dao/ReportSummaryDAO.java |
152 |
Found 'DU'-anomaly for variable 'dateDist' (lines '152'-'173'). |
| 31974 |
src/com/gps/dao/ReportSummaryDAO.java |
154 |
Local variable 'resultItr' could be declared final |
| 31975 |
src/com/gps/dao/ReportSummaryDAO.java |
156 |
Local variable 'columns' could be declared final |
| 31976 |
src/com/gps/dao/ReportSummaryDAO.java |
160 |
Avoid instantiating new objects inside loops |
| 31977 |
src/com/gps/dao/ReportSummaryDAO.java |
161 |
Avoid using if statements without curly braces |
| 31978 |
src/com/gps/dao/ReportSummaryDAO.java |
163 |
Potential violation of Law of Demeter (method chain calls) |
| 31979 |
src/com/gps/dao/ReportSummaryDAO.java |
169 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 31980 |
src/com/gps/dao/ReportSummaryDAO.java |
170 |
Avoid printStackTrace(); use a logger call instead. |
| 31981 |
src/com/gps/dao/RfHistoryDAO.java |
20 |
headerCommentRequirement Required |
| 31982 |
src/com/gps/dao/RfHistoryDAO.java |
22 |
The Logger variable declaration does not contain the static and final modifiers |
| 31983 |
src/com/gps/dao/RfHistoryDAO.java |
22 |
fieldCommentRequirement Required |
| 31984 |
src/com/gps/dao/RfHistoryDAO.java |
25 |
Avoid using implementation types like 'ArrayList'; use the interface instead |
| 31985 |
src/com/gps/dao/RfHistoryDAO.java |
25 |
Avoid variables with short names like to |
| 31986 |
src/com/gps/dao/RfHistoryDAO.java |
25 |
Parameter 'from' is not assigned and could be declared final |
| 31987 |
src/com/gps/dao/RfHistoryDAO.java |
25 |
Parameter 'maxId' is not assigned and could be declared final |
| 31988 |
src/com/gps/dao/RfHistoryDAO.java |
25 |
Parameter 'to' is not assigned and could be declared final |
| 31989 |
src/com/gps/dao/RfHistoryDAO.java |
25 |
Parameter 'tripid' is not assigned and could be declared final |
| 31990 |
src/com/gps/dao/RfHistoryDAO.java |
25 |
publicMethodCommentRequirement Required |
| 31991 |
src/com/gps/dao/RfHistoryDAO.java |
27 |
Found 'DD'-anomaly for variable 'rfUserHistory' (lines '27'-'35'). |
| 31992 |
src/com/gps/dao/RfHistoryDAO.java |
27 |
Found 'DD'-anomaly for variable 'rfUserHistory' (lines '27'-'43'). |
| 31993 |
src/com/gps/dao/RfHistoryDAO.java |
35 |
Potential violation of Law of Demeter (method chain calls) |
| 31994 |
src/com/gps/dao/RfHistoryDAO.java |
35 |
Potential violation of Law of Demeter (object not created locally) |
| 31995 |
src/com/gps/dao/RfHistoryDAO.java |
43 |
Potential violation of Law of Demeter (method chain calls) |
| 31996 |
src/com/gps/dao/RfHistoryDAO.java |
43 |
Potential violation of Law of Demeter (object not created locally) |
| 31997 |
src/com/gps/dao/RfHistoryDAO.java |
53 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 31998 |
src/com/gps/dao/RfHistoryDAO.java |
55 |
Avoid printStackTrace(); use a logger call instead. |
| 31999 |
src/com/gps/dao/RfHistoryDAO.java |
55 |
Potential violation of Law of Demeter (object not created locally) |
| 32000 |
src/com/gps/dao/RfHistoryDAO.java |
61 |
Avoid reassigning parameters such as 'grade' |
| 32001 |
src/com/gps/dao/RfHistoryDAO.java |
61 |
Avoid variables with short names like to |
| 32002 |
src/com/gps/dao/RfHistoryDAO.java |
61 |
Parameter 'from' is not assigned and could be declared final |
| 32003 |
src/com/gps/dao/RfHistoryDAO.java |
61 |
Parameter 'name' is not assigned and could be declared final |
| 32004 |
src/com/gps/dao/RfHistoryDAO.java |
61 |
Parameter 'to' is not assigned and could be declared final |
| 32005 |
src/com/gps/dao/RfHistoryDAO.java |
61 |
Parameter 'tripId' is not assigned and could be declared final |
| 32006 |
src/com/gps/dao/RfHistoryDAO.java |
61 |
Rather than using a lot of String arguments, consider using a container object for those values. |
| 32007 |
src/com/gps/dao/RfHistoryDAO.java |
61 |
publicMethodCommentRequirement Required |
| 32008 |
src/com/gps/dao/RfHistoryDAO.java |
62 |
Found 'DD'-anomaly for variable 'info' (lines '62'-'99'). |
| 32009 |
src/com/gps/dao/RfHistoryDAO.java |
64 |
Found 'DD'-anomaly for variable 'parameters' (lines '64'-'90'). |
| 32010 |
src/com/gps/dao/RfHistoryDAO.java |
64 |
Found 'DU'-anomaly for variable 'parameters' (lines '64'-'108'). |
| 32011 |
src/com/gps/dao/RfHistoryDAO.java |
65 |
Found 'DD'-anomaly for variable 'paramsList' (lines '65'-'97'). |
| 32012 |
src/com/gps/dao/RfHistoryDAO.java |
65 |
Found 'DU'-anomaly for variable 'paramsList' (lines '65'-'108'). |
| 32013 |
src/com/gps/dao/RfHistoryDAO.java |
67 |
Avoid unused local variables such as 'trip_Id'. |
| 32014 |
src/com/gps/dao/RfHistoryDAO.java |
67 |
Found 'DD'-anomaly for variable 'trip_Id' (lines '67'-'77'). |
| 32015 |
src/com/gps/dao/RfHistoryDAO.java |
67 |
Found 'DU'-anomaly for variable 'trip_Id' (lines '67'-'108'). |
| 32016 |
src/com/gps/dao/RfHistoryDAO.java |
67 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'trip_Id' is not final. |
| 32017 |
src/com/gps/dao/RfHistoryDAO.java |
68 |
Found 'DD'-anomaly for variable 'usrFirstName' (lines '68'-'80'). |
| 32018 |
src/com/gps/dao/RfHistoryDAO.java |
68 |
Found 'DU'-anomaly for variable 'usrFirstName' (lines '68'-'108'). |
| 32019 |
src/com/gps/dao/RfHistoryDAO.java |
69 |
Found 'DD'-anomaly for variable 'usrLastName' (lines '69'-'81'). |
| 32020 |
src/com/gps/dao/RfHistoryDAO.java |
69 |
Found 'DU'-anomaly for variable 'usrLastName' (lines '69'-'108'). |
| 32021 |
src/com/gps/dao/RfHistoryDAO.java |
74 |
Avoid empty if statements |
| 32022 |
src/com/gps/dao/RfHistoryDAO.java |
77 |
Found 'DU'-anomaly for variable 'trip_Id' (lines '77'-'108'). |
| 32023 |
src/com/gps/dao/RfHistoryDAO.java |
80 |
Found 'DU'-anomaly for variable 'usrFirstName' (lines '80'-'108'). |
| 32024 |
src/com/gps/dao/RfHistoryDAO.java |
80 |
Potential violation of Law of Demeter (method chain calls) |
| 32025 |
src/com/gps/dao/RfHistoryDAO.java |
81 |
Found 'DU'-anomaly for variable 'usrLastName' (lines '81'-'108'). |
| 32026 |
src/com/gps/dao/RfHistoryDAO.java |
81 |
Potential violation of Law of Demeter (method chain calls) |
| 32027 |
src/com/gps/dao/RfHistoryDAO.java |
86 |
Found 'DU'-anomaly for variable 'session' (lines '86'-'108'). |
| 32028 |
src/com/gps/dao/RfHistoryDAO.java |
89 |
Found 'DD'-anomaly for variable 'qry' (lines '89'-'98'). |
| 32029 |
src/com/gps/dao/RfHistoryDAO.java |
89 |
Found 'DU'-anomaly for variable 'qry' (lines '89'-'108'). |
| 32030 |
src/com/gps/dao/RfHistoryDAO.java |
89 |
Potential violation of Law of Demeter (object not created locally) |
| 32031 |
src/com/gps/dao/RfHistoryDAO.java |
90 |
Potential violation of Law of Demeter (object not created locally) |
| 32032 |
src/com/gps/dao/RfHistoryDAO.java |
96 |
Avoid using Literals in Conditional Statements |
| 32033 |
src/com/gps/dao/RfHistoryDAO.java |
96 |
Potential violation of Law of Demeter (object not created locally) |
| 32034 |
src/com/gps/dao/RfHistoryDAO.java |
97 |
Potential violation of Law of Demeter (method chain calls) |
| 32035 |
src/com/gps/dao/RfHistoryDAO.java |
97 |
Potential violation of Law of Demeter (object not created locally) |
| 32036 |
src/com/gps/dao/RfHistoryDAO.java |
99 |
Potential violation of Law of Demeter (object not created locally) |
| 32037 |
src/com/gps/dao/RfHistoryDAO.java |
103 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 32038 |
src/com/gps/dao/RfHistoryDAO.java |
105 |
Avoid printStackTrace(); use a logger call instead. |
| 32039 |
src/com/gps/dao/RfHistoryDAO.java |
105 |
Potential violation of Law of Demeter (object not created locally) |
| 32040 |
src/com/gps/dao/RfHistoryDAO.java |
110 |
Avoid using implementation types like 'ArrayList'; use the interface instead |
| 32041 |
src/com/gps/dao/RfHistoryDAO.java |
110 |
Avoid variables with short names like to |
| 32042 |
src/com/gps/dao/RfHistoryDAO.java |
110 |
Parameter 'from' is not assigned and could be declared final |
| 32043 |
src/com/gps/dao/RfHistoryDAO.java |
110 |
Parameter 'grade' is not assigned and could be declared final |
| 32044 |
src/com/gps/dao/RfHistoryDAO.java |
110 |
Parameter 'session' is not assigned and could be declared final |
| 32045 |
src/com/gps/dao/RfHistoryDAO.java |
110 |
Parameter 'to' is not assigned and could be declared final |
| 32046 |
src/com/gps/dao/RfHistoryDAO.java |
110 |
Parameter 'tripid' is not assigned and could be declared final |
| 32047 |
src/com/gps/dao/RfHistoryDAO.java |
110 |
Rather than using a lot of String arguments, consider using a container object for those values. |
| 32048 |
src/com/gps/dao/RfHistoryDAO.java |
110 |
publicMethodCommentRequirement Required |
| 32049 |
src/com/gps/dao/RfHistoryDAO.java |
112 |
Found 'DD'-anomaly for variable 'rfUserHistory' (lines '112'-'118'). |
| 32050 |
src/com/gps/dao/RfHistoryDAO.java |
116 |
Found 'DU'-anomaly for variable 'sess' (lines '116'-'139'). |
| 32051 |
src/com/gps/dao/RfHistoryDAO.java |
117 |
Avoid using if statements without curly braces |
| 32052 |
src/com/gps/dao/RfHistoryDAO.java |
118 |
Potential violation of Law of Demeter (method chain calls) |
| 32053 |
src/com/gps/dao/RfHistoryDAO.java |
118 |
Potential violation of Law of Demeter (object not created locally) |
| 32054 |
src/com/gps/dao/RfHistoryDAO.java |
133 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 32055 |
src/com/gps/dao/RfHistoryDAO.java |
135 |
Avoid printStackTrace(); use a logger call instead. |
| 32056 |
src/com/gps/dao/RfHistoryDAO.java |
135 |
Potential violation of Law of Demeter (object not created locally) |
| 32057 |
src/com/gps/dao/RfHistoryDAO.java |
136 |
There is log block not surrounded by if |
| 32058 |
src/com/gps/dao/RfHistoryDAO.java |
142 |
Avoid variables with short names like to |
| 32059 |
src/com/gps/dao/RfHistoryDAO.java |
142 |
Parameter 'fences' is not assigned and could be declared final |
| 32060 |
src/com/gps/dao/RfHistoryDAO.java |
142 |
Parameter 'from' is not assigned and could be declared final |
| 32061 |
src/com/gps/dao/RfHistoryDAO.java |
142 |
Parameter 'students' is not assigned and could be declared final |
| 32062 |
src/com/gps/dao/RfHistoryDAO.java |
142 |
Parameter 'to' is not assigned and could be declared final |
| 32063 |
src/com/gps/dao/RfHistoryDAO.java |
142 |
Parameter 'tripId' is not assigned and could be declared final |
| 32064 |
src/com/gps/dao/RfHistoryDAO.java |
142 |
Rather than using a lot of String arguments, consider using a container object for those values. |
| 32065 |
src/com/gps/dao/RfHistoryDAO.java |
142 |
publicMethodCommentRequirement Required |
| 32066 |
src/com/gps/dao/RfHistoryDAO.java |
144 |
Found 'DD'-anomaly for variable 'userActualList' (lines '144'-'158'). |
| 32067 |
src/com/gps/dao/RfHistoryDAO.java |
144 |
Found 'DD'-anomaly for variable 'userActualList' (lines '144'-'171'). |
| 32068 |
src/com/gps/dao/RfHistoryDAO.java |
145 |
Found 'DD'-anomaly for variable 'users' (lines '145'-'153'). |
| 32069 |
src/com/gps/dao/RfHistoryDAO.java |
145 |
Found 'DD'-anomaly for variable 'users' (lines '145'-'155'). |
| 32070 |
src/com/gps/dao/RfHistoryDAO.java |
146 |
Found 'DU'-anomaly for variable 'fenceDAO' (lines '146'-'189'). |
| 32071 |
src/com/gps/dao/RfHistoryDAO.java |
146 |
Local variable 'fenceDAO' could be declared final |
| 32072 |
src/com/gps/dao/RfHistoryDAO.java |
153 |
Avoid using if...else statements without curly braces |
| 32073 |
src/com/gps/dao/RfHistoryDAO.java |
153 |
Potential violation of Law of Demeter (object not created locally) |
| 32074 |
src/com/gps/dao/RfHistoryDAO.java |
155 |
Avoid using if...else statements without curly braces |
| 32075 |
src/com/gps/dao/RfHistoryDAO.java |
157 |
Avoid if (x != y) ..; else ..; |
| 32076 |
src/com/gps/dao/RfHistoryDAO.java |
157 |
Use equals() to compare strings instead of '==' or '!=' |
| 32077 |
src/com/gps/dao/RfHistoryDAO.java |
158 |
Potential violation of Law of Demeter (method chain calls) |
| 32078 |
src/com/gps/dao/RfHistoryDAO.java |
158 |
Potential violation of Law of Demeter (method chain calls) |
| 32079 |
src/com/gps/dao/RfHistoryDAO.java |
158 |
Potential violation of Law of Demeter (method chain calls) |
| 32080 |
src/com/gps/dao/RfHistoryDAO.java |
158 |
Potential violation of Law of Demeter (object not created locally) |
| 32081 |
src/com/gps/dao/RfHistoryDAO.java |
165 |
Potential violation of Law of Demeter (method chain calls) |
| 32082 |
src/com/gps/dao/RfHistoryDAO.java |
167 |
Potential violation of Law of Demeter (method chain calls) |
| 32083 |
src/com/gps/dao/RfHistoryDAO.java |
171 |
Potential violation of Law of Demeter (method chain calls) |
| 32084 |
src/com/gps/dao/RfHistoryDAO.java |
171 |
Potential violation of Law of Demeter (method chain calls) |
| 32085 |
src/com/gps/dao/RfHistoryDAO.java |
171 |
Potential violation of Law of Demeter (method chain calls) |
| 32086 |
src/com/gps/dao/RfHistoryDAO.java |
171 |
Potential violation of Law of Demeter (object not created locally) |
| 32087 |
src/com/gps/dao/RfHistoryDAO.java |
176 |
Potential violation of Law of Demeter (method chain calls) |
| 32088 |
src/com/gps/dao/RfHistoryDAO.java |
178 |
Potential violation of Law of Demeter (method chain calls) |
| 32089 |
src/com/gps/dao/RfHistoryDAO.java |
184 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 32090 |
src/com/gps/dao/RfHistoryDAO.java |
186 |
Avoid printStackTrace(); use a logger call instead. |
| 32091 |
src/com/gps/dao/RfHistoryDAO.java |
186 |
Potential violation of Law of Demeter (object not created locally) |
| 32092 |
src/com/gps/dao/RfHistoryDAO.java |
191 |
Avoid variables with short names like to |
| 32093 |
src/com/gps/dao/RfHistoryDAO.java |
191 |
Parameter 'from' is not assigned and could be declared final |
| 32094 |
src/com/gps/dao/RfHistoryDAO.java |
191 |
Parameter 'grade' is not assigned and could be declared final |
| 32095 |
src/com/gps/dao/RfHistoryDAO.java |
191 |
Parameter 'to' is not assigned and could be declared final |
| 32096 |
src/com/gps/dao/RfHistoryDAO.java |
191 |
Parameter 'tripId' is not assigned and could be declared final |
| 32097 |
src/com/gps/dao/RfHistoryDAO.java |
191 |
Parameter 'users' is not assigned and could be declared final |
| 32098 |
src/com/gps/dao/RfHistoryDAO.java |
191 |
Rather than using a lot of String arguments, consider using a container object for those values. |
| 32099 |
src/com/gps/dao/RfHistoryDAO.java |
191 |
publicMethodCommentRequirement Required |
| 32100 |
src/com/gps/dao/RfHistoryDAO.java |
193 |
Found 'DD'-anomaly for variable 'userActualList' (lines '193'-'198'). |
| 32101 |
src/com/gps/dao/RfHistoryDAO.java |
198 |
Potential violation of Law of Demeter (method chain calls) |
| 32102 |
src/com/gps/dao/RfHistoryDAO.java |
198 |
Potential violation of Law of Demeter (method chain calls) |
| 32103 |
src/com/gps/dao/RfHistoryDAO.java |
198 |
Potential violation of Law of Demeter (method chain calls) |
| 32104 |
src/com/gps/dao/RfHistoryDAO.java |
198 |
Potential violation of Law of Demeter (object not created locally) |
| 32105 |
src/com/gps/dao/RfHistoryDAO.java |
210 |
Potential violation of Law of Demeter (method chain calls) |
| 32106 |
src/com/gps/dao/RfHistoryDAO.java |
213 |
Potential violation of Law of Demeter (method chain calls) |
| 32107 |
src/com/gps/dao/RfHistoryDAO.java |
219 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 32108 |
src/com/gps/dao/RfHistoryDAO.java |
221 |
Avoid printStackTrace(); use a logger call instead. |
| 32109 |
src/com/gps/dao/RfHistoryDAO.java |
221 |
Potential violation of Law of Demeter (object not created locally) |
| 32110 |
src/com/gps/dao/RfHistoryDAO.java |
228 |
Parameter 'orgId' is not assigned and could be declared final |
| 32111 |
src/com/gps/dao/RfHistoryDAO.java |
228 |
publicMethodCommentRequirement Required |
| 32112 |
src/com/gps/dao/RfHistoryDAO.java |
230 |
Local variable 'currentDate' could be declared final |
| 32113 |
src/com/gps/dao/RfHistoryDAO.java |
230 |
Potential violation of Law of Demeter (method chain calls) |
| 32114 |
src/com/gps/dao/RfHistoryDAO.java |
231 |
Found 'DD'-anomaly for variable 'maxHistoryIDqry' (lines '231'-'236'). |
| 32115 |
src/com/gps/dao/RfHistoryDAO.java |
232 |
Found 'DD'-anomaly for variable 'historyIdList' (lines '232'-'237'). |
| 32116 |
src/com/gps/dao/RfHistoryDAO.java |
233 |
Found 'DD'-anomaly for variable 'maxId' (lines '233'-'239'). |
| 32117 |
src/com/gps/dao/RfHistoryDAO.java |
237 |
Potential violation of Law of Demeter (method chain calls) |
| 32118 |
src/com/gps/dao/RfHistoryDAO.java |
237 |
Potential violation of Law of Demeter (method chain calls) |
| 32119 |
src/com/gps/dao/RfHistoryDAO.java |
237 |
Potential violation of Law of Demeter (method chain calls) |
| 32120 |
src/com/gps/dao/RfHistoryDAO.java |
237 |
Potential violation of Law of Demeter (object not created locally) |
| 32121 |
src/com/gps/dao/RfHistoryDAO.java |
238 |
Potential violation of Law of Demeter (object not created locally) |
| 32122 |
src/com/gps/dao/RfHistoryDAO.java |
238 |
Potential violation of Law of Demeter (object not created locally) |
| 32123 |
src/com/gps/dao/RfHistoryDAO.java |
239 |
Potential violation of Law of Demeter (object not created locally) |
| 32124 |
src/com/gps/dao/RfHistoryDAO.java |
242 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 32125 |
src/com/gps/dao/RfHistoryDAO.java |
243 |
There is log block not surrounded by if |
| 32126 |
src/com/gps/dao/RoleProcessDAO.java |
8 |
headerCommentRequirement Required |
| 32127 |
src/com/gps/dao/RoleProcessDAO.java |
13 |
Parameter 'rolesList' is not assigned and could be declared final |
| 32128 |
src/com/gps/dao/RoleProcessDAO.java |
13 |
publicMethodCommentRequirement Required |
| 32129 |
src/com/gps/dao/RoleProcessDAO.java |
16 |
Comment is too large: Line too long |
| 32130 |
src/com/gps/dao/RoleProcessDAO.java |
20 |
Found 'DD'-anomaly for variable 'role' (lines '20'-'23'). |
| 32131 |
src/com/gps/dao/RoleProcessDAO.java |
21 |
Use opposite operator instead of the logic complement operator. |
| 32132 |
src/com/gps/dao/RoleProcessDAO.java |
23 |
Potential violation of Law of Demeter (method chain calls) |
| 32133 |
src/com/gps/dao/RoleProcessDAO.java |
30 |
Found 'UR'-anomaly for variable 'role' (lines '30'-'36'). |
| 32134 |
src/com/gps/dao/RoleProcessDAO.java |
30 |
Parameter 'roleList' is not assigned and could be declared final |
| 32135 |
src/com/gps/dao/RoleProcessDAO.java |
30 |
publicMethodCommentRequirement Required |
| 32136 |
src/com/gps/dao/RoleProcessDAO.java |
32 |
Found 'DD'-anomaly for variable 'isUser' (lines '32'-'38'). |
| 32137 |
src/com/gps/dao/RoleProcessDAO.java |
32 |
Found 'DD'-anomaly for variable 'isUser' (lines '32'-'42'). |
| 32138 |
src/com/gps/dao/RoleProcessDAO.java |
34 |
Local variable 'role' could be declared final |
| 32139 |
src/com/gps/dao/RoleProcessDAO.java |
36 |
Potential violation of Law of Demeter (method chain calls) |
| 32140 |
src/com/gps/dao/RoleProcessDAO.java |
36 |
Potential violation of Law of Demeter (object not created locally) |
| 32141 |
src/com/gps/dao/RoleProcessDAO.java |
42 |
Avoid using if...else statements without curly braces |
| 32142 |
src/com/gps/dao/RoleProcessDAO.java |
42 |
Found 'DD'-anomaly for variable 'isUser' (lines '42'-'38'). |
| 32143 |
src/com/gps/dao/RoleProcessDAO.java |
42 |
Found 'DD'-anomaly for variable 'isUser' (lines '42'-'42'). |
| 32144 |
src/com/gps/dao/RoleProcessDAO.java |
48 |
Found 'UR'-anomaly for variable 'role' (lines '48'-'55'). |
| 32145 |
src/com/gps/dao/RoleProcessDAO.java |
48 |
Parameter 'roles' is not assigned and could be declared final |
| 32146 |
src/com/gps/dao/RoleProcessDAO.java |
48 |
publicMethodCommentRequirement Required |
| 32147 |
src/com/gps/dao/RoleProcessDAO.java |
51 |
Found 'DD'-anomaly for variable 'isUser' (lines '51'-'57'). |
| 32148 |
src/com/gps/dao/RoleProcessDAO.java |
51 |
Found 'DD'-anomaly for variable 'isUser' (lines '51'-'61'). |
| 32149 |
src/com/gps/dao/RoleProcessDAO.java |
53 |
Local variable 'role' could be declared final |
| 32150 |
src/com/gps/dao/RoleProcessDAO.java |
55 |
Potential violation of Law of Demeter (method chain calls) |
| 32151 |
src/com/gps/dao/RoleProcessDAO.java |
55 |
Potential violation of Law of Demeter (object not created locally) |
| 32152 |
src/com/gps/dao/RoleProcessDAO.java |
61 |
Avoid using if...else statements without curly braces |
| 32153 |
src/com/gps/dao/RoleProcessDAO.java |
61 |
Found 'DD'-anomaly for variable 'isUser' (lines '61'-'57'). |
| 32154 |
src/com/gps/dao/RoleProcessDAO.java |
61 |
Found 'DD'-anomaly for variable 'isUser' (lines '61'-'61'). |
| 32155 |
src/com/gps/dao/SettingsDAO.java |
13 |
headerCommentRequirement Required |
| 32156 |
src/com/gps/dao/SettingsDAO.java |
16 |
Avoid unused private fields such as 'log'. |
| 32157 |
src/com/gps/dao/SettingsDAO.java |
16 |
Logger should be defined private static final and have the correct class |
| 32158 |
src/com/gps/dao/SettingsDAO.java |
16 |
Variables that are final and static should be all capitals, 'log' is not all capitals. |
| 32159 |
src/com/gps/dao/SettingsDAO.java |
16 |
fieldCommentRequirement Required |
| 32160 |
src/com/gps/dao/SettingsDAO.java |
18 |
Parameter 'organizationId' is not assigned and could be declared final |
| 32161 |
src/com/gps/dao/SettingsDAO.java |
18 |
Parameter 'vehicleid' is not assigned and could be declared final |
| 32162 |
src/com/gps/dao/SettingsDAO.java |
18 |
publicMethodCommentRequirement Required |
| 32163 |
src/com/gps/dao/SettingsDAO.java |
19 |
Parameter 'speed' is not assigned and could be declared final |
| 32164 |
src/com/gps/dao/SettingsDAO.java |
19 |
Parameter 'userId' is not assigned and could be declared final |
| 32165 |
src/com/gps/dao/SettingsDAO.java |
21 |
Found 'DD'-anomaly for variable 'speedParams' (lines '21'-'29'). |
| 32166 |
src/com/gps/dao/SettingsDAO.java |
22 |
Found 'DD'-anomaly for variable 'isPresent' (lines '22'-'33'). |
| 32167 |
src/com/gps/dao/SettingsDAO.java |
23 |
Local variable 'sdao' could be declared final |
| 32168 |
src/com/gps/dao/SettingsDAO.java |
24 |
Found 'DD'-anomaly for variable 'sess' (lines '24'-'45'). |
| 32169 |
src/com/gps/dao/SettingsDAO.java |
25 |
Avoid variables with short names like tx |
| 32170 |
src/com/gps/dao/SettingsDAO.java |
25 |
Found 'DD'-anomaly for variable 'tx' (lines '25'-'46'). |
| 32171 |
src/com/gps/dao/SettingsDAO.java |
26 |
Found 'DD'-anomaly for variable 'status' (lines '26'-'52'). |
| 32172 |
src/com/gps/dao/SettingsDAO.java |
37 |
Potential violation of Law of Demeter (object not created locally) |
| 32173 |
src/com/gps/dao/SettingsDAO.java |
38 |
Potential violation of Law of Demeter (object not created locally) |
| 32174 |
src/com/gps/dao/SettingsDAO.java |
39 |
Potential violation of Law of Demeter (object not created locally) |
| 32175 |
src/com/gps/dao/SettingsDAO.java |
45 |
Potential violation of Law of Demeter (object not created locally) |
| 32176 |
src/com/gps/dao/SettingsDAO.java |
46 |
Potential violation of Law of Demeter (object not created locally) |
| 32177 |
src/com/gps/dao/SettingsDAO.java |
47 |
Potential violation of Law of Demeter (object not created locally) |
| 32178 |
src/com/gps/dao/SettingsDAO.java |
48 |
Potential violation of Law of Demeter (object not created locally) |
| 32179 |
src/com/gps/dao/SettingsDAO.java |
49 |
Potential violation of Law of Demeter (object not created locally) |
| 32180 |
src/com/gps/dao/SettingsDAO.java |
50 |
Potential violation of Law of Demeter (object not created locally) |
| 32181 |
src/com/gps/dao/SettingsDAO.java |
54 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 32182 |
src/com/gps/dao/SettingsDAO.java |
56 |
Avoid printStackTrace(); use a logger call instead. |
| 32183 |
src/com/gps/dao/SettingsDAO.java |
56 |
Potential violation of Law of Demeter (object not created locally) |
| 32184 |
src/com/gps/dao/SettingsDAO.java |
63 |
Parameter 'organizationId' is not assigned and could be declared final |
| 32185 |
src/com/gps/dao/SettingsDAO.java |
63 |
Parameter 'vehicleid' is not assigned and could be declared final |
| 32186 |
src/com/gps/dao/SettingsDAO.java |
63 |
publicMethodCommentRequirement Required |
| 32187 |
src/com/gps/dao/SettingsDAO.java |
65 |
Found 'DD'-anomaly for variable 'speedParams' (lines '65'-'67'). |
| 32188 |
src/com/gps/dao/SettingsDAO.java |
67 |
Potential violation of Law of Demeter (method chain calls) |
| 32189 |
src/com/gps/dao/SettingsDAO.java |
67 |
Potential violation of Law of Demeter (method chain calls) |
| 32190 |
src/com/gps/dao/SettingsDAO.java |
71 |
Avoid using Literals in Conditional Statements |
| 32191 |
src/com/gps/dao/SettingsDAO.java |
71 |
Avoid using if statements without curly braces |
| 32192 |
src/com/gps/dao/SettingsDAO.java |
71 |
Potential violation of Law of Demeter (object not created locally) |
| 32193 |
src/com/gps/dao/SettingsDAO.java |
71 |
Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty() |
| 32194 |
src/com/gps/dao/SettingsDAO.java |
71 |
These nested if statements could be combined |
| 32195 |
src/com/gps/dao/SettingsDAO.java |
72 |
A method should have only one exit point, and that should be the last statement in the method |
| 32196 |
src/com/gps/dao/SettingsDAO.java |
72 |
Potential violation of Law of Demeter (object not created locally) |
| 32197 |
src/com/gps/dao/SettingsDAO.java |
75 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 32198 |
src/com/gps/dao/SettingsDAO.java |
77 |
Avoid printStackTrace(); use a logger call instead. |
| 32199 |
src/com/gps/dao/SettingsDAO.java |
77 |
Potential violation of Law of Demeter (object not created locally) |
| 32200 |
src/com/gps/dao/SettingsDAO.java |
82 |
Parameter 'args' is not assigned and could be declared final |
| 32201 |
src/com/gps/dao/SettingsDAO.java |
82 |
publicMethodCommentRequirement Required |
| 32202 |
src/com/gps/dao/SettingsDAO.java |
83 |
Local variable 'sdao' could be declared final |
| 32203 |
src/com/gps/dao/TripProcessDAO.java |
2 |
A high number of imports can indicate a high degree of coupling within an object. |
| 32204 |
src/com/gps/dao/TripProcessDAO.java |
2 |
Possible God class (WMC=465, ATFD=485, TCC=0.0) |
| 32205 |
src/com/gps/dao/TripProcessDAO.java |
2 |
This class has a bunch of public methods and attributes |
| 32206 |
src/com/gps/dao/TripProcessDAO.java |
74 |
Avoid really long classes. |
| 32207 |
src/com/gps/dao/TripProcessDAO.java |
74 |
The class 'TripProcessDAO' has a Cyclomatic Complexity of 8 (Highest = 66). |
| 32208 |
src/com/gps/dao/TripProcessDAO.java |
74 |
The type has an NCSS line count of 1958 |
| 32209 |
src/com/gps/dao/TripProcessDAO.java |
74 |
headerCommentRequirement Required |
| 32210 |
src/com/gps/dao/TripProcessDAO.java |
75 |
This class has too many methods, consider refactoring it. |
| 32211 |
src/com/gps/dao/TripProcessDAO.java |
80 |
The Logger variable declaration does not contain the static and final modifiers |
| 32212 |
src/com/gps/dao/TripProcessDAO.java |
80 |
Use explicit scoping instead of the default package private level |
| 32213 |
src/com/gps/dao/TripProcessDAO.java |
82 |
The String literal "unked" appears 5 times in this file; the first occurrence is on line 82 |
| 32214 |
src/com/gps/dao/TripProcessDAO.java |
83 |
Parameter 'tripId' is not assigned and could be declared final |
| 32215 |
src/com/gps/dao/TripProcessDAO.java |
83 |
publicMethodCommentRequirement Required |
| 32216 |
src/com/gps/dao/TripProcessDAO.java |
84 |
Found 'DD'-anomaly for variable 'sess' (lines '84'-'89'). |
| 32217 |
src/com/gps/dao/TripProcessDAO.java |
85 |
Avoid variables with short names like td |
| 32218 |
src/com/gps/dao/TripProcessDAO.java |
85 |
Local variable 'td' could be declared final |
| 32219 |
src/com/gps/dao/TripProcessDAO.java |
86 |
Found 'DD'-anomaly for variable 'tripDetails' (lines '86'-'90'). |
| 32220 |
src/com/gps/dao/TripProcessDAO.java |
89 |
Potential violation of Law of Demeter (object not created locally) |
| 32221 |
src/com/gps/dao/TripProcessDAO.java |
90 |
Potential violation of Law of Demeter (method chain calls) |
| 32222 |
src/com/gps/dao/TripProcessDAO.java |
90 |
Potential violation of Law of Demeter (method chain calls) |
| 32223 |
src/com/gps/dao/TripProcessDAO.java |
90 |
Potential violation of Law of Demeter (object not created locally) |
| 32224 |
src/com/gps/dao/TripProcessDAO.java |
90 |
The String literal "select new com.gps.dto.TripByVehicleDTO(td.tripid, td.tripName, td.tripDesc," appears 7 times in this file; the first occurrence is on line 90 |
| 32225 |
src/com/gps/dao/TripProcessDAO.java |
91 |
The String literal "td.startdate,td.startTime, td.returndate, td.returnTime,td.sourceLocation," appears 7 times in this file; the first occurrence is on line 91 |
| 32226 |
src/com/gps/dao/TripProcessDAO.java |
92 |
The String literal "td.destination, tp.tripParamid, tp.lattitude," appears 7 times in this file; the first occurrence is on line 92 |
| 32227 |
src/com/gps/dao/TripProcessDAO.java |
93 |
The String literal "tp.longitude,tp.speed,tp.heading,tp.altitude," appears 7 times in this file; the first occurrence is on line 93 |
| 32228 |
src/com/gps/dao/TripProcessDAO.java |
94 |
The String literal "tp.fuelContent," appears 7 times in this file; the first occurrence is on line 94 |
| 32229 |
src/com/gps/dao/TripProcessDAO.java |
95 |
The String literal "tp.creationTime,tp.batteryStatus,tp.reportRef.eventCode) " appears 6 times in this file; the first occurrence is on line 95 |
| 32230 |
src/com/gps/dao/TripProcessDAO.java |
96 |
The String literal "tripId" appears 7 times in this file; the first occurrence is on line 96 |
| 32231 |
src/com/gps/dao/TripProcessDAO.java |
99 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 32232 |
src/com/gps/dao/TripProcessDAO.java |
101 |
The String literal "Exception:" appears 37 times in this file; the first occurrence is on line 101 |
| 32233 |
src/com/gps/dao/TripProcessDAO.java |
101 |
There is log block not surrounded by if |
| 32234 |
src/com/gps/dao/TripProcessDAO.java |
103 |
Avoid empty finally blocks |
| 32235 |
src/com/gps/dao/TripProcessDAO.java |
116 |
Parameter 'current' is not assigned and could be declared final |
| 32236 |
src/com/gps/dao/TripProcessDAO.java |
116 |
Parameter 'tripId' is not assigned and could be declared final |
| 32237 |
src/com/gps/dao/TripProcessDAO.java |
116 |
The method 'tripValuesajax' has a Cyclomatic Complexity of 12. |
| 32238 |
src/com/gps/dao/TripProcessDAO.java |
118 |
Local variable 'tripDetails' could be declared final |
| 32239 |
src/com/gps/dao/TripProcessDAO.java |
120 |
Found 'DD'-anomaly for variable 'sess' (lines '120'-'135'). |
| 32240 |
src/com/gps/dao/TripProcessDAO.java |
121 |
Found 'DD'-anomaly for variable 'trip' (lines '121'-'137'). |
| 32241 |
src/com/gps/dao/TripProcessDAO.java |
122 |
Found 'DD'-anomaly for variable 'tripDao' (lines '122'-'136'). |
| 32242 |
src/com/gps/dao/TripProcessDAO.java |
123 |
Found 'DD'-anomaly for variable 'dynamicQuery' (lines '123'-'141'). |
| 32243 |
src/com/gps/dao/TripProcessDAO.java |
124 |
Found 'DD'-anomaly for variable 'currentDate' (lines '124'-'139'). |
| 32244 |
src/com/gps/dao/TripProcessDAO.java |
125 |
Found 'DD'-anomaly for variable 'dateString' (lines '125'-'140'). |
| 32245 |
src/com/gps/dao/TripProcessDAO.java |
127 |
Found 'DD'-anomaly for variable 'paramQuery' (lines '127'-'142'). |
| 32246 |
src/com/gps/dao/TripProcessDAO.java |
128 |
Found 'DD'-anomaly for variable 'tripDTO' (lines '128'-'161'). |
| 32247 |
src/com/gps/dao/TripProcessDAO.java |
128 |
Found 'DU'-anomaly for variable 'tripDTO' (lines '128'-'177'). |
| 32248 |
src/com/gps/dao/TripProcessDAO.java |
129 |
Found 'DD'-anomaly for variable 'query' (lines '129'-'146'). |
| 32249 |
src/com/gps/dao/TripProcessDAO.java |
129 |
Found 'DD'-anomaly for variable 'query' (lines '129'-'152'). |
| 32250 |
src/com/gps/dao/TripProcessDAO.java |
130 |
Found 'DD'-anomaly for variable 'paramList' (lines '130'-'156'). |
| 32251 |
src/com/gps/dao/TripProcessDAO.java |
134 |
Potential violation of Law of Demeter (method chain calls) |
| 32252 |
src/com/gps/dao/TripProcessDAO.java |
138 |
The String literal "yyyy-MM-dd HH:mm:ss" appears 5 times in this file; the first occurrence is on line 138 |
| 32253 |
src/com/gps/dao/TripProcessDAO.java |
138 |
When instantiating a SimpleDateFormat object, specify a Locale |
| 32254 |
src/com/gps/dao/TripProcessDAO.java |
141 |
Potential violation of Law of Demeter (method chain calls) |
| 32255 |
src/com/gps/dao/TripProcessDAO.java |
141 |
Potential violation of Law of Demeter (method chain calls) |
| 32256 |
src/com/gps/dao/TripProcessDAO.java |
142 |
Found 'DU'-anomaly for variable 'paramQuery' (lines '142'-'177'). |
| 32257 |
src/com/gps/dao/TripProcessDAO.java |
143 |
Avoid if (x != y) ..; else ..; |
| 32258 |
src/com/gps/dao/TripProcessDAO.java |
143 |
Use equals() to compare strings instead of '==' or '!=' |
| 32259 |
src/com/gps/dao/TripProcessDAO.java |
147 |
Avoid using if statements without curly braces |
| 32260 |
src/com/gps/dao/TripProcessDAO.java |
147 |
Use equals() to compare strings instead of '==' or '!=' |
| 32261 |
src/com/gps/dao/TripProcessDAO.java |
149 |
Avoid using if statements without curly braces |
| 32262 |
src/com/gps/dao/TripProcessDAO.java |
149 |
Use equals() to compare strings instead of '==' or '!=' |
| 32263 |
src/com/gps/dao/TripProcessDAO.java |
156 |
Found 'DU'-anomaly for variable 'paramList' (lines '156'-'177'). |
| 32264 |
src/com/gps/dao/TripProcessDAO.java |
158 |
Local variable 'paramIter' could be declared final |
| 32265 |
src/com/gps/dao/TripProcessDAO.java |
160 |
Local variable 'rows' could be declared final |
| 32266 |
src/com/gps/dao/TripProcessDAO.java |
161 |
Avoid instantiating new objects inside loops |
| 32267 |
src/com/gps/dao/TripProcessDAO.java |
167 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 32268 |
src/com/gps/dao/TripProcessDAO.java |
169 |
There is log block not surrounded by if |
| 32269 |
src/com/gps/dao/TripProcessDAO.java |
171 |
Avoid empty finally blocks |
| 32270 |
src/com/gps/dao/TripProcessDAO.java |
185 |
Parameter 'date' is not assigned and could be declared final |
| 32271 |
src/com/gps/dao/TripProcessDAO.java |
185 |
Parameter 'tripId' is not assigned and could be declared final |
| 32272 |
src/com/gps/dao/TripProcessDAO.java |
186 |
Found 'DD'-anomaly for variable 'sess' (lines '186'-'190'). |
| 32273 |
src/com/gps/dao/TripProcessDAO.java |
187 |
Avoid variables with short names like td |
| 32274 |
src/com/gps/dao/TripProcessDAO.java |
187 |
Local variable 'td' could be declared final |
| 32275 |
src/com/gps/dao/TripProcessDAO.java |
188 |
Found 'DD'-anomaly for variable 'tripDetails' (lines '188'-'192'). |
| 32276 |
src/com/gps/dao/TripProcessDAO.java |
190 |
Potential violation of Law of Demeter (object not created locally) |
| 32277 |
src/com/gps/dao/TripProcessDAO.java |
191 |
Potential violation of Law of Demeter (object not created locally) |
| 32278 |
src/com/gps/dao/TripProcessDAO.java |
192 |
Potential violation of Law of Demeter (method chain calls) |
| 32279 |
src/com/gps/dao/TripProcessDAO.java |
192 |
Potential violation of Law of Demeter (method chain calls) |
| 32280 |
src/com/gps/dao/TripProcessDAO.java |
192 |
Potential violation of Law of Demeter (method chain calls) |
| 32281 |
src/com/gps/dao/TripProcessDAO.java |
192 |
Potential violation of Law of Demeter (object not created locally) |
| 32282 |
src/com/gps/dao/TripProcessDAO.java |
201 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 32283 |
src/com/gps/dao/TripProcessDAO.java |
202 |
There is log block not surrounded by if |
| 32284 |
src/com/gps/dao/TripProcessDAO.java |
204 |
Avoid empty finally blocks |
| 32285 |
src/com/gps/dao/TripProcessDAO.java |
215 |
Parameter 'vehicleId' is not assigned and could be declared final |
| 32286 |
src/com/gps/dao/TripProcessDAO.java |
216 |
Found 'DD'-anomaly for variable 'sess' (lines '216'-'220'). |
| 32287 |
src/com/gps/dao/TripProcessDAO.java |
217 |
Avoid variables with short names like td |
| 32288 |
src/com/gps/dao/TripProcessDAO.java |
217 |
Local variable 'td' could be declared final |
| 32289 |
src/com/gps/dao/TripProcessDAO.java |
218 |
Found 'DD'-anomaly for variable 'triplist' (lines '218'-'222'). |
| 32290 |
src/com/gps/dao/TripProcessDAO.java |
220 |
Potential violation of Law of Demeter (object not created locally) |
| 32291 |
src/com/gps/dao/TripProcessDAO.java |
221 |
Potential violation of Law of Demeter (object not created locally) |
| 32292 |
src/com/gps/dao/TripProcessDAO.java |
222 |
Potential violation of Law of Demeter (method chain calls) |
| 32293 |
src/com/gps/dao/TripProcessDAO.java |
222 |
Potential violation of Law of Demeter (method chain calls) |
| 32294 |
src/com/gps/dao/TripProcessDAO.java |
222 |
Potential violation of Law of Demeter (object not created locally) |
| 32295 |
src/com/gps/dao/TripProcessDAO.java |
229 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 32296 |
src/com/gps/dao/TripProcessDAO.java |
230 |
There is log block not surrounded by if |
| 32297 |
src/com/gps/dao/TripProcessDAO.java |
232 |
Avoid empty finally blocks |
| 32298 |
src/com/gps/dao/TripProcessDAO.java |
239 |
Parameter 'userId' is not assigned and could be declared final |
| 32299 |
src/com/gps/dao/TripProcessDAO.java |
239 |
publicMethodCommentRequirement Required |
| 32300 |
src/com/gps/dao/TripProcessDAO.java |
241 |
Found 'DD'-anomaly for variable 'sess' (lines '241'-'246'). |
| 32301 |
src/com/gps/dao/TripProcessDAO.java |
242 |
Avoid variables with short names like td |
| 32302 |
src/com/gps/dao/TripProcessDAO.java |
242 |
Local variable 'td' could be declared final |
| 32303 |
src/com/gps/dao/TripProcessDAO.java |
243 |
Found 'DD'-anomaly for variable 'triplist' (lines '243'-'247'). |
| 32304 |
src/com/gps/dao/TripProcessDAO.java |
246 |
Potential violation of Law of Demeter (object not created locally) |
| 32305 |
src/com/gps/dao/TripProcessDAO.java |
247 |
Potential violation of Law of Demeter (method chain calls) |
| 32306 |
src/com/gps/dao/TripProcessDAO.java |
247 |
Potential violation of Law of Demeter (method chain calls) |
| 32307 |
src/com/gps/dao/TripProcessDAO.java |
247 |
Potential violation of Law of Demeter (object not created locally) |
| 32308 |
src/com/gps/dao/TripProcessDAO.java |
251 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 32309 |
src/com/gps/dao/TripProcessDAO.java |
252 |
There is log block not surrounded by if |
| 32310 |
src/com/gps/dao/TripProcessDAO.java |
254 |
Avoid empty finally blocks |
| 32311 |
src/com/gps/dao/TripProcessDAO.java |
266 |
Parameter 'tripId' is not assigned and could be declared final |
| 32312 |
src/com/gps/dao/TripProcessDAO.java |
269 |
Found 'DD'-anomaly for variable 'tripByVehicleDTO' (lines '269'-'294'). |
| 32313 |
src/com/gps/dao/TripProcessDAO.java |
271 |
Found 'DD'-anomaly for variable 'tparam' (lines '271'-'293'). |
| 32314 |
src/com/gps/dao/TripProcessDAO.java |
271 |
Found 'DU'-anomaly for variable 'tparam' (lines '271'-'306'). |
| 32315 |
src/com/gps/dao/TripProcessDAO.java |
272 |
Found 'DD'-anomaly for variable 'tripParamId' (lines '272'-'280'). |
| 32316 |
src/com/gps/dao/TripProcessDAO.java |
273 |
Found 'DD'-anomaly for variable 'filter' (lines '273'-'282'). |
| 32317 |
src/com/gps/dao/TripProcessDAO.java |
278 |
Potential violation of Law of Demeter (method chain calls) |
| 32318 |
src/com/gps/dao/TripProcessDAO.java |
280 |
Potential violation of Law of Demeter (method chain calls) |
| 32319 |
src/com/gps/dao/TripProcessDAO.java |
280 |
Potential violation of Law of Demeter (method chain calls) |
| 32320 |
src/com/gps/dao/TripProcessDAO.java |
281 |
Avoid using Literals in Conditional Statements |
| 32321 |
src/com/gps/dao/TripProcessDAO.java |
284 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 32322 |
src/com/gps/dao/TripProcessDAO.java |
285 |
There is log block not surrounded by if |
| 32323 |
src/com/gps/dao/TripProcessDAO.java |
288 |
Do not add empty strings |
| 32324 |
src/com/gps/dao/TripProcessDAO.java |
288 |
Potential violation of Law of Demeter (method chain calls) |
| 32325 |
src/com/gps/dao/TripProcessDAO.java |
288 |
Potential violation of Law of Demeter (method chain calls) |
| 32326 |
src/com/gps/dao/TripProcessDAO.java |
290 |
Avoid using Literals in Conditional Statements |
| 32327 |
src/com/gps/dao/TripProcessDAO.java |
293 |
Potential violation of Law of Demeter (method chain calls) |
| 32328 |
src/com/gps/dao/TripProcessDAO.java |
294 |
Potential violation of Law of Demeter (method chain calls) |
| 32329 |
src/com/gps/dao/TripProcessDAO.java |
294 |
Potential violation of Law of Demeter (method chain calls) |
| 32330 |
src/com/gps/dao/TripProcessDAO.java |
294 |
Potential violation of Law of Demeter (method chain calls) |
| 32331 |
src/com/gps/dao/TripProcessDAO.java |
294 |
Potential violation of Law of Demeter (method chain calls) |
| 32332 |
src/com/gps/dao/TripProcessDAO.java |
299 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 32333 |
src/com/gps/dao/TripProcessDAO.java |
299 |
Avoid empty catch blocks |
| 32334 |
src/com/gps/dao/TripProcessDAO.java |
301 |
Avoid empty finally blocks |
| 32335 |
src/com/gps/dao/TripProcessDAO.java |
309 |
Parameter 'tripid' is not assigned and could be declared final |
| 32336 |
src/com/gps/dao/TripProcessDAO.java |
309 |
publicMethodCommentRequirement Required |
| 32337 |
src/com/gps/dao/TripProcessDAO.java |
312 |
Found 'DD'-anomaly for variable 'tripp' (lines '312'-'317'). |
| 32338 |
src/com/gps/dao/TripProcessDAO.java |
316 |
Potential violation of Law of Demeter (method chain calls) |
| 32339 |
src/com/gps/dao/TripProcessDAO.java |
316 |
Potential violation of Law of Demeter (method chain calls) |
| 32340 |
src/com/gps/dao/TripProcessDAO.java |
317 |
Potential violation of Law of Demeter (object not created locally) |
| 32341 |
src/com/gps/dao/TripProcessDAO.java |
319 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 32342 |
src/com/gps/dao/TripProcessDAO.java |
321 |
There is log block not surrounded by if |
| 32343 |
src/com/gps/dao/TripProcessDAO.java |
332 |
Parameter 'tripid' is not assigned and could be declared final |
| 32344 |
src/com/gps/dao/TripProcessDAO.java |
334 |
Found 'DD'-anomaly for variable 'sess' (lines '334'-'342'). |
| 32345 |
src/com/gps/dao/TripProcessDAO.java |
335 |
Local variable 'ftd' could be declared final |
| 32346 |
src/com/gps/dao/TripProcessDAO.java |
336 |
Found 'DD'-anomaly for variable 'ftriplist' (lines '336'-'343'). |
| 32347 |
src/com/gps/dao/TripProcessDAO.java |
337 |
Avoid declaring a variable if it is unreferenced before a possible exit point. |
| 32348 |
src/com/gps/dao/TripProcessDAO.java |
337 |
Avoid unused local variables such as 'ft'. |
| 32349 |
src/com/gps/dao/TripProcessDAO.java |
337 |
Avoid variables with short names like ft |
| 32350 |
src/com/gps/dao/TripProcessDAO.java |
337 |
Found 'DU'-anomaly for variable 'ft' (lines '337'-'357'). |
| 32351 |
src/com/gps/dao/TripProcessDAO.java |
337 |
Local variable 'ft' could be declared final |
| 32352 |
src/com/gps/dao/TripProcessDAO.java |
338 |
Avoid declaring a variable if it is unreferenced before a possible exit point. |
| 32353 |
src/com/gps/dao/TripProcessDAO.java |
338 |
Avoid unused local variables such as 'fitr'. |
| 32354 |
src/com/gps/dao/TripProcessDAO.java |
338 |
Local variable 'fitr' could be declared final |
| 32355 |
src/com/gps/dao/TripProcessDAO.java |
342 |
Potential violation of Law of Demeter (object not created locally) |
| 32356 |
src/com/gps/dao/TripProcessDAO.java |
343 |
Potential violation of Law of Demeter (method chain calls) |
| 32357 |
src/com/gps/dao/TripProcessDAO.java |
343 |
Potential violation of Law of Demeter (method chain calls) |
| 32358 |
src/com/gps/dao/TripProcessDAO.java |
343 |
Potential violation of Law of Demeter (object not created locally) |
| 32359 |
src/com/gps/dao/TripProcessDAO.java |
348 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 32360 |
src/com/gps/dao/TripProcessDAO.java |
350 |
There is log block not surrounded by if |
| 32361 |
src/com/gps/dao/TripProcessDAO.java |
353 |
Potential violation of Law of Demeter (object not created locally) |
| 32362 |
src/com/gps/dao/TripProcessDAO.java |
364 |
Parameter 'tripId' is not assigned and could be declared final |
| 32363 |
src/com/gps/dao/TripProcessDAO.java |
366 |
Found 'DD'-anomaly for variable 'sess' (lines '366'-'373'). |
| 32364 |
src/com/gps/dao/TripProcessDAO.java |
367 |
Avoid variables with short names like td |
| 32365 |
src/com/gps/dao/TripProcessDAO.java |
367 |
Local variable 'td' could be declared final |
| 32366 |
src/com/gps/dao/TripProcessDAO.java |
368 |
Found 'DD'-anomaly for variable 'query' (lines '368'-'374'). |
| 32367 |
src/com/gps/dao/TripProcessDAO.java |
369 |
Found 'DD'-anomaly for variable 'creationDate' (lines '369'-'375'). |
| 32368 |
src/com/gps/dao/TripProcessDAO.java |
370 |
Avoid declaring a variable if it is unreferenced before a possible exit point. |
| 32369 |
src/com/gps/dao/TripProcessDAO.java |
370 |
Avoid unused local variables such as 'max'. |
| 32370 |
src/com/gps/dao/TripProcessDAO.java |
370 |
Found 'DU'-anomaly for variable 'max' (lines '370'-'384'). |
| 32371 |
src/com/gps/dao/TripProcessDAO.java |
370 |
Local variable 'max' could be declared final |
| 32372 |
src/com/gps/dao/TripProcessDAO.java |
373 |
Potential violation of Law of Demeter (object not created locally) |
| 32373 |
src/com/gps/dao/TripProcessDAO.java |
374 |
Potential violation of Law of Demeter (object not created locally) |
| 32374 |
src/com/gps/dao/TripProcessDAO.java |
375 |
Potential violation of Law of Demeter (object not created locally) |
| 32375 |
src/com/gps/dao/TripProcessDAO.java |
377 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 32376 |
src/com/gps/dao/TripProcessDAO.java |
378 |
There is log block not surrounded by if |
| 32377 |
src/com/gps/dao/TripProcessDAO.java |
380 |
Avoid empty finally blocks |
| 32378 |
src/com/gps/dao/TripProcessDAO.java |
390 |
Parameter 'vehicleId' is not assigned and could be declared final |
| 32379 |
src/com/gps/dao/TripProcessDAO.java |
391 |
Found 'DD'-anomaly for variable 'sess' (lines '391'-'398'). |
| 32380 |
src/com/gps/dao/TripProcessDAO.java |
392 |
Avoid variables with short names like td |
| 32381 |
src/com/gps/dao/TripProcessDAO.java |
392 |
Local variable 'td' could be declared final |
| 32382 |
src/com/gps/dao/TripProcessDAO.java |
393 |
Found 'DD'-anomaly for variable 'query' (lines '393'-'399'). |
| 32383 |
src/com/gps/dao/TripProcessDAO.java |
394 |
Avoid declaring a variable if it is unreferenced before a possible exit point. |
| 32384 |
src/com/gps/dao/TripProcessDAO.java |
394 |
Avoid unused local variables such as 'creationDate'. |
| 32385 |
src/com/gps/dao/TripProcessDAO.java |
394 |
Found 'DU'-anomaly for variable 'creationDate' (lines '394'-'411'). |
| 32386 |
src/com/gps/dao/TripProcessDAO.java |
394 |
Local variable 'creationDate' could be declared final |
| 32387 |
src/com/gps/dao/TripProcessDAO.java |
395 |
Avoid declaring a variable if it is unreferenced before a possible exit point. |
| 32388 |
src/com/gps/dao/TripProcessDAO.java |
395 |
Avoid unused local variables such as 'max'. |
| 32389 |
src/com/gps/dao/TripProcessDAO.java |
395 |
Found 'DU'-anomaly for variable 'max' (lines '395'-'411'). |
| 32390 |
src/com/gps/dao/TripProcessDAO.java |
395 |
Local variable 'max' could be declared final |
| 32391 |
src/com/gps/dao/TripProcessDAO.java |
396 |
Found 'DD'-anomaly for variable 'tripId' (lines '396'-'401'). |
| 32392 |
src/com/gps/dao/TripProcessDAO.java |
398 |
Potential violation of Law of Demeter (object not created locally) |
| 32393 |
src/com/gps/dao/TripProcessDAO.java |
399 |
Potential violation of Law of Demeter (object not created locally) |
| 32394 |
src/com/gps/dao/TripProcessDAO.java |
400 |
Potential violation of Law of Demeter (object not created locally) |
| 32395 |
src/com/gps/dao/TripProcessDAO.java |
401 |
Potential violation of Law of Demeter (object not created locally) |
| 32396 |
src/com/gps/dao/TripProcessDAO.java |
403 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 32397 |
src/com/gps/dao/TripProcessDAO.java |
404 |
There is log block not surrounded by if |
| 32398 |
src/com/gps/dao/TripProcessDAO.java |
406 |
Avoid empty finally blocks |
| 32399 |
src/com/gps/dao/TripProcessDAO.java |
424 |
Method names should not contain underscores |
| 32400 |
src/com/gps/dao/TripProcessDAO.java |
424 |
Parameter 'end' is not assigned and could be declared final |
| 32401 |
src/com/gps/dao/TripProcessDAO.java |
424 |
Parameter 'start' is not assigned and could be declared final |
| 32402 |
src/com/gps/dao/TripProcessDAO.java |
424 |
Parameter 'tripId' is not assigned and could be declared final |
| 32403 |
src/com/gps/dao/TripProcessDAO.java |
425 |
Found 'DD'-anomaly for variable 'sess' (lines '425'-'433'). |
| 32404 |
src/com/gps/dao/TripProcessDAO.java |
426 |
Avoid variables with short names like td |
| 32405 |
src/com/gps/dao/TripProcessDAO.java |
426 |
Local variable 'td' could be declared final |
| 32406 |
src/com/gps/dao/TripProcessDAO.java |
427 |
Found 'DD'-anomaly for variable 'paramsList' (lines '427'-'440'). |
| 32407 |
src/com/gps/dao/TripProcessDAO.java |
427 |
Found 'DU'-anomaly for variable 'paramsList' (lines '427'-'494'). |
| 32408 |
src/com/gps/dao/TripProcessDAO.java |
428 |
Found 'DD'-anomaly for variable 'vehicleId' (lines '428'-'436'). |
| 32409 |
src/com/gps/dao/TripProcessDAO.java |
429 |
Found 'DD'-anomaly for variable 'date_tripDetails' (lines '429'-'447'). |
| 32410 |
src/com/gps/dao/TripProcessDAO.java |
429 |
Found 'DD'-anomaly for variable 'date_tripDetails' (lines '429'-'457'). |
| 32411 |
src/com/gps/dao/TripProcessDAO.java |
429 |
Found 'DD'-anomaly for variable 'date_tripDetails' (lines '429'-'471'). |
| 32412 |
src/com/gps/dao/TripProcessDAO.java |
429 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'date_tripDetails' is not final. |
| 32413 |
src/com/gps/dao/TripProcessDAO.java |
433 |
Potential violation of Law of Demeter (object not created locally) |
| 32414 |
src/com/gps/dao/TripProcessDAO.java |
434 |
Potential violation of Law of Demeter (object not created locally) |
| 32415 |
src/com/gps/dao/TripProcessDAO.java |
436 |
Potential violation of Law of Demeter (method chain calls) |
| 32416 |
src/com/gps/dao/TripProcessDAO.java |
436 |
Potential violation of Law of Demeter (object not created locally) |
| 32417 |
src/com/gps/dao/TripProcessDAO.java |
439 |
Local variable 'qry' could be declared final |
| 32418 |
src/com/gps/dao/TripProcessDAO.java |
439 |
Potential violation of Law of Demeter (method chain calls) |
| 32419 |
src/com/gps/dao/TripProcessDAO.java |
439 |
Potential violation of Law of Demeter (method chain calls) |
| 32420 |
src/com/gps/dao/TripProcessDAO.java |
439 |
Potential violation of Law of Demeter (method chain calls) |
| 32421 |
src/com/gps/dao/TripProcessDAO.java |
439 |
Potential violation of Law of Demeter (method chain calls) |
| 32422 |
src/com/gps/dao/TripProcessDAO.java |
439 |
Potential violation of Law of Demeter (object not created locally) |
| 32423 |
src/com/gps/dao/TripProcessDAO.java |
440 |
Potential violation of Law of Demeter (object not created locally) |
| 32424 |
src/com/gps/dao/TripProcessDAO.java |
441 |
Avoid using Literals in Conditional Statements |
| 32425 |
src/com/gps/dao/TripProcessDAO.java |
441 |
Potential violation of Law of Demeter (object not created locally) |
| 32426 |
src/com/gps/dao/TripProcessDAO.java |
441 |
Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty() |
| 32427 |
src/com/gps/dao/TripProcessDAO.java |
443 |
Local variable 'paramslst' could be declared final |
| 32428 |
src/com/gps/dao/TripProcessDAO.java |
443 |
Potential violation of Law of Demeter (method chain calls) |
| 32429 |
src/com/gps/dao/TripProcessDAO.java |
443 |
Potential violation of Law of Demeter (method chain calls) |
| 32430 |
src/com/gps/dao/TripProcessDAO.java |
443 |
Potential violation of Law of Demeter (method chain calls) |
| 32431 |
src/com/gps/dao/TripProcessDAO.java |
443 |
Potential violation of Law of Demeter (method chain calls) |
| 32432 |
src/com/gps/dao/TripProcessDAO.java |
443 |
Potential violation of Law of Demeter (object not created locally) |
| 32433 |
src/com/gps/dao/TripProcessDAO.java |
444 |
Potential violation of Law of Demeter (object not created locally) |
| 32434 |
src/com/gps/dao/TripProcessDAO.java |
446 |
Avoid using Literals in Conditional Statements |
| 32435 |
src/com/gps/dao/TripProcessDAO.java |
446 |
Potential violation of Law of Demeter (object not created locally) |
| 32436 |
src/com/gps/dao/TripProcessDAO.java |
446 |
Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty() |
| 32437 |
src/com/gps/dao/TripProcessDAO.java |
447 |
Potential violation of Law of Demeter (method chain calls) |
| 32438 |
src/com/gps/dao/TripProcessDAO.java |
447 |
Potential violation of Law of Demeter (method chain calls) |
| 32439 |
src/com/gps/dao/TripProcessDAO.java |
447 |
Potential violation of Law of Demeter (method chain calls) |
| 32440 |
src/com/gps/dao/TripProcessDAO.java |
447 |
Potential violation of Law of Demeter (method chain calls) |
| 32441 |
src/com/gps/dao/TripProcessDAO.java |
447 |
Potential violation of Law of Demeter (method chain calls) |
| 32442 |
src/com/gps/dao/TripProcessDAO.java |
447 |
Potential violation of Law of Demeter (object not created locally) |
| 32443 |
src/com/gps/dao/TripProcessDAO.java |
455 |
Potential violation of Law of Demeter (method chain calls) |
| 32444 |
src/com/gps/dao/TripProcessDAO.java |
455 |
Potential violation of Law of Demeter (method chain calls) |
| 32445 |
src/com/gps/dao/TripProcessDAO.java |
455 |
Potential violation of Law of Demeter (method chain calls) |
| 32446 |
src/com/gps/dao/TripProcessDAO.java |
455 |
Potential violation of Law of Demeter (object not created locally) |
| 32447 |
src/com/gps/dao/TripProcessDAO.java |
457 |
Potential violation of Law of Demeter (method chain calls) |
| 32448 |
src/com/gps/dao/TripProcessDAO.java |
457 |
Potential violation of Law of Demeter (method chain calls) |
| 32449 |
src/com/gps/dao/TripProcessDAO.java |
457 |
Potential violation of Law of Demeter (method chain calls) |
| 32450 |
src/com/gps/dao/TripProcessDAO.java |
457 |
Potential violation of Law of Demeter (method chain calls) |
| 32451 |
src/com/gps/dao/TripProcessDAO.java |
457 |
Potential violation of Law of Demeter (object not created locally) |
| 32452 |
src/com/gps/dao/TripProcessDAO.java |
465 |
Potential violation of Law of Demeter (method chain calls) |
| 32453 |
src/com/gps/dao/TripProcessDAO.java |
465 |
Potential violation of Law of Demeter (method chain calls) |
| 32454 |
src/com/gps/dao/TripProcessDAO.java |
471 |
Potential violation of Law of Demeter (method chain calls) |
| 32455 |
src/com/gps/dao/TripProcessDAO.java |
471 |
Potential violation of Law of Demeter (method chain calls) |
| 32456 |
src/com/gps/dao/TripProcessDAO.java |
471 |
Potential violation of Law of Demeter (method chain calls) |
| 32457 |
src/com/gps/dao/TripProcessDAO.java |
471 |
Potential violation of Law of Demeter (method chain calls) |
| 32458 |
src/com/gps/dao/TripProcessDAO.java |
471 |
Potential violation of Law of Demeter (method chain calls) |
| 32459 |
src/com/gps/dao/TripProcessDAO.java |
471 |
Potential violation of Law of Demeter (method chain calls) |
| 32460 |
src/com/gps/dao/TripProcessDAO.java |
471 |
Potential violation of Law of Demeter (object not created locally) |
| 32461 |
src/com/gps/dao/TripProcessDAO.java |
479 |
Potential violation of Law of Demeter (method chain calls) |
| 32462 |
src/com/gps/dao/TripProcessDAO.java |
479 |
Potential violation of Law of Demeter (method chain calls) |
| 32463 |
src/com/gps/dao/TripProcessDAO.java |
479 |
Potential violation of Law of Demeter (object not created locally) |
| 32464 |
src/com/gps/dao/TripProcessDAO.java |
479 |
Potential violation of Law of Demeter (object not created locally) |
| 32465 |
src/com/gps/dao/TripProcessDAO.java |
484 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 32466 |
src/com/gps/dao/TripProcessDAO.java |
487 |
There is log block not surrounded by if |
| 32467 |
src/com/gps/dao/TripProcessDAO.java |
489 |
Avoid empty finally blocks |
| 32468 |
src/com/gps/dao/TripProcessDAO.java |
503 |
Method names should not contain underscores |
| 32469 |
src/com/gps/dao/TripProcessDAO.java |
503 |
Parameter 'current' is not assigned and could be declared final |
| 32470 |
src/com/gps/dao/TripProcessDAO.java |
503 |
Parameter 'end' is not assigned and could be declared final |
| 32471 |
src/com/gps/dao/TripProcessDAO.java |
503 |
Parameter 'start' is not assigned and could be declared final |
| 32472 |
src/com/gps/dao/TripProcessDAO.java |
503 |
Parameter 'tripId' is not assigned and could be declared final |
| 32473 |
src/com/gps/dao/TripProcessDAO.java |
505 |
Found 'DD'-anomaly for variable 'date_tripDetails' (lines '505'-'517'). |
| 32474 |
src/com/gps/dao/TripProcessDAO.java |
505 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'date_tripDetails' is not final. |
| 32475 |
src/com/gps/dao/TripProcessDAO.java |
507 |
Potential violation of Law of Demeter (method chain calls) |
| 32476 |
src/com/gps/dao/TripProcessDAO.java |
508 |
Local variable 'query' could be declared final |
| 32477 |
src/com/gps/dao/TripProcessDAO.java |
508 |
Potential violation of Law of Demeter (method chain calls) |
| 32478 |
src/com/gps/dao/TripProcessDAO.java |
508 |
Potential violation of Law of Demeter (method chain calls) |
| 32479 |
src/com/gps/dao/TripProcessDAO.java |
508 |
Potential violation of Law of Demeter (method chain calls) |
| 32480 |
src/com/gps/dao/TripProcessDAO.java |
508 |
Potential violation of Law of Demeter (method chain calls) |
| 32481 |
src/com/gps/dao/TripProcessDAO.java |
508 |
Potential violation of Law of Demeter (method chain calls) |
| 32482 |
src/com/gps/dao/TripProcessDAO.java |
516 |
Potential violation of Law of Demeter (object not created locally) |
| 32483 |
src/com/gps/dao/TripProcessDAO.java |
517 |
Potential violation of Law of Demeter (object not created locally) |
| 32484 |
src/com/gps/dao/TripProcessDAO.java |
519 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 32485 |
src/com/gps/dao/TripProcessDAO.java |
521 |
There is log block not surrounded by if |
| 32486 |
src/com/gps/dao/TripProcessDAO.java |
528 |
Avoid really long methods. |
| 32487 |
src/com/gps/dao/TripProcessDAO.java |
528 |
Parameter 'data' is not assigned and could be declared final |
| 32488 |
src/com/gps/dao/TripProcessDAO.java |
528 |
Parameter 'place' is not assigned and could be declared final |
| 32489 |
src/com/gps/dao/TripProcessDAO.java |
528 |
Parameter 'trip' is not assigned and could be declared final |
| 32490 |
src/com/gps/dao/TripProcessDAO.java |
528 |
The method 'saveTrip' has a Cyclomatic Complexity of 25. |
| 32491 |
src/com/gps/dao/TripProcessDAO.java |
528 |
The method saveTrip() has an NCSS line count of 114 |
| 32492 |
src/com/gps/dao/TripProcessDAO.java |
528 |
The method saveTrip() has an NPath complexity of 1239 |
| 32493 |
src/com/gps/dao/TripProcessDAO.java |
531 |
Found 'DD'-anomaly for variable 'sess' (lines '531'-'634'). |
| 32494 |
src/com/gps/dao/TripProcessDAO.java |
532 |
Found 'DU'-anomaly for variable 'count' (lines '532'-'736'). |
| 32495 |
src/com/gps/dao/TripProcessDAO.java |
533 |
Avoid variables with short names like tx |
| 32496 |
src/com/gps/dao/TripProcessDAO.java |
533 |
Found 'DD'-anomaly for variable 'tx' (lines '533'-'635'). |
| 32497 |
src/com/gps/dao/TripProcessDAO.java |
534 |
Local variable 'geoset' could be declared final |
| 32498 |
src/com/gps/dao/TripProcessDAO.java |
535 |
Found 'DD'-anomaly for variable 'geofenceName' (lines '535'-'664'). |
| 32499 |
src/com/gps/dao/TripProcessDAO.java |
535 |
Found 'DU'-anomaly for variable 'geofenceName' (lines '535'-'736'). |
| 32500 |
src/com/gps/dao/TripProcessDAO.java |
536 |
Found 'DD'-anomaly for variable 'startTime' (lines '536'-'545'). |
| 32501 |
src/com/gps/dao/TripProcessDAO.java |
536 |
Found 'DD'-anomaly for variable 'startTime' (lines '536'-'549'). |
| 32502 |
src/com/gps/dao/TripProcessDAO.java |
536 |
Found 'DD'-anomaly for variable 'startTime' (lines '536'-'553'). |
| 32503 |
src/com/gps/dao/TripProcessDAO.java |
537 |
Found 'DD'-anomaly for variable 'row' (lines '537'-'658'). |
| 32504 |
src/com/gps/dao/TripProcessDAO.java |
537 |
Found 'DU'-anomaly for variable 'row' (lines '537'-'736'). |
| 32505 |
src/com/gps/dao/TripProcessDAO.java |
538 |
Found 'DD'-anomaly for variable 'row1' (lines '538'-'650'). |
| 32506 |
src/com/gps/dao/TripProcessDAO.java |
538 |
Found 'DU'-anomaly for variable 'row1' (lines '538'-'736'). |
| 32507 |
src/com/gps/dao/TripProcessDAO.java |
539 |
Found 'DU'-anomaly for variable 'fencingDao' (lines '539'-'736'). |
| 32508 |
src/com/gps/dao/TripProcessDAO.java |
539 |
Local variable 'fencingDao' could be declared final |
| 32509 |
src/com/gps/dao/TripProcessDAO.java |
540 |
Found 'DU'-anomaly for variable 'fencdao' (lines '540'-'736'). |
| 32510 |
src/com/gps/dao/TripProcessDAO.java |
540 |
Local variable 'fencdao' could be declared final |
| 32511 |
src/com/gps/dao/TripProcessDAO.java |
543 |
Avoid if (x != y) ..; else ..; |
| 32512 |
src/com/gps/dao/TripProcessDAO.java |
557 |
Avoid declaring a variable if it is unreferenced before a possible exit point. |
| 32513 |
src/com/gps/dao/TripProcessDAO.java |
557 |
Avoid unused local variables such as 'monHours'. |
| 32514 |
src/com/gps/dao/TripProcessDAO.java |
557 |
Local variable 'monHours' could be declared final |
| 32515 |
src/com/gps/dao/TripProcessDAO.java |
558 |
Avoid declaring a variable if it is unreferenced before a possible exit point. |
| 32516 |
src/com/gps/dao/TripProcessDAO.java |
558 |
Avoid unused local variables such as 'monMins'. |
| 32517 |
src/com/gps/dao/TripProcessDAO.java |
558 |
Local variable 'monMins' could be declared final |
| 32518 |
src/com/gps/dao/TripProcessDAO.java |
559 |
Avoid declaring a variable if it is unreferenced before a possible exit point. |
| 32519 |
src/com/gps/dao/TripProcessDAO.java |
559 |
Avoid unused local variables such as 'evenHours'. |
| 32520 |
src/com/gps/dao/TripProcessDAO.java |
559 |
Local variable 'evenHours' could be declared final |
| 32521 |
src/com/gps/dao/TripProcessDAO.java |
560 |
Avoid declaring a variable if it is unreferenced before a possible exit point. |
| 32522 |
src/com/gps/dao/TripProcessDAO.java |
560 |
Avoid unused local variables such as 'evenMins'. |
| 32523 |
src/com/gps/dao/TripProcessDAO.java |
560 |
Local variable 'evenMins' could be declared final |
| 32524 |
src/com/gps/dao/TripProcessDAO.java |
565 |
Avoid declaring a variable if it is unreferenced before a possible exit point. |
| 32525 |
src/com/gps/dao/TripProcessDAO.java |
565 |
Avoid unused local variables such as 'duration'. |
| 32526 |
src/com/gps/dao/TripProcessDAO.java |
565 |
Local variable 'duration' could be declared final |
| 32527 |
src/com/gps/dao/TripProcessDAO.java |
566 |
Found 'DD'-anomaly for variable 'evenendmins' (lines '566'-'617'). |
| 32528 |
src/com/gps/dao/TripProcessDAO.java |
566 |
Found 'DD'-anomaly for variable 'evenendmins' (lines '566'-'621'). |
| 32529 |
src/com/gps/dao/TripProcessDAO.java |
566 |
Found 'DD'-anomaly for variable 'monendmins' (lines '566'-'587'). |
| 32530 |
src/com/gps/dao/TripProcessDAO.java |
566 |
Found 'DD'-anomaly for variable 'monendmins' (lines '566'-'591'). |
| 32531 |
src/com/gps/dao/TripProcessDAO.java |
566 |
Found 'DU'-anomaly for variable 'evenendmins' (lines '566'-'736'). |
| 32532 |
src/com/gps/dao/TripProcessDAO.java |
566 |
Found 'DU'-anomaly for variable 'monendmins' (lines '566'-'736'). |
| 32533 |
src/com/gps/dao/TripProcessDAO.java |
566 |
Use one line for each declaration, it enhances code readability. |
| 32534 |
src/com/gps/dao/TripProcessDAO.java |
567 |
Found 'DU'-anomaly for variable 'prefix' (lines '567'-'736'). |
| 32535 |
src/com/gps/dao/TripProcessDAO.java |
567 |
Local variable 'prefix' could be declared final |
| 32536 |
src/com/gps/dao/TripProcessDAO.java |
569 |
Local variable 'date' could be declared final |
| 32537 |
src/com/gps/dao/TripProcessDAO.java |
570 |
Local variable 'cal' could be declared final |
| 32538 |
src/com/gps/dao/TripProcessDAO.java |
571 |
Found 'DU'-anomaly for variable 'cal2' (lines '571'-'736'). |
| 32539 |
src/com/gps/dao/TripProcessDAO.java |
571 |
Local variable 'cal2' could be declared final |
| 32540 |
src/com/gps/dao/TripProcessDAO.java |
572 |
Potential violation of Law of Demeter (object not created locally) |
| 32541 |
src/com/gps/dao/TripProcessDAO.java |
576 |
Avoid if (x != y) ..; else ..; |
| 32542 |
src/com/gps/dao/TripProcessDAO.java |
578 |
Potential violation of Law of Demeter (object not created locally) |
| 32543 |
src/com/gps/dao/TripProcessDAO.java |
579 |
Potential violation of Law of Demeter (object not created locally) |
| 32544 |
src/com/gps/dao/TripProcessDAO.java |
580 |
Potential violation of Law of Demeter (object not created locally) |
| 32545 |
src/com/gps/dao/TripProcessDAO.java |
581 |
Potential violation of Law of Demeter (object not created locally) |
| 32546 |
src/com/gps/dao/TripProcessDAO.java |
582 |
Potential violation of Law of Demeter (object not created locally) |
| 32547 |
src/com/gps/dao/TripProcessDAO.java |
583 |
Potential violation of Law of Demeter (object not created locally) |
| 32548 |
src/com/gps/dao/TripProcessDAO.java |
586 |
Local variable 'endminsmon' could be declared final |
| 32549 |
src/com/gps/dao/TripProcessDAO.java |
587 |
Potential violation of Law of Demeter (object not created locally) |
| 32550 |
src/com/gps/dao/TripProcessDAO.java |
604 |
Avoid if (x != y) ..; else ..; |
| 32551 |
src/com/gps/dao/TripProcessDAO.java |
606 |
Potential violation of Law of Demeter (object not created locally) |
| 32552 |
src/com/gps/dao/TripProcessDAO.java |
607 |
Potential violation of Law of Demeter (object not created locally) |
| 32553 |
src/com/gps/dao/TripProcessDAO.java |
608 |
Potential violation of Law of Demeter (object not created locally) |
| 32554 |
src/com/gps/dao/TripProcessDAO.java |
609 |
Potential violation of Law of Demeter (object not created locally) |
| 32555 |
src/com/gps/dao/TripProcessDAO.java |
611 |
Potential violation of Law of Demeter (object not created locally) |
| 32556 |
src/com/gps/dao/TripProcessDAO.java |
612 |
Potential violation of Law of Demeter (object not created locally) |
| 32557 |
src/com/gps/dao/TripProcessDAO.java |
616 |
Local variable 'endminsevn' could be declared final |
| 32558 |
src/com/gps/dao/TripProcessDAO.java |
617 |
Potential violation of Law of Demeter (object not created locally) |
| 32559 |
src/com/gps/dao/TripProcessDAO.java |
634 |
Potential violation of Law of Demeter (object not created locally) |
| 32560 |
src/com/gps/dao/TripProcessDAO.java |
635 |
Found 'DD'-anomaly for variable 'tx' (lines '635'-'655'). |
| 32561 |
src/com/gps/dao/TripProcessDAO.java |
635 |
Found 'DD'-anomaly for variable 'tx' (lines '635'-'663'). |
| 32562 |
src/com/gps/dao/TripProcessDAO.java |
635 |
Potential violation of Law of Demeter (method chain calls) |
| 32563 |
src/com/gps/dao/TripProcessDAO.java |
642 |
Comment is too large: Line too long |
| 32564 |
src/com/gps/dao/TripProcessDAO.java |
648 |
These nested if statements could be combined |
| 32565 |
src/com/gps/dao/TripProcessDAO.java |
651 |
Avoid using Literals in Conditional Statements |
| 32566 |
src/com/gps/dao/TripProcessDAO.java |
655 |
Found 'DD'-anomaly for variable 'tx' (lines '655'-'655'). |
| 32567 |
src/com/gps/dao/TripProcessDAO.java |
655 |
Found 'DD'-anomaly for variable 'tx' (lines '655'-'663'). |
| 32568 |
src/com/gps/dao/TripProcessDAO.java |
655 |
Potential violation of Law of Demeter (object not created locally) |
| 32569 |
src/com/gps/dao/TripProcessDAO.java |
659 |
Avoid using Literals in Conditional Statements |
| 32570 |
src/com/gps/dao/TripProcessDAO.java |
663 |
Found 'DD'-anomaly for variable 'tx' (lines '663'-'663'). |
| 32571 |
src/com/gps/dao/TripProcessDAO.java |
663 |
Potential violation of Law of Demeter (object not created locally) |
| 32572 |
src/com/gps/dao/TripProcessDAO.java |
665 |
Potential violation of Law of Demeter (method chain calls) |
| 32573 |
src/com/gps/dao/TripProcessDAO.java |
665 |
Potential violation of Law of Demeter (method chain calls) |
| 32574 |
src/com/gps/dao/TripProcessDAO.java |
665 |
Potential violation of Law of Demeter (method chain calls) |
| 32575 |
src/com/gps/dao/TripProcessDAO.java |
665 |
Potential violation of Law of Demeter (method chain calls) |
| 32576 |
src/com/gps/dao/TripProcessDAO.java |
665 |
Potential violation of Law of Demeter (object not created locally) |
| 32577 |
src/com/gps/dao/TripProcessDAO.java |
665 |
Potential violation of Law of Demeter (object not created locally) |
| 32578 |
src/com/gps/dao/TripProcessDAO.java |
666 |
Found 'DU'-anomaly for variable 'count' (lines '666'-'736'). |
| 32579 |
src/com/gps/dao/TripProcessDAO.java |
674 |
Potential violation of Law of Demeter (object not created locally) |
| 32580 |
src/com/gps/dao/TripProcessDAO.java |
675 |
Potential violation of Law of Demeter (object not created locally) |
| 32581 |
src/com/gps/dao/TripProcessDAO.java |
676 |
Potential violation of Law of Demeter (object not created locally) |
| 32582 |
src/com/gps/dao/TripProcessDAO.java |
677 |
A method should have only one exit point, and that should be the last statement in the method |
| 32583 |
src/com/gps/dao/TripProcessDAO.java |
682 |
Potential violation of Law of Demeter (object not created locally) |
| 32584 |
src/com/gps/dao/TripProcessDAO.java |
683 |
Potential violation of Law of Demeter (method chain calls) |
| 32585 |
src/com/gps/dao/TripProcessDAO.java |
683 |
Potential violation of Law of Demeter (method chain calls) |
| 32586 |
src/com/gps/dao/TripProcessDAO.java |
683 |
Potential violation of Law of Demeter (object not created locally) |
| 32587 |
src/com/gps/dao/TripProcessDAO.java |
685 |
New exception is thrown in catch block, original stack trace may be lost |
| 32588 |
src/com/gps/dao/TripProcessDAO.java |
689 |
New exception is thrown in catch block, original stack trace may be lost |
| 32589 |
src/com/gps/dao/TripProcessDAO.java |
699 |
Potential violation of Law of Demeter (object not created locally) |
| 32590 |
src/com/gps/dao/TripProcessDAO.java |
700 |
Potential violation of Law of Demeter (object not created locally) |
| 32591 |
src/com/gps/dao/TripProcessDAO.java |
701 |
Potential violation of Law of Demeter (object not created locally) |
| 32592 |
src/com/gps/dao/TripProcessDAO.java |
707 |
Potential violation of Law of Demeter (object not created locally) |
| 32593 |
src/com/gps/dao/TripProcessDAO.java |
708 |
Potential violation of Law of Demeter (method chain calls) |
| 32594 |
src/com/gps/dao/TripProcessDAO.java |
708 |
Potential violation of Law of Demeter (method chain calls) |
| 32595 |
src/com/gps/dao/TripProcessDAO.java |
708 |
Potential violation of Law of Demeter (object not created locally) |
| 32596 |
src/com/gps/dao/TripProcessDAO.java |
710 |
New exception is thrown in catch block, original stack trace may be lost |
| 32597 |
src/com/gps/dao/TripProcessDAO.java |
710 |
New exception is thrown in catch block, original stack trace may be lost |
| 32598 |
src/com/gps/dao/TripProcessDAO.java |
715 |
New exception is thrown in catch block, original stack trace may be lost |
| 32599 |
src/com/gps/dao/TripProcessDAO.java |
715 |
New exception is thrown in catch block, original stack trace may be lost |
| 32600 |
src/com/gps/dao/TripProcessDAO.java |
722 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 32601 |
src/com/gps/dao/TripProcessDAO.java |
724 |
Potential violation of Law of Demeter (object not created locally) |
| 32602 |
src/com/gps/dao/TripProcessDAO.java |
726 |
There is log block not surrounded by if |
| 32603 |
src/com/gps/dao/TripProcessDAO.java |
727 |
Avoid throwing raw exception types. |
| 32604 |
src/com/gps/dao/TripProcessDAO.java |
729 |
Avoid empty finally blocks |
| 32605 |
src/com/gps/dao/TripProcessDAO.java |
739 |
Avoid variables with short names like no |
| 32606 |
src/com/gps/dao/TripProcessDAO.java |
739 |
Parameter 'no' is not assigned and could be declared final |
| 32607 |
src/com/gps/dao/TripProcessDAO.java |
739 |
Parameter 'trip' is not assigned and could be declared final |
| 32608 |
src/com/gps/dao/TripProcessDAO.java |
739 |
Parameter 'user' is not assigned and could be declared final |
| 32609 |
src/com/gps/dao/TripProcessDAO.java |
739 |
Parameter 'vid' is not assigned and could be declared final |
| 32610 |
src/com/gps/dao/TripProcessDAO.java |
739 |
publicMethodCommentRequirement Required |
| 32611 |
src/com/gps/dao/TripProcessDAO.java |
742 |
Found 'DD'-anomaly for variable 'sess' (lines '742'-'745'). |
| 32612 |
src/com/gps/dao/TripProcessDAO.java |
743 |
Avoid variables with short names like tx |
| 32613 |
src/com/gps/dao/TripProcessDAO.java |
743 |
Found 'DD'-anomaly for variable 'tx' (lines '743'-'746'). |
| 32614 |
src/com/gps/dao/TripProcessDAO.java |
745 |
Potential violation of Law of Demeter (object not created locally) |
| 32615 |
src/com/gps/dao/TripProcessDAO.java |
746 |
Potential violation of Law of Demeter (method chain calls) |
| 32616 |
src/com/gps/dao/TripProcessDAO.java |
747 |
Local variable 'udao' could be declared final |
| 32617 |
src/com/gps/dao/TripProcessDAO.java |
752 |
Potential violation of Law of Demeter (method chain calls) |
| 32618 |
src/com/gps/dao/TripProcessDAO.java |
752 |
Potential violation of Law of Demeter (method chain calls) |
| 32619 |
src/com/gps/dao/TripProcessDAO.java |
752 |
Potential violation of Law of Demeter (method chain calls) |
| 32620 |
src/com/gps/dao/TripProcessDAO.java |
757 |
The String literal "frequent" appears 4 times in this file; the first occurrence is on line 757 |
| 32621 |
src/com/gps/dao/TripProcessDAO.java |
761 |
Local variable 'vname' could be declared final |
| 32622 |
src/com/gps/dao/TripProcessDAO.java |
762 |
Local variable 'name' could be declared final |
| 32623 |
src/com/gps/dao/TripProcessDAO.java |
766 |
Potential violation of Law of Demeter (object not created locally) |
| 32624 |
src/com/gps/dao/TripProcessDAO.java |
767 |
Potential violation of Law of Demeter (object not created locally) |
| 32625 |
src/com/gps/dao/TripProcessDAO.java |
768 |
Potential violation of Law of Demeter (object not created locally) |
| 32626 |
src/com/gps/dao/TripProcessDAO.java |
772 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 32627 |
src/com/gps/dao/TripProcessDAO.java |
774 |
Potential violation of Law of Demeter (object not created locally) |
| 32628 |
src/com/gps/dao/TripProcessDAO.java |
775 |
There is log block not surrounded by if |
| 32629 |
src/com/gps/dao/TripProcessDAO.java |
776 |
Avoid throwing raw exception types. |
| 32630 |
src/com/gps/dao/TripProcessDAO.java |
783 |
Parameter 'trip' is not assigned and could be declared final |
| 32631 |
src/com/gps/dao/TripProcessDAO.java |
783 |
publicMethodCommentRequirement Required |
| 32632 |
src/com/gps/dao/TripProcessDAO.java |
785 |
Local variable 'freqTrips' could be declared final |
| 32633 |
src/com/gps/dao/TripProcessDAO.java |
786 |
Local variable 'freqMon' could be declared final |
| 32634 |
src/com/gps/dao/TripProcessDAO.java |
787 |
Local variable 'freqTue' could be declared final |
| 32635 |
src/com/gps/dao/TripProcessDAO.java |
788 |
Local variable 'freqWed' could be declared final |
| 32636 |
src/com/gps/dao/TripProcessDAO.java |
789 |
Local variable 'freqThu' could be declared final |
| 32637 |
src/com/gps/dao/TripProcessDAO.java |
790 |
Local variable 'freqFri' could be declared final |
| 32638 |
src/com/gps/dao/TripProcessDAO.java |
791 |
Local variable 'freqSat' could be declared final |
| 32639 |
src/com/gps/dao/TripProcessDAO.java |
792 |
Local variable 'freqSun' could be declared final |
| 32640 |
src/com/gps/dao/TripProcessDAO.java |
808 |
Parameter 'trip' is not assigned and could be declared final |
| 32641 |
src/com/gps/dao/TripProcessDAO.java |
813 |
Potential violation of Law of Demeter (method chain calls) |
| 32642 |
src/com/gps/dao/TripProcessDAO.java |
818 |
Parameter 'endLoc' is not assigned and could be declared final |
| 32643 |
src/com/gps/dao/TripProcessDAO.java |
818 |
Parameter 'first' is not assigned and could be declared final |
| 32644 |
src/com/gps/dao/TripProcessDAO.java |
818 |
Parameter 'last' is not assigned and could be declared final |
| 32645 |
src/com/gps/dao/TripProcessDAO.java |
818 |
Parameter 'sourceLoc' is not assigned and could be declared final |
| 32646 |
src/com/gps/dao/TripProcessDAO.java |
818 |
Parameter 'startTime' is not assigned and could be declared final |
| 32647 |
src/com/gps/dao/TripProcessDAO.java |
818 |
Parameter 'tripName' is not assigned and could be declared final |
| 32648 |
src/com/gps/dao/TripProcessDAO.java |
818 |
Parameter 'user' is not assigned and could be declared final |
| 32649 |
src/com/gps/dao/TripProcessDAO.java |
818 |
Parameter 'vehicleId' is not assigned and could be declared final |
| 32650 |
src/com/gps/dao/TripProcessDAO.java |
818 |
Rather than using a lot of String arguments, consider using a container object for those values. |
| 32651 |
src/com/gps/dao/TripProcessDAO.java |
818 |
The method 'searchTrips' has a Cyclomatic Complexity of 19. |
| 32652 |
src/com/gps/dao/TripProcessDAO.java |
818 |
The method searchTrips() has an NPath complexity of 4862 |
| 32653 |
src/com/gps/dao/TripProcessDAO.java |
818 |
publicMethodCommentRequirement Required |
| 32654 |
src/com/gps/dao/TripProcessDAO.java |
820 |
Found 'DD'-anomaly for variable 'tripList' (lines '820'-'864'). |
| 32655 |
src/com/gps/dao/TripProcessDAO.java |
820 |
Found 'DD'-anomaly for variable 'tripList' (lines '820'-'888'). |
| 32656 |
src/com/gps/dao/TripProcessDAO.java |
820 |
Found 'DD'-anomaly for variable 'tripList' (lines '820'-'892'). |
| 32657 |
src/com/gps/dao/TripProcessDAO.java |
821 |
Local variable 'baseQuery' could be declared final |
| 32658 |
src/com/gps/dao/TripProcessDAO.java |
822 |
Avoid variables with short names like sb |
| 32659 |
src/com/gps/dao/TripProcessDAO.java |
822 |
Local variable 'sb' could be declared final |
| 32660 |
src/com/gps/dao/TripProcessDAO.java |
823 |
Potential violation of Law of Demeter (object not created locally) |
| 32661 |
src/com/gps/dao/TripProcessDAO.java |
824 |
Avoid unused local variables such as 'tripdao'. |
| 32662 |
src/com/gps/dao/TripProcessDAO.java |
824 |
Found 'DD'-anomaly for variable 'tripdao' (lines '824'-'832'). |
| 32663 |
src/com/gps/dao/TripProcessDAO.java |
825 |
Found 'DD'-anomaly for variable 'strlen' (lines '825'-'878'). |
| 32664 |
src/com/gps/dao/TripProcessDAO.java |
825 |
Found 'DU'-anomaly for variable 'strlen' (lines '825'-'907'). |
| 32665 |
src/com/gps/dao/TripProcessDAO.java |
826 |
Found 'DD'-anomaly for variable 'finalquery' (lines '826'-'875'). |
| 32666 |
src/com/gps/dao/TripProcessDAO.java |
826 |
Found 'DU'-anomaly for variable 'finalquery' (lines '826'-'907'). |
| 32667 |
src/com/gps/dao/TripProcessDAO.java |
827 |
Local variable 'rdao' could be declared final |
| 32668 |
src/com/gps/dao/TripProcessDAO.java |
829 |
Found 'DD'-anomaly for variable 'flag' (lines '829'-'837'). |
| 32669 |
src/com/gps/dao/TripProcessDAO.java |
832 |
Found 'DU'-anomaly for variable 'tripdao' (lines '832'-'907'). |
| 32670 |
src/com/gps/dao/TripProcessDAO.java |
836 |
Potential violation of Law of Demeter (object not created locally) |
| 32671 |
src/com/gps/dao/TripProcessDAO.java |
837 |
Found 'DD'-anomaly for variable 'flag' (lines '837'-'843'). |
| 32672 |
src/com/gps/dao/TripProcessDAO.java |
837 |
Found 'DD'-anomaly for variable 'flag' (lines '837'-'849'). |
| 32673 |
src/com/gps/dao/TripProcessDAO.java |
837 |
Found 'DD'-anomaly for variable 'flag' (lines '837'-'854'). |
| 32674 |
src/com/gps/dao/TripProcessDAO.java |
842 |
Potential violation of Law of Demeter (object not created locally) |
| 32675 |
src/com/gps/dao/TripProcessDAO.java |
843 |
Found 'DD'-anomaly for variable 'flag' (lines '843'-'849'). |
| 32676 |
src/com/gps/dao/TripProcessDAO.java |
843 |
Found 'DD'-anomaly for variable 'flag' (lines '843'-'854'). |
| 32677 |
src/com/gps/dao/TripProcessDAO.java |
843 |
Found 'DD'-anomaly for variable 'flag' (lines '843'-'859'). |
| 32678 |
src/com/gps/dao/TripProcessDAO.java |
848 |
Potential violation of Law of Demeter (object not created locally) |
| 32679 |
src/com/gps/dao/TripProcessDAO.java |
849 |
Found 'DD'-anomaly for variable 'flag' (lines '849'-'854'). |
| 32680 |
src/com/gps/dao/TripProcessDAO.java |
849 |
Found 'DD'-anomaly for variable 'flag' (lines '849'-'859'). |
| 32681 |
src/com/gps/dao/TripProcessDAO.java |
853 |
Potential violation of Law of Demeter (object not created locally) |
| 32682 |
src/com/gps/dao/TripProcessDAO.java |
854 |
Found 'DD'-anomaly for variable 'flag' (lines '854'-'859'). |
| 32683 |
src/com/gps/dao/TripProcessDAO.java |
858 |
Potential violation of Law of Demeter (object not created locally) |
| 32684 |
src/com/gps/dao/TripProcessDAO.java |
862 |
Potential violation of Law of Demeter (object not created locally) |
| 32685 |
src/com/gps/dao/TripProcessDAO.java |
864 |
Found 'DD'-anomaly for variable 'tripList' (lines '864'-'888'). |
| 32686 |
src/com/gps/dao/TripProcessDAO.java |
864 |
Found 'DD'-anomaly for variable 'tripList' (lines '864'-'892'). |
| 32687 |
src/com/gps/dao/TripProcessDAO.java |
864 |
Potential violation of Law of Demeter (method chain calls) |
| 32688 |
src/com/gps/dao/TripProcessDAO.java |
864 |
Potential violation of Law of Demeter (method chain calls) |
| 32689 |
src/com/gps/dao/TripProcessDAO.java |
864 |
Potential violation of Law of Demeter (method chain calls) |
| 32690 |
src/com/gps/dao/TripProcessDAO.java |
864 |
Potential violation of Law of Demeter (method chain calls) |
| 32691 |
src/com/gps/dao/TripProcessDAO.java |
864 |
Potential violation of Law of Demeter (method chain calls) |
| 32692 |
src/com/gps/dao/TripProcessDAO.java |
864 |
Potential violation of Law of Demeter (method chain calls) |
| 32693 |
src/com/gps/dao/TripProcessDAO.java |
867 |
Potential violation of Law of Demeter (object not created locally) |
| 32694 |
src/com/gps/dao/TripProcessDAO.java |
869 |
Potential violation of Law of Demeter (method chain calls) |
| 32695 |
src/com/gps/dao/TripProcessDAO.java |
869 |
Potential violation of Law of Demeter (method chain calls) |
| 32696 |
src/com/gps/dao/TripProcessDAO.java |
869 |
Potential violation of Law of Demeter (object not created locally) |
| 32697 |
src/com/gps/dao/TripProcessDAO.java |
875 |
Found 'DD'-anomaly for variable 'finalquery' (lines '875'-'880'). |
| 32698 |
src/com/gps/dao/TripProcessDAO.java |
875 |
Potential violation of Law of Demeter (object not created locally) |
| 32699 |
src/com/gps/dao/TripProcessDAO.java |
876 |
Potential violation of Law of Demeter (object not created locally) |
| 32700 |
src/com/gps/dao/TripProcessDAO.java |
878 |
Potential violation of Law of Demeter (object not created locally) |
| 32701 |
src/com/gps/dao/TripProcessDAO.java |
879 |
Local variable 'previous' could be declared final |
| 32702 |
src/com/gps/dao/TripProcessDAO.java |
880 |
Potential violation of Law of Demeter (object not created locally) |
| 32703 |
src/com/gps/dao/TripProcessDAO.java |
882 |
Potential violation of Law of Demeter (method chain calls) |
| 32704 |
src/com/gps/dao/TripProcessDAO.java |
883 |
Potential violation of Law of Demeter (method chain calls) |
| 32705 |
src/com/gps/dao/TripProcessDAO.java |
884 |
Potential violation of Law of Demeter (method chain calls) |
| 32706 |
src/com/gps/dao/TripProcessDAO.java |
888 |
Potential violation of Law of Demeter (method chain calls) |
| 32707 |
src/com/gps/dao/TripProcessDAO.java |
888 |
Potential violation of Law of Demeter (method chain calls) |
| 32708 |
src/com/gps/dao/TripProcessDAO.java |
890 |
Potential violation of Law of Demeter (object not created locally) |
| 32709 |
src/com/gps/dao/TripProcessDAO.java |
890 |
Potential violation of Law of Demeter (object not created locally) |
| 32710 |
src/com/gps/dao/TripProcessDAO.java |
890 |
Potential violation of Law of Demeter (object not created locally) |
| 32711 |
src/com/gps/dao/TripProcessDAO.java |
890 |
Potential violation of Law of Demeter (object not created locally) |
| 32712 |
src/com/gps/dao/TripProcessDAO.java |
890 |
Useless parentheses. |
| 32713 |
src/com/gps/dao/TripProcessDAO.java |
892 |
Potential violation of Law of Demeter (method chain calls) |
| 32714 |
src/com/gps/dao/TripProcessDAO.java |
892 |
Potential violation of Law of Demeter (method chain calls) |
| 32715 |
src/com/gps/dao/TripProcessDAO.java |
892 |
Potential violation of Law of Demeter (method chain calls) |
| 32716 |
src/com/gps/dao/TripProcessDAO.java |
892 |
Potential violation of Law of Demeter (method chain calls) |
| 32717 |
src/com/gps/dao/TripProcessDAO.java |
892 |
Potential violation of Law of Demeter (method chain calls) |
| 32718 |
src/com/gps/dao/TripProcessDAO.java |
892 |
Potential violation of Law of Demeter (method chain calls) |
| 32719 |
src/com/gps/dao/TripProcessDAO.java |
892 |
Potential violation of Law of Demeter (method chain calls) |
| 32720 |
src/com/gps/dao/TripProcessDAO.java |
892 |
Potential violation of Law of Demeter (object not created locally) |
| 32721 |
src/com/gps/dao/TripProcessDAO.java |
897 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 32722 |
src/com/gps/dao/TripProcessDAO.java |
899 |
There is log block not surrounded by if |
| 32723 |
src/com/gps/dao/TripProcessDAO.java |
902 |
Avoid empty finally blocks |
| 32724 |
src/com/gps/dao/TripProcessDAO.java |
908 |
Parameter 'first' is not assigned and could be declared final |
| 32725 |
src/com/gps/dao/TripProcessDAO.java |
908 |
Parameter 'last' is not assigned and could be declared final |
| 32726 |
src/com/gps/dao/TripProcessDAO.java |
908 |
publicMethodCommentRequirement Required |
| 32727 |
src/com/gps/dao/TripProcessDAO.java |
913 |
Local variable 'queryString' could be declared final |
| 32728 |
src/com/gps/dao/TripProcessDAO.java |
914 |
Local variable 'queryObject' could be declared final |
| 32729 |
src/com/gps/dao/TripProcessDAO.java |
914 |
Potential violation of Law of Demeter (method chain calls) |
| 32730 |
src/com/gps/dao/TripProcessDAO.java |
917 |
Potential violation of Law of Demeter (method chain calls) |
| 32731 |
src/com/gps/dao/TripProcessDAO.java |
917 |
Potential violation of Law of Demeter (object not created locally) |
| 32732 |
src/com/gps/dao/TripProcessDAO.java |
918 |
A catch statement that catches an exception only to rethrow it should be avoided. |
| 32733 |
src/com/gps/dao/TripProcessDAO.java |
918 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 32734 |
src/com/gps/dao/TripProcessDAO.java |
926 |
A method/constructor shouldnt explicitly throw java.lang.Exception |
| 32735 |
src/com/gps/dao/TripProcessDAO.java |
926 |
Method names should not start with capital letters |
| 32736 |
src/com/gps/dao/TripProcessDAO.java |
926 |
Parameter 'trip' is not assigned and could be declared final |
| 32737 |
src/com/gps/dao/TripProcessDAO.java |
926 |
publicMethodCommentRequirement Required |
| 32738 |
src/com/gps/dao/TripProcessDAO.java |
929 |
Avoid variables with short names like tx |
| 32739 |
src/com/gps/dao/TripProcessDAO.java |
930 |
Local variable 'vdao' could be declared final |
| 32740 |
src/com/gps/dao/TripProcessDAO.java |
933 |
Potential violation of Law of Demeter (object not created locally) |
| 32741 |
src/com/gps/dao/TripProcessDAO.java |
934 |
Potential violation of Law of Demeter (object not created locally) |
| 32742 |
src/com/gps/dao/TripProcessDAO.java |
935 |
Potential violation of Law of Demeter (object not created locally) |
| 32743 |
src/com/gps/dao/TripProcessDAO.java |
937 |
Potential violation of Law of Demeter (object not created locally) |
| 32744 |
src/com/gps/dao/TripProcessDAO.java |
938 |
Potential violation of Law of Demeter (object not created locally) |
| 32745 |
src/com/gps/dao/TripProcessDAO.java |
939 |
Potential violation of Law of Demeter (object not created locally) |
| 32746 |
src/com/gps/dao/TripProcessDAO.java |
946 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 32747 |
src/com/gps/dao/TripProcessDAO.java |
948 |
There is log block not surrounded by if |
| 32748 |
src/com/gps/dao/TripProcessDAO.java |
959 |
A method/constructor shouldnt explicitly throw java.lang.Exception |
| 32749 |
src/com/gps/dao/TripProcessDAO.java |
959 |
Parameter 'evenDuration' is not assigned and could be declared final |
| 32750 |
src/com/gps/dao/TripProcessDAO.java |
959 |
Parameter 'evenHours' is not assigned and could be declared final |
| 32751 |
src/com/gps/dao/TripProcessDAO.java |
959 |
Parameter 'evenMins' is not assigned and could be declared final |
| 32752 |
src/com/gps/dao/TripProcessDAO.java |
959 |
Parameter 'monDuration' is not assigned and could be declared final |
| 32753 |
src/com/gps/dao/TripProcessDAO.java |
959 |
Parameter 'monhours' is not assigned and could be declared final |
| 32754 |
src/com/gps/dao/TripProcessDAO.java |
959 |
Parameter 'monmins' is not assigned and could be declared final |
| 32755 |
src/com/gps/dao/TripProcessDAO.java |
959 |
Parameter 'tripname' is not assigned and could be declared final |
| 32756 |
src/com/gps/dao/TripProcessDAO.java |
959 |
Parameter 'vehicleId' is not assigned and could be declared final |
| 32757 |
src/com/gps/dao/TripProcessDAO.java |
959 |
Rather than using a lot of String arguments, consider using a container object for those values. |
| 32758 |
src/com/gps/dao/TripProcessDAO.java |
959 |
The method 'kTrips' has a Cyclomatic Complexity of 11. |
| 32759 |
src/com/gps/dao/TripProcessDAO.java |
959 |
publicMethodCommentRequirement Required |
| 32760 |
src/com/gps/dao/TripProcessDAO.java |
961 |
Avoid declaring a variable if it is unreferenced before a possible exit point. |
| 32761 |
src/com/gps/dao/TripProcessDAO.java |
961 |
Avoid unused local variables such as 'utils'. |
| 32762 |
src/com/gps/dao/TripProcessDAO.java |
961 |
Local variable 'utils' could be declared final |
| 32763 |
src/com/gps/dao/TripProcessDAO.java |
968 |
Local variable 'date' could be declared final |
| 32764 |
src/com/gps/dao/TripProcessDAO.java |
969 |
Local variable 'cal' could be declared final |
| 32765 |
src/com/gps/dao/TripProcessDAO.java |
970 |
Local variable 'cal2' could be declared final |
| 32766 |
src/com/gps/dao/TripProcessDAO.java |
971 |
Potential violation of Law of Demeter (object not created locally) |
| 32767 |
src/com/gps/dao/TripProcessDAO.java |
972 |
Potential violation of Law of Demeter (object not created locally) |
| 32768 |
src/com/gps/dao/TripProcessDAO.java |
973 |
Potential violation of Law of Demeter (object not created locally) |
| 32769 |
src/com/gps/dao/TripProcessDAO.java |
974 |
Potential violation of Law of Demeter (object not created locally) |
| 32770 |
src/com/gps/dao/TripProcessDAO.java |
975 |
Potential violation of Law of Demeter (object not created locally) |
| 32771 |
src/com/gps/dao/TripProcessDAO.java |
976 |
Potential violation of Law of Demeter (object not created locally) |
| 32772 |
src/com/gps/dao/TripProcessDAO.java |
977 |
Potential violation of Law of Demeter (object not created locally) |
| 32773 |
src/com/gps/dao/TripProcessDAO.java |
978 |
Potential violation of Law of Demeter (object not created locally) |
| 32774 |
src/com/gps/dao/TripProcessDAO.java |
979 |
Potential violation of Law of Demeter (object not created locally) |
| 32775 |
src/com/gps/dao/TripProcessDAO.java |
980 |
Potential violation of Law of Demeter (object not created locally) |
| 32776 |
src/com/gps/dao/TripProcessDAO.java |
981 |
Potential violation of Law of Demeter (object not created locally) |
| 32777 |
src/com/gps/dao/TripProcessDAO.java |
982 |
Potential violation of Law of Demeter (object not created locally) |
| 32778 |
src/com/gps/dao/TripProcessDAO.java |
983 |
Potential violation of Law of Demeter (object not created locally) |
| 32779 |
src/com/gps/dao/TripProcessDAO.java |
995 |
Avoid using Literals in Conditional Statements |
| 32780 |
src/com/gps/dao/TripProcessDAO.java |
995 |
Avoid using if statements without curly braces |
| 32781 |
src/com/gps/dao/TripProcessDAO.java |
996 |
Potential violation of Law of Demeter (object not created locally) |
| 32782 |
src/com/gps/dao/TripProcessDAO.java |
996 |
Potential violation of Law of Demeter (object not created locally) |
| 32783 |
src/com/gps/dao/TripProcessDAO.java |
997 |
Avoid using Literals in Conditional Statements |
| 32784 |
src/com/gps/dao/TripProcessDAO.java |
997 |
Avoid using if statements without curly braces |
| 32785 |
src/com/gps/dao/TripProcessDAO.java |
998 |
Potential violation of Law of Demeter (object not created locally) |
| 32786 |
src/com/gps/dao/TripProcessDAO.java |
998 |
Potential violation of Law of Demeter (object not created locally) |
| 32787 |
src/com/gps/dao/TripProcessDAO.java |
999 |
Potential violation of Law of Demeter (method chain calls) |
| 32788 |
src/com/gps/dao/TripProcessDAO.java |
999 |
Potential violation of Law of Demeter (method chain calls) |
| 32789 |
src/com/gps/dao/TripProcessDAO.java |
999 |
The String literal " and " appears 5 times in this file; the first occurrence is on line 999 |
| 32790 |
src/com/gps/dao/TripProcessDAO.java |
1001 |
Potential violation of Law of Demeter (object not created locally) |
| 32791 |
src/com/gps/dao/TripProcessDAO.java |
1002 |
Avoid if (x != y) ..; else ..; |
| 32792 |
src/com/gps/dao/TripProcessDAO.java |
1004 |
Potential violation of Law of Demeter (object not created locally) |
| 32793 |
src/com/gps/dao/TripProcessDAO.java |
1011 |
Potential violation of Law of Demeter (method chain calls) |
| 32794 |
src/com/gps/dao/TripProcessDAO.java |
1011 |
Potential violation of Law of Demeter (method chain calls) |
| 32795 |
src/com/gps/dao/TripProcessDAO.java |
1012 |
Potential violation of Law of Demeter (object not created locally) |
| 32796 |
src/com/gps/dao/TripProcessDAO.java |
1015 |
Potential violation of Law of Demeter (object not created locally) |
| 32797 |
src/com/gps/dao/TripProcessDAO.java |
1015 |
These nested if statements could be combined |
| 32798 |
src/com/gps/dao/TripProcessDAO.java |
1029 |
New exception is thrown in catch block, original stack trace may be lost |
| 32799 |
src/com/gps/dao/TripProcessDAO.java |
1034 |
Avoid using Literals in Conditional Statements |
| 32800 |
src/com/gps/dao/TripProcessDAO.java |
1034 |
Potential violation of Law of Demeter (object not created locally) |
| 32801 |
src/com/gps/dao/TripProcessDAO.java |
1034 |
Use equals() to compare strings instead of '==' or '!=' |
| 32802 |
src/com/gps/dao/TripProcessDAO.java |
1036 |
New exception is thrown in catch block, original stack trace may be lost |
| 32803 |
src/com/gps/dao/TripProcessDAO.java |
1040 |
New exception is thrown in catch block, original stack trace may be lost |
| 32804 |
src/com/gps/dao/TripProcessDAO.java |
1045 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 32805 |
src/com/gps/dao/TripProcessDAO.java |
1047 |
There is log block not surrounded by if |
| 32806 |
src/com/gps/dao/TripProcessDAO.java |
1057 |
Comment is too large: Line too long |
| 32807 |
src/com/gps/dao/TripProcessDAO.java |
1058 |
A method/constructor shouldnt explicitly throw java.lang.Exception |
| 32808 |
src/com/gps/dao/TripProcessDAO.java |
1058 |
Avoid really long methods. |
| 32809 |
src/com/gps/dao/TripProcessDAO.java |
1058 |
Parameter 'evenDuration' is not assigned and could be declared final |
| 32810 |
src/com/gps/dao/TripProcessDAO.java |
1058 |
Parameter 'evenHours' is not assigned and could be declared final |
| 32811 |
src/com/gps/dao/TripProcessDAO.java |
1058 |
Parameter 'evenMins' is not assigned and could be declared final |
| 32812 |
src/com/gps/dao/TripProcessDAO.java |
1058 |
Parameter 'monDuration' is not assigned and could be declared final |
| 32813 |
src/com/gps/dao/TripProcessDAO.java |
1058 |
Parameter 'monhours' is not assigned and could be declared final |
| 32814 |
src/com/gps/dao/TripProcessDAO.java |
1058 |
Parameter 'monmins' is not assigned and could be declared final |
| 32815 |
src/com/gps/dao/TripProcessDAO.java |
1058 |
Parameter 'tripname' is not assigned and could be declared final |
| 32816 |
src/com/gps/dao/TripProcessDAO.java |
1058 |
Parameter 'vehicleId' is not assigned and could be declared final |
| 32817 |
src/com/gps/dao/TripProcessDAO.java |
1058 |
Rather than using a lot of String arguments, consider using a container object for those values. |
| 32818 |
src/com/gps/dao/TripProcessDAO.java |
1058 |
The method 'checkTripsTest' has a Cyclomatic Complexity of 20. |
| 32819 |
src/com/gps/dao/TripProcessDAO.java |
1058 |
The method checkTripsTest() has an NPath complexity of 980 |
| 32820 |
src/com/gps/dao/TripProcessDAO.java |
1058 |
publicMethodCommentRequirement Required |
| 32821 |
src/com/gps/dao/TripProcessDAO.java |
1061 |
Avoid declaring a variable if it is unreferenced before a possible exit point. |
| 32822 |
src/com/gps/dao/TripProcessDAO.java |
1061 |
Avoid unused local variables such as 'utils'. |
| 32823 |
src/com/gps/dao/TripProcessDAO.java |
1061 |
Local variable 'utils' could be declared final |
| 32824 |
src/com/gps/dao/TripProcessDAO.java |
1068 |
Use one line for each declaration, it enhances code readability. |
| 32825 |
src/com/gps/dao/TripProcessDAO.java |
1069 |
Local variable 'date' could be declared final |
| 32826 |
src/com/gps/dao/TripProcessDAO.java |
1070 |
Local variable 'cal' could be declared final |
| 32827 |
src/com/gps/dao/TripProcessDAO.java |
1071 |
Local variable 'cal2' could be declared final |
| 32828 |
src/com/gps/dao/TripProcessDAO.java |
1072 |
Potential violation of Law of Demeter (object not created locally) |
| 32829 |
src/com/gps/dao/TripProcessDAO.java |
1076 |
Potential violation of Law of Demeter (object not created locally) |
| 32830 |
src/com/gps/dao/TripProcessDAO.java |
1077 |
Potential violation of Law of Demeter (object not created locally) |
| 32831 |
src/com/gps/dao/TripProcessDAO.java |
1078 |
Potential violation of Law of Demeter (object not created locally) |
| 32832 |
src/com/gps/dao/TripProcessDAO.java |
1079 |
Potential violation of Law of Demeter (object not created locally) |
| 32833 |
src/com/gps/dao/TripProcessDAO.java |
1080 |
Potential violation of Law of Demeter (object not created locally) |
| 32834 |
src/com/gps/dao/TripProcessDAO.java |
1081 |
Potential violation of Law of Demeter (object not created locally) |
| 32835 |
src/com/gps/dao/TripProcessDAO.java |
1088 |
Potential violation of Law of Demeter (object not created locally) |
| 32836 |
src/com/gps/dao/TripProcessDAO.java |
1089 |
Potential violation of Law of Demeter (object not created locally) |
| 32837 |
src/com/gps/dao/TripProcessDAO.java |
1090 |
Potential violation of Law of Demeter (object not created locally) |
| 32838 |
src/com/gps/dao/TripProcessDAO.java |
1091 |
Potential violation of Law of Demeter (object not created locally) |
| 32839 |
src/com/gps/dao/TripProcessDAO.java |
1092 |
Potential violation of Law of Demeter (object not created locally) |
| 32840 |
src/com/gps/dao/TripProcessDAO.java |
1093 |
Potential violation of Law of Demeter (object not created locally) |
| 32841 |
src/com/gps/dao/TripProcessDAO.java |
1117 |
Use equals() to compare strings instead of '==' or '!=' |
| 32842 |
src/com/gps/dao/TripProcessDAO.java |
1120 |
Comment is too large: Line too long |
| 32843 |
src/com/gps/dao/TripProcessDAO.java |
1120 |
Potential violation of Law of Demeter (method chain calls) |
| 32844 |
src/com/gps/dao/TripProcessDAO.java |
1120 |
Potential violation of Law of Demeter (method chain calls) |
| 32845 |
src/com/gps/dao/TripProcessDAO.java |
1122 |
Avoid using Literals in Conditional Statements |
| 32846 |
src/com/gps/dao/TripProcessDAO.java |
1125 |
Avoid using Literals in Conditional Statements |
| 32847 |
src/com/gps/dao/TripProcessDAO.java |
1125 |
Use equals() to compare strings instead of '==' or '!=' |
| 32848 |
src/com/gps/dao/TripProcessDAO.java |
1127 |
Comment is too large: Line too long |
| 32849 |
src/com/gps/dao/TripProcessDAO.java |
1127 |
Potential violation of Law of Demeter (method chain calls) |
| 32850 |
src/com/gps/dao/TripProcessDAO.java |
1127 |
Potential violation of Law of Demeter (method chain calls) |
| 32851 |
src/com/gps/dao/TripProcessDAO.java |
1133 |
Potential violation of Law of Demeter (object not created locally) |
| 32852 |
src/com/gps/dao/TripProcessDAO.java |
1136 |
Avoid if (x != y) ..; else ..; |
| 32853 |
src/com/gps/dao/TripProcessDAO.java |
1138 |
Potential violation of Law of Demeter (object not created locally) |
| 32854 |
src/com/gps/dao/TripProcessDAO.java |
1147 |
Avoid using Literals in Conditional Statements |
| 32855 |
src/com/gps/dao/TripProcessDAO.java |
1147 |
Use equals() to compare strings instead of '==' or '!=' |
| 32856 |
src/com/gps/dao/TripProcessDAO.java |
1150 |
Potential violation of Law of Demeter (method chain calls) |
| 32857 |
src/com/gps/dao/TripProcessDAO.java |
1150 |
Potential violation of Law of Demeter (method chain calls) |
| 32858 |
src/com/gps/dao/TripProcessDAO.java |
1152 |
Potential violation of Law of Demeter (object not created locally) |
| 32859 |
src/com/gps/dao/TripProcessDAO.java |
1156 |
Potential violation of Law of Demeter (object not created locally) |
| 32860 |
src/com/gps/dao/TripProcessDAO.java |
1156 |
These nested if statements could be combined |
| 32861 |
src/com/gps/dao/TripProcessDAO.java |
1171 |
New exception is thrown in catch block, original stack trace may be lost |
| 32862 |
src/com/gps/dao/TripProcessDAO.java |
1176 |
Avoid using Literals in Conditional Statements |
| 32863 |
src/com/gps/dao/TripProcessDAO.java |
1176 |
Potential violation of Law of Demeter (object not created locally) |
| 32864 |
src/com/gps/dao/TripProcessDAO.java |
1176 |
Use equals() to compare strings instead of '==' or '!=' |
| 32865 |
src/com/gps/dao/TripProcessDAO.java |
1178 |
New exception is thrown in catch block, original stack trace may be lost |
| 32866 |
src/com/gps/dao/TripProcessDAO.java |
1182 |
New exception is thrown in catch block, original stack trace may be lost |
| 32867 |
src/com/gps/dao/TripProcessDAO.java |
1186 |
A catch statement that catches an exception only to rethrow it should be avoided. |
| 32868 |
src/com/gps/dao/TripProcessDAO.java |
1186 |
Avoid catching NullPointerException; consider removing the cause of the NPE. |
| 32869 |
src/com/gps/dao/TripProcessDAO.java |
1186 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 32870 |
src/com/gps/dao/TripProcessDAO.java |
1190 |
A catch statement that catches an exception only to rethrow it should be avoided. |
| 32871 |
src/com/gps/dao/TripProcessDAO.java |
1190 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 32872 |
src/com/gps/dao/TripProcessDAO.java |
1205 |
Avoid really long methods. |
| 32873 |
src/com/gps/dao/TripProcessDAO.java |
1205 |
Avoid variables with short names like d |
| 32874 |
src/com/gps/dao/TripProcessDAO.java |
1205 |
Parameter 'd' is not assigned and could be declared final |
| 32875 |
src/com/gps/dao/TripProcessDAO.java |
1205 |
Parameter 'next1' is not assigned and could be declared final |
| 32876 |
src/com/gps/dao/TripProcessDAO.java |
1205 |
Parameter 'request' is not assigned and could be declared final |
| 32877 |
src/com/gps/dao/TripProcessDAO.java |
1205 |
The method 'getTripDates' has a Cyclomatic Complexity of 66. |
| 32878 |
src/com/gps/dao/TripProcessDAO.java |
1205 |
The method getTripDates() has an NCSS line count of 218 |
| 32879 |
src/com/gps/dao/TripProcessDAO.java |
1205 |
The method getTripDates() has an NPath complexity of 71350272 |
| 32880 |
src/com/gps/dao/TripProcessDAO.java |
1205 |
publicMethodCommentRequirement Required |
| 32881 |
src/com/gps/dao/TripProcessDAO.java |
1207 |
Avoid declaring a variable if it is unreferenced before a possible exit point. |
| 32882 |
src/com/gps/dao/TripProcessDAO.java |
1207 |
Avoid unused local variables such as 'trip2'. |
| 32883 |
src/com/gps/dao/TripProcessDAO.java |
1207 |
Local variable 'trip2' could be declared final |
| 32884 |
src/com/gps/dao/TripProcessDAO.java |
1208 |
Avoid variables with short names like sb |
| 32885 |
src/com/gps/dao/TripProcessDAO.java |
1208 |
Local variable 'sb' could be declared final |
| 32886 |
src/com/gps/dao/TripProcessDAO.java |
1209 |
Avoid variables with short names like t |
| 32887 |
src/com/gps/dao/TripProcessDAO.java |
1210 |
Avoid unused local variables such as 'tripd'. |
| 32888 |
src/com/gps/dao/TripProcessDAO.java |
1211 |
Local variable 'tdo' could be declared final |
| 32889 |
src/com/gps/dao/TripProcessDAO.java |
1213 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'freq_trip' is not final. |
| 32890 |
src/com/gps/dao/TripProcessDAO.java |
1214 |
Local variable 'calendar' could be declared final |
| 32891 |
src/com/gps/dao/TripProcessDAO.java |
1215 |
Avoid declaring a variable if it is unreferenced before a possible exit point. |
| 32892 |
src/com/gps/dao/TripProcessDAO.java |
1215 |
Avoid unused local variables such as 'itr'. |
| 32893 |
src/com/gps/dao/TripProcessDAO.java |
1215 |
Local variable 'itr' could be declared final |
| 32894 |
src/com/gps/dao/TripProcessDAO.java |
1219 |
Avoid declaring a variable if it is unreferenced before a possible exit point. |
| 32895 |
src/com/gps/dao/TripProcessDAO.java |
1219 |
Avoid unused local variables such as 'vehitr'. |
| 32896 |
src/com/gps/dao/TripProcessDAO.java |
1219 |
Local variable 'vehitr' could be declared final |
| 32897 |
src/com/gps/dao/TripProcessDAO.java |
1220 |
Avoid variables with short names like ft |
| 32898 |
src/com/gps/dao/TripProcessDAO.java |
1222 |
Avoid declaring a variable if it is unreferenced before a possible exit point. |
| 32899 |
src/com/gps/dao/TripProcessDAO.java |
1222 |
Avoid unused local variables such as 'maxitr'. |
| 32900 |
src/com/gps/dao/TripProcessDAO.java |
1222 |
Local variable 'maxitr' could be declared final |
| 32901 |
src/com/gps/dao/TripProcessDAO.java |
1225 |
Local variable 'dateUtil' could be declared final |
| 32902 |
src/com/gps/dao/TripProcessDAO.java |
1226 |
Avoid declaring a variable if it is unreferenced before a possible exit point. |
| 32903 |
src/com/gps/dao/TripProcessDAO.java |
1226 |
Avoid unused local variables such as 'check'. |
| 32904 |
src/com/gps/dao/TripProcessDAO.java |
1226 |
Local variable 'check' could be declared final |
| 32905 |
src/com/gps/dao/TripProcessDAO.java |
1231 |
Avoid declaring a variable if it is unreferenced before a possible exit point. |
| 32906 |
src/com/gps/dao/TripProcessDAO.java |
1231 |
Avoid unused local variables such as 'dateAfter_1'. |
| 32907 |
src/com/gps/dao/TripProcessDAO.java |
1231 |
Local variable 'dateAfter_1' could be declared final |
| 32908 |
src/com/gps/dao/TripProcessDAO.java |
1231 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'dateAfter_1' is not final. |
| 32909 |
src/com/gps/dao/TripProcessDAO.java |
1233 |
Avoid variables with short names like h |
| 32910 |
src/com/gps/dao/TripProcessDAO.java |
1233 |
Local variable 'h' could be declared final |
| 32911 |
src/com/gps/dao/TripProcessDAO.java |
1234 |
Avoid variables with short names like m |
| 32912 |
src/com/gps/dao/TripProcessDAO.java |
1234 |
Do not hard code the IP address |
| 32913 |
src/com/gps/dao/TripProcessDAO.java |
1234 |
Local variable 'm' could be declared final |
| 32914 |
src/com/gps/dao/TripProcessDAO.java |
1235 |
Avoid variables with short names like s |
| 32915 |
src/com/gps/dao/TripProcessDAO.java |
1235 |
Do not hard code the IP address |
| 32916 |
src/com/gps/dao/TripProcessDAO.java |
1235 |
Local variable 's' could be declared final |
| 32917 |
src/com/gps/dao/TripProcessDAO.java |
1236 |
Avoid variables with short names like ss |
| 32918 |
src/com/gps/dao/TripProcessDAO.java |
1238 |
Local variable 'today' could be declared final |
| 32919 |
src/com/gps/dao/TripProcessDAO.java |
1239 |
Local variable 'formatter' could be declared final |
| 32920 |
src/com/gps/dao/TripProcessDAO.java |
1239 |
When instantiating a SimpleDateFormat object, specify a Locale |
| 32921 |
src/com/gps/dao/TripProcessDAO.java |
1240 |
Local variable 'sdfDestination' could be declared final |
| 32922 |
src/com/gps/dao/TripProcessDAO.java |
1240 |
When instantiating a SimpleDateFormat object, specify a Locale |
| 32923 |
src/com/gps/dao/TripProcessDAO.java |
1241 |
Local variable 'sdfDestination_24' could be declared final |
| 32924 |
src/com/gps/dao/TripProcessDAO.java |
1241 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'sdfDestination_24' is not final. |
| 32925 |
src/com/gps/dao/TripProcessDAO.java |
1241 |
When instantiating a SimpleDateFormat object, specify a Locale |
| 32926 |
src/com/gps/dao/TripProcessDAO.java |
1242 |
Potential violation of Law of Demeter (object not created locally) |
| 32927 |
src/com/gps/dao/TripProcessDAO.java |
1251 |
Avoid unused local variables such as 'add5_30'. |
| 32928 |
src/com/gps/dao/TripProcessDAO.java |
1251 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'add5_30' is not final. |
| 32929 |
src/com/gps/dao/TripProcessDAO.java |
1252 |
Local variable 'adddate' could be declared final |
| 32930 |
src/com/gps/dao/TripProcessDAO.java |
1252 |
When instantiating a SimpleDateFormat object, specify a Locale |
| 32931 |
src/com/gps/dao/TripProcessDAO.java |
1254 |
Potential violation of Law of Demeter (object not created locally) |
| 32932 |
src/com/gps/dao/TripProcessDAO.java |
1256 |
Potential violation of Law of Demeter (object not created locally) |
| 32933 |
src/com/gps/dao/TripProcessDAO.java |
1257 |
Potential violation of Law of Demeter (object not created locally) |
| 32934 |
src/com/gps/dao/TripProcessDAO.java |
1258 |
Potential violation of Law of Demeter (object not created locally) |
| 32935 |
src/com/gps/dao/TripProcessDAO.java |
1258 |
Potential violation of Law of Demeter (object not created locally) |
| 32936 |
src/com/gps/dao/TripProcessDAO.java |
1261 |
Avoid empty catch blocks |
| 32937 |
src/com/gps/dao/TripProcessDAO.java |
1270 |
Avoid excessively long variable names like dateCurrentDate_30 |
| 32938 |
src/com/gps/dao/TripProcessDAO.java |
1270 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'dateCurrentDate_30' is not final. |
| 32939 |
src/com/gps/dao/TripProcessDAO.java |
1274 |
Potential violation of Law of Demeter (object not created locally) |
| 32940 |
src/com/gps/dao/TripProcessDAO.java |
1278 |
There is log block not surrounded by if |
| 32941 |
src/com/gps/dao/TripProcessDAO.java |
1280 |
Potential violation of Law of Demeter (object not created locally) |
| 32942 |
src/com/gps/dao/TripProcessDAO.java |
1281 |
Local variable 'current_30' could be declared final |
| 32943 |
src/com/gps/dao/TripProcessDAO.java |
1281 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'current_30' is not final. |
| 32944 |
src/com/gps/dao/TripProcessDAO.java |
1281 |
Potential violation of Law of Demeter (object not created locally) |
| 32945 |
src/com/gps/dao/TripProcessDAO.java |
1281 |
Potential violation of Law of Demeter (object not created locally) |
| 32946 |
src/com/gps/dao/TripProcessDAO.java |
1285 |
Potential violation of Law of Demeter (object not created locally) |
| 32947 |
src/com/gps/dao/TripProcessDAO.java |
1288 |
There is log block not surrounded by if |
| 32948 |
src/com/gps/dao/TripProcessDAO.java |
1299 |
Avoid excessively long variable names like string_enddate_12hrs |
| 32949 |
src/com/gps/dao/TripProcessDAO.java |
1299 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'string_enddate_12hrs' is not final. |
| 32950 |
src/com/gps/dao/TripProcessDAO.java |
1300 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'am_pm' is not final. |
| 32951 |
src/com/gps/dao/TripProcessDAO.java |
1302 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'startDate_search' is not final. |
| 32952 |
src/com/gps/dao/TripProcessDAO.java |
1303 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'endDate_search' is not final. |
| 32953 |
src/com/gps/dao/TripProcessDAO.java |
1304 |
Avoid excessively long variable names like dateStartDate_search |
| 32954 |
src/com/gps/dao/TripProcessDAO.java |
1304 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'dateStartDate_search' is not final. |
| 32955 |
src/com/gps/dao/TripProcessDAO.java |
1305 |
Avoid excessively long variable names like dateEndDate_search |
| 32956 |
src/com/gps/dao/TripProcessDAO.java |
1305 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'dateEndDate_search' is not final. |
| 32957 |
src/com/gps/dao/TripProcessDAO.java |
1306 |
Avoid unused local variables such as 'final_startDate'. |
| 32958 |
src/com/gps/dao/TripProcessDAO.java |
1306 |
Local variable 'final_startDate' could be declared final |
| 32959 |
src/com/gps/dao/TripProcessDAO.java |
1306 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'final_startDate' is not final. |
| 32960 |
src/com/gps/dao/TripProcessDAO.java |
1307 |
Avoid unused local variables such as 'final_endDate'. |
| 32961 |
src/com/gps/dao/TripProcessDAO.java |
1307 |
Local variable 'final_endDate' could be declared final |
| 32962 |
src/com/gps/dao/TripProcessDAO.java |
1307 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'final_endDate' is not final. |
| 32963 |
src/com/gps/dao/TripProcessDAO.java |
1310 |
Avoid excessively long variable names like tstart_date_by_date |
| 32964 |
src/com/gps/dao/TripProcessDAO.java |
1310 |
Avoid unused local variables such as 'tstart_date_by_date'. |
| 32965 |
src/com/gps/dao/TripProcessDAO.java |
1310 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'tstart_date_by_date' is not final. |
| 32966 |
src/com/gps/dao/TripProcessDAO.java |
1311 |
Avoid unused local variables such as 'tend_date_by_date'. |
| 32967 |
src/com/gps/dao/TripProcessDAO.java |
1311 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'tend_date_by_date' is not final. |
| 32968 |
src/com/gps/dao/TripProcessDAO.java |
1313 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'fcurrent_30' is not final. |
| 32969 |
src/com/gps/dao/TripProcessDAO.java |
1318 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'fStart_current' is not final. |
| 32970 |
src/com/gps/dao/TripProcessDAO.java |
1319 |
Local variable 'cal_now' could be declared final |
| 32971 |
src/com/gps/dao/TripProcessDAO.java |
1319 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'cal_now' is not final. |
| 32972 |
src/com/gps/dao/TripProcessDAO.java |
1320 |
Local variable 'calendar_now' could be declared final |
| 32973 |
src/com/gps/dao/TripProcessDAO.java |
1320 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'calendar_now' is not final. |
| 32974 |
src/com/gps/dao/TripProcessDAO.java |
1321 |
Local variable 'dateformat' could be declared final |
| 32975 |
src/com/gps/dao/TripProcessDAO.java |
1321 |
When instantiating a SimpleDateFormat object, specify a Locale |
| 32976 |
src/com/gps/dao/TripProcessDAO.java |
1322 |
Local variable 'date' could be declared final |
| 32977 |
src/com/gps/dao/TripProcessDAO.java |
1322 |
Potential violation of Law of Demeter (object not created locally) |
| 32978 |
src/com/gps/dao/TripProcessDAO.java |
1323 |
Local variable 'curr_time' could be declared final |
| 32979 |
src/com/gps/dao/TripProcessDAO.java |
1323 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'curr_time' is not final. |
| 32980 |
src/com/gps/dao/TripProcessDAO.java |
1323 |
Potential violation of Law of Demeter (object not created locally) |
| 32981 |
src/com/gps/dao/TripProcessDAO.java |
1324 |
Local variable 'time' could be declared final |
| 32982 |
src/com/gps/dao/TripProcessDAO.java |
1324 |
Potential violation of Law of Demeter (object not created locally) |
| 32983 |
src/com/gps/dao/TripProcessDAO.java |
1326 |
Potential violation of Law of Demeter (object not created locally) |
| 32984 |
src/com/gps/dao/TripProcessDAO.java |
1327 |
Potential violation of Law of Demeter (object not created locally) |
| 32985 |
src/com/gps/dao/TripProcessDAO.java |
1331 |
Potential violation of Law of Demeter (object not created locally) |
| 32986 |
src/com/gps/dao/TripProcessDAO.java |
1332 |
Potential violation of Law of Demeter (method chain calls) |
| 32987 |
src/com/gps/dao/TripProcessDAO.java |
1332 |
Potential violation of Law of Demeter (method chain calls) |
| 32988 |
src/com/gps/dao/TripProcessDAO.java |
1332 |
Potential violation of Law of Demeter (object not created locally) |
| 32989 |
src/com/gps/dao/TripProcessDAO.java |
1332 |
Potential violation of Law of Demeter (object not created locally) |
| 32990 |
src/com/gps/dao/TripProcessDAO.java |
1335 |
Avoid appending characters as strings in StringBuffer.append. |
| 32991 |
src/com/gps/dao/TripProcessDAO.java |
1335 |
Potential violation of Law of Demeter (object not created locally) |
| 32992 |
src/com/gps/dao/TripProcessDAO.java |
1337 |
Potential violation of Law of Demeter (object not created locally) |
| 32993 |
src/com/gps/dao/TripProcessDAO.java |
1337 |
Potential violation of Law of Demeter (object not created locally) |
| 32994 |
src/com/gps/dao/TripProcessDAO.java |
1340 |
Potential violation of Law of Demeter (object not created locally) |
| 32995 |
src/com/gps/dao/TripProcessDAO.java |
1341 |
Potential violation of Law of Demeter (object not created locally) |
| 32996 |
src/com/gps/dao/TripProcessDAO.java |
1341 |
Potential violation of Law of Demeter (object not created locally) |
| 32997 |
src/com/gps/dao/TripProcessDAO.java |
1342 |
Potential violation of Law of Demeter (method chain calls) |
| 32998 |
src/com/gps/dao/TripProcessDAO.java |
1342 |
Potential violation of Law of Demeter (method chain calls) |
| 32999 |
src/com/gps/dao/TripProcessDAO.java |
1342 |
Potential violation of Law of Demeter (object not created locally) |
| 33000 |
src/com/gps/dao/TripProcessDAO.java |
1343 |
Potential violation of Law of Demeter (method chain calls) |
| 33001 |
src/com/gps/dao/TripProcessDAO.java |
1343 |
Potential violation of Law of Demeter (object not created locally) |
| 33002 |
src/com/gps/dao/TripProcessDAO.java |
1345 |
Potential violation of Law of Demeter (method chain calls) |
| 33003 |
src/com/gps/dao/TripProcessDAO.java |
1345 |
Potential violation of Law of Demeter (method chain calls) |
| 33004 |
src/com/gps/dao/TripProcessDAO.java |
1346 |
Avoid using if...else statements without curly braces |
| 33005 |
src/com/gps/dao/TripProcessDAO.java |
1348 |
Avoid using if...else statements without curly braces |
| 33006 |
src/com/gps/dao/TripProcessDAO.java |
1349 |
Potential violation of Law of Demeter (method chain calls) |
| 33007 |
src/com/gps/dao/TripProcessDAO.java |
1349 |
Potential violation of Law of Demeter (method chain calls) |
| 33008 |
src/com/gps/dao/TripProcessDAO.java |
1350 |
Potential violation of Law of Demeter (object not created locally) |
| 33009 |
src/com/gps/dao/TripProcessDAO.java |
1351 |
Potential violation of Law of Demeter (method chain calls) |
| 33010 |
src/com/gps/dao/TripProcessDAO.java |
1353 |
Local variable 'hours' could be declared final |
| 33011 |
src/com/gps/dao/TripProcessDAO.java |
1353 |
Potential violation of Law of Demeter (method chain calls) |
| 33012 |
src/com/gps/dao/TripProcessDAO.java |
1356 |
Potential violation of Law of Demeter (method chain calls) |
| 33013 |
src/com/gps/dao/TripProcessDAO.java |
1356 |
Potential violation of Law of Demeter (method chain calls) |
| 33014 |
src/com/gps/dao/TripProcessDAO.java |
1356 |
Potential violation of Law of Demeter (object not created locally) |
| 33015 |
src/com/gps/dao/TripProcessDAO.java |
1357 |
Potential violation of Law of Demeter (method chain calls) |
| 33016 |
src/com/gps/dao/TripProcessDAO.java |
1357 |
Potential violation of Law of Demeter (method chain calls) |
| 33017 |
src/com/gps/dao/TripProcessDAO.java |
1357 |
Potential violation of Law of Demeter (object not created locally) |
| 33018 |
src/com/gps/dao/TripProcessDAO.java |
1358 |
Potential violation of Law of Demeter (object not created locally) |
| 33019 |
src/com/gps/dao/TripProcessDAO.java |
1359 |
Potential violation of Law of Demeter (object not created locally) |
| 33020 |
src/com/gps/dao/TripProcessDAO.java |
1359 |
Potential violation of Law of Demeter (object not created locally) |
| 33021 |
src/com/gps/dao/TripProcessDAO.java |
1363 |
Potential violation of Law of Demeter (object not created locally) |
| 33022 |
src/com/gps/dao/TripProcessDAO.java |
1364 |
Potential violation of Law of Demeter (object not created locally) |
| 33023 |
src/com/gps/dao/TripProcessDAO.java |
1368 |
There is log block not surrounded by if |
| 33024 |
src/com/gps/dao/TripProcessDAO.java |
1371 |
Potential violation of Law of Demeter (object not created locally) |
| 33025 |
src/com/gps/dao/TripProcessDAO.java |
1371 |
Potential violation of Law of Demeter (object not created locally) |
| 33026 |
src/com/gps/dao/TripProcessDAO.java |
1371 |
Useless parentheses. |
| 33027 |
src/com/gps/dao/TripProcessDAO.java |
1371 |
Useless parentheses. |
| 33028 |
src/com/gps/dao/TripProcessDAO.java |
1373 |
Potential violation of Law of Demeter (object not created locally) |
| 33029 |
src/com/gps/dao/TripProcessDAO.java |
1374 |
Potential violation of Law of Demeter (object not created locally) |
| 33030 |
src/com/gps/dao/TripProcessDAO.java |
1374 |
Potential violation of Law of Demeter (object not created locally) |
| 33031 |
src/com/gps/dao/TripProcessDAO.java |
1375 |
Potential violation of Law of Demeter (method chain calls) |
| 33032 |
src/com/gps/dao/TripProcessDAO.java |
1375 |
Potential violation of Law of Demeter (method chain calls) |
| 33033 |
src/com/gps/dao/TripProcessDAO.java |
1375 |
Potential violation of Law of Demeter (object not created locally) |
| 33034 |
src/com/gps/dao/TripProcessDAO.java |
1376 |
Potential violation of Law of Demeter (method chain calls) |
| 33035 |
src/com/gps/dao/TripProcessDAO.java |
1376 |
Potential violation of Law of Demeter (object not created locally) |
| 33036 |
src/com/gps/dao/TripProcessDAO.java |
1378 |
Potential violation of Law of Demeter (method chain calls) |
| 33037 |
src/com/gps/dao/TripProcessDAO.java |
1378 |
Potential violation of Law of Demeter (method chain calls) |
| 33038 |
src/com/gps/dao/TripProcessDAO.java |
1379 |
Avoid using if...else statements without curly braces |
| 33039 |
src/com/gps/dao/TripProcessDAO.java |
1381 |
Avoid using if...else statements without curly braces |
| 33040 |
src/com/gps/dao/TripProcessDAO.java |
1382 |
Potential violation of Law of Demeter (method chain calls) |
| 33041 |
src/com/gps/dao/TripProcessDAO.java |
1382 |
Potential violation of Law of Demeter (method chain calls) |
| 33042 |
src/com/gps/dao/TripProcessDAO.java |
1383 |
Potential violation of Law of Demeter (object not created locally) |
| 33043 |
src/com/gps/dao/TripProcessDAO.java |
1384 |
Potential violation of Law of Demeter (method chain calls) |
| 33044 |
src/com/gps/dao/TripProcessDAO.java |
1384 |
Potential violation of Law of Demeter (method chain calls) |
| 33045 |
src/com/gps/dao/TripProcessDAO.java |
1384 |
Potential violation of Law of Demeter (object not created locally) |
| 33046 |
src/com/gps/dao/TripProcessDAO.java |
1385 |
Potential violation of Law of Demeter (method chain calls) |
| 33047 |
src/com/gps/dao/TripProcessDAO.java |
1385 |
Potential violation of Law of Demeter (method chain calls) |
| 33048 |
src/com/gps/dao/TripProcessDAO.java |
1385 |
Potential violation of Law of Demeter (object not created locally) |
| 33049 |
src/com/gps/dao/TripProcessDAO.java |
1386 |
Potential violation of Law of Demeter (object not created locally) |
| 33050 |
src/com/gps/dao/TripProcessDAO.java |
1387 |
Potential violation of Law of Demeter (object not created locally) |
| 33051 |
src/com/gps/dao/TripProcessDAO.java |
1387 |
Potential violation of Law of Demeter (object not created locally) |
| 33052 |
src/com/gps/dao/TripProcessDAO.java |
1391 |
Potential violation of Law of Demeter (object not created locally) |
| 33053 |
src/com/gps/dao/TripProcessDAO.java |
1392 |
Potential violation of Law of Demeter (object not created locally) |
| 33054 |
src/com/gps/dao/TripProcessDAO.java |
1397 |
There is log block not surrounded by if |
| 33055 |
src/com/gps/dao/TripProcessDAO.java |
1401 |
Potential violation of Law of Demeter (object not created locally) |
| 33056 |
src/com/gps/dao/TripProcessDAO.java |
1401 |
Potential violation of Law of Demeter (object not created locally) |
| 33057 |
src/com/gps/dao/TripProcessDAO.java |
1403 |
Potential violation of Law of Demeter (method chain calls) |
| 33058 |
src/com/gps/dao/TripProcessDAO.java |
1403 |
Potential violation of Law of Demeter (method chain calls) |
| 33059 |
src/com/gps/dao/TripProcessDAO.java |
1403 |
Potential violation of Law of Demeter (object not created locally) |
| 33060 |
src/com/gps/dao/TripProcessDAO.java |
1404 |
Potential violation of Law of Demeter (method chain calls) |
| 33061 |
src/com/gps/dao/TripProcessDAO.java |
1404 |
Potential violation of Law of Demeter (method chain calls) |
| 33062 |
src/com/gps/dao/TripProcessDAO.java |
1404 |
Potential violation of Law of Demeter (object not created locally) |
| 33063 |
src/com/gps/dao/TripProcessDAO.java |
1405 |
Potential violation of Law of Demeter (method chain calls) |
| 33064 |
src/com/gps/dao/TripProcessDAO.java |
1405 |
Potential violation of Law of Demeter (method chain calls) |
| 33065 |
src/com/gps/dao/TripProcessDAO.java |
1405 |
Potential violation of Law of Demeter (object not created locally) |
| 33066 |
src/com/gps/dao/TripProcessDAO.java |
1406 |
Local variable 'str_dat' could be declared final |
| 33067 |
src/com/gps/dao/TripProcessDAO.java |
1406 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'str_dat' is not final. |
| 33068 |
src/com/gps/dao/TripProcessDAO.java |
1406 |
Potential violation of Law of Demeter (object not created locally) |
| 33069 |
src/com/gps/dao/TripProcessDAO.java |
1406 |
Potential violation of Law of Demeter (object not created locally) |
| 33070 |
src/com/gps/dao/TripProcessDAO.java |
1407 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'start_date' is not final. |
| 33071 |
src/com/gps/dao/TripProcessDAO.java |
1411 |
Potential violation of Law of Demeter (object not created locally) |
| 33072 |
src/com/gps/dao/TripProcessDAO.java |
1414 |
There is log block not surrounded by if |
| 33073 |
src/com/gps/dao/TripProcessDAO.java |
1417 |
Potential violation of Law of Demeter (object not created locally) |
| 33074 |
src/com/gps/dao/TripProcessDAO.java |
1418 |
Potential violation of Law of Demeter (method chain calls) |
| 33075 |
src/com/gps/dao/TripProcessDAO.java |
1418 |
Potential violation of Law of Demeter (object not created locally) |
| 33076 |
src/com/gps/dao/TripProcessDAO.java |
1418 |
Potential violation of Law of Demeter (object not created locally) |
| 33077 |
src/com/gps/dao/TripProcessDAO.java |
1418 |
Potential violation of Law of Demeter (object not created locally) |
| 33078 |
src/com/gps/dao/TripProcessDAO.java |
1418 |
Useless parentheses. |
| 33079 |
src/com/gps/dao/TripProcessDAO.java |
1418 |
Useless parentheses. |
| 33080 |
src/com/gps/dao/TripProcessDAO.java |
1418 |
Useless parentheses. |
| 33081 |
src/com/gps/dao/TripProcessDAO.java |
1420 |
Potential violation of Law of Demeter (object not created locally) |
| 33082 |
src/com/gps/dao/TripProcessDAO.java |
1422 |
Potential violation of Law of Demeter (object not created locally) |
| 33083 |
src/com/gps/dao/TripProcessDAO.java |
1422 |
Potential violation of Law of Demeter (object not created locally) |
| 33084 |
src/com/gps/dao/TripProcessDAO.java |
1424 |
Avoid if (x != y) ..; else ..; |
| 33085 |
src/com/gps/dao/TripProcessDAO.java |
1424 |
Useless parentheses. |
| 33086 |
src/com/gps/dao/TripProcessDAO.java |
1426 |
Potential violation of Law of Demeter (object not created locally) |
| 33087 |
src/com/gps/dao/TripProcessDAO.java |
1430 |
Comment is too large: Line too long |
| 33088 |
src/com/gps/dao/TripProcessDAO.java |
1434 |
Potential violation of Law of Demeter (object not created locally) |
| 33089 |
src/com/gps/dao/TripProcessDAO.java |
1442 |
Potential violation of Law of Demeter (method chain calls) |
| 33090 |
src/com/gps/dao/TripProcessDAO.java |
1442 |
Potential violation of Law of Demeter (object not created locally) |
| 33091 |
src/com/gps/dao/TripProcessDAO.java |
1442 |
Potential violation of Law of Demeter (object not created locally) |
| 33092 |
src/com/gps/dao/TripProcessDAO.java |
1442 |
Potential violation of Law of Demeter (object not created locally) |
| 33093 |
src/com/gps/dao/TripProcessDAO.java |
1442 |
Useless parentheses. |
| 33094 |
src/com/gps/dao/TripProcessDAO.java |
1442 |
Useless parentheses. |
| 33095 |
src/com/gps/dao/TripProcessDAO.java |
1442 |
Useless parentheses. |
| 33096 |
src/com/gps/dao/TripProcessDAO.java |
1445 |
Potential violation of Law of Demeter (object not created locally) |
| 33097 |
src/com/gps/dao/TripProcessDAO.java |
1451 |
Potential violation of Law of Demeter (object not created locally) |
| 33098 |
src/com/gps/dao/TripProcessDAO.java |
1452 |
Potential violation of Law of Demeter (object not created locally) |
| 33099 |
src/com/gps/dao/TripProcessDAO.java |
1455 |
Avoid printStackTrace(); use a logger call instead. |
| 33100 |
src/com/gps/dao/TripProcessDAO.java |
1455 |
Potential violation of Law of Demeter (object not created locally) |
| 33101 |
src/com/gps/dao/TripProcessDAO.java |
1459 |
Potential violation of Law of Demeter (object not created locally) |
| 33102 |
src/com/gps/dao/TripProcessDAO.java |
1466 |
Potential violation of Law of Demeter (method chain calls) |
| 33103 |
src/com/gps/dao/TripProcessDAO.java |
1466 |
Potential violation of Law of Demeter (object not created locally) |
| 33104 |
src/com/gps/dao/TripProcessDAO.java |
1470 |
Potential violation of Law of Demeter (object not created locally) |
| 33105 |
src/com/gps/dao/TripProcessDAO.java |
1471 |
Potential violation of Law of Demeter (object not created locally) |
| 33106 |
src/com/gps/dao/TripProcessDAO.java |
1475 |
Potential violation of Law of Demeter (method chain calls) |
| 33107 |
src/com/gps/dao/TripProcessDAO.java |
1475 |
Potential violation of Law of Demeter (object not created locally) |
| 33108 |
src/com/gps/dao/TripProcessDAO.java |
1477 |
Avoid using Literals in Conditional Statements |
| 33109 |
src/com/gps/dao/TripProcessDAO.java |
1477 |
These nested if statements could be combined |
| 33110 |
src/com/gps/dao/TripProcessDAO.java |
1482 |
Potential violation of Law of Demeter (method chain calls) |
| 33111 |
src/com/gps/dao/TripProcessDAO.java |
1482 |
Potential violation of Law of Demeter (method chain calls) |
| 33112 |
src/com/gps/dao/TripProcessDAO.java |
1483 |
Potential violation of Law of Demeter (method chain calls) |
| 33113 |
src/com/gps/dao/TripProcessDAO.java |
1483 |
Potential violation of Law of Demeter (method chain calls) |
| 33114 |
src/com/gps/dao/TripProcessDAO.java |
1483 |
This statement may have some unnecessary parentheses |
| 33115 |
src/com/gps/dao/TripProcessDAO.java |
1483 |
This statement may have some unnecessary parentheses |
| 33116 |
src/com/gps/dao/TripProcessDAO.java |
1483 |
Useless parentheses. |
| 33117 |
src/com/gps/dao/TripProcessDAO.java |
1483 |
Useless parentheses. |
| 33118 |
src/com/gps/dao/TripProcessDAO.java |
1484 |
Potential violation of Law of Demeter (object not created locally) |
| 33119 |
src/com/gps/dao/TripProcessDAO.java |
1486 |
Potential violation of Law of Demeter (method chain calls) |
| 33120 |
src/com/gps/dao/TripProcessDAO.java |
1486 |
Potential violation of Law of Demeter (object not created locally) |
| 33121 |
src/com/gps/dao/TripProcessDAO.java |
1488 |
Potential violation of Law of Demeter (object not created locally) |
| 33122 |
src/com/gps/dao/TripProcessDAO.java |
1489 |
Potential violation of Law of Demeter (object not created locally) |
| 33123 |
src/com/gps/dao/TripProcessDAO.java |
1490 |
Comment is too large: Line too long |
| 33124 |
src/com/gps/dao/TripProcessDAO.java |
1497 |
Potential violation of Law of Demeter (method chain calls) |
| 33125 |
src/com/gps/dao/TripProcessDAO.java |
1497 |
Potential violation of Law of Demeter (object not created locally) |
| 33126 |
src/com/gps/dao/TripProcessDAO.java |
1500 |
Potential violation of Law of Demeter (object not created locally) |
| 33127 |
src/com/gps/dao/TripProcessDAO.java |
1504 |
Potential violation of Law of Demeter (method chain calls) |
| 33128 |
src/com/gps/dao/TripProcessDAO.java |
1504 |
Potential violation of Law of Demeter (object not created locally) |
| 33129 |
src/com/gps/dao/TripProcessDAO.java |
1507 |
Potential violation of Law of Demeter (object not created locally) |
| 33130 |
src/com/gps/dao/TripProcessDAO.java |
1507 |
Potential violation of Law of Demeter (object not created locally) |
| 33131 |
src/com/gps/dao/TripProcessDAO.java |
1507 |
Potential violation of Law of Demeter (object not created locally) |
| 33132 |
src/com/gps/dao/TripProcessDAO.java |
1507 |
Potential violation of Law of Demeter (object not created locally) |
| 33133 |
src/com/gps/dao/TripProcessDAO.java |
1507 |
Potential violation of Law of Demeter (object not created locally) |
| 33134 |
src/com/gps/dao/TripProcessDAO.java |
1507 |
Potential violation of Law of Demeter (object not created locally) |
| 33135 |
src/com/gps/dao/TripProcessDAO.java |
1507 |
Potential violation of Law of Demeter (object not created locally) |
| 33136 |
src/com/gps/dao/TripProcessDAO.java |
1507 |
Potential violation of Law of Demeter (object not created locally) |
| 33137 |
src/com/gps/dao/TripProcessDAO.java |
1507 |
Potential violation of Law of Demeter (object not created locally) |
| 33138 |
src/com/gps/dao/TripProcessDAO.java |
1507 |
Useless parentheses. |
| 33139 |
src/com/gps/dao/TripProcessDAO.java |
1507 |
Useless parentheses. |
| 33140 |
src/com/gps/dao/TripProcessDAO.java |
1512 |
Potential violation of Law of Demeter (object not created locally) |
| 33141 |
src/com/gps/dao/TripProcessDAO.java |
1512 |
Potential violation of Law of Demeter (object not created locally) |
| 33142 |
src/com/gps/dao/TripProcessDAO.java |
1512 |
Potential violation of Law of Demeter (object not created locally) |
| 33143 |
src/com/gps/dao/TripProcessDAO.java |
1512 |
Potential violation of Law of Demeter (object not created locally) |
| 33144 |
src/com/gps/dao/TripProcessDAO.java |
1512 |
Potential violation of Law of Demeter (object not created locally) |
| 33145 |
src/com/gps/dao/TripProcessDAO.java |
1512 |
Potential violation of Law of Demeter (object not created locally) |
| 33146 |
src/com/gps/dao/TripProcessDAO.java |
1512 |
Potential violation of Law of Demeter (object not created locally) |
| 33147 |
src/com/gps/dao/TripProcessDAO.java |
1512 |
Potential violation of Law of Demeter (object not created locally) |
| 33148 |
src/com/gps/dao/TripProcessDAO.java |
1512 |
Potential violation of Law of Demeter (object not created locally) |
| 33149 |
src/com/gps/dao/TripProcessDAO.java |
1512 |
Useless parentheses. |
| 33150 |
src/com/gps/dao/TripProcessDAO.java |
1512 |
Useless parentheses. |
| 33151 |
src/com/gps/dao/TripProcessDAO.java |
1517 |
Potential violation of Law of Demeter (object not created locally) |
| 33152 |
src/com/gps/dao/TripProcessDAO.java |
1517 |
Potential violation of Law of Demeter (object not created locally) |
| 33153 |
src/com/gps/dao/TripProcessDAO.java |
1517 |
Potential violation of Law of Demeter (object not created locally) |
| 33154 |
src/com/gps/dao/TripProcessDAO.java |
1517 |
Potential violation of Law of Demeter (object not created locally) |
| 33155 |
src/com/gps/dao/TripProcessDAO.java |
1517 |
Potential violation of Law of Demeter (object not created locally) |
| 33156 |
src/com/gps/dao/TripProcessDAO.java |
1517 |
Potential violation of Law of Demeter (object not created locally) |
| 33157 |
src/com/gps/dao/TripProcessDAO.java |
1517 |
Potential violation of Law of Demeter (object not created locally) |
| 33158 |
src/com/gps/dao/TripProcessDAO.java |
1517 |
Potential violation of Law of Demeter (object not created locally) |
| 33159 |
src/com/gps/dao/TripProcessDAO.java |
1517 |
Potential violation of Law of Demeter (object not created locally) |
| 33160 |
src/com/gps/dao/TripProcessDAO.java |
1517 |
Useless parentheses. |
| 33161 |
src/com/gps/dao/TripProcessDAO.java |
1517 |
Useless parentheses. |
| 33162 |
src/com/gps/dao/TripProcessDAO.java |
1522 |
Potential violation of Law of Demeter (object not created locally) |
| 33163 |
src/com/gps/dao/TripProcessDAO.java |
1522 |
Potential violation of Law of Demeter (object not created locally) |
| 33164 |
src/com/gps/dao/TripProcessDAO.java |
1522 |
Potential violation of Law of Demeter (object not created locally) |
| 33165 |
src/com/gps/dao/TripProcessDAO.java |
1522 |
Potential violation of Law of Demeter (object not created locally) |
| 33166 |
src/com/gps/dao/TripProcessDAO.java |
1522 |
Potential violation of Law of Demeter (object not created locally) |
| 33167 |
src/com/gps/dao/TripProcessDAO.java |
1522 |
Potential violation of Law of Demeter (object not created locally) |
| 33168 |
src/com/gps/dao/TripProcessDAO.java |
1522 |
Potential violation of Law of Demeter (object not created locally) |
| 33169 |
src/com/gps/dao/TripProcessDAO.java |
1522 |
Potential violation of Law of Demeter (object not created locally) |
| 33170 |
src/com/gps/dao/TripProcessDAO.java |
1522 |
Potential violation of Law of Demeter (object not created locally) |
| 33171 |
src/com/gps/dao/TripProcessDAO.java |
1522 |
Useless parentheses. |
| 33172 |
src/com/gps/dao/TripProcessDAO.java |
1522 |
Useless parentheses. |
| 33173 |
src/com/gps/dao/TripProcessDAO.java |
1527 |
Potential violation of Law of Demeter (object not created locally) |
| 33174 |
src/com/gps/dao/TripProcessDAO.java |
1527 |
Potential violation of Law of Demeter (object not created locally) |
| 33175 |
src/com/gps/dao/TripProcessDAO.java |
1527 |
Potential violation of Law of Demeter (object not created locally) |
| 33176 |
src/com/gps/dao/TripProcessDAO.java |
1527 |
Potential violation of Law of Demeter (object not created locally) |
| 33177 |
src/com/gps/dao/TripProcessDAO.java |
1527 |
Potential violation of Law of Demeter (object not created locally) |
| 33178 |
src/com/gps/dao/TripProcessDAO.java |
1527 |
Potential violation of Law of Demeter (object not created locally) |
| 33179 |
src/com/gps/dao/TripProcessDAO.java |
1527 |
Potential violation of Law of Demeter (object not created locally) |
| 33180 |
src/com/gps/dao/TripProcessDAO.java |
1527 |
Potential violation of Law of Demeter (object not created locally) |
| 33181 |
src/com/gps/dao/TripProcessDAO.java |
1527 |
Potential violation of Law of Demeter (object not created locally) |
| 33182 |
src/com/gps/dao/TripProcessDAO.java |
1527 |
Useless parentheses. |
| 33183 |
src/com/gps/dao/TripProcessDAO.java |
1527 |
Useless parentheses. |
| 33184 |
src/com/gps/dao/TripProcessDAO.java |
1533 |
Potential violation of Law of Demeter (object not created locally) |
| 33185 |
src/com/gps/dao/TripProcessDAO.java |
1533 |
Potential violation of Law of Demeter (object not created locally) |
| 33186 |
src/com/gps/dao/TripProcessDAO.java |
1533 |
Potential violation of Law of Demeter (object not created locally) |
| 33187 |
src/com/gps/dao/TripProcessDAO.java |
1533 |
Potential violation of Law of Demeter (object not created locally) |
| 33188 |
src/com/gps/dao/TripProcessDAO.java |
1533 |
Potential violation of Law of Demeter (object not created locally) |
| 33189 |
src/com/gps/dao/TripProcessDAO.java |
1533 |
Potential violation of Law of Demeter (object not created locally) |
| 33190 |
src/com/gps/dao/TripProcessDAO.java |
1533 |
Potential violation of Law of Demeter (object not created locally) |
| 33191 |
src/com/gps/dao/TripProcessDAO.java |
1533 |
Potential violation of Law of Demeter (object not created locally) |
| 33192 |
src/com/gps/dao/TripProcessDAO.java |
1533 |
Potential violation of Law of Demeter (object not created locally) |
| 33193 |
src/com/gps/dao/TripProcessDAO.java |
1533 |
Useless parentheses. |
| 33194 |
src/com/gps/dao/TripProcessDAO.java |
1533 |
Useless parentheses. |
| 33195 |
src/com/gps/dao/TripProcessDAO.java |
1539 |
Potential violation of Law of Demeter (object not created locally) |
| 33196 |
src/com/gps/dao/TripProcessDAO.java |
1540 |
Potential violation of Law of Demeter (object not created locally) |
| 33197 |
src/com/gps/dao/TripProcessDAO.java |
1542 |
Avoid using Literals in Conditional Statements |
| 33198 |
src/com/gps/dao/TripProcessDAO.java |
1547 |
Potential violation of Law of Demeter (method chain calls) |
| 33199 |
src/com/gps/dao/TripProcessDAO.java |
1547 |
Potential violation of Law of Demeter (method chain calls) |
| 33200 |
src/com/gps/dao/TripProcessDAO.java |
1547 |
Potential violation of Law of Demeter (object not created locally) |
| 33201 |
src/com/gps/dao/TripProcessDAO.java |
1548 |
Potential violation of Law of Demeter (method chain calls) |
| 33202 |
src/com/gps/dao/TripProcessDAO.java |
1548 |
Potential violation of Law of Demeter (method chain calls) |
| 33203 |
src/com/gps/dao/TripProcessDAO.java |
1549 |
Potential violation of Law of Demeter (method chain calls) |
| 33204 |
src/com/gps/dao/TripProcessDAO.java |
1549 |
Potential violation of Law of Demeter (method chain calls) |
| 33205 |
src/com/gps/dao/TripProcessDAO.java |
1549 |
This statement may have some unnecessary parentheses |
| 33206 |
src/com/gps/dao/TripProcessDAO.java |
1549 |
This statement may have some unnecessary parentheses |
| 33207 |
src/com/gps/dao/TripProcessDAO.java |
1549 |
Useless parentheses. |
| 33208 |
src/com/gps/dao/TripProcessDAO.java |
1549 |
Useless parentheses. |
| 33209 |
src/com/gps/dao/TripProcessDAO.java |
1550 |
Potential violation of Law of Demeter (object not created locally) |
| 33210 |
src/com/gps/dao/TripProcessDAO.java |
1551 |
Comment is too large: Line too long |
| 33211 |
src/com/gps/dao/TripProcessDAO.java |
1551 |
Local variable 'newstart' could be declared final |
| 33212 |
src/com/gps/dao/TripProcessDAO.java |
1551 |
Potential violation of Law of Demeter (object not created locally) |
| 33213 |
src/com/gps/dao/TripProcessDAO.java |
1552 |
Potential violation of Law of Demeter (method chain calls) |
| 33214 |
src/com/gps/dao/TripProcessDAO.java |
1552 |
Potential violation of Law of Demeter (object not created locally) |
| 33215 |
src/com/gps/dao/TripProcessDAO.java |
1554 |
Potential violation of Law of Demeter (object not created locally) |
| 33216 |
src/com/gps/dao/TripProcessDAO.java |
1555 |
Potential violation of Law of Demeter (object not created locally) |
| 33217 |
src/com/gps/dao/TripProcessDAO.java |
1556 |
Comment is too large: Line too long |
| 33218 |
src/com/gps/dao/TripProcessDAO.java |
1556 |
Local variable 'newend' could be declared final |
| 33219 |
src/com/gps/dao/TripProcessDAO.java |
1556 |
Potential violation of Law of Demeter (object not created locally) |
| 33220 |
src/com/gps/dao/TripProcessDAO.java |
1557 |
Potential violation of Law of Demeter (method chain calls) |
| 33221 |
src/com/gps/dao/TripProcessDAO.java |
1557 |
Potential violation of Law of Demeter (method chain calls) |
| 33222 |
src/com/gps/dao/TripProcessDAO.java |
1557 |
Potential violation of Law of Demeter (object not created locally) |
| 33223 |
src/com/gps/dao/TripProcessDAO.java |
1557 |
Potential violation of Law of Demeter (object not created locally) |
| 33224 |
src/com/gps/dao/TripProcessDAO.java |
1559 |
Potential violation of Law of Demeter (method chain calls) |
| 33225 |
src/com/gps/dao/TripProcessDAO.java |
1559 |
Potential violation of Law of Demeter (method chain calls) |
| 33226 |
src/com/gps/dao/TripProcessDAO.java |
1559 |
Potential violation of Law of Demeter (object not created locally) |
| 33227 |
src/com/gps/dao/TripProcessDAO.java |
1559 |
These nested if statements could be combined |
| 33228 |
src/com/gps/dao/TripProcessDAO.java |
1561 |
Avoid appending characters as strings in StringBuffer.append. |
| 33229 |
src/com/gps/dao/TripProcessDAO.java |
1561 |
Potential violation of Law of Demeter (object not created locally) |
| 33230 |
src/com/gps/dao/TripProcessDAO.java |
1561 |
StringBuffer (or StringBuilder).append is called 3 consecutive times with literal Strings. Use a single append with a single combined String. |
| 33231 |
src/com/gps/dao/TripProcessDAO.java |
1562 |
StringBuffer (or StringBuilder).append is called 4 consecutive times with literal Strings. Use a single append with a single combined String. |
| 33232 |
src/com/gps/dao/TripProcessDAO.java |
1566 |
Avoid appending characters as strings in StringBuffer.append. |
| 33233 |
src/com/gps/dao/TripProcessDAO.java |
1568 |
StringBuffer (or StringBuilder).append is called 7 consecutive times with literal Strings. Use a single append with a single combined String. |
| 33234 |
src/com/gps/dao/TripProcessDAO.java |
1569 |
Avoid appending characters as strings in StringBuffer.append. |
| 33235 |
src/com/gps/dao/TripProcessDAO.java |
1571 |
Avoid appending characters as strings in StringBuffer.append. |
| 33236 |
src/com/gps/dao/TripProcessDAO.java |
1572 |
Avoid appending characters as strings in StringBuffer.append. |
| 33237 |
src/com/gps/dao/TripProcessDAO.java |
1572 |
Avoid appending characters as strings in StringBuffer.append. |
| 33238 |
src/com/gps/dao/TripProcessDAO.java |
1591 |
Avoid variables with short names like st |
| 33239 |
src/com/gps/dao/TripProcessDAO.java |
1591 |
Local variable 'st' could be declared final |
| 33240 |
src/com/gps/dao/TripProcessDAO.java |
1591 |
Potential violation of Law of Demeter (object not created locally) |
| 33241 |
src/com/gps/dao/TripProcessDAO.java |
1591 |
Potential violation of Law of Demeter (object not created locally) |
| 33242 |
src/com/gps/dao/TripProcessDAO.java |
1592 |
Potential violation of Law of Demeter (object not created locally) |
| 33243 |
src/com/gps/dao/TripProcessDAO.java |
1604 |
A method/constructor shouldnt explicitly throw java.lang.Exception |
| 33244 |
src/com/gps/dao/TripProcessDAO.java |
1604 |
Parameter 'address' is not assigned and could be declared final |
| 33245 |
src/com/gps/dao/TripProcessDAO.java |
1604 |
Parameter 'destination' is not assigned and could be declared final |
| 33246 |
src/com/gps/dao/TripProcessDAO.java |
1604 |
Parameter 'index' is not assigned and could be declared final |
| 33247 |
src/com/gps/dao/TripProcessDAO.java |
1604 |
Parameter 'latlng' is not assigned and could be declared final |
| 33248 |
src/com/gps/dao/TripProcessDAO.java |
1604 |
Parameter 'lmark' is not assigned and could be declared final |
| 33249 |
src/com/gps/dao/TripProcessDAO.java |
1604 |
Parameter 'radius' is not assigned and could be declared final |
| 33250 |
src/com/gps/dao/TripProcessDAO.java |
1604 |
Parameter 'start' is not assigned and could be declared final |
| 33251 |
src/com/gps/dao/TripProcessDAO.java |
1604 |
Parameter 'stopname' is not assigned and could be declared final |
| 33252 |
src/com/gps/dao/TripProcessDAO.java |
1604 |
Parameter 'tripid' is not assigned and could be declared final |
| 33253 |
src/com/gps/dao/TripProcessDAO.java |
1604 |
Rather than using a lot of String arguments, consider using a container object for those values. |
| 33254 |
src/com/gps/dao/TripProcessDAO.java |
1604 |
publicMethodCommentRequirement Required |
| 33255 |
src/com/gps/dao/TripProcessDAO.java |
1606 |
Avoid variables with short names like tx |
| 33256 |
src/com/gps/dao/TripProcessDAO.java |
1609 |
Local variable 'latitude' could be declared final |
| 33257 |
src/com/gps/dao/TripProcessDAO.java |
1609 |
Potential violation of Law of Demeter (method chain calls) |
| 33258 |
src/com/gps/dao/TripProcessDAO.java |
1609 |
Potential violation of Law of Demeter (method chain calls) |
| 33259 |
src/com/gps/dao/TripProcessDAO.java |
1609 |
Potential violation of Law of Demeter (method chain calls) |
| 33260 |
src/com/gps/dao/TripProcessDAO.java |
1609 |
Potential violation of Law of Demeter (method chain calls) |
| 33261 |
src/com/gps/dao/TripProcessDAO.java |
1610 |
Local variable 'longitude' could be declared final |
| 33262 |
src/com/gps/dao/TripProcessDAO.java |
1610 |
Potential violation of Law of Demeter (method chain calls) |
| 33263 |
src/com/gps/dao/TripProcessDAO.java |
1610 |
Potential violation of Law of Demeter (method chain calls) |
| 33264 |
src/com/gps/dao/TripProcessDAO.java |
1610 |
Potential violation of Law of Demeter (method chain calls) |
| 33265 |
src/com/gps/dao/TripProcessDAO.java |
1610 |
Potential violation of Law of Demeter (method chain calls) |
| 33266 |
src/com/gps/dao/TripProcessDAO.java |
1610 |
Potential violation of Law of Demeter (method chain calls) |
| 33267 |
src/com/gps/dao/TripProcessDAO.java |
1610 |
Potential violation of Law of Demeter (method chain calls) |
| 33268 |
src/com/gps/dao/TripProcessDAO.java |
1610 |
Potential violation of Law of Demeter (method chain calls) |
| 33269 |
src/com/gps/dao/TripProcessDAO.java |
1610 |
Potential violation of Law of Demeter (method chain calls) |
| 33270 |
src/com/gps/dao/TripProcessDAO.java |
1610 |
Potential violation of Law of Demeter (method chain calls) |
| 33271 |
src/com/gps/dao/TripProcessDAO.java |
1610 |
Potential violation of Law of Demeter (method chain calls) |
| 33272 |
src/com/gps/dao/TripProcessDAO.java |
1612 |
Local variable 'obj' could be declared final |
| 33273 |
src/com/gps/dao/TripProcessDAO.java |
1617 |
Avoid using Literals in Conditional Statements |
| 33274 |
src/com/gps/dao/TripProcessDAO.java |
1618 |
Potential violation of Law of Demeter (object not created locally) |
| 33275 |
src/com/gps/dao/TripProcessDAO.java |
1619 |
Avoid using Literals in Conditional Statements |
| 33276 |
src/com/gps/dao/TripProcessDAO.java |
1621 |
Potential violation of Law of Demeter (object not created locally) |
| 33277 |
src/com/gps/dao/TripProcessDAO.java |
1622 |
Potential violation of Law of Demeter (object not created locally) |
| 33278 |
src/com/gps/dao/TripProcessDAO.java |
1628 |
Potential violation of Law of Demeter (object not created locally) |
| 33279 |
src/com/gps/dao/TripProcessDAO.java |
1633 |
Potential violation of Law of Demeter (object not created locally) |
| 33280 |
src/com/gps/dao/TripProcessDAO.java |
1635 |
Potential violation of Law of Demeter (object not created locally) |
| 33281 |
src/com/gps/dao/TripProcessDAO.java |
1636 |
Potential violation of Law of Demeter (object not created locally) |
| 33282 |
src/com/gps/dao/TripProcessDAO.java |
1637 |
Potential violation of Law of Demeter (object not created locally) |
| 33283 |
src/com/gps/dao/TripProcessDAO.java |
1638 |
Potential violation of Law of Demeter (object not created locally) |
| 33284 |
src/com/gps/dao/TripProcessDAO.java |
1639 |
Potential violation of Law of Demeter (object not created locally) |
| 33285 |
src/com/gps/dao/TripProcessDAO.java |
1640 |
Potential violation of Law of Demeter (object not created locally) |
| 33286 |
src/com/gps/dao/TripProcessDAO.java |
1643 |
Avoid if (x != y) ..; else ..; |
| 33287 |
src/com/gps/dao/TripProcessDAO.java |
1644 |
Potential violation of Law of Demeter (object not created locally) |
| 33288 |
src/com/gps/dao/TripProcessDAO.java |
1645 |
Potential violation of Law of Demeter (object not created locally) |
| 33289 |
src/com/gps/dao/TripProcessDAO.java |
1646 |
Potential violation of Law of Demeter (method chain calls) |
| 33290 |
src/com/gps/dao/TripProcessDAO.java |
1646 |
Potential violation of Law of Demeter (object not created locally) |
| 33291 |
src/com/gps/dao/TripProcessDAO.java |
1648 |
Potential violation of Law of Demeter (object not created locally) |
| 33292 |
src/com/gps/dao/TripProcessDAO.java |
1651 |
Potential violation of Law of Demeter (object not created locally) |
| 33293 |
src/com/gps/dao/TripProcessDAO.java |
1653 |
Avoid using if statements without curly braces |
| 33294 |
src/com/gps/dao/TripProcessDAO.java |
1654 |
Potential violation of Law of Demeter (object not created locally) |
| 33295 |
src/com/gps/dao/TripProcessDAO.java |
1656 |
Potential violation of Law of Demeter (object not created locally) |
| 33296 |
src/com/gps/dao/TripProcessDAO.java |
1657 |
Potential violation of Law of Demeter (object not created locally) |
| 33297 |
src/com/gps/dao/TripProcessDAO.java |
1658 |
Potential violation of Law of Demeter (object not created locally) |
| 33298 |
src/com/gps/dao/TripProcessDAO.java |
1660 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 33299 |
src/com/gps/dao/TripProcessDAO.java |
1663 |
There is log block not surrounded by if |
| 33300 |
src/com/gps/dao/TripProcessDAO.java |
1664 |
Potential violation of Law of Demeter (object not created locally) |
| 33301 |
src/com/gps/dao/TripProcessDAO.java |
1671 |
Parameter 'address' is not assigned and could be declared final |
| 33302 |
src/com/gps/dao/TripProcessDAO.java |
1671 |
Parameter 'destination' is not assigned and could be declared final |
| 33303 |
src/com/gps/dao/TripProcessDAO.java |
1671 |
Parameter 'fenceId' is not assigned and could be declared final |
| 33304 |
src/com/gps/dao/TripProcessDAO.java |
1671 |
Parameter 'index' is not assigned and could be declared final |
| 33305 |
src/com/gps/dao/TripProcessDAO.java |
1671 |
Parameter 'latlng' is not assigned and could be declared final |
| 33306 |
src/com/gps/dao/TripProcessDAO.java |
1671 |
Parameter 'radius' is not assigned and could be declared final |
| 33307 |
src/com/gps/dao/TripProcessDAO.java |
1671 |
Parameter 'source' is not assigned and could be declared final |
| 33308 |
src/com/gps/dao/TripProcessDAO.java |
1671 |
Parameter 'tripid' is not assigned and could be declared final |
| 33309 |
src/com/gps/dao/TripProcessDAO.java |
1671 |
Rather than using a lot of String arguments, consider using a container object for those values. |
| 33310 |
src/com/gps/dao/TripProcessDAO.java |
1671 |
publicMethodCommentRequirement Required |
| 33311 |
src/com/gps/dao/TripProcessDAO.java |
1674 |
Local variable 'latitude' could be declared final |
| 33312 |
src/com/gps/dao/TripProcessDAO.java |
1674 |
Potential violation of Law of Demeter (method chain calls) |
| 33313 |
src/com/gps/dao/TripProcessDAO.java |
1674 |
Potential violation of Law of Demeter (method chain calls) |
| 33314 |
src/com/gps/dao/TripProcessDAO.java |
1674 |
Potential violation of Law of Demeter (method chain calls) |
| 33315 |
src/com/gps/dao/TripProcessDAO.java |
1674 |
Potential violation of Law of Demeter (method chain calls) |
| 33316 |
src/com/gps/dao/TripProcessDAO.java |
1675 |
Local variable 'longitude' could be declared final |
| 33317 |
src/com/gps/dao/TripProcessDAO.java |
1675 |
Potential violation of Law of Demeter (method chain calls) |
| 33318 |
src/com/gps/dao/TripProcessDAO.java |
1675 |
Potential violation of Law of Demeter (method chain calls) |
| 33319 |
src/com/gps/dao/TripProcessDAO.java |
1675 |
Potential violation of Law of Demeter (method chain calls) |
| 33320 |
src/com/gps/dao/TripProcessDAO.java |
1675 |
Potential violation of Law of Demeter (method chain calls) |
| 33321 |
src/com/gps/dao/TripProcessDAO.java |
1675 |
Potential violation of Law of Demeter (method chain calls) |
| 33322 |
src/com/gps/dao/TripProcessDAO.java |
1675 |
Potential violation of Law of Demeter (method chain calls) |
| 33323 |
src/com/gps/dao/TripProcessDAO.java |
1675 |
Potential violation of Law of Demeter (method chain calls) |
| 33324 |
src/com/gps/dao/TripProcessDAO.java |
1675 |
Potential violation of Law of Demeter (method chain calls) |
| 33325 |
src/com/gps/dao/TripProcessDAO.java |
1675 |
Potential violation of Law of Demeter (method chain calls) |
| 33326 |
src/com/gps/dao/TripProcessDAO.java |
1675 |
Potential violation of Law of Demeter (method chain calls) |
| 33327 |
src/com/gps/dao/TripProcessDAO.java |
1679 |
Avoid variables with short names like tx |
| 33328 |
src/com/gps/dao/TripProcessDAO.java |
1682 |
Local variable 'tdao' could be declared final |
| 33329 |
src/com/gps/dao/TripProcessDAO.java |
1683 |
Local variable 'gdao' could be declared final |
| 33330 |
src/com/gps/dao/TripProcessDAO.java |
1684 |
Comment is too large: Line too long |
| 33331 |
src/com/gps/dao/TripProcessDAO.java |
1684 |
Potential violation of Law of Demeter (method chain calls) |
| 33332 |
src/com/gps/dao/TripProcessDAO.java |
1685 |
Local variable 'sess' could be declared final |
| 33333 |
src/com/gps/dao/TripProcessDAO.java |
1691 |
Potential violation of Law of Demeter (object not created locally) |
| 33334 |
src/com/gps/dao/TripProcessDAO.java |
1693 |
Potential violation of Law of Demeter (object not created locally) |
| 33335 |
src/com/gps/dao/TripProcessDAO.java |
1694 |
Potential violation of Law of Demeter (object not created locally) |
| 33336 |
src/com/gps/dao/TripProcessDAO.java |
1695 |
Potential violation of Law of Demeter (object not created locally) |
| 33337 |
src/com/gps/dao/TripProcessDAO.java |
1696 |
Potential violation of Law of Demeter (object not created locally) |
| 33338 |
src/com/gps/dao/TripProcessDAO.java |
1698 |
Potential violation of Law of Demeter (object not created locally) |
| 33339 |
src/com/gps/dao/TripProcessDAO.java |
1700 |
Potential violation of Law of Demeter (object not created locally) |
| 33340 |
src/com/gps/dao/TripProcessDAO.java |
1703 |
Avoid using Literals in Conditional Statements |
| 33341 |
src/com/gps/dao/TripProcessDAO.java |
1705 |
Potential violation of Law of Demeter (object not created locally) |
| 33342 |
src/com/gps/dao/TripProcessDAO.java |
1706 |
Potential violation of Law of Demeter (method chain calls) |
| 33343 |
src/com/gps/dao/TripProcessDAO.java |
1706 |
Potential violation of Law of Demeter (object not created locally) |
| 33344 |
src/com/gps/dao/TripProcessDAO.java |
1710 |
Potential violation of Law of Demeter (object not created locally) |
| 33345 |
src/com/gps/dao/TripProcessDAO.java |
1711 |
Potential violation of Law of Demeter (method chain calls) |
| 33346 |
src/com/gps/dao/TripProcessDAO.java |
1711 |
Potential violation of Law of Demeter (object not created locally) |
| 33347 |
src/com/gps/dao/TripProcessDAO.java |
1715 |
Potential violation of Law of Demeter (object not created locally) |
| 33348 |
src/com/gps/dao/TripProcessDAO.java |
1716 |
Potential violation of Law of Demeter (object not created locally) |
| 33349 |
src/com/gps/dao/TripProcessDAO.java |
1717 |
Potential violation of Law of Demeter (object not created locally) |
| 33350 |
src/com/gps/dao/TripProcessDAO.java |
1718 |
Potential violation of Law of Demeter (object not created locally) |
| 33351 |
src/com/gps/dao/TripProcessDAO.java |
1719 |
Potential violation of Law of Demeter (object not created locally) |
| 33352 |
src/com/gps/dao/TripProcessDAO.java |
1721 |
A method should have only one exit point, and that should be the last statement in the method |
| 33353 |
src/com/gps/dao/TripProcessDAO.java |
1724 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 33354 |
src/com/gps/dao/TripProcessDAO.java |
1726 |
Avoid printStackTrace(); use a logger call instead. |
| 33355 |
src/com/gps/dao/TripProcessDAO.java |
1726 |
Potential violation of Law of Demeter (object not created locally) |
| 33356 |
src/com/gps/dao/TripProcessDAO.java |
1733 |
Parameter 'destination' is not assigned and could be declared final |
| 33357 |
src/com/gps/dao/TripProcessDAO.java |
1733 |
Parameter 'fenceId' is not assigned and could be declared final |
| 33358 |
src/com/gps/dao/TripProcessDAO.java |
1733 |
Parameter 'index' is not assigned and could be declared final |
| 33359 |
src/com/gps/dao/TripProcessDAO.java |
1733 |
Parameter 'marker' is not assigned and could be declared final |
| 33360 |
src/com/gps/dao/TripProcessDAO.java |
1733 |
Parameter 'source' is not assigned and could be declared final |
| 33361 |
src/com/gps/dao/TripProcessDAO.java |
1733 |
Parameter 'tripid' is not assigned and could be declared final |
| 33362 |
src/com/gps/dao/TripProcessDAO.java |
1733 |
publicMethodCommentRequirement Required |
| 33363 |
src/com/gps/dao/TripProcessDAO.java |
1737 |
Avoid variables with short names like tx |
| 33364 |
src/com/gps/dao/TripProcessDAO.java |
1740 |
Local variable 'tdao' could be declared final |
| 33365 |
src/com/gps/dao/TripProcessDAO.java |
1741 |
Local variable 'gdao' could be declared final |
| 33366 |
src/com/gps/dao/TripProcessDAO.java |
1742 |
Comment is too large: Line too long |
| 33367 |
src/com/gps/dao/TripProcessDAO.java |
1742 |
Potential violation of Law of Demeter (method chain calls) |
| 33368 |
src/com/gps/dao/TripProcessDAO.java |
1743 |
Local variable 'sess' could be declared final |
| 33369 |
src/com/gps/dao/TripProcessDAO.java |
1749 |
Potential violation of Law of Demeter (object not created locally) |
| 33370 |
src/com/gps/dao/TripProcessDAO.java |
1750 |
Potential violation of Law of Demeter (object not created locally) |
| 33371 |
src/com/gps/dao/TripProcessDAO.java |
1752 |
Avoid using Literals in Conditional Statements |
| 33372 |
src/com/gps/dao/TripProcessDAO.java |
1757 |
Potential violation of Law of Demeter (object not created locally) |
| 33373 |
src/com/gps/dao/TripProcessDAO.java |
1761 |
Potential violation of Law of Demeter (object not created locally) |
| 33374 |
src/com/gps/dao/TripProcessDAO.java |
1762 |
Potential violation of Law of Demeter (object not created locally) |
| 33375 |
src/com/gps/dao/TripProcessDAO.java |
1767 |
Potential violation of Law of Demeter (object not created locally) |
| 33376 |
src/com/gps/dao/TripProcessDAO.java |
1770 |
Potential violation of Law of Demeter (object not created locally) |
| 33377 |
src/com/gps/dao/TripProcessDAO.java |
1771 |
Potential violation of Law of Demeter (method chain calls) |
| 33378 |
src/com/gps/dao/TripProcessDAO.java |
1771 |
Potential violation of Law of Demeter (object not created locally) |
| 33379 |
src/com/gps/dao/TripProcessDAO.java |
1772 |
Potential violation of Law of Demeter (object not created locally) |
| 33380 |
src/com/gps/dao/TripProcessDAO.java |
1773 |
Potential violation of Law of Demeter (object not created locally) |
| 33381 |
src/com/gps/dao/TripProcessDAO.java |
1774 |
Potential violation of Law of Demeter (object not created locally) |
| 33382 |
src/com/gps/dao/TripProcessDAO.java |
1775 |
Potential violation of Law of Demeter (object not created locally) |
| 33383 |
src/com/gps/dao/TripProcessDAO.java |
1776 |
Potential violation of Law of Demeter (object not created locally) |
| 33384 |
src/com/gps/dao/TripProcessDAO.java |
1779 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 33385 |
src/com/gps/dao/TripProcessDAO.java |
1781 |
Avoid printStackTrace(); use a logger call instead. |
| 33386 |
src/com/gps/dao/TripProcessDAO.java |
1781 |
Potential violation of Law of Demeter (object not created locally) |
| 33387 |
src/com/gps/dao/TripProcessDAO.java |
1782 |
Potential violation of Law of Demeter (object not created locally) |
| 33388 |
src/com/gps/dao/TripProcessDAO.java |
1790 |
Parameter 'date' is not assigned and could be declared final |
| 33389 |
src/com/gps/dao/TripProcessDAO.java |
1790 |
Parameter 'tripid' is not assigned and could be declared final |
| 33390 |
src/com/gps/dao/TripProcessDAO.java |
1790 |
publicMethodCommentRequirement Required |
| 33391 |
src/com/gps/dao/TripProcessDAO.java |
1794 |
Potential violation of Law of Demeter (method chain calls) |
| 33392 |
src/com/gps/dao/TripProcessDAO.java |
1794 |
Potential violation of Law of Demeter (method chain calls) |
| 33393 |
src/com/gps/dao/TripProcessDAO.java |
1808 |
Parameter 'vid' is not assigned and could be declared final |
| 33394 |
src/com/gps/dao/TripProcessDAO.java |
1808 |
publicMethodCommentRequirement Required |
| 33395 |
src/com/gps/dao/TripProcessDAO.java |
1811 |
Local variable 'tdao' could be declared final |
| 33396 |
src/com/gps/dao/TripProcessDAO.java |
1817 |
Potential violation of Law of Demeter (object not created locally) |
| 33397 |
src/com/gps/dao/TripProcessDAO.java |
1818 |
Potential violation of Law of Demeter (method chain calls) |
| 33398 |
src/com/gps/dao/TripProcessDAO.java |
1818 |
Potential violation of Law of Demeter (object not created locally) |
| 33399 |
src/com/gps/dao/TripProcessDAO.java |
1819 |
Avoid using Literals in Conditional Statements |
| 33400 |
src/com/gps/dao/TripProcessDAO.java |
1819 |
Potential violation of Law of Demeter (object not created locally) |
| 33401 |
src/com/gps/dao/TripProcessDAO.java |
1819 |
Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty() |
| 33402 |
src/com/gps/dao/TripProcessDAO.java |
1821 |
Potential violation of Law of Demeter (object not created locally) |
| 33403 |
src/com/gps/dao/TripProcessDAO.java |
1823 |
Potential violation of Law of Demeter (method chain calls) |
| 33404 |
src/com/gps/dao/TripProcessDAO.java |
1823 |
Potential violation of Law of Demeter (object not created locally) |
| 33405 |
src/com/gps/dao/TripProcessDAO.java |
1827 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 33406 |
src/com/gps/dao/TripProcessDAO.java |
1828 |
Avoid printStackTrace(); use a logger call instead. |
| 33407 |
src/com/gps/dao/TripProcessDAO.java |
1828 |
Potential violation of Law of Demeter (object not created locally) |
| 33408 |
src/com/gps/dao/TripProcessDAO.java |
1830 |
Avoid empty finally blocks |
| 33409 |
src/com/gps/dao/TripProcessDAO.java |
1838 |
A method/constructor shouldnt explicitly throw java.lang.Exception |
| 33410 |
src/com/gps/dao/TripProcessDAO.java |
1838 |
Method names should not start with capital letters |
| 33411 |
src/com/gps/dao/TripProcessDAO.java |
1838 |
publicMethodCommentRequirement Required |
| 33412 |
src/com/gps/dao/TripProcessDAO.java |
1841 |
Avoid unused local variables such as 'tx'. |
| 33413 |
src/com/gps/dao/TripProcessDAO.java |
1841 |
Avoid variables with short names like tx |
| 33414 |
src/com/gps/dao/TripProcessDAO.java |
1847 |
Local variable 'baseQuery' could be declared final |
| 33415 |
src/com/gps/dao/TripProcessDAO.java |
1848 |
Avoid variables with short names like sb |
| 33416 |
src/com/gps/dao/TripProcessDAO.java |
1848 |
Local variable 'sb' could be declared final |
| 33417 |
src/com/gps/dao/TripProcessDAO.java |
1849 |
Potential violation of Law of Demeter (object not created locally) |
| 33418 |
src/com/gps/dao/TripProcessDAO.java |
1850 |
Local variable 'devdao' could be declared final |
| 33419 |
src/com/gps/dao/TripProcessDAO.java |
1851 |
Potential violation of Law of Demeter (object not created locally) |
| 33420 |
src/com/gps/dao/TripProcessDAO.java |
1852 |
Potential violation of Law of Demeter (object not created locally) |
| 33421 |
src/com/gps/dao/TripProcessDAO.java |
1855 |
Potential violation of Law of Demeter (object not created locally) |
| 33422 |
src/com/gps/dao/TripProcessDAO.java |
1856 |
Potential violation of Law of Demeter (method chain calls) |
| 33423 |
src/com/gps/dao/TripProcessDAO.java |
1856 |
Potential violation of Law of Demeter (object not created locally) |
| 33424 |
src/com/gps/dao/TripProcessDAO.java |
1858 |
Potential violation of Law of Demeter (object not created locally) |
| 33425 |
src/com/gps/dao/TripProcessDAO.java |
1862 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 33426 |
src/com/gps/dao/TripProcessDAO.java |
1865 |
Avoid printStackTrace(); use a logger call instead. |
| 33427 |
src/com/gps/dao/TripProcessDAO.java |
1865 |
Potential violation of Law of Demeter (object not created locally) |
| 33428 |
src/com/gps/dao/TripProcessDAO.java |
1874 |
Parameter 'fenceId' is not assigned and could be declared final |
| 33429 |
src/com/gps/dao/TripProcessDAO.java |
1874 |
Parameter 'radius' is not assigned and could be declared final |
| 33430 |
src/com/gps/dao/TripProcessDAO.java |
1874 |
publicMethodCommentRequirement Required |
| 33431 |
src/com/gps/dao/TripProcessDAO.java |
1877 |
Local variable 'gdao' could be declared final |
| 33432 |
src/com/gps/dao/TripProcessDAO.java |
1883 |
Potential violation of Law of Demeter (method chain calls) |
| 33433 |
src/com/gps/dao/TripProcessDAO.java |
1883 |
Potential violation of Law of Demeter (method chain calls) |
| 33434 |
src/com/gps/dao/TripProcessDAO.java |
1884 |
Potential violation of Law of Demeter (object not created locally) |
| 33435 |
src/com/gps/dao/TripProcessDAO.java |
1885 |
Potential violation of Law of Demeter (object not created locally) |
| 33436 |
src/com/gps/dao/TripProcessDAO.java |
1886 |
Potential violation of Law of Demeter (method chain calls) |
| 33437 |
src/com/gps/dao/TripProcessDAO.java |
1887 |
Potential violation of Law of Demeter (method chain calls) |
| 33438 |
src/com/gps/dao/TripProcessDAO.java |
1887 |
Potential violation of Law of Demeter (method chain calls) |
| 33439 |
src/com/gps/dao/TripProcessDAO.java |
1890 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 33440 |
src/com/gps/dao/TripProcessDAO.java |
1892 |
Avoid printStackTrace(); use a logger call instead. |
| 33441 |
src/com/gps/dao/TripProcessDAO.java |
1892 |
Potential violation of Law of Demeter (object not created locally) |
| 33442 |
src/com/gps/dao/TripProcessDAO.java |
1899 |
Parameter 'endtime' is not assigned and could be declared final |
| 33443 |
src/com/gps/dao/TripProcessDAO.java |
1899 |
Parameter 'event' is not assigned and could be declared final |
| 33444 |
src/com/gps/dao/TripProcessDAO.java |
1899 |
Parameter 'time' is not assigned and could be declared final |
| 33445 |
src/com/gps/dao/TripProcessDAO.java |
1899 |
publicMethodCommentRequirement Required |
| 33446 |
src/com/gps/dao/TripProcessDAO.java |
1902 |
Local variable 'tdao' could be declared final |
| 33447 |
src/com/gps/dao/TripProcessDAO.java |
1904 |
Avoid unused local variables such as 'tripList'. |
| 33448 |
src/com/gps/dao/TripProcessDAO.java |
1908 |
Potential violation of Law of Demeter (object not created locally) |
| 33449 |
src/com/gps/dao/TripProcessDAO.java |
1909 |
Potential violation of Law of Demeter (method chain calls) |
| 33450 |
src/com/gps/dao/TripProcessDAO.java |
1909 |
Potential violation of Law of Demeter (object not created locally) |
| 33451 |
src/com/gps/dao/TripProcessDAO.java |
1912 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 33452 |
src/com/gps/dao/TripProcessDAO.java |
1914 |
Avoid printStackTrace(); use a logger call instead. |
| 33453 |
src/com/gps/dao/TripProcessDAO.java |
1914 |
Potential violation of Law of Demeter (object not created locally) |
| 33454 |
src/com/gps/dao/TripProcessDAO.java |
1920 |
Parameter 'tripid' is not assigned and could be declared final |
| 33455 |
src/com/gps/dao/TripProcessDAO.java |
1920 |
publicMethodCommentRequirement Required |
| 33456 |
src/com/gps/dao/TripProcessDAO.java |
1923 |
Avoid variables with short names like td |
| 33457 |
src/com/gps/dao/TripProcessDAO.java |
1923 |
Local variable 'td' could be declared final |
| 33458 |
src/com/gps/dao/TripProcessDAO.java |
1925 |
Avoid unused local variables such as 'creationDate'. |
| 33459 |
src/com/gps/dao/TripProcessDAO.java |
1925 |
Local variable 'creationDate' could be declared final |
| 33460 |
src/com/gps/dao/TripProcessDAO.java |
1926 |
Avoid declaring a variable if it is unreferenced before a possible exit point. |
| 33461 |
src/com/gps/dao/TripProcessDAO.java |
1926 |
Avoid unused local variables such as 'max'. |
| 33462 |
src/com/gps/dao/TripProcessDAO.java |
1926 |
Local variable 'max' could be declared final |
| 33463 |
src/com/gps/dao/TripProcessDAO.java |
1929 |
Potential violation of Law of Demeter (object not created locally) |
| 33464 |
src/com/gps/dao/TripProcessDAO.java |
1930 |
Potential violation of Law of Demeter (object not created locally) |
| 33465 |
src/com/gps/dao/TripProcessDAO.java |
1931 |
Potential violation of Law of Demeter (object not created locally) |
| 33466 |
src/com/gps/dao/TripProcessDAO.java |
1933 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 33467 |
src/com/gps/dao/TripProcessDAO.java |
1934 |
Avoid printStackTrace(); use a logger call instead. |
| 33468 |
src/com/gps/dao/TripProcessDAO.java |
1934 |
Potential violation of Law of Demeter (object not created locally) |
| 33469 |
src/com/gps/dao/TripProcessDAO.java |
1940 |
Parameter 'vid' is not assigned and could be declared final |
| 33470 |
src/com/gps/dao/TripProcessDAO.java |
1940 |
publicMethodCommentRequirement Required |
| 33471 |
src/com/gps/dao/TripProcessDAO.java |
1947 |
Local variable 'tdao' could be declared final |
| 33472 |
src/com/gps/dao/TripProcessDAO.java |
1950 |
Potential violation of Law of Demeter (object not created locally) |
| 33473 |
src/com/gps/dao/TripProcessDAO.java |
1952 |
Potential violation of Law of Demeter (object not created locally) |
| 33474 |
src/com/gps/dao/TripProcessDAO.java |
1952 |
The String literal ";int" appears 5 times in this file; the first occurrence is on line 1,952 |
| 33475 |
src/com/gps/dao/TripProcessDAO.java |
1953 |
Avoid using Literals in Conditional Statements |
| 33476 |
src/com/gps/dao/TripProcessDAO.java |
1953 |
Potential violation of Law of Demeter (object not created locally) |
| 33477 |
src/com/gps/dao/TripProcessDAO.java |
1954 |
Potential violation of Law of Demeter (object not created locally) |
| 33478 |
src/com/gps/dao/TripProcessDAO.java |
1955 |
Potential violation of Law of Demeter (method chain calls) |
| 33479 |
src/com/gps/dao/TripProcessDAO.java |
1955 |
Potential violation of Law of Demeter (object not created locally) |
| 33480 |
src/com/gps/dao/TripProcessDAO.java |
1957 |
Potential violation of Law of Demeter (object not created locally) |
| 33481 |
src/com/gps/dao/TripProcessDAO.java |
1960 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 33482 |
src/com/gps/dao/TripProcessDAO.java |
1960 |
Avoid empty catch blocks |
| 33483 |
src/com/gps/dao/TripProcessDAO.java |
1963 |
Avoid empty finally blocks |
| 33484 |
src/com/gps/dao/TripProcessDAO.java |
1972 |
Avoid really long methods. |
| 33485 |
src/com/gps/dao/TripProcessDAO.java |
1972 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'vehicle_id' is not final. |
| 33486 |
src/com/gps/dao/TripProcessDAO.java |
1972 |
Parameter 'fromDate' is not assigned and could be declared final |
| 33487 |
src/com/gps/dao/TripProcessDAO.java |
1972 |
Parameter 'isDist' is not assigned and could be declared final |
| 33488 |
src/com/gps/dao/TripProcessDAO.java |
1972 |
Parameter 'toDate' is not assigned and could be declared final |
| 33489 |
src/com/gps/dao/TripProcessDAO.java |
1972 |
Parameter 'veh' is not assigned and could be declared final |
| 33490 |
src/com/gps/dao/TripProcessDAO.java |
1972 |
Parameter 'vehicle_id' is not assigned and could be declared final |
| 33491 |
src/com/gps/dao/TripProcessDAO.java |
1972 |
The method 'getDistParams' has a Cyclomatic Complexity of 27. |
| 33492 |
src/com/gps/dao/TripProcessDAO.java |
1972 |
The method getDistParams() has an NPath complexity of 1178 |
| 33493 |
src/com/gps/dao/TripProcessDAO.java |
1974 |
Avoid declaring a variable if it is unreferenced before a possible exit point. |
| 33494 |
src/com/gps/dao/TripProcessDAO.java |
1974 |
Avoid unused local variables such as 'tripParams'. |
| 33495 |
src/com/gps/dao/TripProcessDAO.java |
1974 |
Local variable 'tripParams' could be declared final |
| 33496 |
src/com/gps/dao/TripProcessDAO.java |
1975 |
Local variable 'tripListDTO' could be declared final |
| 33497 |
src/com/gps/dao/TripProcessDAO.java |
1978 |
Avoid declaring a variable if it is unreferenced before a possible exit point. |
| 33498 |
src/com/gps/dao/TripProcessDAO.java |
1978 |
Avoid unused local variables such as 'filter'. |
| 33499 |
src/com/gps/dao/TripProcessDAO.java |
1978 |
Local variable 'filter' could be declared final |
| 33500 |
src/com/gps/dao/TripProcessDAO.java |
1984 |
Consider replacing this Hashtable with the newer java.util.Map |
| 33501 |
src/com/gps/dao/TripProcessDAO.java |
1992 |
When instantiating a SimpleDateFormat object, specify a Locale |
| 33502 |
src/com/gps/dao/TripProcessDAO.java |
1996 |
Local variable 'tripSet' could be declared final |
| 33503 |
src/com/gps/dao/TripProcessDAO.java |
1997 |
Local variable 'trip' could be declared final |
| 33504 |
src/com/gps/dao/TripProcessDAO.java |
2001 |
Avoid if (x != y) ..; else ..; |
| 33505 |
src/com/gps/dao/TripProcessDAO.java |
2003 |
Avoid if (x != y) ..; else ..; |
| 33506 |
src/com/gps/dao/TripProcessDAO.java |
2007 |
The String literal ";int," appears 33 times in this file; the first occurrence is on line 2,007 |
| 33507 |
src/com/gps/dao/TripProcessDAO.java |
2036 |
Avoid concatenating nonliterals in a StringBuffer/StringBuilder constructor or append(). |
| 33508 |
src/com/gps/dao/TripProcessDAO.java |
2036 |
StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String. |
| 33509 |
src/com/gps/dao/TripProcessDAO.java |
2036 |
The String literal "@yyyy-MM-dd HH:mm" appears 25 times in this file; the first occurrence is on line 2,036 |
| 33510 |
src/com/gps/dao/TripProcessDAO.java |
2037 |
Avoid concatenating nonliterals in a StringBuffer/StringBuilder constructor or append(). |
| 33511 |
src/com/gps/dao/TripProcessDAO.java |
2037 |
StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String. |
| 33512 |
src/com/gps/dao/TripProcessDAO.java |
2037 |
The String literal ";date," appears 10 times in this file; the first occurrence is on line 2,037 |
| 33513 |
src/com/gps/dao/TripProcessDAO.java |
2042 |
Avoid using Literals in Conditional Statements |
| 33514 |
src/com/gps/dao/TripProcessDAO.java |
2044 |
Potential violation of Law of Demeter (method chain calls) |
| 33515 |
src/com/gps/dao/TripProcessDAO.java |
2050 |
Avoid if (x != y) ..; else ..; |
| 33516 |
src/com/gps/dao/TripProcessDAO.java |
2052 |
Local variable 'paramIter' could be declared final |
| 33517 |
src/com/gps/dao/TripProcessDAO.java |
2053 |
Local variable 'from' could be declared final |
| 33518 |
src/com/gps/dao/TripProcessDAO.java |
2054 |
Avoid variables with short names like to |
| 33519 |
src/com/gps/dao/TripProcessDAO.java |
2054 |
Local variable 'to' could be declared final |
| 33520 |
src/com/gps/dao/TripProcessDAO.java |
2057 |
Local variable 'rows' could be declared final |
| 33521 |
src/com/gps/dao/TripProcessDAO.java |
2059 |
Local variable 'packetDate' could be declared final |
| 33522 |
src/com/gps/dao/TripProcessDAO.java |
2062 |
Avoid using if statements without curly braces |
| 33523 |
src/com/gps/dao/TripProcessDAO.java |
2062 |
Useless parentheses. |
| 33524 |
src/com/gps/dao/TripProcessDAO.java |
2064 |
Avoid instantiating new objects inside loops |
| 33525 |
src/com/gps/dao/TripProcessDAO.java |
2064 |
Potential violation of Law of Demeter (method chain calls) |
| 33526 |
src/com/gps/dao/TripProcessDAO.java |
2068 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 33527 |
src/com/gps/dao/TripProcessDAO.java |
2069 |
There is log block not surrounded by if |
| 33528 |
src/com/gps/dao/TripProcessDAO.java |
2073 |
Avoid using Literals in Conditional Statements |
| 33529 |
src/com/gps/dao/TripProcessDAO.java |
2073 |
Avoid using if statements without curly braces |
| 33530 |
src/com/gps/dao/TripProcessDAO.java |
2073 |
Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty() |
| 33531 |
src/com/gps/dao/TripProcessDAO.java |
2078 |
There is log block not surrounded by if |
| 33532 |
src/com/gps/dao/TripProcessDAO.java |
2078 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 33533 |
src/com/gps/dao/TripProcessDAO.java |
2083 |
Avoid catching NullPointerException; consider removing the cause of the NPE. |
| 33534 |
src/com/gps/dao/TripProcessDAO.java |
2083 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 33535 |
src/com/gps/dao/TripProcessDAO.java |
2086 |
There is log block not surrounded by if |
| 33536 |
src/com/gps/dao/TripProcessDAO.java |
2088 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 33537 |
src/com/gps/dao/TripProcessDAO.java |
2091 |
There is log block not surrounded by if |
| 33538 |
src/com/gps/dao/TripProcessDAO.java |
2097 |
Avoid really long methods. |
| 33539 |
src/com/gps/dao/TripProcessDAO.java |
2097 |
Parameter 'fromDate' is not assigned and could be declared final |
| 33540 |
src/com/gps/dao/TripProcessDAO.java |
2097 |
Parameter 'vehicle' is not assigned and could be declared final |
| 33541 |
src/com/gps/dao/TripProcessDAO.java |
2097 |
The method 'getSpeedInfo' has a Cyclomatic Complexity of 20. |
| 33542 |
src/com/gps/dao/TripProcessDAO.java |
2097 |
The method getSpeedInfo() has an NPath complexity of 1202 |
| 33543 |
src/com/gps/dao/TripProcessDAO.java |
2098 |
Parameter 'toDate' is not assigned and could be declared final |
| 33544 |
src/com/gps/dao/TripProcessDAO.java |
2100 |
Local variable 'speedParams' could be declared final |
| 33545 |
src/com/gps/dao/TripProcessDAO.java |
2104 |
Avoid declaring a variable if it is unreferenced before a possible exit point. |
| 33546 |
src/com/gps/dao/TripProcessDAO.java |
2104 |
Avoid unused local variables such as 'speedQuery'. |
| 33547 |
src/com/gps/dao/TripProcessDAO.java |
2104 |
Local variable 'speedQuery' could be declared final |
| 33548 |
src/com/gps/dao/TripProcessDAO.java |
2105 |
Avoid declaring a variable if it is unreferenced before a possible exit point. |
| 33549 |
src/com/gps/dao/TripProcessDAO.java |
2105 |
Avoid unused local variables such as 'paramQuery'. |
| 33550 |
src/com/gps/dao/TripProcessDAO.java |
2105 |
Local variable 'paramQuery' could be declared final |
| 33551 |
src/com/gps/dao/TripProcessDAO.java |
2118 |
Local variable 'formatter' could be declared final |
| 33552 |
src/com/gps/dao/TripProcessDAO.java |
2118 |
The String literal "yyyy-MM-dd" appears 6 times in this file; the first occurrence is on line 2,118 |
| 33553 |
src/com/gps/dao/TripProcessDAO.java |
2118 |
When instantiating a SimpleDateFormat object, specify a Locale |
| 33554 |
src/com/gps/dao/TripProcessDAO.java |
2119 |
Local variable 'partialDAO' could be declared final |
| 33555 |
src/com/gps/dao/TripProcessDAO.java |
2125 |
Potential violation of Law of Demeter (object not created locally) |
| 33556 |
src/com/gps/dao/TripProcessDAO.java |
2127 |
Avoid using Literals in Conditional Statements |
| 33557 |
src/com/gps/dao/TripProcessDAO.java |
2131 |
Potential violation of Law of Demeter (object not created locally) |
| 33558 |
src/com/gps/dao/TripProcessDAO.java |
2137 |
Potential violation of Law of Demeter (object not created locally) |
| 33559 |
src/com/gps/dao/TripProcessDAO.java |
2138 |
Potential violation of Law of Demeter (object not created locally) |
| 33560 |
src/com/gps/dao/TripProcessDAO.java |
2140 |
Avoid using Literals in Conditional Statements |
| 33561 |
src/com/gps/dao/TripProcessDAO.java |
2140 |
Potential violation of Law of Demeter (object not created locally) |
| 33562 |
src/com/gps/dao/TripProcessDAO.java |
2141 |
Potential violation of Law of Demeter (method chain calls) |
| 33563 |
src/com/gps/dao/TripProcessDAO.java |
2141 |
Potential violation of Law of Demeter (object not created locally) |
| 33564 |
src/com/gps/dao/TripProcessDAO.java |
2143 |
Potential violation of Law of Demeter (object not created locally) |
| 33565 |
src/com/gps/dao/TripProcessDAO.java |
2145 |
Potential violation of Law of Demeter (object not created locally) |
| 33566 |
src/com/gps/dao/TripProcessDAO.java |
2146 |
Local variable 'resultItr' could be declared final |
| 33567 |
src/com/gps/dao/TripProcessDAO.java |
2146 |
Potential violation of Law of Demeter (object not created locally) |
| 33568 |
src/com/gps/dao/TripProcessDAO.java |
2148 |
Local variable 'columns' could be declared final |
| 33569 |
src/com/gps/dao/TripProcessDAO.java |
2151 |
Potential violation of Law of Demeter (object not created locally) |
| 33570 |
src/com/gps/dao/TripProcessDAO.java |
2153 |
Potential violation of Law of Demeter (object not created locally) |
| 33571 |
src/com/gps/dao/TripProcessDAO.java |
2156 |
Potential violation of Law of Demeter (object not created locally) |
| 33572 |
src/com/gps/dao/TripProcessDAO.java |
2156 |
Potential violation of Law of Demeter (object not created locally) |
| 33573 |
src/com/gps/dao/TripProcessDAO.java |
2157 |
Avoid if (x != y) ..; else ..; |
| 33574 |
src/com/gps/dao/TripProcessDAO.java |
2157 |
Potential violation of Law of Demeter (object not created locally) |
| 33575 |
src/com/gps/dao/TripProcessDAO.java |
2159 |
Avoid if (x != y) ..; else ..; |
| 33576 |
src/com/gps/dao/TripProcessDAO.java |
2159 |
Potential violation of Law of Demeter (object not created locally) |
| 33577 |
src/com/gps/dao/TripProcessDAO.java |
2162 |
Potential violation of Law of Demeter (object not created locally) |
| 33578 |
src/com/gps/dao/TripProcessDAO.java |
2162 |
Potential violation of Law of Demeter (object not created locally) |
| 33579 |
src/com/gps/dao/TripProcessDAO.java |
2163 |
Potential violation of Law of Demeter (object not created locally) |
| 33580 |
src/com/gps/dao/TripProcessDAO.java |
2170 |
Potential violation of Law of Demeter (object not created locally) |
| 33581 |
src/com/gps/dao/TripProcessDAO.java |
2170 |
Potential violation of Law of Demeter (object not created locally) |
| 33582 |
src/com/gps/dao/TripProcessDAO.java |
2176 |
Potential violation of Law of Demeter (object not created locally) |
| 33583 |
src/com/gps/dao/TripProcessDAO.java |
2178 |
Consider replacing this Hashtable with the newer java.util.Map |
| 33584 |
src/com/gps/dao/TripProcessDAO.java |
2180 |
Avoid if (x != y) ..; else ..; |
| 33585 |
src/com/gps/dao/TripProcessDAO.java |
2181 |
Local variable 'maxParamid' could be declared final |
| 33586 |
src/com/gps/dao/TripProcessDAO.java |
2181 |
Potential violation of Law of Demeter (object not created locally) |
| 33587 |
src/com/gps/dao/TripProcessDAO.java |
2181 |
The String literal "max" appears 5 times in this file; the first occurrence is on line 2,181 |
| 33588 |
src/com/gps/dao/TripProcessDAO.java |
2182 |
Local variable 'minParamid' could be declared final |
| 33589 |
src/com/gps/dao/TripProcessDAO.java |
2182 |
Potential violation of Law of Demeter (object not created locally) |
| 33590 |
src/com/gps/dao/TripProcessDAO.java |
2182 |
The String literal "min" appears 5 times in this file; the first occurrence is on line 2,182 |
| 33591 |
src/com/gps/dao/TripProcessDAO.java |
2184 |
Potential violation of Law of Demeter (object not created locally) |
| 33592 |
src/com/gps/dao/TripProcessDAO.java |
2189 |
Avoid using if...else statements without curly braces |
| 33593 |
src/com/gps/dao/TripProcessDAO.java |
2193 |
Avoid using if statements without curly braces |
| 33594 |
src/com/gps/dao/TripProcessDAO.java |
2194 |
Potential violation of Law of Demeter (object not created locally) |
| 33595 |
src/com/gps/dao/TripProcessDAO.java |
2196 |
The String literal ";date" appears 20 times in this file; the first occurrence is on line 2,196 |
| 33596 |
src/com/gps/dao/TripProcessDAO.java |
2197 |
Avoid using Literals in Conditional Statements |
| 33597 |
src/com/gps/dao/TripProcessDAO.java |
2197 |
Potential violation of Law of Demeter (object not created locally) |
| 33598 |
src/com/gps/dao/TripProcessDAO.java |
2198 |
Potential violation of Law of Demeter (object not created locally) |
| 33599 |
src/com/gps/dao/TripProcessDAO.java |
2199 |
Potential violation of Law of Demeter (method chain calls) |
| 33600 |
src/com/gps/dao/TripProcessDAO.java |
2199 |
Potential violation of Law of Demeter (object not created locally) |
| 33601 |
src/com/gps/dao/TripProcessDAO.java |
2201 |
Potential violation of Law of Demeter (object not created locally) |
| 33602 |
src/com/gps/dao/TripProcessDAO.java |
2204 |
Potential violation of Law of Demeter (object not created locally) |
| 33603 |
src/com/gps/dao/TripProcessDAO.java |
2205 |
Local variable 'paramIter' could be declared final |
| 33604 |
src/com/gps/dao/TripProcessDAO.java |
2205 |
Potential violation of Law of Demeter (object not created locally) |
| 33605 |
src/com/gps/dao/TripProcessDAO.java |
2207 |
Local variable 'rows' could be declared final |
| 33606 |
src/com/gps/dao/TripProcessDAO.java |
2208 |
Potential violation of Law of Demeter (method chain calls) |
| 33607 |
src/com/gps/dao/TripProcessDAO.java |
2208 |
Potential violation of Law of Demeter (object not created locally) |
| 33608 |
src/com/gps/dao/TripProcessDAO.java |
2208 |
Potential violation of Law of Demeter (object not created locally) |
| 33609 |
src/com/gps/dao/TripProcessDAO.java |
2209 |
Avoid instantiating new objects inside loops |
| 33610 |
src/com/gps/dao/TripProcessDAO.java |
2209 |
Avoid using if...else statements without curly braces |
| 33611 |
src/com/gps/dao/TripProcessDAO.java |
2211 |
Avoid instantiating new objects inside loops |
| 33612 |
src/com/gps/dao/TripProcessDAO.java |
2211 |
Avoid using if...else statements without curly braces |
| 33613 |
src/com/gps/dao/TripProcessDAO.java |
2212 |
Potential violation of Law of Demeter (object not created locally) |
| 33614 |
src/com/gps/dao/TripProcessDAO.java |
2217 |
Avoid using if...else statements without curly braces |
| 33615 |
src/com/gps/dao/TripProcessDAO.java |
2218 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 33616 |
src/com/gps/dao/TripProcessDAO.java |
2219 |
There is log block not surrounded by if |
| 33617 |
src/com/gps/dao/TripProcessDAO.java |
2225 |
Avoid using implementation types like 'Hashtable'; use the interface instead |
| 33618 |
src/com/gps/dao/TripProcessDAO.java |
2225 |
Consider replacing this Hashtable with the newer java.util.Map |
| 33619 |
src/com/gps/dao/TripProcessDAO.java |
2225 |
Parameter 'fromDate' is not assigned and could be declared final |
| 33620 |
src/com/gps/dao/TripProcessDAO.java |
2225 |
Parameter 'vehicleId' is not assigned and could be declared final |
| 33621 |
src/com/gps/dao/TripProcessDAO.java |
2225 |
publicMethodCommentRequirement Required |
| 33622 |
src/com/gps/dao/TripProcessDAO.java |
2227 |
Consider replacing this Hashtable with the newer java.util.Map |
| 33623 |
src/com/gps/dao/TripProcessDAO.java |
2227 |
Local variable 'maxMinHash' could be declared final |
| 33624 |
src/com/gps/dao/TripProcessDAO.java |
2234 |
Avoid using if statements without curly braces |
| 33625 |
src/com/gps/dao/TripProcessDAO.java |
2234 |
Potential violation of Law of Demeter (object not created locally) |
| 33626 |
src/com/gps/dao/TripProcessDAO.java |
2235 |
Avoid using if statements without curly braces |
| 33627 |
src/com/gps/dao/TripProcessDAO.java |
2235 |
Potential violation of Law of Demeter (object not created locally) |
| 33628 |
src/com/gps/dao/TripProcessDAO.java |
2237 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 33629 |
src/com/gps/dao/TripProcessDAO.java |
2238 |
Avoid printStackTrace(); use a logger call instead. |
| 33630 |
src/com/gps/dao/TripProcessDAO.java |
2238 |
Potential violation of Law of Demeter (object not created locally) |
| 33631 |
src/com/gps/dao/TripProcessDAO.java |
2239 |
There is log block not surrounded by if |
| 33632 |
src/com/gps/dao/TripProcessDAO.java |
2245 |
Parameter 'date' is not assigned and could be declared final |
| 33633 |
src/com/gps/dao/TripProcessDAO.java |
2245 |
Parameter 'isMax' is not assigned and could be declared final |
| 33634 |
src/com/gps/dao/TripProcessDAO.java |
2245 |
Parameter 'vehicleId' is not assigned and could be declared final |
| 33635 |
src/com/gps/dao/TripProcessDAO.java |
2251 |
Local variable 'dao' could be declared final |
| 33636 |
src/com/gps/dao/TripProcessDAO.java |
2257 |
Potential violation of Law of Demeter (object not created locally) |
| 33637 |
src/com/gps/dao/TripProcessDAO.java |
2262 |
Potential violation of Law of Demeter (object not created locally) |
| 33638 |
src/com/gps/dao/TripProcessDAO.java |
2267 |
When instantiating a SimpleDateFormat object, specify a Locale |
| 33639 |
src/com/gps/dao/TripProcessDAO.java |
2269 |
Potential violation of Law of Demeter (object not created locally) |
| 33640 |
src/com/gps/dao/TripProcessDAO.java |
2269 |
Potential violation of Law of Demeter (object not created locally) |
| 33641 |
src/com/gps/dao/TripProcessDAO.java |
2270 |
Potential violation of Law of Demeter (object not created locally) |
| 33642 |
src/com/gps/dao/TripProcessDAO.java |
2272 |
Potential violation of Law of Demeter (object not created locally) |
| 33643 |
src/com/gps/dao/TripProcessDAO.java |
2272 |
Potential violation of Law of Demeter (object not created locally) |
| 33644 |
src/com/gps/dao/TripProcessDAO.java |
2272 |
Potential violation of Law of Demeter (object not created locally) |
| 33645 |
src/com/gps/dao/TripProcessDAO.java |
2274 |
Potential violation of Law of Demeter (object not created locally) |
| 33646 |
src/com/gps/dao/TripProcessDAO.java |
2276 |
Potential violation of Law of Demeter (method chain calls) |
| 33647 |
src/com/gps/dao/TripProcessDAO.java |
2276 |
Potential violation of Law of Demeter (object not created locally) |
| 33648 |
src/com/gps/dao/TripProcessDAO.java |
2278 |
Potential violation of Law of Demeter (object not created locally) |
| 33649 |
src/com/gps/dao/TripProcessDAO.java |
2279 |
Potential violation of Law of Demeter (object not created locally) |
| 33650 |
src/com/gps/dao/TripProcessDAO.java |
2280 |
Local variable 'resultItr' could be declared final |
| 33651 |
src/com/gps/dao/TripProcessDAO.java |
2280 |
Potential violation of Law of Demeter (object not created locally) |
| 33652 |
src/com/gps/dao/TripProcessDAO.java |
2282 |
Local variable 'columns' could be declared final |
| 33653 |
src/com/gps/dao/TripProcessDAO.java |
2287 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 33654 |
src/com/gps/dao/TripProcessDAO.java |
2288 |
There is log block not surrounded by if |
| 33655 |
src/com/gps/dao/TripProcessDAO.java |
2294 |
Parameter 'fromDate' is not assigned and could be declared final |
| 33656 |
src/com/gps/dao/TripProcessDAO.java |
2294 |
Parameter 'vehicle' is not assigned and could be declared final |
| 33657 |
src/com/gps/dao/TripProcessDAO.java |
2294 |
publicMethodCommentRequirement Required |
| 33658 |
src/com/gps/dao/TripProcessDAO.java |
2295 |
Parameter 'toDate' is not assigned and could be declared final |
| 33659 |
src/com/gps/dao/TripProcessDAO.java |
2307 |
Potential violation of Law of Demeter (object not created locally) |
| 33660 |
src/com/gps/dao/TripProcessDAO.java |
2310 |
Avoid using Literals in Conditional Statements |
| 33661 |
src/com/gps/dao/TripProcessDAO.java |
2310 |
Potential violation of Law of Demeter (object not created locally) |
| 33662 |
src/com/gps/dao/TripProcessDAO.java |
2311 |
Potential violation of Law of Demeter (object not created locally) |
| 33663 |
src/com/gps/dao/TripProcessDAO.java |
2312 |
Potential violation of Law of Demeter (method chain calls) |
| 33664 |
src/com/gps/dao/TripProcessDAO.java |
2312 |
Potential violation of Law of Demeter (object not created locally) |
| 33665 |
src/com/gps/dao/TripProcessDAO.java |
2314 |
Potential violation of Law of Demeter (object not created locally) |
| 33666 |
src/com/gps/dao/TripProcessDAO.java |
2317 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 33667 |
src/com/gps/dao/TripProcessDAO.java |
2318 |
There is log block not surrounded by if |
| 33668 |
src/com/gps/dao/TripProcessDAO.java |
2324 |
Parameter 'fromDate' is not assigned and could be declared final |
| 33669 |
src/com/gps/dao/TripProcessDAO.java |
2324 |
Parameter 'vehicle' is not assigned and could be declared final |
| 33670 |
src/com/gps/dao/TripProcessDAO.java |
2324 |
publicMethodCommentRequirement Required |
| 33671 |
src/com/gps/dao/TripProcessDAO.java |
2325 |
Parameter 'toDate' is not assigned and could be declared final |
| 33672 |
src/com/gps/dao/TripProcessDAO.java |
2337 |
Potential violation of Law of Demeter (object not created locally) |
| 33673 |
src/com/gps/dao/TripProcessDAO.java |
2337 |
The String literal ";int#" appears 6 times in this file; the first occurrence is on line 2,337 |
| 33674 |
src/com/gps/dao/TripProcessDAO.java |
2340 |
Avoid using Literals in Conditional Statements |
| 33675 |
src/com/gps/dao/TripProcessDAO.java |
2340 |
Potential violation of Law of Demeter (object not created locally) |
| 33676 |
src/com/gps/dao/TripProcessDAO.java |
2341 |
Potential violation of Law of Demeter (object not created locally) |
| 33677 |
src/com/gps/dao/TripProcessDAO.java |
2342 |
Potential violation of Law of Demeter (method chain calls) |
| 33678 |
src/com/gps/dao/TripProcessDAO.java |
2342 |
Potential violation of Law of Demeter (object not created locally) |
| 33679 |
src/com/gps/dao/TripProcessDAO.java |
2344 |
Potential violation of Law of Demeter (object not created locally) |
| 33680 |
src/com/gps/dao/TripProcessDAO.java |
2347 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 33681 |
src/com/gps/dao/TripProcessDAO.java |
2348 |
There is log block not surrounded by if |
| 33682 |
src/com/gps/dao/TripProcessDAO.java |
2355 |
Parameter 'fromDate' is not assigned and could be declared final |
| 33683 |
src/com/gps/dao/TripProcessDAO.java |
2355 |
Parameter 'tripId' is not assigned and could be declared final |
| 33684 |
src/com/gps/dao/TripProcessDAO.java |
2355 |
Parameter 'vehicleId' is not assigned and could be declared final |
| 33685 |
src/com/gps/dao/TripProcessDAO.java |
2355 |
The method 'getMaxTripSpeed' has a Cyclomatic Complexity of 12. |
| 33686 |
src/com/gps/dao/TripProcessDAO.java |
2355 |
publicMethodCommentRequirement Required |
| 33687 |
src/com/gps/dao/TripProcessDAO.java |
2356 |
Parameter 'toDate' is not assigned and could be declared final |
| 33688 |
src/com/gps/dao/TripProcessDAO.java |
2359 |
Avoid declaring a variable if it is unreferenced before a possible exit point. |
| 33689 |
src/com/gps/dao/TripProcessDAO.java |
2359 |
Avoid unused local variables such as 'whrQuery'. |
| 33690 |
src/com/gps/dao/TripProcessDAO.java |
2359 |
Local variable 'whrQuery' could be declared final |
| 33691 |
src/com/gps/dao/TripProcessDAO.java |
2365 |
Avoid declaring a variable if it is unreferenced before a possible exit point. |
| 33692 |
src/com/gps/dao/TripProcessDAO.java |
2365 |
Avoid unused local variables such as 'maxSpeedQry'. |
| 33693 |
src/com/gps/dao/TripProcessDAO.java |
2365 |
Local variable 'maxSpeedQry' could be declared final |
| 33694 |
src/com/gps/dao/TripProcessDAO.java |
2371 |
Avoid if (x != y) ..; else ..; |
| 33695 |
src/com/gps/dao/TripProcessDAO.java |
2371 |
Potential violation of Law of Demeter (object not created locally) |
| 33696 |
src/com/gps/dao/TripProcessDAO.java |
2371 |
Potential violation of Law of Demeter (object not created locally) |
| 33697 |
src/com/gps/dao/TripProcessDAO.java |
2371 |
Use equals() to compare strings instead of '==' or '!=' |
| 33698 |
src/com/gps/dao/TripProcessDAO.java |
2372 |
Potential violation of Law of Demeter (object not created locally) |
| 33699 |
src/com/gps/dao/TripProcessDAO.java |
2374 |
Avoid if (x != y) ..; else ..; |
| 33700 |
src/com/gps/dao/TripProcessDAO.java |
2374 |
Potential violation of Law of Demeter (object not created locally) |
| 33701 |
src/com/gps/dao/TripProcessDAO.java |
2377 |
Potential violation of Law of Demeter (object not created locally) |
| 33702 |
src/com/gps/dao/TripProcessDAO.java |
2377 |
Potential violation of Law of Demeter (object not created locally) |
| 33703 |
src/com/gps/dao/TripProcessDAO.java |
2385 |
Potential violation of Law of Demeter (object not created locally) |
| 33704 |
src/com/gps/dao/TripProcessDAO.java |
2385 |
Potential violation of Law of Demeter (object not created locally) |
| 33705 |
src/com/gps/dao/TripProcessDAO.java |
2391 |
Avoid using if statements without curly braces |
| 33706 |
src/com/gps/dao/TripProcessDAO.java |
2391 |
Potential violation of Law of Demeter (object not created locally) |
| 33707 |
src/com/gps/dao/TripProcessDAO.java |
2396 |
Avoid using if statements without curly braces |
| 33708 |
src/com/gps/dao/TripProcessDAO.java |
2397 |
Potential violation of Law of Demeter (object not created locally) |
| 33709 |
src/com/gps/dao/TripProcessDAO.java |
2400 |
Avoid using Literals in Conditional Statements |
| 33710 |
src/com/gps/dao/TripProcessDAO.java |
2400 |
Potential violation of Law of Demeter (object not created locally) |
| 33711 |
src/com/gps/dao/TripProcessDAO.java |
2401 |
Potential violation of Law of Demeter (object not created locally) |
| 33712 |
src/com/gps/dao/TripProcessDAO.java |
2402 |
Potential violation of Law of Demeter (method chain calls) |
| 33713 |
src/com/gps/dao/TripProcessDAO.java |
2402 |
Potential violation of Law of Demeter (object not created locally) |
| 33714 |
src/com/gps/dao/TripProcessDAO.java |
2404 |
Potential violation of Law of Demeter (object not created locally) |
| 33715 |
src/com/gps/dao/TripProcessDAO.java |
2406 |
Avoid using if statements without curly braces |
| 33716 |
src/com/gps/dao/TripProcessDAO.java |
2409 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 33717 |
src/com/gps/dao/TripProcessDAO.java |
2410 |
There is log block not surrounded by if |
| 33718 |
src/com/gps/dao/TripProcessDAO.java |
2417 |
Parameter 'fromDate' is not assigned and could be declared final |
| 33719 |
src/com/gps/dao/TripProcessDAO.java |
2417 |
Parameter 'vehicleId' is not assigned and could be declared final |
| 33720 |
src/com/gps/dao/TripProcessDAO.java |
2417 |
publicMethodCommentRequirement Required |
| 33721 |
src/com/gps/dao/TripProcessDAO.java |
2418 |
Parameter 'toDate' is not assigned and could be declared final |
| 33722 |
src/com/gps/dao/TripProcessDAO.java |
2428 |
Avoid if (x != y) ..; else ..; |
| 33723 |
src/com/gps/dao/TripProcessDAO.java |
2428 |
Avoid using Literals in Conditional Statements |
| 33724 |
src/com/gps/dao/TripProcessDAO.java |
2428 |
Use equals() to compare strings instead of '==' or '!=' |
| 33725 |
src/com/gps/dao/TripProcessDAO.java |
2429 |
Avoid using if...else statements without curly braces |
| 33726 |
src/com/gps/dao/TripProcessDAO.java |
2429 |
Potential violation of Law of Demeter (method chain calls) |
| 33727 |
src/com/gps/dao/TripProcessDAO.java |
2429 |
Potential violation of Law of Demeter (object not created locally) |
| 33728 |
src/com/gps/dao/TripProcessDAO.java |
2429 |
The String literal "') and date('" appears 4 times in this file; the first occurrence is on line 2,429 |
| 33729 |
src/com/gps/dao/TripProcessDAO.java |
2431 |
Avoid using if...else statements without curly braces |
| 33730 |
src/com/gps/dao/TripProcessDAO.java |
2431 |
Potential violation of Law of Demeter (method chain calls) |
| 33731 |
src/com/gps/dao/TripProcessDAO.java |
2431 |
Potential violation of Law of Demeter (object not created locally) |
| 33732 |
src/com/gps/dao/TripProcessDAO.java |
2434 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 33733 |
src/com/gps/dao/TripProcessDAO.java |
2436 |
Avoid printStackTrace(); use a logger call instead. |
| 33734 |
src/com/gps/dao/TripProcessDAO.java |
2436 |
Potential violation of Law of Demeter (object not created locally) |
| 33735 |
src/com/gps/dao/TripProcessDAO.java |
2441 |
Avoid variables with short names like to |
| 33736 |
src/com/gps/dao/TripProcessDAO.java |
2441 |
Parameter 'from' is not assigned and could be declared final |
| 33737 |
src/com/gps/dao/TripProcessDAO.java |
2441 |
Parameter 'orgId' is not assigned and could be declared final |
| 33738 |
src/com/gps/dao/TripProcessDAO.java |
2441 |
Parameter 'to' is not assigned and could be declared final |
| 33739 |
src/com/gps/dao/TripProcessDAO.java |
2441 |
publicMethodCommentRequirement Required |
| 33740 |
src/com/gps/dao/TripProcessDAO.java |
2445 |
Avoid unused local variables such as 'tx'. |
| 33741 |
src/com/gps/dao/TripProcessDAO.java |
2445 |
Avoid variables with short names like tx |
| 33742 |
src/com/gps/dao/TripProcessDAO.java |
2452 |
Potential violation of Law of Demeter (method chain calls) |
| 33743 |
src/com/gps/dao/TripProcessDAO.java |
2452 |
Potential violation of Law of Demeter (method chain calls) |
| 33744 |
src/com/gps/dao/TripProcessDAO.java |
2452 |
Potential violation of Law of Demeter (method chain calls) |
| 33745 |
src/com/gps/dao/TripProcessDAO.java |
2453 |
Avoid using Literals in Conditional Statements |
| 33746 |
src/com/gps/dao/TripProcessDAO.java |
2453 |
Potential violation of Law of Demeter (object not created locally) |
| 33747 |
src/com/gps/dao/TripProcessDAO.java |
2455 |
Potential violation of Law of Demeter (object not created locally) |
| 33748 |
src/com/gps/dao/TripProcessDAO.java |
2458 |
Potential violation of Law of Demeter (method chain calls) |
| 33749 |
src/com/gps/dao/TripProcessDAO.java |
2458 |
Potential violation of Law of Demeter (method chain calls) |
| 33750 |
src/com/gps/dao/TripProcessDAO.java |
2458 |
Potential violation of Law of Demeter (method chain calls) |
| 33751 |
src/com/gps/dao/TripProcessDAO.java |
2459 |
Avoid using Literals in Conditional Statements |
| 33752 |
src/com/gps/dao/TripProcessDAO.java |
2459 |
Potential violation of Law of Demeter (object not created locally) |
| 33753 |
src/com/gps/dao/TripProcessDAO.java |
2461 |
Potential violation of Law of Demeter (object not created locally) |
| 33754 |
src/com/gps/dao/TripProcessDAO.java |
2464 |
Local variable 'baseQuery' could be declared final |
| 33755 |
src/com/gps/dao/TripProcessDAO.java |
2465 |
Avoid variables with short names like sb |
| 33756 |
src/com/gps/dao/TripProcessDAO.java |
2465 |
Local variable 'sb' could be declared final |
| 33757 |
src/com/gps/dao/TripProcessDAO.java |
2466 |
Potential violation of Law of Demeter (object not created locally) |
| 33758 |
src/com/gps/dao/TripProcessDAO.java |
2467 |
Local variable 'devdao' could be declared final |
| 33759 |
src/com/gps/dao/TripProcessDAO.java |
2468 |
Potential violation of Law of Demeter (object not created locally) |
| 33760 |
src/com/gps/dao/TripProcessDAO.java |
2469 |
Potential violation of Law of Demeter (object not created locally) |
| 33761 |
src/com/gps/dao/TripProcessDAO.java |
2472 |
Potential violation of Law of Demeter (object not created locally) |
| 33762 |
src/com/gps/dao/TripProcessDAO.java |
2473 |
Potential violation of Law of Demeter (method chain calls) |
| 33763 |
src/com/gps/dao/TripProcessDAO.java |
2473 |
Potential violation of Law of Demeter (object not created locally) |
| 33764 |
src/com/gps/dao/TripProcessDAO.java |
2475 |
Potential violation of Law of Demeter (object not created locally) |
| 33765 |
src/com/gps/dao/TripProcessDAO.java |
2476 |
A method should have only one exit point, and that should be the last statement in the method |
| 33766 |
src/com/gps/dao/TripProcessDAO.java |
2478 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 33767 |
src/com/gps/dao/TripProcessDAO.java |
2480 |
Avoid printStackTrace(); use a logger call instead. |
| 33768 |
src/com/gps/dao/TripProcessDAO.java |
2480 |
Potential violation of Law of Demeter (object not created locally) |
| 33769 |
src/com/gps/dao/TripProcessDAO.java |
2485 |
Avoid using implementation types like 'ArrayList'; use the interface instead |
| 33770 |
src/com/gps/dao/TripProcessDAO.java |
2485 |
Parameter 'tripid' is not assigned and could be declared final |
| 33771 |
src/com/gps/dao/TripProcessDAO.java |
2485 |
publicMethodCommentRequirement Required |
| 33772 |
src/com/gps/dao/TripProcessDAO.java |
2491 |
Potential violation of Law of Demeter (method chain calls) |
| 33773 |
src/com/gps/dao/TripProcessDAO.java |
2491 |
Potential violation of Law of Demeter (object not created locally) |
| 33774 |
src/com/gps/dao/TripProcessDAO.java |
2493 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 33775 |
src/com/gps/dao/TripProcessDAO.java |
2495 |
Avoid printStackTrace(); use a logger call instead. |
| 33776 |
src/com/gps/dao/TripProcessDAO.java |
2495 |
Potential violation of Law of Demeter (object not created locally) |
| 33777 |
src/com/gps/dao/TripProcessDAO.java |
2500 |
Parameter 'grade' is not assigned and could be declared final |
| 33778 |
src/com/gps/dao/TripProcessDAO.java |
2500 |
publicMethodCommentRequirement Required |
| 33779 |
src/com/gps/dao/TripProcessDAO.java |
2506 |
Potential violation of Law of Demeter (method chain calls) |
| 33780 |
src/com/gps/dao/TripProcessDAO.java |
2506 |
Potential violation of Law of Demeter (object not created locally) |
| 33781 |
src/com/gps/dao/TripProcessDAO.java |
2509 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 33782 |
src/com/gps/dao/TripProcessDAO.java |
2511 |
Avoid printStackTrace(); use a logger call instead. |
| 33783 |
src/com/gps/dao/TripProcessDAO.java |
2511 |
Potential violation of Law of Demeter (object not created locally) |
| 33784 |
src/com/gps/dao/TripProcessDAO.java |
2520 |
Parameter 'orgId' is not assigned and could be declared final |
| 33785 |
src/com/gps/dao/TripProcessDAO.java |
2520 |
Parameter 'trip' is not assigned and could be declared final |
| 33786 |
src/com/gps/dao/TripProcessDAO.java |
2526 |
Potential violation of Law of Demeter (method chain calls) |
| 33787 |
src/com/gps/dao/TripProcessDAO.java |
2526 |
Potential violation of Law of Demeter (object not created locally) |
| 33788 |
src/com/gps/dao/TripProcessDAO.java |
2529 |
Avoid using if statements without curly braces |
| 33789 |
src/com/gps/dao/TripProcessDAO.java |
2530 |
A method should have only one exit point, and that should be the last statement in the method |
| 33790 |
src/com/gps/dao/TripProcessDAO.java |
2530 |
Potential violation of Law of Demeter (method chain calls) |
| 33791 |
src/com/gps/dao/TripProcessDAO.java |
2530 |
Potential violation of Law of Demeter (object not created locally) |
| 33792 |
src/com/gps/dao/TripProcessDAO.java |
2532 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 33793 |
src/com/gps/dao/TripProcessDAO.java |
2534 |
Avoid printStackTrace(); use a logger call instead. |
| 33794 |
src/com/gps/dao/TripProcessDAO.java |
2534 |
Potential violation of Law of Demeter (object not created locally) |
| 33795 |
src/com/gps/dao/TripProcessDAO.java |
2540 |
Parameter 'orgId' is not assigned and could be declared final |
| 33796 |
src/com/gps/dao/TripProcessDAO.java |
2540 |
Parameter 'trip' is not assigned and could be declared final |
| 33797 |
src/com/gps/dao/TripProcessDAO.java |
2540 |
publicMethodCommentRequirement Required |
| 33798 |
src/com/gps/dao/TripProcessDAO.java |
2547 |
Potential violation of Law of Demeter (method chain calls) |
| 33799 |
src/com/gps/dao/TripProcessDAO.java |
2547 |
Potential violation of Law of Demeter (object not created locally) |
| 33800 |
src/com/gps/dao/TripProcessDAO.java |
2552 |
Local variable 'tripdet' could be declared final |
| 33801 |
src/com/gps/dao/TripProcessDAO.java |
2553 |
Avoid using Literals in Conditional Statements |
| 33802 |
src/com/gps/dao/TripProcessDAO.java |
2553 |
Use equals() to compare strings instead of '==' or '!=' |
| 33803 |
src/com/gps/dao/TripProcessDAO.java |
2554 |
Prefer StringBuffer over += for concatenating strings |
| 33804 |
src/com/gps/dao/TripProcessDAO.java |
2556 |
Potential violation of Law of Demeter (method chain calls) |
| 33805 |
src/com/gps/dao/TripProcessDAO.java |
2556 |
Prefer StringBuffer over += for concatenating strings |
| 33806 |
src/com/gps/dao/TripProcessDAO.java |
2558 |
A method should have only one exit point, and that should be the last statement in the method |
| 33807 |
src/com/gps/dao/TripProcessDAO.java |
2561 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 33808 |
src/com/gps/dao/TripProcessDAO.java |
2563 |
Avoid printStackTrace(); use a logger call instead. |
| 33809 |
src/com/gps/dao/TripProcessDAO.java |
2563 |
Potential violation of Law of Demeter (object not created locally) |
| 33810 |
src/com/gps/dao/TripProcessDAO.java |
2573 |
Parameter 'organizationId' is not assigned and could be declared final |
| 33811 |
src/com/gps/dao/TripProcessDAO.java |
2573 |
Parameter 'tripName' is not assigned and could be declared final |
| 33812 |
src/com/gps/dao/TripProcessDAO.java |
2575 |
Local variable 'session' could be declared final |
| 33813 |
src/com/gps/dao/TripProcessDAO.java |
2578 |
Potential violation of Law of Demeter (method chain calls) |
| 33814 |
src/com/gps/dao/TripProcessDAO.java |
2578 |
Potential violation of Law of Demeter (object not created locally) |
| 33815 |
src/com/gps/dao/TripProcessDAO.java |
2579 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 33816 |
src/com/gps/dao/TripProcessDAO.java |
2580 |
Avoid printStackTrace(); use a logger call instead. |
| 33817 |
src/com/gps/dao/TripProcessDAO.java |
2580 |
Potential violation of Law of Demeter (object not created locally) |
| 33818 |
src/com/gps/dao/TripProcessDAO.java |
2585 |
Parameter 'speed' is not assigned and could be declared final |
| 33819 |
src/com/gps/dao/TripProcessDAO.java |
2585 |
Parameter 'toDate' is not assigned and could be declared final |
| 33820 |
src/com/gps/dao/TripProcessDAO.java |
2585 |
publicMethodCommentRequirement Required |
| 33821 |
src/com/gps/dao/TripProcessDAO.java |
2586 |
Parameter 'fromDate' is not assigned and could be declared final |
| 33822 |
src/com/gps/dao/TripProcessDAO.java |
2586 |
Parameter 'organizationId' is not assigned and could be declared final |
| 33823 |
src/com/gps/dao/TripProcessDAO.java |
2589 |
Avoid declaring a variable if it is unreferenced before a possible exit point. |
| 33824 |
src/com/gps/dao/TripProcessDAO.java |
2589 |
Avoid unused local variables such as 'session'. |
| 33825 |
src/com/gps/dao/TripProcessDAO.java |
2589 |
Local variable 'session' could be declared final |
| 33826 |
src/com/gps/dao/TripProcessDAO.java |
2591 |
Potential violation of Law of Demeter (method chain calls) |
| 33827 |
src/com/gps/dao/TripProcessDAO.java |
2591 |
Potential violation of Law of Demeter (method chain calls) |
| 33828 |
src/com/gps/dao/TripProcessDAO.java |
2592 |
Avoid using if statements without curly braces |
| 33829 |
src/com/gps/dao/TripProcessDAO.java |
2593 |
Potential violation of Law of Demeter (object not created locally) |
| 33830 |
src/com/gps/dao/TripProcessDAO.java |
2594 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 33831 |
src/com/gps/dao/TripProcessDAO.java |
2596 |
Avoid printStackTrace(); use a logger call instead. |
| 33832 |
src/com/gps/dao/TripProcessDAO.java |
2596 |
Potential violation of Law of Demeter (object not created locally) |
| 33833 |
src/com/gps/dao/TripProcessDAO.java |
2603 |
Parameter 'orgId' is not assigned and could be declared final |
| 33834 |
src/com/gps/dao/TripProcessDAO.java |
2603 |
publicMethodCommentRequirement Required |
| 33835 |
src/com/gps/dao/TripProcessDAO.java |
2605 |
Avoid variables with short names like td |
| 33836 |
src/com/gps/dao/TripProcessDAO.java |
2605 |
Local variable 'td' could be declared final |
| 33837 |
src/com/gps/dao/TripProcessDAO.java |
2608 |
Potential violation of Law of Demeter (object not created locally) |
| 33838 |
src/com/gps/dao/TripProcessDAO.java |
2610 |
Potential violation of Law of Demeter (method chain calls) |
| 33839 |
src/com/gps/dao/TripProcessDAO.java |
2610 |
Potential violation of Law of Demeter (object not created locally) |
| 33840 |
src/com/gps/dao/TripProcessDAO.java |
2612 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 33841 |
src/com/gps/dao/TripProcessDAO.java |
2613 |
Avoid printStackTrace(); use a logger call instead. |
| 33842 |
src/com/gps/dao/TripProcessDAO.java |
2613 |
Potential violation of Law of Demeter (object not created locally) |
| 33843 |
src/com/gps/dao/TripProcessDAO.java |
2618 |
Avoid variables with short names like to |
| 33844 |
src/com/gps/dao/TripProcessDAO.java |
2618 |
Avoid variables with short names like v |
| 33845 |
src/com/gps/dao/TripProcessDAO.java |
2618 |
Method names should not start with capital letters |
| 33846 |
src/com/gps/dao/TripProcessDAO.java |
2618 |
Parameter 'from' is not assigned and could be declared final |
| 33847 |
src/com/gps/dao/TripProcessDAO.java |
2618 |
Parameter 'isSql' is not assigned and could be declared final |
| 33848 |
src/com/gps/dao/TripProcessDAO.java |
2618 |
Parameter 'to' is not assigned and could be declared final |
| 33849 |
src/com/gps/dao/TripProcessDAO.java |
2618 |
Parameter 'v' is not assigned and could be declared final |
| 33850 |
src/com/gps/dao/TripProcessDAO.java |
2618 |
publicMethodCommentRequirement Required |
| 33851 |
src/com/gps/dao/TripProcessDAO.java |
2620 |
Local variable 'vehicleid' could be declared final |
| 33852 |
src/com/gps/dao/TripProcessDAO.java |
2621 |
Use one line for each declaration, it enhances code readability. |
| 33853 |
src/com/gps/dao/TripProcessDAO.java |
2625 |
Avoid variables with short names like r |
| 33854 |
src/com/gps/dao/TripProcessDAO.java |
2626 |
Use one line for each declaration, it enhances code readability. |
| 33855 |
src/com/gps/dao/TripProcessDAO.java |
2626 |
Variables should start with a lowercase character, 'ParamEnd' starts with uppercase character. |
| 33856 |
src/com/gps/dao/TripProcessDAO.java |
2626 |
Variables should start with a lowercase character, 'ParamStart' starts with uppercase character. |
| 33857 |
src/com/gps/dao/TripProcessDAO.java |
2628 |
Avoid variables with short names like p |
| 33858 |
src/com/gps/dao/TripProcessDAO.java |
2629 |
Avoid variables with short names like q |
| 33859 |
src/com/gps/dao/TripProcessDAO.java |
2630 |
Avoid variables with short names like o |
| 33860 |
src/com/gps/dao/TripProcessDAO.java |
2631 |
Avoid declaring a variable if it is unreferenced before a possible exit point. |
| 33861 |
src/com/gps/dao/TripProcessDAO.java |
2631 |
Avoid variables with short names like c |
| 33862 |
src/com/gps/dao/TripProcessDAO.java |
2631 |
Local variable 'c' could be declared final |
| 33863 |
src/com/gps/dao/TripProcessDAO.java |
2635 |
Avoid declaring a variable if it is unreferenced before a possible exit point. |
| 33864 |
src/com/gps/dao/TripProcessDAO.java |
2635 |
Avoid unused local variables such as 'i'. |
| 33865 |
src/com/gps/dao/TripProcessDAO.java |
2635 |
Avoid unused local variables such as 'y'. |
| 33866 |
src/com/gps/dao/TripProcessDAO.java |
2635 |
Avoid variables with short names like h |
| 33867 |
src/com/gps/dao/TripProcessDAO.java |
2635 |
Avoid variables with short names like i |
| 33868 |
src/com/gps/dao/TripProcessDAO.java |
2635 |
Avoid variables with short names like y |
| 33869 |
src/com/gps/dao/TripProcessDAO.java |
2635 |
Local variable 'i' could be declared final |
| 33870 |
src/com/gps/dao/TripProcessDAO.java |
2635 |
Local variable 'y' could be declared final |
| 33871 |
src/com/gps/dao/TripProcessDAO.java |
2635 |
Use one line for each declaration, it enhances code readability. |
| 33872 |
src/com/gps/dao/TripProcessDAO.java |
2636 |
Avoid variables with short names like d |
| 33873 |
src/com/gps/dao/TripProcessDAO.java |
2636 |
Avoid variables with short names like f |
| 33874 |
src/com/gps/dao/TripProcessDAO.java |
2636 |
Use one line for each declaration, it enhances code readability. |
| 33875 |
src/com/gps/dao/TripProcessDAO.java |
2641 |
Potential violation of Law of Demeter (method chain calls) |
| 33876 |
src/com/gps/dao/TripProcessDAO.java |
2641 |
Potential violation of Law of Demeter (method chain calls) |
| 33877 |
src/com/gps/dao/TripProcessDAO.java |
2643 |
Avoid using Literals in Conditional Statements |
| 33878 |
src/com/gps/dao/TripProcessDAO.java |
2643 |
Potential violation of Law of Demeter (object not created locally) |
| 33879 |
src/com/gps/dao/TripProcessDAO.java |
2643 |
Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty() |
| 33880 |
src/com/gps/dao/TripProcessDAO.java |
2649 |
Potential violation of Law of Demeter (method chain calls) |
| 33881 |
src/com/gps/dao/TripProcessDAO.java |
2649 |
Potential violation of Law of Demeter (method chain calls) |
| 33882 |
src/com/gps/dao/TripProcessDAO.java |
2651 |
Avoid using Literals in Conditional Statements |
| 33883 |
src/com/gps/dao/TripProcessDAO.java |
2651 |
Potential violation of Law of Demeter (object not created locally) |
| 33884 |
src/com/gps/dao/TripProcessDAO.java |
2651 |
Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty() |
| 33885 |
src/com/gps/dao/TripProcessDAO.java |
2653 |
Local variable 'qry' could be declared final |
| 33886 |
src/com/gps/dao/TripProcessDAO.java |
2653 |
Potential violation of Law of Demeter (method chain calls) |
| 33887 |
src/com/gps/dao/TripProcessDAO.java |
2654 |
Potential violation of Law of Demeter (object not created locally) |
| 33888 |
src/com/gps/dao/TripProcessDAO.java |
2655 |
Potential violation of Law of Demeter (object not created locally) |
| 33889 |
src/com/gps/dao/TripProcessDAO.java |
2656 |
Avoid using Literals in Conditional Statements |
| 33890 |
src/com/gps/dao/TripProcessDAO.java |
2656 |
Potential violation of Law of Demeter (object not created locally) |
| 33891 |
src/com/gps/dao/TripProcessDAO.java |
2656 |
Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty() |
| 33892 |
src/com/gps/dao/TripProcessDAO.java |
2657 |
Assigning an Object to null is a code smell. Consider refactoring. |
| 33893 |
src/com/gps/dao/TripProcessDAO.java |
2658 |
Assigning an Object to null is a code smell. Consider refactoring. |
| 33894 |
src/com/gps/dao/TripProcessDAO.java |
2660 |
Potential violation of Law of Demeter (method chain calls) |
| 33895 |
src/com/gps/dao/TripProcessDAO.java |
2660 |
Potential violation of Law of Demeter (method chain calls) |
| 33896 |
src/com/gps/dao/TripProcessDAO.java |
2660 |
Potential violation of Law of Demeter (object not created locally) |
| 33897 |
src/com/gps/dao/TripProcessDAO.java |
2661 |
Assigning an Object to null is a code smell. Consider refactoring. |
| 33898 |
src/com/gps/dao/TripProcessDAO.java |
2666 |
Potential violation of Law of Demeter (object not created locally) |
| 33899 |
src/com/gps/dao/TripProcessDAO.java |
2667 |
Potential violation of Law of Demeter (object not created locally) |
| 33900 |
src/com/gps/dao/TripProcessDAO.java |
2668 |
Potential violation of Law of Demeter (object not created locally) |
| 33901 |
src/com/gps/dao/TripProcessDAO.java |
2670 |
Avoid unused local variables such as 'w'. |
| 33902 |
src/com/gps/dao/TripProcessDAO.java |
2670 |
Avoid variables with short names like w |
| 33903 |
src/com/gps/dao/TripProcessDAO.java |
2670 |
Local variable 'w' could be declared final |
| 33904 |
src/com/gps/dao/TripProcessDAO.java |
2672 |
Local variable 'packet' could be declared final |
| 33905 |
src/com/gps/dao/TripProcessDAO.java |
2674 |
Avoid unused local variables such as 'dbdate'. |
| 33906 |
src/com/gps/dao/TripProcessDAO.java |
2674 |
Local variable 'dbdate' could be declared final |
| 33907 |
src/com/gps/dao/TripProcessDAO.java |
2675 |
Potential violation of Law of Demeter (method chain calls) |
| 33908 |
src/com/gps/dao/TripProcessDAO.java |
2675 |
Potential violation of Law of Demeter (object not created locally) |
| 33909 |
src/com/gps/dao/TripProcessDAO.java |
2676 |
Potential violation of Law of Demeter (method chain calls) |
| 33910 |
src/com/gps/dao/TripProcessDAO.java |
2676 |
Potential violation of Law of Demeter (object not created locally) |
| 33911 |
src/com/gps/dao/TripProcessDAO.java |
2677 |
Potential violation of Law of Demeter (method chain calls) |
| 33912 |
src/com/gps/dao/TripProcessDAO.java |
2677 |
Potential violation of Law of Demeter (object not created locally) |
| 33913 |
src/com/gps/dao/TripProcessDAO.java |
2687 |
There is log block not surrounded by if |
| 33914 |
src/com/gps/dao/TripProcessDAO.java |
2687 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 33915 |
src/com/gps/dao/TripProcessDAO.java |
2688 |
Assigning an Object to null is a code smell. Consider refactoring. |
| 33916 |
src/com/gps/dao/TripProcessDAO.java |
2691 |
A method should have only one exit point, and that should be the last statement in the method |
| 33917 |
src/com/gps/dao/TripProcessDAO.java |
2693 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 33918 |
src/com/gps/dao/TripProcessDAO.java |
2694 |
There is log block not surrounded by if |
| 33919 |
src/com/gps/dao/TripProcessDAO.java |
2699 |
Method names should not start with capital letters |
| 33920 |
src/com/gps/dao/TripProcessDAO.java |
2699 |
Parameter 'creatmend' is not assigned and could be declared final |
| 33921 |
src/com/gps/dao/TripProcessDAO.java |
2699 |
Parameter 'creatmsta' is not assigned and could be declared final |
| 33922 |
src/com/gps/dao/TripProcessDAO.java |
2699 |
Parameter 'end' is not assigned and could be declared final |
| 33923 |
src/com/gps/dao/TripProcessDAO.java |
2699 |
Parameter 'isSql' is not assigned and could be declared final |
| 33924 |
src/com/gps/dao/TripProcessDAO.java |
2699 |
Parameter 'start' is not assigned and could be declared final |
| 33925 |
src/com/gps/dao/TripProcessDAO.java |
2699 |
Parameter 'vehicleid' is not assigned and could be declared final |
| 33926 |
src/com/gps/dao/TripProcessDAO.java |
2699 |
Rather than using a lot of String arguments, consider using a container object for those values. |
| 33927 |
src/com/gps/dao/TripProcessDAO.java |
2699 |
publicMethodCommentRequirement Required |
| 33928 |
src/com/gps/dao/TripProcessDAO.java |
2702 |
Avoid variables with short names like x |
| 33929 |
src/com/gps/dao/TripProcessDAO.java |
2702 |
Local variable 'x' could be declared final |
| 33930 |
src/com/gps/dao/TripProcessDAO.java |
2703 |
Avoid variables with short names like d |
| 33931 |
src/com/gps/dao/TripProcessDAO.java |
2703 |
Local variable 'd' could be declared final |
| 33932 |
src/com/gps/dao/TripProcessDAO.java |
2704 |
Avoid variables with short names like d1 |
| 33933 |
src/com/gps/dao/TripProcessDAO.java |
2704 |
Local variable 'd1' could be declared final |
| 33934 |
src/com/gps/dao/TripProcessDAO.java |
2705 |
Local variable 'sta' could be declared final |
| 33935 |
src/com/gps/dao/TripProcessDAO.java |
2706 |
Avoid variables with short names like en |
| 33936 |
src/com/gps/dao/TripProcessDAO.java |
2706 |
Local variable 'en' could be declared final |
| 33937 |
src/com/gps/dao/TripProcessDAO.java |
2707 |
Avoid variables with short names like a |
| 33938 |
src/com/gps/dao/TripProcessDAO.java |
2717 |
Avoid if (x != y) ..; else ..; |
| 33939 |
src/com/gps/dao/TripProcessDAO.java |
2731 |
A method should have only one exit point, and that should be the last statement in the method |
| 33940 |
src/com/gps/dao/TripProcessDAO.java |
2733 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 33941 |
src/com/gps/dao/TripProcessDAO.java |
2735 |
There is log block not surrounded by if |
| 33942 |
src/com/gps/dao/TripProcessDAO.java |
2741 |
Parameter 'vehicleId' is not assigned and could be declared final |
| 33943 |
src/com/gps/dao/TripProcessDAO.java |
2748 |
Avoid variables with short names like td |
| 33944 |
src/com/gps/dao/TripProcessDAO.java |
2748 |
Local variable 'td' could be declared final |
| 33945 |
src/com/gps/dao/TripProcessDAO.java |
2751 |
Potential violation of Law of Demeter (object not created locally) |
| 33946 |
src/com/gps/dao/TripProcessDAO.java |
2754 |
Potential violation of Law of Demeter (object not created locally) |
| 33947 |
src/com/gps/dao/TripProcessDAO.java |
2757 |
Avoid using Literals in Conditional Statements |
| 33948 |
src/com/gps/dao/TripProcessDAO.java |
2757 |
Potential violation of Law of Demeter (object not created locally) |
| 33949 |
src/com/gps/dao/TripProcessDAO.java |
2758 |
Potential violation of Law of Demeter (object not created locally) |
| 33950 |
src/com/gps/dao/TripProcessDAO.java |
2759 |
Potential violation of Law of Demeter (method chain calls) |
| 33951 |
src/com/gps/dao/TripProcessDAO.java |
2759 |
Potential violation of Law of Demeter (object not created locally) |
| 33952 |
src/com/gps/dao/TripProcessDAO.java |
2761 |
Potential violation of Law of Demeter (object not created locally) |
| 33953 |
src/com/gps/dao/TripProcessDAO.java |
2764 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 33954 |
src/com/gps/dao/TripProcessDAO.java |
2765 |
There is log block not surrounded by if |
| 33955 |
src/com/gps/dao/TripProcessDAO.java |
2770 |
Parameter 'fromDate' is not assigned and could be declared final |
| 33956 |
src/com/gps/dao/TripProcessDAO.java |
2770 |
Parameter 'toDate' is not assigned and could be declared final |
| 33957 |
src/com/gps/dao/TripProcessDAO.java |
2770 |
Parameter 'trip' is not assigned and could be declared final |
| 33958 |
src/com/gps/dao/TripProcessDAO.java |
2770 |
Parameter 'type' is not assigned and could be declared final |
| 33959 |
src/com/gps/dao/TripProcessDAO.java |
2770 |
The method 'getTripData' has a Cyclomatic Complexity of 18. |
| 33960 |
src/com/gps/dao/TripProcessDAO.java |
2770 |
publicMethodCommentRequirement Required |
| 33961 |
src/com/gps/dao/TripProcessDAO.java |
2771 |
Avoid declaring a variable if it is unreferenced before a possible exit point. |
| 33962 |
src/com/gps/dao/TripProcessDAO.java |
2771 |
Avoid unused local variables such as 'tripParams'. |
| 33963 |
src/com/gps/dao/TripProcessDAO.java |
2771 |
Local variable 'tripParams' could be declared final |
| 33964 |
src/com/gps/dao/TripProcessDAO.java |
2772 |
Avoid declaring a variable if it is unreferenced before a possible exit point. |
| 33965 |
src/com/gps/dao/TripProcessDAO.java |
2772 |
Avoid unused local variables such as 'formatter'. |
| 33966 |
src/com/gps/dao/TripProcessDAO.java |
2772 |
Local variable 'formatter' could be declared final |
| 33967 |
src/com/gps/dao/TripProcessDAO.java |
2774 |
Avoid declaring a variable if it is unreferenced before a possible exit point. |
| 33968 |
src/com/gps/dao/TripProcessDAO.java |
2774 |
Avoid unused local variables such as 'query'. |
| 33969 |
src/com/gps/dao/TripProcessDAO.java |
2774 |
Local variable 'query' could be declared final |
| 33970 |
src/com/gps/dao/TripProcessDAO.java |
2776 |
Avoid declaring a variable if it is unreferenced before a possible exit point. |
| 33971 |
src/com/gps/dao/TripProcessDAO.java |
2776 |
Avoid unused local variables such as 'condition'. |
| 33972 |
src/com/gps/dao/TripProcessDAO.java |
2776 |
Local variable 'condition' could be declared final |
| 33973 |
src/com/gps/dao/TripProcessDAO.java |
2778 |
Avoid declaring a variable if it is unreferenced before a possible exit point. |
| 33974 |
src/com/gps/dao/TripProcessDAO.java |
2778 |
Avoid unused local variables such as 'paramQuery'. |
| 33975 |
src/com/gps/dao/TripProcessDAO.java |
2778 |
Local variable 'paramQuery' could be declared final |
| 33976 |
src/com/gps/dao/TripProcessDAO.java |
2785 |
Potential violation of Law of Demeter (method chain calls) |
| 33977 |
src/com/gps/dao/TripProcessDAO.java |
2787 |
Potential violation of Law of Demeter (method chain calls) |
| 33978 |
src/com/gps/dao/TripProcessDAO.java |
2787 |
Potential violation of Law of Demeter (method chain calls) |
| 33979 |
src/com/gps/dao/TripProcessDAO.java |
2789 |
Avoid if (x != y) ..; else ..; |
| 33980 |
src/com/gps/dao/TripProcessDAO.java |
2790 |
Position literals first in String comparisons |
| 33981 |
src/com/gps/dao/TripProcessDAO.java |
2792 |
Potential violation of Law of Demeter (object not created locally) |
| 33982 |
src/com/gps/dao/TripProcessDAO.java |
2792 |
Potential violation of Law of Demeter (object not created locally) |
| 33983 |
src/com/gps/dao/TripProcessDAO.java |
2795 |
Potential violation of Law of Demeter (object not created locally) |
| 33984 |
src/com/gps/dao/TripProcessDAO.java |
2795 |
Potential violation of Law of Demeter (object not created locally) |
| 33985 |
src/com/gps/dao/TripProcessDAO.java |
2797 |
Potential violation of Law of Demeter (object not created locally) |
| 33986 |
src/com/gps/dao/TripProcessDAO.java |
2797 |
Potential violation of Law of Demeter (object not created locally) |
| 33987 |
src/com/gps/dao/TripProcessDAO.java |
2799 |
Potential violation of Law of Demeter (method chain calls) |
| 33988 |
src/com/gps/dao/TripProcessDAO.java |
2806 |
Avoid using if statements without curly braces |
| 33989 |
src/com/gps/dao/TripProcessDAO.java |
2806 |
Potential violation of Law of Demeter (object not created locally) |
| 33990 |
src/com/gps/dao/TripProcessDAO.java |
2808 |
Avoid using if statements without curly braces |
| 33991 |
src/com/gps/dao/TripProcessDAO.java |
2809 |
Potential violation of Law of Demeter (object not created locally) |
| 33992 |
src/com/gps/dao/TripProcessDAO.java |
2809 |
Potential violation of Law of Demeter (object not created locally) |
| 33993 |
src/com/gps/dao/TripProcessDAO.java |
2810 |
Potential violation of Law of Demeter (object not created locally) |
| 33994 |
src/com/gps/dao/TripProcessDAO.java |
2812 |
Potential violation of Law of Demeter (method chain calls) |
| 33995 |
src/com/gps/dao/TripProcessDAO.java |
2819 |
Avoid if (x != y) ..; else ..; |
| 33996 |
src/com/gps/dao/TripProcessDAO.java |
2819 |
Potential violation of Law of Demeter (object not created locally) |
| 33997 |
src/com/gps/dao/TripProcessDAO.java |
2819 |
Potential violation of Law of Demeter (object not created locally) |
| 33998 |
src/com/gps/dao/TripProcessDAO.java |
2822 |
Potential violation of Law of Demeter (object not created locally) |
| 33999 |
src/com/gps/dao/TripProcessDAO.java |
2822 |
Potential violation of Law of Demeter (object not created locally) |
| 34000 |
src/com/gps/dao/TripProcessDAO.java |
2823 |
Potential violation of Law of Demeter (object not created locally) |
| 34001 |
src/com/gps/dao/TripProcessDAO.java |
2828 |
Potential violation of Law of Demeter (object not created locally) |
| 34002 |
src/com/gps/dao/TripProcessDAO.java |
2828 |
Potential violation of Law of Demeter (object not created locally) |
| 34003 |
src/com/gps/dao/TripProcessDAO.java |
2831 |
Potential violation of Law of Demeter (object not created locally) |
| 34004 |
src/com/gps/dao/TripProcessDAO.java |
2831 |
Potential violation of Law of Demeter (object not created locally) |
| 34005 |
src/com/gps/dao/TripProcessDAO.java |
2836 |
Avoid using if statements without curly braces |
| 34006 |
src/com/gps/dao/TripProcessDAO.java |
2836 |
Potential violation of Law of Demeter (object not created locally) |
| 34007 |
src/com/gps/dao/TripProcessDAO.java |
2842 |
Potential violation of Law of Demeter (object not created locally) |
| 34008 |
src/com/gps/dao/TripProcessDAO.java |
2847 |
Avoid using if statements without curly braces |
| 34009 |
src/com/gps/dao/TripProcessDAO.java |
2848 |
Potential violation of Law of Demeter (object not created locally) |
| 34010 |
src/com/gps/dao/TripProcessDAO.java |
2849 |
Potential violation of Law of Demeter (method chain calls) |
| 34011 |
src/com/gps/dao/TripProcessDAO.java |
2853 |
Avoid using Literals in Conditional Statements |
| 34012 |
src/com/gps/dao/TripProcessDAO.java |
2853 |
Potential violation of Law of Demeter (object not created locally) |
| 34013 |
src/com/gps/dao/TripProcessDAO.java |
2854 |
Potential violation of Law of Demeter (object not created locally) |
| 34014 |
src/com/gps/dao/TripProcessDAO.java |
2855 |
Potential violation of Law of Demeter (method chain calls) |
| 34015 |
src/com/gps/dao/TripProcessDAO.java |
2855 |
Potential violation of Law of Demeter (object not created locally) |
| 34016 |
src/com/gps/dao/TripProcessDAO.java |
2857 |
Potential violation of Law of Demeter (object not created locally) |
| 34017 |
src/com/gps/dao/TripProcessDAO.java |
2860 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 34018 |
src/com/gps/dao/TripProcessDAO.java |
2862 |
Avoid printStackTrace(); use a logger call instead. |
| 34019 |
src/com/gps/dao/TripProcessDAO.java |
2862 |
Potential violation of Law of Demeter (object not created locally) |
| 34020 |
src/com/gps/dao/TripProcessDAO.java |
2868 |
Parameter 'fromDate' is not assigned and could be declared final |
| 34021 |
src/com/gps/dao/TripProcessDAO.java |
2868 |
Parameter 'toDate' is not assigned and could be declared final |
| 34022 |
src/com/gps/dao/TripProcessDAO.java |
2868 |
Parameter 'trip' is not assigned and could be declared final |
| 34023 |
src/com/gps/dao/TripProcessDAO.java |
2868 |
Parameter 'type' is not assigned and could be declared final |
| 34024 |
src/com/gps/dao/TripProcessDAO.java |
2868 |
publicMethodCommentRequirement Required |
| 34025 |
src/com/gps/dao/TripProcessDAO.java |
2870 |
An empty statement (semicolon) not part of a loop |
| 34026 |
src/com/gps/dao/TripProcessDAO.java |
2870 |
Local variable 'tripListDTO' could be declared final |
| 34027 |
src/com/gps/dao/TripProcessDAO.java |
2872 |
Avoid declaring a variable if it is unreferenced before a possible exit point. |
| 34028 |
src/com/gps/dao/TripProcessDAO.java |
2872 |
Avoid unused local variables such as 'sess'. |
| 34029 |
src/com/gps/dao/TripProcessDAO.java |
2872 |
Local variable 'sess' could be declared final |
| 34030 |
src/com/gps/dao/TripProcessDAO.java |
2877 |
When instantiating a SimpleDateFormat object, specify a Locale |
| 34031 |
src/com/gps/dao/TripProcessDAO.java |
2880 |
Avoid unused local variables such as 'k'. |
| 34032 |
src/com/gps/dao/TripProcessDAO.java |
2880 |
Avoid variables with short names like k |
| 34033 |
src/com/gps/dao/TripProcessDAO.java |
2882 |
Avoid if (x != y) ..; else ..; |
| 34034 |
src/com/gps/dao/TripProcessDAO.java |
2884 |
Local variable 'params' could be declared final |
| 34035 |
src/com/gps/dao/TripProcessDAO.java |
2890 |
Potential violation of Law of Demeter (method chain calls) |
| 34036 |
src/com/gps/dao/TripProcessDAO.java |
2895 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 34037 |
src/com/gps/dao/TripProcessDAO.java |
2897 |
Avoid printStackTrace(); use a logger call instead. |
| 34038 |
src/com/gps/dao/TripProcessDAO.java |
2903 |
Potential violation of Law of Demeter (method chain calls) |
| 34039 |
src/com/gps/dao/TripProcessDAO.java |
2907 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 34040 |
src/com/gps/dao/TripProcessDAO.java |
2909 |
Avoid printStackTrace(); use a logger call instead. |
| 34041 |
src/com/gps/dao/TripProcessDAO.java |
2910 |
Potential violation of Law of Demeter (method chain calls) |
| 34042 |
src/com/gps/dao/TripProcessDAO.java |
2912 |
Avoid printStackTrace(); use a logger call instead. |
| 34043 |
src/com/gps/dao/TripProcessDAO.java |
2917 |
Parameter 'from' is not assigned and could be declared final |
| 34044 |
src/com/gps/dao/TripProcessDAO.java |
2917 |
Parameter 'type' is not assigned and could be declared final |
| 34045 |
src/com/gps/dao/TripProcessDAO.java |
2917 |
Parameter 'vehicleId' is not assigned and could be declared final |
| 34046 |
src/com/gps/dao/TripProcessDAO.java |
2917 |
The method 'hasValidData' has a Cyclomatic Complexity of 11. |
| 34047 |
src/com/gps/dao/TripProcessDAO.java |
2917 |
The method hasValidData() has an NPath complexity of 201 |
| 34048 |
src/com/gps/dao/TripProcessDAO.java |
2917 |
publicMethodCommentRequirement Required |
| 34049 |
src/com/gps/dao/TripProcessDAO.java |
2928 |
Potential violation of Law of Demeter (object not created locally) |
| 34050 |
src/com/gps/dao/TripProcessDAO.java |
2931 |
Potential violation of Law of Demeter (object not created locally) |
| 34051 |
src/com/gps/dao/TripProcessDAO.java |
2932 |
Potential violation of Law of Demeter (object not created locally) |
| 34052 |
src/com/gps/dao/TripProcessDAO.java |
2935 |
Avoid using if statements without curly braces |
| 34053 |
src/com/gps/dao/TripProcessDAO.java |
2935 |
Position literals first in String comparisons |
| 34054 |
src/com/gps/dao/TripProcessDAO.java |
2939 |
Potential violation of Law of Demeter (object not created locally) |
| 34055 |
src/com/gps/dao/TripProcessDAO.java |
2939 |
Potential violation of Law of Demeter (object not created locally) |
| 34056 |
src/com/gps/dao/TripProcessDAO.java |
2940 |
Avoid using if statements without curly braces |
| 34057 |
src/com/gps/dao/TripProcessDAO.java |
2941 |
Potential violation of Law of Demeter (object not created locally) |
| 34058 |
src/com/gps/dao/TripProcessDAO.java |
2942 |
Avoid using Literals in Conditional Statements |
| 34059 |
src/com/gps/dao/TripProcessDAO.java |
2944 |
Potential violation of Law of Demeter (method chain calls) |
| 34060 |
src/com/gps/dao/TripProcessDAO.java |
2950 |
Potential violation of Law of Demeter (object not created locally) |
| 34061 |
src/com/gps/dao/TripProcessDAO.java |
2951 |
Avoid using if statements without curly braces |
| 34062 |
src/com/gps/dao/TripProcessDAO.java |
2952 |
Potential violation of Law of Demeter (object not created locally) |
| 34063 |
src/com/gps/dao/TripProcessDAO.java |
2953 |
Avoid using Literals in Conditional Statements |
| 34064 |
src/com/gps/dao/TripProcessDAO.java |
2955 |
Potential violation of Law of Demeter (method chain calls) |
| 34065 |
src/com/gps/dao/TripProcessDAO.java |
2961 |
A method should have only one exit point, and that should be the last statement in the method |
| 34066 |
src/com/gps/dao/TripProcessDAO.java |
2965 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 34067 |
src/com/gps/dao/TripProcessDAO.java |
2967 |
Potential violation of Law of Demeter (object not created locally) |
| 34068 |
src/com/gps/dao/TripProcessDAO.java |
2967 |
There is log block not surrounded by if |
| 34069 |
src/com/gps/dao/TripProcessDAO.java |
2968 |
Avoid printStackTrace(); use a logger call instead. |
| 34070 |
src/com/gps/dao/TripProcessDAO.java |
2968 |
Potential violation of Law of Demeter (object not created locally) |
| 34071 |
src/com/gps/dao/TripProcessDAO.java |
2974 |
Avoid really long methods. |
| 34072 |
src/com/gps/dao/TripProcessDAO.java |
2974 |
Avoid variables with short names like to |
| 34073 |
src/com/gps/dao/TripProcessDAO.java |
2974 |
Avoid variables with short names like v |
| 34074 |
src/com/gps/dao/TripProcessDAO.java |
2974 |
Parameter 'from' is not assigned and could be declared final |
| 34075 |
src/com/gps/dao/TripProcessDAO.java |
2974 |
Parameter 'to' is not assigned and could be declared final |
| 34076 |
src/com/gps/dao/TripProcessDAO.java |
2974 |
Parameter 'v' is not assigned and could be declared final |
| 34077 |
src/com/gps/dao/TripProcessDAO.java |
2974 |
The method 'getParamWhereQuery' has a Cyclomatic Complexity of 23. |
| 34078 |
src/com/gps/dao/TripProcessDAO.java |
2974 |
The method getParamWhereQuery() has an NCSS line count of 101 |
| 34079 |
src/com/gps/dao/TripProcessDAO.java |
2974 |
The method getParamWhereQuery() has an NPath complexity of 110881 |
| 34080 |
src/com/gps/dao/TripProcessDAO.java |
2974 |
publicMethodCommentRequirement Required |
| 34081 |
src/com/gps/dao/TripProcessDAO.java |
2975 |
Parameter 'isSql' is not assigned and could be declared final |
| 34082 |
src/com/gps/dao/TripProcessDAO.java |
2977 |
Avoid variables with short names like r |
| 34083 |
src/com/gps/dao/TripProcessDAO.java |
2978 |
Use one line for each declaration, it enhances code readability. |
| 34084 |
src/com/gps/dao/TripProcessDAO.java |
2978 |
Variables should start with a lowercase character, 'ParamEnd' starts with uppercase character. |
| 34085 |
src/com/gps/dao/TripProcessDAO.java |
2978 |
Variables should start with a lowercase character, 'ParamStart' starts with uppercase character. |
| 34086 |
src/com/gps/dao/TripProcessDAO.java |
2979 |
Local variable 'formatter' could be declared final |
| 34087 |
src/com/gps/dao/TripProcessDAO.java |
2979 |
When instantiating a SimpleDateFormat object, specify a Locale |
| 34088 |
src/com/gps/dao/TripProcessDAO.java |
2980 |
Avoid variables with short names like p |
| 34089 |
src/com/gps/dao/TripProcessDAO.java |
2981 |
Avoid variables with short names like q |
| 34090 |
src/com/gps/dao/TripProcessDAO.java |
2982 |
Avoid variables with short names like o |
| 34091 |
src/com/gps/dao/TripProcessDAO.java |
2984 |
Avoid variables with short names like h |
| 34092 |
src/com/gps/dao/TripProcessDAO.java |
2985 |
Avoid declaring a variable if it is unreferenced before a possible exit point. |
| 34093 |
src/com/gps/dao/TripProcessDAO.java |
2985 |
Avoid unused local variables such as 'd'. |
| 34094 |
src/com/gps/dao/TripProcessDAO.java |
2985 |
Avoid unused local variables such as 'f'. |
| 34095 |
src/com/gps/dao/TripProcessDAO.java |
2985 |
Avoid variables with short names like d |
| 34096 |
src/com/gps/dao/TripProcessDAO.java |
2985 |
Avoid variables with short names like f |
| 34097 |
src/com/gps/dao/TripProcessDAO.java |
2985 |
Local variable 'f' could be declared final |
| 34098 |
src/com/gps/dao/TripProcessDAO.java |
2985 |
Use one line for each declaration, it enhances code readability. |
| 34099 |
src/com/gps/dao/TripProcessDAO.java |
2987 |
Avoid declaring a variable if it is unreferenced before a possible exit point. |
| 34100 |
src/com/gps/dao/TripProcessDAO.java |
2987 |
Avoid unused local variables such as 'query1'. |
| 34101 |
src/com/gps/dao/TripProcessDAO.java |
2987 |
Local variable 'query1' could be declared final |
| 34102 |
src/com/gps/dao/TripProcessDAO.java |
2990 |
Avoid declaring a variable if it is unreferenced before a possible exit point. |
| 34103 |
src/com/gps/dao/TripProcessDAO.java |
2990 |
Avoid unused local variables such as 'dateFormat'. |
| 34104 |
src/com/gps/dao/TripProcessDAO.java |
2990 |
Local variable 'dateFormat' could be declared final |
| 34105 |
src/com/gps/dao/TripProcessDAO.java |
3001 |
Potential violation of Law of Demeter (object not created locally) |
| 34106 |
src/com/gps/dao/TripProcessDAO.java |
3002 |
Potential violation of Law of Demeter (object not created locally) |
| 34107 |
src/com/gps/dao/TripProcessDAO.java |
3005 |
Potential violation of Law of Demeter (object not created locally) |
| 34108 |
src/com/gps/dao/TripProcessDAO.java |
3006 |
Potential violation of Law of Demeter (object not created locally) |
| 34109 |
src/com/gps/dao/TripProcessDAO.java |
3007 |
Potential violation of Law of Demeter (object not created locally) |
| 34110 |
src/com/gps/dao/TripProcessDAO.java |
3009 |
Avoid using Literals in Conditional Statements |
| 34111 |
src/com/gps/dao/TripProcessDAO.java |
3009 |
Potential violation of Law of Demeter (object not created locally) |
| 34112 |
src/com/gps/dao/TripProcessDAO.java |
3010 |
Potential violation of Law of Demeter (method chain calls) |
| 34113 |
src/com/gps/dao/TripProcessDAO.java |
3010 |
Potential violation of Law of Demeter (object not created locally) |
| 34114 |
src/com/gps/dao/TripProcessDAO.java |
3012 |
Potential violation of Law of Demeter (object not created locally) |
| 34115 |
src/com/gps/dao/TripProcessDAO.java |
3015 |
Avoid using Literals in Conditional Statements |
| 34116 |
src/com/gps/dao/TripProcessDAO.java |
3015 |
Potential violation of Law of Demeter (object not created locally) |
| 34117 |
src/com/gps/dao/TripProcessDAO.java |
3015 |
Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty() |
| 34118 |
src/com/gps/dao/TripProcessDAO.java |
3017 |
Potential violation of Law of Demeter (object not created locally) |
| 34119 |
src/com/gps/dao/TripProcessDAO.java |
3017 |
Potential violation of Law of Demeter (object not created locally) |
| 34120 |
src/com/gps/dao/TripProcessDAO.java |
3018 |
Potential violation of Law of Demeter (object not created locally) |
| 34121 |
src/com/gps/dao/TripProcessDAO.java |
3019 |
Potential violation of Law of Demeter (object not created locally) |
| 34122 |
src/com/gps/dao/TripProcessDAO.java |
3022 |
Avoid using Literals in Conditional Statements |
| 34123 |
src/com/gps/dao/TripProcessDAO.java |
3022 |
Potential violation of Law of Demeter (object not created locally) |
| 34124 |
src/com/gps/dao/TripProcessDAO.java |
3023 |
Potential violation of Law of Demeter (method chain calls) |
| 34125 |
src/com/gps/dao/TripProcessDAO.java |
3023 |
Potential violation of Law of Demeter (object not created locally) |
| 34126 |
src/com/gps/dao/TripProcessDAO.java |
3025 |
Potential violation of Law of Demeter (object not created locally) |
| 34127 |
src/com/gps/dao/TripProcessDAO.java |
3029 |
Avoid using Literals in Conditional Statements |
| 34128 |
src/com/gps/dao/TripProcessDAO.java |
3029 |
Potential violation of Law of Demeter (object not created locally) |
| 34129 |
src/com/gps/dao/TripProcessDAO.java |
3029 |
Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty() |
| 34130 |
src/com/gps/dao/TripProcessDAO.java |
3030 |
Potential violation of Law of Demeter (object not created locally) |
| 34131 |
src/com/gps/dao/TripProcessDAO.java |
3030 |
Potential violation of Law of Demeter (object not created locally) |
| 34132 |
src/com/gps/dao/TripProcessDAO.java |
3034 |
Potential violation of Law of Demeter (method chain calls) |
| 34133 |
src/com/gps/dao/TripProcessDAO.java |
3034 |
Potential violation of Law of Demeter (object not created locally) |
| 34134 |
src/com/gps/dao/TripProcessDAO.java |
3034 |
Potential violation of Law of Demeter (object not created locally) |
| 34135 |
src/com/gps/dao/TripProcessDAO.java |
3035 |
Potential violation of Law of Demeter (object not created locally) |
| 34136 |
src/com/gps/dao/TripProcessDAO.java |
3036 |
A method should have only one exit point, and that should be the last statement in the method |
| 34137 |
src/com/gps/dao/TripProcessDAO.java |
3039 |
Potential violation of Law of Demeter (object not created locally) |
| 34138 |
src/com/gps/dao/TripProcessDAO.java |
3040 |
Potential violation of Law of Demeter (object not created locally) |
| 34139 |
src/com/gps/dao/TripProcessDAO.java |
3043 |
Avoid using Literals in Conditional Statements |
| 34140 |
src/com/gps/dao/TripProcessDAO.java |
3043 |
Potential violation of Law of Demeter (object not created locally) |
| 34141 |
src/com/gps/dao/TripProcessDAO.java |
3044 |
Potential violation of Law of Demeter (method chain calls) |
| 34142 |
src/com/gps/dao/TripProcessDAO.java |
3044 |
Potential violation of Law of Demeter (object not created locally) |
| 34143 |
src/com/gps/dao/TripProcessDAO.java |
3046 |
Potential violation of Law of Demeter (object not created locally) |
| 34144 |
src/com/gps/dao/TripProcessDAO.java |
3047 |
Potential violation of Law of Demeter (object not created locally) |
| 34145 |
src/com/gps/dao/TripProcessDAO.java |
3050 |
Consider replacing this Hashtable with the newer java.util.Map |
| 34146 |
src/com/gps/dao/TripProcessDAO.java |
3051 |
Avoid using Literals in Conditional Statements |
| 34147 |
src/com/gps/dao/TripProcessDAO.java |
3051 |
Potential violation of Law of Demeter (object not created locally) |
| 34148 |
src/com/gps/dao/TripProcessDAO.java |
3051 |
Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty() |
| 34149 |
src/com/gps/dao/TripProcessDAO.java |
3054 |
Assigning an Object to null is a code smell. Consider refactoring. |
| 34150 |
src/com/gps/dao/TripProcessDAO.java |
3054 |
Potential violation of Law of Demeter (object not created locally) |
| 34151 |
src/com/gps/dao/TripProcessDAO.java |
3054 |
Potential violation of Law of Demeter (object not created locally) |
| 34152 |
src/com/gps/dao/TripProcessDAO.java |
3054 |
Useless parentheses. |
| 34153 |
src/com/gps/dao/TripProcessDAO.java |
3055 |
Assigning an Object to null is a code smell. Consider refactoring. |
| 34154 |
src/com/gps/dao/TripProcessDAO.java |
3055 |
Potential violation of Law of Demeter (object not created locally) |
| 34155 |
src/com/gps/dao/TripProcessDAO.java |
3055 |
Potential violation of Law of Demeter (object not created locally) |
| 34156 |
src/com/gps/dao/TripProcessDAO.java |
3055 |
Useless parentheses. |
| 34157 |
src/com/gps/dao/TripProcessDAO.java |
3058 |
Potential violation of Law of Demeter (method chain calls) |
| 34158 |
src/com/gps/dao/TripProcessDAO.java |
3058 |
Potential violation of Law of Demeter (method chain calls) |
| 34159 |
src/com/gps/dao/TripProcessDAO.java |
3058 |
Potential violation of Law of Demeter (object not created locally) |
| 34160 |
src/com/gps/dao/TripProcessDAO.java |
3059 |
Assigning an Object to null is a code smell. Consider refactoring. |
| 34161 |
src/com/gps/dao/TripProcessDAO.java |
3063 |
Potential violation of Law of Demeter (object not created locally) |
| 34162 |
src/com/gps/dao/TripProcessDAO.java |
3064 |
Potential violation of Law of Demeter (object not created locally) |
| 34163 |
src/com/gps/dao/TripProcessDAO.java |
3065 |
Potential violation of Law of Demeter (object not created locally) |
| 34164 |
src/com/gps/dao/TripProcessDAO.java |
3067 |
Avoid unused local variables such as 'w'. |
| 34165 |
src/com/gps/dao/TripProcessDAO.java |
3067 |
Avoid variables with short names like w |
| 34166 |
src/com/gps/dao/TripProcessDAO.java |
3067 |
Local variable 'w' could be declared final |
| 34167 |
src/com/gps/dao/TripProcessDAO.java |
3069 |
Local variable 'packet' could be declared final |
| 34168 |
src/com/gps/dao/TripProcessDAO.java |
3070 |
Potential violation of Law of Demeter (method chain calls) |
| 34169 |
src/com/gps/dao/TripProcessDAO.java |
3070 |
Potential violation of Law of Demeter (object not created locally) |
| 34170 |
src/com/gps/dao/TripProcessDAO.java |
3071 |
Potential violation of Law of Demeter (method chain calls) |
| 34171 |
src/com/gps/dao/TripProcessDAO.java |
3071 |
Potential violation of Law of Demeter (object not created locally) |
| 34172 |
src/com/gps/dao/TripProcessDAO.java |
3072 |
Potential violation of Law of Demeter (method chain calls) |
| 34173 |
src/com/gps/dao/TripProcessDAO.java |
3072 |
Potential violation of Law of Demeter (object not created locally) |
| 34174 |
src/com/gps/dao/TripProcessDAO.java |
3080 |
Potential violation of Law of Demeter (object not created locally) |
| 34175 |
src/com/gps/dao/TripProcessDAO.java |
3081 |
Assigning an Object to null is a code smell. Consider refactoring. |
| 34176 |
src/com/gps/dao/TripProcessDAO.java |
3085 |
Potential violation of Law of Demeter (object not created locally) |
| 34177 |
src/com/gps/dao/TripProcessDAO.java |
3085 |
Potential violation of Law of Demeter (object not created locally) |
| 34178 |
src/com/gps/dao/TripProcessDAO.java |
3086 |
Potential violation of Law of Demeter (object not created locally) |
| 34179 |
src/com/gps/dao/TripProcessDAO.java |
3087 |
Potential violation of Law of Demeter (object not created locally) |
| 34180 |
src/com/gps/dao/TripProcessDAO.java |
3089 |
Avoid using Literals in Conditional Statements |
| 34181 |
src/com/gps/dao/TripProcessDAO.java |
3089 |
Potential violation of Law of Demeter (object not created locally) |
| 34182 |
src/com/gps/dao/TripProcessDAO.java |
3090 |
Potential violation of Law of Demeter (method chain calls) |
| 34183 |
src/com/gps/dao/TripProcessDAO.java |
3090 |
Potential violation of Law of Demeter (object not created locally) |
| 34184 |
src/com/gps/dao/TripProcessDAO.java |
3092 |
Potential violation of Law of Demeter (object not created locally) |
| 34185 |
src/com/gps/dao/TripProcessDAO.java |
3095 |
Potential violation of Law of Demeter (object not created locally) |
| 34186 |
src/com/gps/dao/TripProcessDAO.java |
3096 |
Potential violation of Law of Demeter (method chain calls) |
| 34187 |
src/com/gps/dao/TripProcessDAO.java |
3096 |
Potential violation of Law of Demeter (object not created locally) |
| 34188 |
src/com/gps/dao/TripProcessDAO.java |
3102 |
Potential violation of Law of Demeter (object not created locally) |
| 34189 |
src/com/gps/dao/TripProcessDAO.java |
3103 |
Avoid if (x != y) ..; else ..; |
| 34190 |
src/com/gps/dao/TripProcessDAO.java |
3105 |
Potential violation of Law of Demeter (object not created locally) |
| 34191 |
src/com/gps/dao/TripProcessDAO.java |
3110 |
Assigning an Object to null is a code smell. Consider refactoring. |
| 34192 |
src/com/gps/dao/TripProcessDAO.java |
3110 |
Avoid if (x != y) ..; else ..; |
| 34193 |
src/com/gps/dao/TripProcessDAO.java |
3111 |
Potential violation of Law of Demeter (object not created locally) |
| 34194 |
src/com/gps/dao/TripProcessDAO.java |
3115 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 34195 |
src/com/gps/dao/TripProcessDAO.java |
3116 |
There is log block not surrounded by if |
| 34196 |
src/com/gps/dao/TripProcessDAO.java |
3117 |
Assigning an Object to null is a code smell. Consider refactoring. |
| 34197 |
src/com/gps/dao/TripProcessDAO.java |
3123 |
Avoid really long methods. |
| 34198 |
src/com/gps/dao/TripProcessDAO.java |
3123 |
Avoid variables with short names like to |
| 34199 |
src/com/gps/dao/TripProcessDAO.java |
3123 |
Avoid variables with short names like v |
| 34200 |
src/com/gps/dao/TripProcessDAO.java |
3123 |
Parameter 'from' is not assigned and could be declared final |
| 34201 |
src/com/gps/dao/TripProcessDAO.java |
3123 |
Parameter 'to' is not assigned and could be declared final |
| 34202 |
src/com/gps/dao/TripProcessDAO.java |
3123 |
Parameter 'v' is not assigned and could be declared final |
| 34203 |
src/com/gps/dao/TripProcessDAO.java |
3123 |
The method 'getParamWhereQuery' has a Cyclomatic Complexity of 19. |
| 34204 |
src/com/gps/dao/TripProcessDAO.java |
3123 |
The method getParamWhereQuery() has an NPath complexity of 5761 |
| 34205 |
src/com/gps/dao/TripProcessDAO.java |
3123 |
publicMethodCommentRequirement Required |
| 34206 |
src/com/gps/dao/TripProcessDAO.java |
3124 |
Parameter 'isSql' is not assigned and could be declared final |
| 34207 |
src/com/gps/dao/TripProcessDAO.java |
3126 |
Avoid variables with short names like r |
| 34208 |
src/com/gps/dao/TripProcessDAO.java |
3127 |
Use one line for each declaration, it enhances code readability. |
| 34209 |
src/com/gps/dao/TripProcessDAO.java |
3127 |
Variables should start with a lowercase character, 'ParamEnd' starts with uppercase character. |
| 34210 |
src/com/gps/dao/TripProcessDAO.java |
3127 |
Variables should start with a lowercase character, 'ParamStart' starts with uppercase character. |
| 34211 |
src/com/gps/dao/TripProcessDAO.java |
3128 |
Local variable 'formatter' could be declared final |
| 34212 |
src/com/gps/dao/TripProcessDAO.java |
3128 |
When instantiating a SimpleDateFormat object, specify a Locale |
| 34213 |
src/com/gps/dao/TripProcessDAO.java |
3129 |
Avoid variables with short names like p |
| 34214 |
src/com/gps/dao/TripProcessDAO.java |
3130 |
Avoid variables with short names like q |
| 34215 |
src/com/gps/dao/TripProcessDAO.java |
3131 |
Avoid variables with short names like o |
| 34216 |
src/com/gps/dao/TripProcessDAO.java |
3133 |
Avoid variables with short names like h |
| 34217 |
src/com/gps/dao/TripProcessDAO.java |
3134 |
Avoid variables with short names like d |
| 34218 |
src/com/gps/dao/TripProcessDAO.java |
3134 |
Avoid variables with short names like f |
| 34219 |
src/com/gps/dao/TripProcessDAO.java |
3134 |
Use one line for each declaration, it enhances code readability. |
| 34220 |
src/com/gps/dao/TripProcessDAO.java |
3139 |
Avoid declaring a variable if it is unreferenced before a possible exit point. |
| 34221 |
src/com/gps/dao/TripProcessDAO.java |
3139 |
Avoid unused local variables such as 'dateFormat'. |
| 34222 |
src/com/gps/dao/TripProcessDAO.java |
3139 |
Local variable 'dateFormat' could be declared final |
| 34223 |
src/com/gps/dao/TripProcessDAO.java |
3149 |
Potential violation of Law of Demeter (object not created locally) |
| 34224 |
src/com/gps/dao/TripProcessDAO.java |
3150 |
Potential violation of Law of Demeter (object not created locally) |
| 34225 |
src/com/gps/dao/TripProcessDAO.java |
3152 |
Avoid using Literals in Conditional Statements |
| 34226 |
src/com/gps/dao/TripProcessDAO.java |
3152 |
Potential violation of Law of Demeter (object not created locally) |
| 34227 |
src/com/gps/dao/TripProcessDAO.java |
3153 |
Potential violation of Law of Demeter (method chain calls) |
| 34228 |
src/com/gps/dao/TripProcessDAO.java |
3153 |
Potential violation of Law of Demeter (object not created locally) |
| 34229 |
src/com/gps/dao/TripProcessDAO.java |
3155 |
Potential violation of Law of Demeter (object not created locally) |
| 34230 |
src/com/gps/dao/TripProcessDAO.java |
3158 |
Avoid using Literals in Conditional Statements |
| 34231 |
src/com/gps/dao/TripProcessDAO.java |
3158 |
Potential violation of Law of Demeter (object not created locally) |
| 34232 |
src/com/gps/dao/TripProcessDAO.java |
3158 |
Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty() |
| 34233 |
src/com/gps/dao/TripProcessDAO.java |
3161 |
Potential violation of Law of Demeter (object not created locally) |
| 34234 |
src/com/gps/dao/TripProcessDAO.java |
3161 |
Potential violation of Law of Demeter (object not created locally) |
| 34235 |
src/com/gps/dao/TripProcessDAO.java |
3162 |
Potential violation of Law of Demeter (object not created locally) |
| 34236 |
src/com/gps/dao/TripProcessDAO.java |
3163 |
Potential violation of Law of Demeter (object not created locally) |
| 34237 |
src/com/gps/dao/TripProcessDAO.java |
3166 |
Avoid using Literals in Conditional Statements |
| 34238 |
src/com/gps/dao/TripProcessDAO.java |
3166 |
Potential violation of Law of Demeter (object not created locally) |
| 34239 |
src/com/gps/dao/TripProcessDAO.java |
3167 |
Potential violation of Law of Demeter (method chain calls) |
| 34240 |
src/com/gps/dao/TripProcessDAO.java |
3167 |
Potential violation of Law of Demeter (object not created locally) |
| 34241 |
src/com/gps/dao/TripProcessDAO.java |
3169 |
Potential violation of Law of Demeter (object not created locally) |
| 34242 |
src/com/gps/dao/TripProcessDAO.java |
3172 |
Avoid using Literals in Conditional Statements |
| 34243 |
src/com/gps/dao/TripProcessDAO.java |
3172 |
Potential violation of Law of Demeter (object not created locally) |
| 34244 |
src/com/gps/dao/TripProcessDAO.java |
3172 |
Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty() |
| 34245 |
src/com/gps/dao/TripProcessDAO.java |
3173 |
Potential violation of Law of Demeter (object not created locally) |
| 34246 |
src/com/gps/dao/TripProcessDAO.java |
3173 |
Potential violation of Law of Demeter (object not created locally) |
| 34247 |
src/com/gps/dao/TripProcessDAO.java |
3176 |
Potential violation of Law of Demeter (object not created locally) |
| 34248 |
src/com/gps/dao/TripProcessDAO.java |
3178 |
Potential violation of Law of Demeter (method chain calls) |
| 34249 |
src/com/gps/dao/TripProcessDAO.java |
3178 |
Potential violation of Law of Demeter (object not created locally) |
| 34250 |
src/com/gps/dao/TripProcessDAO.java |
3178 |
Potential violation of Law of Demeter (object not created locally) |
| 34251 |
src/com/gps/dao/TripProcessDAO.java |
3179 |
Potential violation of Law of Demeter (object not created locally) |
| 34252 |
src/com/gps/dao/TripProcessDAO.java |
3180 |
A method should have only one exit point, and that should be the last statement in the method |
| 34253 |
src/com/gps/dao/TripProcessDAO.java |
3183 |
Potential violation of Law of Demeter (object not created locally) |
| 34254 |
src/com/gps/dao/TripProcessDAO.java |
3184 |
Potential violation of Law of Demeter (object not created locally) |
| 34255 |
src/com/gps/dao/TripProcessDAO.java |
3187 |
Avoid using Literals in Conditional Statements |
| 34256 |
src/com/gps/dao/TripProcessDAO.java |
3187 |
Potential violation of Law of Demeter (object not created locally) |
| 34257 |
src/com/gps/dao/TripProcessDAO.java |
3188 |
Potential violation of Law of Demeter (method chain calls) |
| 34258 |
src/com/gps/dao/TripProcessDAO.java |
3188 |
Potential violation of Law of Demeter (object not created locally) |
| 34259 |
src/com/gps/dao/TripProcessDAO.java |
3190 |
Potential violation of Law of Demeter (object not created locally) |
| 34260 |
src/com/gps/dao/TripProcessDAO.java |
3191 |
Potential violation of Law of Demeter (object not created locally) |
| 34261 |
src/com/gps/dao/TripProcessDAO.java |
3194 |
Avoid using Literals in Conditional Statements |
| 34262 |
src/com/gps/dao/TripProcessDAO.java |
3194 |
Potential violation of Law of Demeter (object not created locally) |
| 34263 |
src/com/gps/dao/TripProcessDAO.java |
3194 |
Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty() |
| 34264 |
src/com/gps/dao/TripProcessDAO.java |
3195 |
Assigning an Object to null is a code smell. Consider refactoring. |
| 34265 |
src/com/gps/dao/TripProcessDAO.java |
3196 |
Assigning an Object to null is a code smell. Consider refactoring. |
| 34266 |
src/com/gps/dao/TripProcessDAO.java |
3198 |
Potential violation of Law of Demeter (method chain calls) |
| 34267 |
src/com/gps/dao/TripProcessDAO.java |
3198 |
Potential violation of Law of Demeter (method chain calls) |
| 34268 |
src/com/gps/dao/TripProcessDAO.java |
3198 |
Potential violation of Law of Demeter (object not created locally) |
| 34269 |
src/com/gps/dao/TripProcessDAO.java |
3199 |
Assigning an Object to null is a code smell. Consider refactoring. |
| 34270 |
src/com/gps/dao/TripProcessDAO.java |
3203 |
Potential violation of Law of Demeter (object not created locally) |
| 34271 |
src/com/gps/dao/TripProcessDAO.java |
3204 |
Potential violation of Law of Demeter (object not created locally) |
| 34272 |
src/com/gps/dao/TripProcessDAO.java |
3205 |
Potential violation of Law of Demeter (object not created locally) |
| 34273 |
src/com/gps/dao/TripProcessDAO.java |
3207 |
Avoid unused local variables such as 'w'. |
| 34274 |
src/com/gps/dao/TripProcessDAO.java |
3207 |
Avoid variables with short names like w |
| 34275 |
src/com/gps/dao/TripProcessDAO.java |
3207 |
Local variable 'w' could be declared final |
| 34276 |
src/com/gps/dao/TripProcessDAO.java |
3209 |
Local variable 'packet' could be declared final |
| 34277 |
src/com/gps/dao/TripProcessDAO.java |
3210 |
Potential violation of Law of Demeter (method chain calls) |
| 34278 |
src/com/gps/dao/TripProcessDAO.java |
3210 |
Potential violation of Law of Demeter (object not created locally) |
| 34279 |
src/com/gps/dao/TripProcessDAO.java |
3211 |
Potential violation of Law of Demeter (method chain calls) |
| 34280 |
src/com/gps/dao/TripProcessDAO.java |
3211 |
Potential violation of Law of Demeter (object not created locally) |
| 34281 |
src/com/gps/dao/TripProcessDAO.java |
3212 |
Potential violation of Law of Demeter (method chain calls) |
| 34282 |
src/com/gps/dao/TripProcessDAO.java |
3212 |
Potential violation of Law of Demeter (object not created locally) |
| 34283 |
src/com/gps/dao/TripProcessDAO.java |
3221 |
Assigning an Object to null is a code smell. Consider refactoring. |
| 34284 |
src/com/gps/dao/TripProcessDAO.java |
3225 |
Potential violation of Law of Demeter (object not created locally) |
| 34285 |
src/com/gps/dao/TripProcessDAO.java |
3225 |
Potential violation of Law of Demeter (object not created locally) |
| 34286 |
src/com/gps/dao/TripProcessDAO.java |
3226 |
Potential violation of Law of Demeter (object not created locally) |
| 34287 |
src/com/gps/dao/TripProcessDAO.java |
3227 |
Potential violation of Law of Demeter (object not created locally) |
| 34288 |
src/com/gps/dao/TripProcessDAO.java |
3229 |
Avoid using Literals in Conditional Statements |
| 34289 |
src/com/gps/dao/TripProcessDAO.java |
3229 |
Potential violation of Law of Demeter (object not created locally) |
| 34290 |
src/com/gps/dao/TripProcessDAO.java |
3230 |
Potential violation of Law of Demeter (method chain calls) |
| 34291 |
src/com/gps/dao/TripProcessDAO.java |
3230 |
Potential violation of Law of Demeter (object not created locally) |
| 34292 |
src/com/gps/dao/TripProcessDAO.java |
3232 |
Potential violation of Law of Demeter (object not created locally) |
| 34293 |
src/com/gps/dao/TripProcessDAO.java |
3235 |
Potential violation of Law of Demeter (object not created locally) |
| 34294 |
src/com/gps/dao/TripProcessDAO.java |
3236 |
Potential violation of Law of Demeter (method chain calls) |
| 34295 |
src/com/gps/dao/TripProcessDAO.java |
3236 |
Potential violation of Law of Demeter (object not created locally) |
| 34296 |
src/com/gps/dao/TripProcessDAO.java |
3242 |
Avoid if (x != y) ..; else ..; |
| 34297 |
src/com/gps/dao/TripProcessDAO.java |
3243 |
Potential violation of Law of Demeter (object not created locally) |
| 34298 |
src/com/gps/dao/TripProcessDAO.java |
3244 |
Potential violation of Law of Demeter (object not created locally) |
| 34299 |
src/com/gps/dao/TripProcessDAO.java |
3248 |
Potential violation of Law of Demeter (object not created locally) |
| 34300 |
src/com/gps/dao/TripProcessDAO.java |
3252 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 34301 |
src/com/gps/dao/TripProcessDAO.java |
3253 |
There is log block not surrounded by if |
| 34302 |
src/com/gps/dao/TripProcessDAO.java |
3254 |
Assigning an Object to null is a code smell. Consider refactoring. |
| 34303 |
src/com/gps/dao/TripProcessDAO.java |
3260 |
Avoid really long methods. |
| 34304 |
src/com/gps/dao/TripProcessDAO.java |
3260 |
Avoid variables with short names like to |
| 34305 |
src/com/gps/dao/TripProcessDAO.java |
3260 |
Method names should not start with capital letters |
| 34306 |
src/com/gps/dao/TripProcessDAO.java |
3260 |
Parameter 'from' is not assigned and could be declared final |
| 34307 |
src/com/gps/dao/TripProcessDAO.java |
3260 |
Parameter 'to' is not assigned and could be declared final |
| 34308 |
src/com/gps/dao/TripProcessDAO.java |
3260 |
Parameter 'vehicles' is not assigned and could be declared final |
| 34309 |
src/com/gps/dao/TripProcessDAO.java |
3260 |
The method 'MaxMinParamForAll' has a Cyclomatic Complexity of 18. |
| 34310 |
src/com/gps/dao/TripProcessDAO.java |
3260 |
The method MaxMinParamForAll() has an NPath complexity of 1441 |
| 34311 |
src/com/gps/dao/TripProcessDAO.java |
3260 |
publicMethodCommentRequirement Required |
| 34312 |
src/com/gps/dao/TripProcessDAO.java |
3261 |
Parameter 'isSql' is not assigned and could be declared final |
| 34313 |
src/com/gps/dao/TripProcessDAO.java |
3262 |
Avoid declaring a variable if it is unreferenced before a possible exit point. |
| 34314 |
src/com/gps/dao/TripProcessDAO.java |
3262 |
Avoid unused local variables such as 'r'. |
| 34315 |
src/com/gps/dao/TripProcessDAO.java |
3262 |
Avoid variables with short names like r |
| 34316 |
src/com/gps/dao/TripProcessDAO.java |
3262 |
Local variable 'r' could be declared final |
| 34317 |
src/com/gps/dao/TripProcessDAO.java |
3263 |
Use one line for each declaration, it enhances code readability. |
| 34318 |
src/com/gps/dao/TripProcessDAO.java |
3263 |
Variables should start with a lowercase character, 'ParamEnd' starts with uppercase character. |
| 34319 |
src/com/gps/dao/TripProcessDAO.java |
3263 |
Variables should start with a lowercase character, 'ParamStart' starts with uppercase character. |
| 34320 |
src/com/gps/dao/TripProcessDAO.java |
3264 |
Local variable 'formatter' could be declared final |
| 34321 |
src/com/gps/dao/TripProcessDAO.java |
3264 |
When instantiating a SimpleDateFormat object, specify a Locale |
| 34322 |
src/com/gps/dao/TripProcessDAO.java |
3265 |
Avoid declaring a variable if it is unreferenced before a possible exit point. |
| 34323 |
src/com/gps/dao/TripProcessDAO.java |
3265 |
Avoid variables with short names like p |
| 34324 |
src/com/gps/dao/TripProcessDAO.java |
3265 |
Local variable 'p' could be declared final |
| 34325 |
src/com/gps/dao/TripProcessDAO.java |
3266 |
Avoid declaring a variable if it is unreferenced before a possible exit point. |
| 34326 |
src/com/gps/dao/TripProcessDAO.java |
3266 |
Avoid variables with short names like q |
| 34327 |
src/com/gps/dao/TripProcessDAO.java |
3266 |
Local variable 'q' could be declared final |
| 34328 |
src/com/gps/dao/TripProcessDAO.java |
3267 |
Avoid declaring a variable if it is unreferenced before a possible exit point. |
| 34329 |
src/com/gps/dao/TripProcessDAO.java |
3267 |
Avoid variables with short names like o |
| 34330 |
src/com/gps/dao/TripProcessDAO.java |
3267 |
Local variable 'o' could be declared final |
| 34331 |
src/com/gps/dao/TripProcessDAO.java |
3269 |
Avoid declaring a variable if it is unreferenced before a possible exit point. |
| 34332 |
src/com/gps/dao/TripProcessDAO.java |
3269 |
Avoid unused local variables such as 'h'. |
| 34333 |
src/com/gps/dao/TripProcessDAO.java |
3269 |
Avoid variables with short names like h |
| 34334 |
src/com/gps/dao/TripProcessDAO.java |
3269 |
Local variable 'h' could be declared final |
| 34335 |
src/com/gps/dao/TripProcessDAO.java |
3270 |
Avoid unused local variables such as 'd'. |
| 34336 |
src/com/gps/dao/TripProcessDAO.java |
3270 |
Avoid variables with short names like d |
| 34337 |
src/com/gps/dao/TripProcessDAO.java |
3270 |
Local variable 'd' could be declared final |
| 34338 |
src/com/gps/dao/TripProcessDAO.java |
3270 |
Use one line for each declaration, it enhances code readability. |
| 34339 |
src/com/gps/dao/TripProcessDAO.java |
3277 |
Avoid declaring a variable if it is unreferenced before a possible exit point. |
| 34340 |
src/com/gps/dao/TripProcessDAO.java |
3277 |
Avoid unused local variables such as 'dateFormat'. |
| 34341 |
src/com/gps/dao/TripProcessDAO.java |
3277 |
Local variable 'dateFormat' could be declared final |
| 34342 |
src/com/gps/dao/TripProcessDAO.java |
3281 |
Avoid declaring a variable if it is unreferenced before a possible exit point. |
| 34343 |
src/com/gps/dao/TripProcessDAO.java |
3281 |
Avoid unused local variables such as 'maxList'. |
| 34344 |
src/com/gps/dao/TripProcessDAO.java |
3281 |
Local variable 'maxList' could be declared final |
| 34345 |
src/com/gps/dao/TripProcessDAO.java |
3284 |
Avoid unused local variables such as 'toDate'. |
| 34346 |
src/com/gps/dao/TripProcessDAO.java |
3285 |
Avoid declaring a variable if it is unreferenced before a possible exit point. |
| 34347 |
src/com/gps/dao/TripProcessDAO.java |
3285 |
Avoid unused local variables such as 'paramId'. |
| 34348 |
src/com/gps/dao/TripProcessDAO.java |
3285 |
Local variable 'paramId' could be declared final |
| 34349 |
src/com/gps/dao/TripProcessDAO.java |
3286 |
Avoid declaring a variable if it is unreferenced before a possible exit point. |
| 34350 |
src/com/gps/dao/TripProcessDAO.java |
3286 |
Avoid unused local variables such as 'vehicleId'. |
| 34351 |
src/com/gps/dao/TripProcessDAO.java |
3286 |
Local variable 'vehicleId' could be declared final |
| 34352 |
src/com/gps/dao/TripProcessDAO.java |
3290 |
Potential violation of Law of Demeter (object not created locally) |
| 34353 |
src/com/gps/dao/TripProcessDAO.java |
3291 |
Potential violation of Law of Demeter (object not created locally) |
| 34354 |
src/com/gps/dao/TripProcessDAO.java |
3294 |
Potential violation of Law of Demeter (object not created locally) |
| 34355 |
src/com/gps/dao/TripProcessDAO.java |
3295 |
Potential violation of Law of Demeter (object not created locally) |
| 34356 |
src/com/gps/dao/TripProcessDAO.java |
3297 |
Avoid using Literals in Conditional Statements |
| 34357 |
src/com/gps/dao/TripProcessDAO.java |
3297 |
Potential violation of Law of Demeter (object not created locally) |
| 34358 |
src/com/gps/dao/TripProcessDAO.java |
3298 |
Potential violation of Law of Demeter (method chain calls) |
| 34359 |
src/com/gps/dao/TripProcessDAO.java |
3298 |
Potential violation of Law of Demeter (object not created locally) |
| 34360 |
src/com/gps/dao/TripProcessDAO.java |
3300 |
Potential violation of Law of Demeter (object not created locally) |
| 34361 |
src/com/gps/dao/TripProcessDAO.java |
3303 |
Avoid using Literals in Conditional Statements |
| 34362 |
src/com/gps/dao/TripProcessDAO.java |
3303 |
Potential violation of Law of Demeter (object not created locally) |
| 34363 |
src/com/gps/dao/TripProcessDAO.java |
3303 |
Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty() |
| 34364 |
src/com/gps/dao/TripProcessDAO.java |
3306 |
Potential violation of Law of Demeter (object not created locally) |
| 34365 |
src/com/gps/dao/TripProcessDAO.java |
3306 |
Potential violation of Law of Demeter (object not created locally) |
| 34366 |
src/com/gps/dao/TripProcessDAO.java |
3307 |
Potential violation of Law of Demeter (object not created locally) |
| 34367 |
src/com/gps/dao/TripProcessDAO.java |
3308 |
Potential violation of Law of Demeter (object not created locally) |
| 34368 |
src/com/gps/dao/TripProcessDAO.java |
3310 |
Avoid using Literals in Conditional Statements |
| 34369 |
src/com/gps/dao/TripProcessDAO.java |
3310 |
Potential violation of Law of Demeter (object not created locally) |
| 34370 |
src/com/gps/dao/TripProcessDAO.java |
3311 |
Potential violation of Law of Demeter (method chain calls) |
| 34371 |
src/com/gps/dao/TripProcessDAO.java |
3311 |
Potential violation of Law of Demeter (object not created locally) |
| 34372 |
src/com/gps/dao/TripProcessDAO.java |
3313 |
Potential violation of Law of Demeter (object not created locally) |
| 34373 |
src/com/gps/dao/TripProcessDAO.java |
3315 |
Avoid using Literals in Conditional Statements |
| 34374 |
src/com/gps/dao/TripProcessDAO.java |
3315 |
Potential violation of Law of Demeter (object not created locally) |
| 34375 |
src/com/gps/dao/TripProcessDAO.java |
3315 |
Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty() |
| 34376 |
src/com/gps/dao/TripProcessDAO.java |
3319 |
Potential violation of Law of Demeter (object not created locally) |
| 34377 |
src/com/gps/dao/TripProcessDAO.java |
3321 |
Local variable 'columns' could be declared final |
| 34378 |
src/com/gps/dao/TripProcessDAO.java |
3324 |
Potential violation of Law of Demeter (object not created locally) |
| 34379 |
src/com/gps/dao/TripProcessDAO.java |
3326 |
Local variable 'columns' could be declared final |
| 34380 |
src/com/gps/dao/TripProcessDAO.java |
3332 |
Local variable 'resultItr' could be declared final |
| 34381 |
src/com/gps/dao/TripProcessDAO.java |
3332 |
Potential violation of Law of Demeter (object not created locally) |
| 34382 |
src/com/gps/dao/TripProcessDAO.java |
3334 |
Local variable 'columns' could be declared final |
| 34383 |
src/com/gps/dao/TripProcessDAO.java |
3339 |
Assigning an Object to null is a code smell. Consider refactoring. |
| 34384 |
src/com/gps/dao/TripProcessDAO.java |
3340 |
Assigning an Object to null is a code smell. Consider refactoring. |
| 34385 |
src/com/gps/dao/TripProcessDAO.java |
3342 |
Potential violation of Law of Demeter (object not created locally) |
| 34386 |
src/com/gps/dao/TripProcessDAO.java |
3342 |
Potential violation of Law of Demeter (object not created locally) |
| 34387 |
src/com/gps/dao/TripProcessDAO.java |
3344 |
Potential violation of Law of Demeter (method chain calls) |
| 34388 |
src/com/gps/dao/TripProcessDAO.java |
3344 |
Potential violation of Law of Demeter (object not created locally) |
| 34389 |
src/com/gps/dao/TripProcessDAO.java |
3344 |
Potential violation of Law of Demeter (object not created locally) |
| 34390 |
src/com/gps/dao/TripProcessDAO.java |
3345 |
Potential violation of Law of Demeter (object not created locally) |
| 34391 |
src/com/gps/dao/TripProcessDAO.java |
3346 |
A method should have only one exit point, and that should be the last statement in the method |
| 34392 |
src/com/gps/dao/TripProcessDAO.java |
3348 |
Potential violation of Law of Demeter (object not created locally) |
| 34393 |
src/com/gps/dao/TripProcessDAO.java |
3349 |
Potential violation of Law of Demeter (object not created locally) |
| 34394 |
src/com/gps/dao/TripProcessDAO.java |
3352 |
Avoid using Literals in Conditional Statements |
| 34395 |
src/com/gps/dao/TripProcessDAO.java |
3352 |
Potential violation of Law of Demeter (object not created locally) |
| 34396 |
src/com/gps/dao/TripProcessDAO.java |
3353 |
Potential violation of Law of Demeter (method chain calls) |
| 34397 |
src/com/gps/dao/TripProcessDAO.java |
3353 |
Potential violation of Law of Demeter (object not created locally) |
| 34398 |
src/com/gps/dao/TripProcessDAO.java |
3355 |
Potential violation of Law of Demeter (object not created locally) |
| 34399 |
src/com/gps/dao/TripProcessDAO.java |
3356 |
Potential violation of Law of Demeter (object not created locally) |
| 34400 |
src/com/gps/dao/TripProcessDAO.java |
3358 |
Avoid using Literals in Conditional Statements |
| 34401 |
src/com/gps/dao/TripProcessDAO.java |
3358 |
Potential violation of Law of Demeter (object not created locally) |
| 34402 |
src/com/gps/dao/TripProcessDAO.java |
3358 |
Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty() |
| 34403 |
src/com/gps/dao/TripProcessDAO.java |
3359 |
Potential violation of Law of Demeter (method chain calls) |
| 34404 |
src/com/gps/dao/TripProcessDAO.java |
3359 |
Potential violation of Law of Demeter (method chain calls) |
| 34405 |
src/com/gps/dao/TripProcessDAO.java |
3359 |
Potential violation of Law of Demeter (object not created locally) |
| 34406 |
src/com/gps/dao/TripProcessDAO.java |
3360 |
Assigning an Object to null is a code smell. Consider refactoring. |
| 34407 |
src/com/gps/dao/TripProcessDAO.java |
3363 |
Potential violation of Law of Demeter (object not created locally) |
| 34408 |
src/com/gps/dao/TripProcessDAO.java |
3364 |
Potential violation of Law of Demeter (object not created locally) |
| 34409 |
src/com/gps/dao/TripProcessDAO.java |
3366 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 34410 |
src/com/gps/dao/TripProcessDAO.java |
3367 |
There is log block not surrounded by if |
| 34411 |
src/com/gps/dao/TripProcessDAO.java |
3368 |
Assigning an Object to null is a code smell. Consider refactoring. |
| 34412 |
src/com/gps/dao/TripProcessDAO.java |
3375 |
Avoid excessively long variable names like vehicleIdNotInReportSummary |
| 34413 |
src/com/gps/dao/TripProcessDAO.java |
3375 |
Avoid really long methods. |
| 34414 |
src/com/gps/dao/TripProcessDAO.java |
3375 |
Parameter 'fromDate' is not assigned and could be declared final |
| 34415 |
src/com/gps/dao/TripProcessDAO.java |
3375 |
Parameter 'toDate' is not assigned and could be declared final |
| 34416 |
src/com/gps/dao/TripProcessDAO.java |
3375 |
Parameter 'vehicleIdNotInReportSummary' is not assigned and could be declared final |
| 34417 |
src/com/gps/dao/TripProcessDAO.java |
3375 |
The method 'getSpeedInfoForAll' has a Cyclomatic Complexity of 33. |
| 34418 |
src/com/gps/dao/TripProcessDAO.java |
3375 |
The method getSpeedInfoForAll() has an NCSS line count of 111 |
| 34419 |
src/com/gps/dao/TripProcessDAO.java |
3375 |
The method getSpeedInfoForAll() has an NPath complexity of 49249 |
| 34420 |
src/com/gps/dao/TripProcessDAO.java |
3375 |
publicMethodCommentRequirement Required |
| 34421 |
src/com/gps/dao/TripProcessDAO.java |
3376 |
Local variable 'speedParams' could be declared final |
| 34422 |
src/com/gps/dao/TripProcessDAO.java |
3380 |
Avoid declaring a variable if it is unreferenced before a possible exit point. |
| 34423 |
src/com/gps/dao/TripProcessDAO.java |
3380 |
Avoid unused local variables such as 'speedQuery'. |
| 34424 |
src/com/gps/dao/TripProcessDAO.java |
3380 |
Local variable 'speedQuery' could be declared final |
| 34425 |
src/com/gps/dao/TripProcessDAO.java |
3381 |
Avoid declaring a variable if it is unreferenced before a possible exit point. |
| 34426 |
src/com/gps/dao/TripProcessDAO.java |
3381 |
Avoid unused local variables such as 'paramQuery'. |
| 34427 |
src/com/gps/dao/TripProcessDAO.java |
3381 |
Local variable 'paramQuery' could be declared final |
| 34428 |
src/com/gps/dao/TripProcessDAO.java |
3389 |
Avoid declaring a variable if it is unreferenced before a possible exit point. |
| 34429 |
src/com/gps/dao/TripProcessDAO.java |
3389 |
Avoid unused local variables such as 'offlineStatus'. |
| 34430 |
src/com/gps/dao/TripProcessDAO.java |
3389 |
Local variable 'offlineStatus' could be declared final |
| 34431 |
src/com/gps/dao/TripProcessDAO.java |
3390 |
Local variable 'partialFlag' could be declared final |
| 34432 |
src/com/gps/dao/TripProcessDAO.java |
3391 |
Avoid declaring a variable if it is unreferenced before a possible exit point. |
| 34433 |
src/com/gps/dao/TripProcessDAO.java |
3391 |
Avoid unused local variables such as 'endparamlist'. |
| 34434 |
src/com/gps/dao/TripProcessDAO.java |
3391 |
Local variable 'endparamlist' could be declared final |
| 34435 |
src/com/gps/dao/TripProcessDAO.java |
3392 |
Avoid declaring a variable if it is unreferenced before a possible exit point. |
| 34436 |
src/com/gps/dao/TripProcessDAO.java |
3392 |
Avoid unused local variables such as 'endparamid'. |
| 34437 |
src/com/gps/dao/TripProcessDAO.java |
3392 |
Local variable 'endparamid' could be declared final |
| 34438 |
src/com/gps/dao/TripProcessDAO.java |
3394 |
Avoid unused local variables such as 'frmdate'. |
| 34439 |
src/com/gps/dao/TripProcessDAO.java |
3395 |
Local variable 'formatter' could be declared final |
| 34440 |
src/com/gps/dao/TripProcessDAO.java |
3395 |
When instantiating a SimpleDateFormat object, specify a Locale |
| 34441 |
src/com/gps/dao/TripProcessDAO.java |
3396 |
Avoid declaring a variable if it is unreferenced before a possible exit point. |
| 34442 |
src/com/gps/dao/TripProcessDAO.java |
3396 |
Avoid unused local variables such as 'partialDAO'. |
| 34443 |
src/com/gps/dao/TripProcessDAO.java |
3396 |
Local variable 'partialDAO' could be declared final |
| 34444 |
src/com/gps/dao/TripProcessDAO.java |
3410 |
Potential violation of Law of Demeter (method chain calls) |
| 34445 |
src/com/gps/dao/TripProcessDAO.java |
3412 |
Avoid using Literals in Conditional Statements |
| 34446 |
src/com/gps/dao/TripProcessDAO.java |
3412 |
Avoid using if statements without curly braces |
| 34447 |
src/com/gps/dao/TripProcessDAO.java |
3415 |
Use equals() to compare strings instead of '==' or '!=' |
| 34448 |
src/com/gps/dao/TripProcessDAO.java |
3416 |
Avoid excessively long variable names like hshOrgOfflineVehicles |
| 34449 |
src/com/gps/dao/TripProcessDAO.java |
3420 |
Assigning an Object to null is a code smell. Consider refactoring. |
| 34450 |
src/com/gps/dao/TripProcessDAO.java |
3421 |
Potential violation of Law of Demeter (method chain calls) |
| 34451 |
src/com/gps/dao/TripProcessDAO.java |
3421 |
Potential violation of Law of Demeter (method chain calls) |
| 34452 |
src/com/gps/dao/TripProcessDAO.java |
3421 |
Potential violation of Law of Demeter (method chain calls) |
| 34453 |
src/com/gps/dao/TripProcessDAO.java |
3423 |
Potential violation of Law of Demeter (method chain calls) |
| 34454 |
src/com/gps/dao/TripProcessDAO.java |
3423 |
Potential violation of Law of Demeter (method chain calls) |
| 34455 |
src/com/gps/dao/TripProcessDAO.java |
3423 |
Potential violation of Law of Demeter (method chain calls) |
| 34456 |
src/com/gps/dao/TripProcessDAO.java |
3425 |
Avoid using Literals in Conditional Statements |
| 34457 |
src/com/gps/dao/TripProcessDAO.java |
3425 |
Potential violation of Law of Demeter (method chain calls) |
| 34458 |
src/com/gps/dao/TripProcessDAO.java |
3425 |
Potential violation of Law of Demeter (static property access) |
| 34459 |
src/com/gps/dao/TripProcessDAO.java |
3425 |
Potential violation of Law of Demeter (static property access) |
| 34460 |
src/com/gps/dao/TripProcessDAO.java |
3425 |
These nested if statements could be combined |
| 34461 |
src/com/gps/dao/TripProcessDAO.java |
3426 |
Potential violation of Law of Demeter (method chain calls) |
| 34462 |
src/com/gps/dao/TripProcessDAO.java |
3433 |
Avoid instantiating new objects inside loops |
| 34463 |
src/com/gps/dao/TripProcessDAO.java |
3433 |
Dont create instances of already existing BigInteger and BigDecimal (ZERO, ONE, TEN) |
| 34464 |
src/com/gps/dao/TripProcessDAO.java |
3433 |
Local variable 'bigInt' could be declared final |
| 34465 |
src/com/gps/dao/TripProcessDAO.java |
3435 |
Potential violation of Law of Demeter (method chain calls) |
| 34466 |
src/com/gps/dao/TripProcessDAO.java |
3435 |
Potential violation of Law of Demeter (method chain calls) |
| 34467 |
src/com/gps/dao/TripProcessDAO.java |
3438 |
Potential violation of Law of Demeter (method chain calls) |
| 34468 |
src/com/gps/dao/TripProcessDAO.java |
3444 |
Avoid using if statements without curly braces |
| 34469 |
src/com/gps/dao/TripProcessDAO.java |
3445 |
Potential violation of Law of Demeter (method chain calls) |
| 34470 |
src/com/gps/dao/TripProcessDAO.java |
3450 |
Avoid using Literals in Conditional Statements |
| 34471 |
src/com/gps/dao/TripProcessDAO.java |
3450 |
Avoid using if statements without curly braces |
| 34472 |
src/com/gps/dao/TripProcessDAO.java |
3452 |
Assigning an Object to null is a code smell. Consider refactoring. |
| 34473 |
src/com/gps/dao/TripProcessDAO.java |
3453 |
Use equals() to compare strings instead of '==' or '!=' |
| 34474 |
src/com/gps/dao/TripProcessDAO.java |
3456 |
Avoid if (x != y) ..; else ..; |
| 34475 |
src/com/gps/dao/TripProcessDAO.java |
3458 |
Avoid if (x != y) ..; else ..; |
| 34476 |
src/com/gps/dao/TripProcessDAO.java |
3477 |
Consider replacing this Hashtable with the newer java.util.Map |
| 34477 |
src/com/gps/dao/TripProcessDAO.java |
3479 |
Avoid if (x != y) ..; else ..; |
| 34478 |
src/com/gps/dao/TripProcessDAO.java |
3480 |
Local variable 'maxParamid' could be declared final |
| 34479 |
src/com/gps/dao/TripProcessDAO.java |
3481 |
Local variable 'minParamid' could be declared final |
| 34480 |
src/com/gps/dao/TripProcessDAO.java |
3488 |
Avoid using if...else statements without curly braces |
| 34481 |
src/com/gps/dao/TripProcessDAO.java |
3492 |
Avoid using if statements without curly braces |
| 34482 |
src/com/gps/dao/TripProcessDAO.java |
3496 |
Avoid using Literals in Conditional Statements |
| 34483 |
src/com/gps/dao/TripProcessDAO.java |
3498 |
Potential violation of Law of Demeter (method chain calls) |
| 34484 |
src/com/gps/dao/TripProcessDAO.java |
3504 |
Local variable 'paramIter' could be declared final |
| 34485 |
src/com/gps/dao/TripProcessDAO.java |
3506 |
Local variable 'rows' could be declared final |
| 34486 |
src/com/gps/dao/TripProcessDAO.java |
3511 |
Avoid using Literals in Conditional Statements |
| 34487 |
src/com/gps/dao/TripProcessDAO.java |
3512 |
Potential violation of Law of Demeter (method chain calls) |
| 34488 |
src/com/gps/dao/TripProcessDAO.java |
3517 |
Local variable 'resultItr' could be declared final |
| 34489 |
src/com/gps/dao/TripProcessDAO.java |
3519 |
Local variable 'columns' could be declared final |
| 34490 |
src/com/gps/dao/TripProcessDAO.java |
3523 |
Potential violation of Law of Demeter (method chain calls) |
| 34491 |
src/com/gps/dao/TripProcessDAO.java |
3524 |
Avoid instantiating new objects inside loops |
| 34492 |
src/com/gps/dao/TripProcessDAO.java |
3524 |
Avoid using if...else statements without curly braces |
| 34493 |
src/com/gps/dao/TripProcessDAO.java |
3526 |
Avoid instantiating new objects inside loops |
| 34494 |
src/com/gps/dao/TripProcessDAO.java |
3526 |
Avoid using if...else statements without curly braces |
| 34495 |
src/com/gps/dao/TripProcessDAO.java |
3535 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 34496 |
src/com/gps/dao/TripProcessDAO.java |
3536 |
There is log block not surrounded by if |
| 34497 |
src/com/gps/dao/TripProcessDAO.java |
3544 |
Avoid using implementation types like 'Hashtable'; use the interface instead |
| 34498 |
src/com/gps/dao/TripProcessDAO.java |
3544 |
Consider replacing this Hashtable with the newer java.util.Map |
| 34499 |
src/com/gps/dao/TripProcessDAO.java |
3544 |
Parameter 'fromDate' is not assigned and could be declared final |
| 34500 |
src/com/gps/dao/TripProcessDAO.java |
3544 |
Parameter 'vehicles' is not assigned and could be declared final |
| 34501 |
src/com/gps/dao/TripProcessDAO.java |
3544 |
publicMethodCommentRequirement Required |
| 34502 |
src/com/gps/dao/TripProcessDAO.java |
3545 |
Parameter 'toDate' is not assigned and could be declared final |
| 34503 |
src/com/gps/dao/TripProcessDAO.java |
3551 |
Consider replacing this Hashtable with the newer java.util.Map |
| 34504 |
src/com/gps/dao/TripProcessDAO.java |
3551 |
Local variable 'summarySpeedData' could be declared final |
| 34505 |
src/com/gps/dao/TripProcessDAO.java |
3555 |
Local variable 'vehicleDetails' could be declared final |
| 34506 |
src/com/gps/dao/TripProcessDAO.java |
3556 |
Avoid instantiating new objects inside loops |
| 34507 |
src/com/gps/dao/TripProcessDAO.java |
3557 |
Potential violation of Law of Demeter (object not created locally) |
| 34508 |
src/com/gps/dao/TripProcessDAO.java |
3557 |
Potential violation of Law of Demeter (object not created locally) |
| 34509 |
src/com/gps/dao/TripProcessDAO.java |
3559 |
Potential violation of Law of Demeter (object not created locally) |
| 34510 |
src/com/gps/dao/TripProcessDAO.java |
3559 |
Potential violation of Law of Demeter (object not created locally) |
| 34511 |
src/com/gps/dao/TripProcessDAO.java |
3562 |
Avoid using Literals in Conditional Statements |
| 34512 |
src/com/gps/dao/TripProcessDAO.java |
3562 |
Potential violation of Law of Demeter (object not created locally) |
| 34513 |
src/com/gps/dao/TripProcessDAO.java |
3563 |
Potential violation of Law of Demeter (object not created locally) |
| 34514 |
src/com/gps/dao/TripProcessDAO.java |
3564 |
Potential violation of Law of Demeter (method chain calls) |
| 34515 |
src/com/gps/dao/TripProcessDAO.java |
3564 |
Potential violation of Law of Demeter (object not created locally) |
| 34516 |
src/com/gps/dao/TripProcessDAO.java |
3566 |
Potential violation of Law of Demeter (object not created locally) |
| 34517 |
src/com/gps/dao/TripProcessDAO.java |
3569 |
Potential violation of Law of Demeter (object not created locally) |
| 34518 |
src/com/gps/dao/TripProcessDAO.java |
3569 |
Potential violation of Law of Demeter (object not created locally) |
| 34519 |
src/com/gps/dao/TripProcessDAO.java |
3572 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 34520 |
src/com/gps/dao/TripProcessDAO.java |
3573 |
There is log block not surrounded by if |
| 34521 |
src/com/gps/dao/UserNotificationDAO.java |
25 |
headerCommentRequirement Required |
| 34522 |
src/com/gps/dao/UserNotificationDAO.java |
28 |
The Logger variable declaration does not contain the static and final modifiers |
| 34523 |
src/com/gps/dao/UserNotificationDAO.java |
28 |
Use explicit scoping instead of the default package private level |
| 34524 |
src/com/gps/dao/UserNotificationDAO.java |
28 |
fieldCommentRequirement Required |
| 34525 |
src/com/gps/dao/UserNotificationDAO.java |
31 |
A method/constructor shouldnt explicitly throw java.lang.Exception |
| 34526 |
src/com/gps/dao/UserNotificationDAO.java |
31 |
Parameter 'geoid' is not assigned and could be declared final |
| 34527 |
src/com/gps/dao/UserNotificationDAO.java |
31 |
Parameter 'mobile' is not assigned and could be declared final |
| 34528 |
src/com/gps/dao/UserNotificationDAO.java |
31 |
Parameter 'pid' is not assigned and could be declared final |
| 34529 |
src/com/gps/dao/UserNotificationDAO.java |
31 |
Parameter 'sess1' is not assigned and could be declared final |
| 34530 |
src/com/gps/dao/UserNotificationDAO.java |
31 |
publicMethodCommentRequirement Required |
| 34531 |
src/com/gps/dao/UserNotificationDAO.java |
33 |
Local variable 'userId' could be declared final |
| 34532 |
src/com/gps/dao/UserNotificationDAO.java |
34 |
Local variable 'usdao' could be declared final |
| 34533 |
src/com/gps/dao/UserNotificationDAO.java |
35 |
Avoid variables with short names like ug |
| 34534 |
src/com/gps/dao/UserNotificationDAO.java |
35 |
Local variable 'ug' could be declared final |
| 34535 |
src/com/gps/dao/UserNotificationDAO.java |
36 |
Local variable 'gdao' could be declared final |
| 34536 |
src/com/gps/dao/UserNotificationDAO.java |
37 |
Local variable 'udao' could be declared final |
| 34537 |
src/com/gps/dao/UserNotificationDAO.java |
39 |
Found 'DD'-anomaly for variable 'sess' (lines '39'-'45'). |
| 34538 |
src/com/gps/dao/UserNotificationDAO.java |
40 |
Avoid variables with short names like tx |
| 34539 |
src/com/gps/dao/UserNotificationDAO.java |
40 |
Found 'DD'-anomaly for variable 'tx' (lines '40'-'46'). |
| 34540 |
src/com/gps/dao/UserNotificationDAO.java |
44 |
Potential violation of Law of Demeter (method chain calls) |
| 34541 |
src/com/gps/dao/UserNotificationDAO.java |
44 |
Potential violation of Law of Demeter (object not created locally) |
| 34542 |
src/com/gps/dao/UserNotificationDAO.java |
45 |
Potential violation of Law of Demeter (object not created locally) |
| 34543 |
src/com/gps/dao/UserNotificationDAO.java |
46 |
Potential violation of Law of Demeter (object not created locally) |
| 34544 |
src/com/gps/dao/UserNotificationDAO.java |
49 |
Local variable 'geo' could be declared final |
| 34545 |
src/com/gps/dao/UserNotificationDAO.java |
49 |
Potential violation of Law of Demeter (object not created locally) |
| 34546 |
src/com/gps/dao/UserNotificationDAO.java |
50 |
Potential violation of Law of Demeter (object not created locally) |
| 34547 |
src/com/gps/dao/UserNotificationDAO.java |
51 |
Local variable 'user1' could be declared final |
| 34548 |
src/com/gps/dao/UserNotificationDAO.java |
51 |
Potential violation of Law of Demeter (object not created locally) |
| 34549 |
src/com/gps/dao/UserNotificationDAO.java |
52 |
Potential violation of Law of Demeter (object not created locally) |
| 34550 |
src/com/gps/dao/UserNotificationDAO.java |
53 |
Potential violation of Law of Demeter (object not created locally) |
| 34551 |
src/com/gps/dao/UserNotificationDAO.java |
54 |
Potential violation of Law of Demeter (object not created locally) |
| 34552 |
src/com/gps/dao/UserNotificationDAO.java |
55 |
Potential violation of Law of Demeter (object not created locally) |
| 34553 |
src/com/gps/dao/UserNotificationDAO.java |
56 |
Potential violation of Law of Demeter (object not created locally) |
| 34554 |
src/com/gps/dao/UserNotificationDAO.java |
57 |
Potential violation of Law of Demeter (object not created locally) |
| 34555 |
src/com/gps/dao/UserNotificationDAO.java |
58 |
Potential violation of Law of Demeter (object not created locally) |
| 34556 |
src/com/gps/dao/UserNotificationDAO.java |
59 |
A method should have only one exit point, and that should be the last statement in the method |
| 34557 |
src/com/gps/dao/UserNotificationDAO.java |
66 |
Potential violation of Law of Demeter (object not created locally) |
| 34558 |
src/com/gps/dao/UserNotificationDAO.java |
71 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 34559 |
src/com/gps/dao/UserNotificationDAO.java |
73 |
Avoid printStackTrace(); use a logger call instead. |
| 34560 |
src/com/gps/dao/UserNotificationDAO.java |
73 |
Potential violation of Law of Demeter (object not created locally) |
| 34561 |
src/com/gps/dao/UserNotificationDAO.java |
81 |
Avoid empty finally blocks |
| 34562 |
src/com/gps/dao/UserNotificationDAO.java |
90 |
Comment is too large: Line too long |
| 34563 |
src/com/gps/dao/UserNotificationDAO.java |
91 |
Parameter 'geofenceId' is not assigned and could be declared final |
| 34564 |
src/com/gps/dao/UserNotificationDAO.java |
91 |
publicMethodCommentRequirement Required |
| 34565 |
src/com/gps/dao/UserNotificationDAO.java |
93 |
Found 'DD'-anomaly for variable 'sess' (lines '93'-'98'). |
| 34566 |
src/com/gps/dao/UserNotificationDAO.java |
94 |
Avoid variables with short names like td |
| 34567 |
src/com/gps/dao/UserNotificationDAO.java |
94 |
Local variable 'td' could be declared final |
| 34568 |
src/com/gps/dao/UserNotificationDAO.java |
95 |
Found 'DD'-anomaly for variable 'userlist' (lines '95'-'102'). |
| 34569 |
src/com/gps/dao/UserNotificationDAO.java |
98 |
Potential violation of Law of Demeter (object not created locally) |
| 34570 |
src/com/gps/dao/UserNotificationDAO.java |
99 |
Local variable 'gdao' could be declared final |
| 34571 |
src/com/gps/dao/UserNotificationDAO.java |
100 |
Local variable 'geof' could be declared final |
| 34572 |
src/com/gps/dao/UserNotificationDAO.java |
100 |
Potential violation of Law of Demeter (object not created locally) |
| 34573 |
src/com/gps/dao/UserNotificationDAO.java |
101 |
Local variable 'tripid' could be declared final |
| 34574 |
src/com/gps/dao/UserNotificationDAO.java |
101 |
Potential violation of Law of Demeter (method chain calls) |
| 34575 |
src/com/gps/dao/UserNotificationDAO.java |
101 |
Potential violation of Law of Demeter (object not created locally) |
| 34576 |
src/com/gps/dao/UserNotificationDAO.java |
102 |
Potential violation of Law of Demeter (method chain calls) |
| 34577 |
src/com/gps/dao/UserNotificationDAO.java |
102 |
Potential violation of Law of Demeter (method chain calls) |
| 34578 |
src/com/gps/dao/UserNotificationDAO.java |
102 |
Potential violation of Law of Demeter (object not created locally) |
| 34579 |
src/com/gps/dao/UserNotificationDAO.java |
105 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 34580 |
src/com/gps/dao/UserNotificationDAO.java |
106 |
Avoid printStackTrace(); use a logger call instead. |
| 34581 |
src/com/gps/dao/UserNotificationDAO.java |
106 |
Potential violation of Law of Demeter (object not created locally) |
| 34582 |
src/com/gps/dao/UserNotificationDAO.java |
108 |
Avoid empty finally blocks |
| 34583 |
src/com/gps/dao/UserNotificationDAO.java |
116 |
Comment is too large: Line too long |
| 34584 |
src/com/gps/dao/UserNotificationDAO.java |
118 |
Parameter 'tripid' is not assigned and could be declared final |
| 34585 |
src/com/gps/dao/UserNotificationDAO.java |
118 |
publicMethodCommentRequirement Required |
| 34586 |
src/com/gps/dao/UserNotificationDAO.java |
120 |
Found 'DD'-anomaly for variable 'sess' (lines '120'-'125'). |
| 34587 |
src/com/gps/dao/UserNotificationDAO.java |
121 |
Avoid variables with short names like td |
| 34588 |
src/com/gps/dao/UserNotificationDAO.java |
121 |
Local variable 'td' could be declared final |
| 34589 |
src/com/gps/dao/UserNotificationDAO.java |
122 |
Found 'DD'-anomaly for variable 'userlist' (lines '122'-'126'). |
| 34590 |
src/com/gps/dao/UserNotificationDAO.java |
125 |
Potential violation of Law of Demeter (object not created locally) |
| 34591 |
src/com/gps/dao/UserNotificationDAO.java |
126 |
Potential violation of Law of Demeter (method chain calls) |
| 34592 |
src/com/gps/dao/UserNotificationDAO.java |
126 |
Potential violation of Law of Demeter (method chain calls) |
| 34593 |
src/com/gps/dao/UserNotificationDAO.java |
126 |
Potential violation of Law of Demeter (object not created locally) |
| 34594 |
src/com/gps/dao/UserNotificationDAO.java |
129 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 34595 |
src/com/gps/dao/UserNotificationDAO.java |
130 |
Avoid printStackTrace(); use a logger call instead. |
| 34596 |
src/com/gps/dao/UserNotificationDAO.java |
130 |
Potential violation of Law of Demeter (object not created locally) |
| 34597 |
src/com/gps/dao/UserNotificationDAO.java |
132 |
Avoid empty finally blocks |
| 34598 |
src/com/gps/dao/UserNotificationDAO.java |
143 |
Parameter 'userid' is not assigned and could be declared final |
| 34599 |
src/com/gps/dao/UserNotificationDAO.java |
143 |
publicMethodCommentRequirement Required |
| 34600 |
src/com/gps/dao/UserNotificationDAO.java |
145 |
Found 'DD'-anomaly for variable 'sess' (lines '145'-'150'). |
| 34601 |
src/com/gps/dao/UserNotificationDAO.java |
146 |
Avoid variables with short names like td |
| 34602 |
src/com/gps/dao/UserNotificationDAO.java |
146 |
Local variable 'td' could be declared final |
| 34603 |
src/com/gps/dao/UserNotificationDAO.java |
147 |
Found 'DD'-anomaly for variable 'moblist' (lines '147'-'151'). |
| 34604 |
src/com/gps/dao/UserNotificationDAO.java |
150 |
Potential violation of Law of Demeter (object not created locally) |
| 34605 |
src/com/gps/dao/UserNotificationDAO.java |
151 |
Potential violation of Law of Demeter (method chain calls) |
| 34606 |
src/com/gps/dao/UserNotificationDAO.java |
151 |
Potential violation of Law of Demeter (method chain calls) |
| 34607 |
src/com/gps/dao/UserNotificationDAO.java |
151 |
Potential violation of Law of Demeter (object not created locally) |
| 34608 |
src/com/gps/dao/UserNotificationDAO.java |
154 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 34609 |
src/com/gps/dao/UserNotificationDAO.java |
155 |
There is log block not surrounded by if |
| 34610 |
src/com/gps/dao/UserNotificationDAO.java |
157 |
Avoid empty finally blocks |
| 34611 |
src/com/gps/dao/UserNotificationDAO.java |
163 |
A method/constructor shouldnt explicitly throw java.lang.Exception |
| 34612 |
src/com/gps/dao/UserNotificationDAO.java |
163 |
Parameter 'geoid' is not assigned and could be declared final |
| 34613 |
src/com/gps/dao/UserNotificationDAO.java |
163 |
Parameter 'newmobile' is not assigned and could be declared final |
| 34614 |
src/com/gps/dao/UserNotificationDAO.java |
163 |
Parameter 'oldmobile' is not assigned and could be declared final |
| 34615 |
src/com/gps/dao/UserNotificationDAO.java |
163 |
Parameter 'ses' is not assigned and could be declared final |
| 34616 |
src/com/gps/dao/UserNotificationDAO.java |
163 |
Parameter 'userid' is not assigned and could be declared final |
| 34617 |
src/com/gps/dao/UserNotificationDAO.java |
163 |
Rather than using a lot of String arguments, consider using a container object for those values. |
| 34618 |
src/com/gps/dao/UserNotificationDAO.java |
163 |
publicMethodCommentRequirement Required |
| 34619 |
src/com/gps/dao/UserNotificationDAO.java |
165 |
Found 'DD'-anomaly for variable 'sess' (lines '165'-'169'). |
| 34620 |
src/com/gps/dao/UserNotificationDAO.java |
167 |
Local variable 'usdao' could be declared final |
| 34621 |
src/com/gps/dao/UserNotificationDAO.java |
168 |
Found 'DD'-anomaly for variable 'updatelist' (lines '168'-'177'). |
| 34622 |
src/com/gps/dao/UserNotificationDAO.java |
169 |
Potential violation of Law of Demeter (object not created locally) |
| 34623 |
src/com/gps/dao/UserNotificationDAO.java |
170 |
Avoid variables with short names like tx |
| 34624 |
src/com/gps/dao/UserNotificationDAO.java |
170 |
Local variable 'tx' could be declared final |
| 34625 |
src/com/gps/dao/UserNotificationDAO.java |
170 |
Potential violation of Law of Demeter (object not created locally) |
| 34626 |
src/com/gps/dao/UserNotificationDAO.java |
174 |
Local variable 'query' could be declared final |
| 34627 |
src/com/gps/dao/UserNotificationDAO.java |
174 |
Potential violation of Law of Demeter (object not created locally) |
| 34628 |
src/com/gps/dao/UserNotificationDAO.java |
175 |
Potential violation of Law of Demeter (object not created locally) |
| 34629 |
src/com/gps/dao/UserNotificationDAO.java |
176 |
Potential violation of Law of Demeter (object not created locally) |
| 34630 |
src/com/gps/dao/UserNotificationDAO.java |
177 |
Potential violation of Law of Demeter (object not created locally) |
| 34631 |
src/com/gps/dao/UserNotificationDAO.java |
178 |
Local variable 'utid' could be declared final |
| 34632 |
src/com/gps/dao/UserNotificationDAO.java |
178 |
Potential violation of Law of Demeter (method chain calls) |
| 34633 |
src/com/gps/dao/UserNotificationDAO.java |
178 |
Potential violation of Law of Demeter (method chain calls) |
| 34634 |
src/com/gps/dao/UserNotificationDAO.java |
178 |
Potential violation of Law of Demeter (object not created locally) |
| 34635 |
src/com/gps/dao/UserNotificationDAO.java |
178 |
Potential violation of Law of Demeter (object not created locally) |
| 34636 |
src/com/gps/dao/UserNotificationDAO.java |
179 |
Potential violation of Law of Demeter (object not created locally) |
| 34637 |
src/com/gps/dao/UserNotificationDAO.java |
180 |
Potential violation of Law of Demeter (object not created locally) |
| 34638 |
src/com/gps/dao/UserNotificationDAO.java |
181 |
Potential violation of Law of Demeter (object not created locally) |
| 34639 |
src/com/gps/dao/UserNotificationDAO.java |
182 |
Potential violation of Law of Demeter (object not created locally) |
| 34640 |
src/com/gps/dao/UserNotificationDAO.java |
183 |
Potential violation of Law of Demeter (object not created locally) |
| 34641 |
src/com/gps/dao/UserNotificationDAO.java |
188 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 34642 |
src/com/gps/dao/UserNotificationDAO.java |
190 |
There is log block not surrounded by if |
| 34643 |
src/com/gps/dao/UserNotificationDAO.java |
196 |
Potential violation of Law of Demeter (object not created locally) |
| 34644 |
src/com/gps/dao/UserNotificationDAO.java |
203 |
A method/constructor shouldnt explicitly throw java.lang.Exception |
| 34645 |
src/com/gps/dao/UserNotificationDAO.java |
203 |
Avoid reassigning parameters such as 'mobile' |
| 34646 |
src/com/gps/dao/UserNotificationDAO.java |
203 |
Parameter 'geoid' is not assigned and could be declared final |
| 34647 |
src/com/gps/dao/UserNotificationDAO.java |
203 |
publicMethodCommentRequirement Required |
| 34648 |
src/com/gps/dao/UserNotificationDAO.java |
205 |
Found 'DD'-anomaly for variable 'sess' (lines '205'-'210'). |
| 34649 |
src/com/gps/dao/UserNotificationDAO.java |
206 |
Local variable 'usdao' could be declared final |
| 34650 |
src/com/gps/dao/UserNotificationDAO.java |
207 |
Found 'DD'-anomaly for variable 'deletelist' (lines '207'-'218'). |
| 34651 |
src/com/gps/dao/UserNotificationDAO.java |
209 |
Potential violation of Law of Demeter (method chain calls) |
| 34652 |
src/com/gps/dao/UserNotificationDAO.java |
209 |
Potential violation of Law of Demeter (object not created locally) |
| 34653 |
src/com/gps/dao/UserNotificationDAO.java |
210 |
Potential violation of Law of Demeter (object not created locally) |
| 34654 |
src/com/gps/dao/UserNotificationDAO.java |
211 |
Avoid variables with short names like tx |
| 34655 |
src/com/gps/dao/UserNotificationDAO.java |
211 |
Local variable 'tx' could be declared final |
| 34656 |
src/com/gps/dao/UserNotificationDAO.java |
211 |
Potential violation of Law of Demeter (object not created locally) |
| 34657 |
src/com/gps/dao/UserNotificationDAO.java |
215 |
Local variable 'query' could be declared final |
| 34658 |
src/com/gps/dao/UserNotificationDAO.java |
215 |
Potential violation of Law of Demeter (object not created locally) |
| 34659 |
src/com/gps/dao/UserNotificationDAO.java |
216 |
Potential violation of Law of Demeter (object not created locally) |
| 34660 |
src/com/gps/dao/UserNotificationDAO.java |
217 |
Potential violation of Law of Demeter (object not created locally) |
| 34661 |
src/com/gps/dao/UserNotificationDAO.java |
218 |
Potential violation of Law of Demeter (object not created locally) |
| 34662 |
src/com/gps/dao/UserNotificationDAO.java |
219 |
Local variable 'utid' could be declared final |
| 34663 |
src/com/gps/dao/UserNotificationDAO.java |
219 |
Potential violation of Law of Demeter (method chain calls) |
| 34664 |
src/com/gps/dao/UserNotificationDAO.java |
219 |
Potential violation of Law of Demeter (method chain calls) |
| 34665 |
src/com/gps/dao/UserNotificationDAO.java |
219 |
Potential violation of Law of Demeter (object not created locally) |
| 34666 |
src/com/gps/dao/UserNotificationDAO.java |
219 |
Potential violation of Law of Demeter (object not created locally) |
| 34667 |
src/com/gps/dao/UserNotificationDAO.java |
220 |
Potential violation of Law of Demeter (object not created locally) |
| 34668 |
src/com/gps/dao/UserNotificationDAO.java |
221 |
Potential violation of Law of Demeter (object not created locally) |
| 34669 |
src/com/gps/dao/UserNotificationDAO.java |
222 |
Potential violation of Law of Demeter (object not created locally) |
| 34670 |
src/com/gps/dao/UserNotificationDAO.java |
227 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 34671 |
src/com/gps/dao/UserNotificationDAO.java |
229 |
Avoid printStackTrace(); use a logger call instead. |
| 34672 |
src/com/gps/dao/UserNotificationDAO.java |
229 |
Potential violation of Law of Demeter (object not created locally) |
| 34673 |
src/com/gps/dao/UserNotificationDAO.java |
235 |
Potential violation of Law of Demeter (object not created locally) |
| 34674 |
src/com/gps/dao/UserNotificationDAO.java |
245 |
Parameter 'geofenceId' is not assigned and could be declared final |
| 34675 |
src/com/gps/dao/UserNotificationDAO.java |
245 |
publicMethodCommentRequirement Required |
| 34676 |
src/com/gps/dao/UserNotificationDAO.java |
247 |
Found 'DD'-anomaly for variable 'sess' (lines '247'-'252'). |
| 34677 |
src/com/gps/dao/UserNotificationDAO.java |
248 |
Local variable 'ugdao' could be declared final |
| 34678 |
src/com/gps/dao/UserNotificationDAO.java |
249 |
Found 'DD'-anomaly for variable 'usergeolist' (lines '249'-'254'). |
| 34679 |
src/com/gps/dao/UserNotificationDAO.java |
252 |
Potential violation of Law of Demeter (object not created locally) |
| 34680 |
src/com/gps/dao/UserNotificationDAO.java |
253 |
Avoid unused local variables such as 'gdao'. |
| 34681 |
src/com/gps/dao/UserNotificationDAO.java |
253 |
Found 'DU'-anomaly for variable 'gdao' (lines '253'-'264'). |
| 34682 |
src/com/gps/dao/UserNotificationDAO.java |
253 |
Local variable 'gdao' could be declared final |
| 34683 |
src/com/gps/dao/UserNotificationDAO.java |
254 |
Potential violation of Law of Demeter (method chain calls) |
| 34684 |
src/com/gps/dao/UserNotificationDAO.java |
254 |
Potential violation of Law of Demeter (method chain calls) |
| 34685 |
src/com/gps/dao/UserNotificationDAO.java |
254 |
Potential violation of Law of Demeter (object not created locally) |
| 34686 |
src/com/gps/dao/UserNotificationDAO.java |
257 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 34687 |
src/com/gps/dao/UserNotificationDAO.java |
258 |
Avoid printStackTrace(); use a logger call instead. |
| 34688 |
src/com/gps/dao/UserNotificationDAO.java |
258 |
Potential violation of Law of Demeter (object not created locally) |
| 34689 |
src/com/gps/dao/UserNotificationDAO.java |
260 |
Avoid empty finally blocks |
| 34690 |
src/com/gps/dao/UserNotificationDAO.java |
273 |
Parameter 'geofenceId' is not assigned and could be declared final |
| 34691 |
src/com/gps/dao/UserNotificationDAO.java |
273 |
Parameter 'landmark' is not assigned and could be declared final |
| 34692 |
src/com/gps/dao/UserNotificationDAO.java |
273 |
publicMethodCommentRequirement Required |
| 34693 |
src/com/gps/dao/UserNotificationDAO.java |
277 |
Found 'DD'-anomaly for variable 'sess' (lines '277'-'280'). |
| 34694 |
src/com/gps/dao/UserNotificationDAO.java |
278 |
Local variable 'gdao' could be declared final |
| 34695 |
src/com/gps/dao/UserNotificationDAO.java |
279 |
Potential violation of Law of Demeter (method chain calls) |
| 34696 |
src/com/gps/dao/UserNotificationDAO.java |
279 |
Potential violation of Law of Demeter (object not created locally) |
| 34697 |
src/com/gps/dao/UserNotificationDAO.java |
280 |
Potential violation of Law of Demeter (object not created locally) |
| 34698 |
src/com/gps/dao/UserNotificationDAO.java |
281 |
Avoid variables with short names like tx |
| 34699 |
src/com/gps/dao/UserNotificationDAO.java |
281 |
Local variable 'tx' could be declared final |
| 34700 |
src/com/gps/dao/UserNotificationDAO.java |
281 |
Potential violation of Law of Demeter (object not created locally) |
| 34701 |
src/com/gps/dao/UserNotificationDAO.java |
284 |
Local variable 'geo' could be declared final |
| 34702 |
src/com/gps/dao/UserNotificationDAO.java |
284 |
Potential violation of Law of Demeter (object not created locally) |
| 34703 |
src/com/gps/dao/UserNotificationDAO.java |
285 |
Potential violation of Law of Demeter (object not created locally) |
| 34704 |
src/com/gps/dao/UserNotificationDAO.java |
286 |
Potential violation of Law of Demeter (object not created locally) |
| 34705 |
src/com/gps/dao/UserNotificationDAO.java |
287 |
Potential violation of Law of Demeter (object not created locally) |
| 34706 |
src/com/gps/dao/UserNotificationDAO.java |
288 |
An empty statement (semicolon) not part of a loop |
| 34707 |
src/com/gps/dao/UserNotificationDAO.java |
288 |
Potential violation of Law of Demeter (object not created locally) |
| 34708 |
src/com/gps/dao/UserNotificationDAO.java |
291 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 34709 |
src/com/gps/dao/UserNotificationDAO.java |
293 |
Avoid printStackTrace(); use a logger call instead. |
| 34710 |
src/com/gps/dao/UserNotificationDAO.java |
293 |
Potential violation of Law of Demeter (object not created locally) |
| 34711 |
src/com/gps/dao/UserNotificationDAO.java |
300 |
Comment is too large: Line too long |
| 34712 |
src/com/gps/dao/UserNotificationDAO.java |
303 |
Parameter 'tripid' is not assigned and could be declared final |
| 34713 |
src/com/gps/dao/UserNotificationDAO.java |
303 |
Parameter 'userid' is not assigned and could be declared final |
| 34714 |
src/com/gps/dao/UserNotificationDAO.java |
303 |
publicMethodCommentRequirement Required |
| 34715 |
src/com/gps/dao/UserNotificationDAO.java |
306 |
Found 'DD'-anomaly for variable 'sess' (lines '306'-'312'). |
| 34716 |
src/com/gps/dao/UserNotificationDAO.java |
308 |
Local variable 'ugdao' could be declared final |
| 34717 |
src/com/gps/dao/UserNotificationDAO.java |
309 |
Found 'DD'-anomaly for variable 'usergeolist' (lines '309'-'313'). |
| 34718 |
src/com/gps/dao/UserNotificationDAO.java |
312 |
Potential violation of Law of Demeter (object not created locally) |
| 34719 |
src/com/gps/dao/UserNotificationDAO.java |
313 |
Potential violation of Law of Demeter (method chain calls) |
| 34720 |
src/com/gps/dao/UserNotificationDAO.java |
313 |
Potential violation of Law of Demeter (method chain calls) |
| 34721 |
src/com/gps/dao/UserNotificationDAO.java |
313 |
Potential violation of Law of Demeter (object not created locally) |
| 34722 |
src/com/gps/dao/UserNotificationDAO.java |
314 |
Potential violation of Law of Demeter (object not created locally) |
| 34723 |
src/com/gps/dao/UserNotificationDAO.java |
316 |
Local variable 'tid' could be declared final |
| 34724 |
src/com/gps/dao/UserNotificationDAO.java |
316 |
Potential violation of Law of Demeter (method chain calls) |
| 34725 |
src/com/gps/dao/UserNotificationDAO.java |
316 |
Potential violation of Law of Demeter (method chain calls) |
| 34726 |
src/com/gps/dao/UserNotificationDAO.java |
316 |
Potential violation of Law of Demeter (method chain calls) |
| 34727 |
src/com/gps/dao/UserNotificationDAO.java |
316 |
Potential violation of Law of Demeter (object not created locally) |
| 34728 |
src/com/gps/dao/UserNotificationDAO.java |
317 |
Potential violation of Law of Demeter (object not created locally) |
| 34729 |
src/com/gps/dao/UserNotificationDAO.java |
319 |
Local variable 'utid' could be declared final |
| 34730 |
src/com/gps/dao/UserNotificationDAO.java |
319 |
Potential violation of Law of Demeter (method chain calls) |
| 34731 |
src/com/gps/dao/UserNotificationDAO.java |
319 |
Potential violation of Law of Demeter (method chain calls) |
| 34732 |
src/com/gps/dao/UserNotificationDAO.java |
319 |
Potential violation of Law of Demeter (object not created locally) |
| 34733 |
src/com/gps/dao/UserNotificationDAO.java |
319 |
Potential violation of Law of Demeter (object not created locally) |
| 34734 |
src/com/gps/dao/UserNotificationDAO.java |
320 |
Avoid variables with short names like tx |
| 34735 |
src/com/gps/dao/UserNotificationDAO.java |
320 |
Local variable 'tx' could be declared final |
| 34736 |
src/com/gps/dao/UserNotificationDAO.java |
320 |
Potential violation of Law of Demeter (object not created locally) |
| 34737 |
src/com/gps/dao/UserNotificationDAO.java |
321 |
Potential violation of Law of Demeter (object not created locally) |
| 34738 |
src/com/gps/dao/UserNotificationDAO.java |
322 |
Potential violation of Law of Demeter (object not created locally) |
| 34739 |
src/com/gps/dao/UserNotificationDAO.java |
323 |
Potential violation of Law of Demeter (object not created locally) |
| 34740 |
src/com/gps/dao/UserNotificationDAO.java |
328 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 34741 |
src/com/gps/dao/UserNotificationDAO.java |
329 |
Avoid printStackTrace(); use a logger call instead. |
| 34742 |
src/com/gps/dao/UserNotificationDAO.java |
329 |
Potential violation of Law of Demeter (object not created locally) |
| 34743 |
src/com/gps/dao/UserNotificationDAO.java |
335 |
Parameter 'geofid' is not assigned and could be declared final |
| 34744 |
src/com/gps/dao/UserNotificationDAO.java |
335 |
publicMethodCommentRequirement Required |
| 34745 |
src/com/gps/dao/UserNotificationDAO.java |
337 |
Found 'DD'-anomaly for variable 'geo' (lines '337'-'344'). |
| 34746 |
src/com/gps/dao/UserNotificationDAO.java |
338 |
Local variable 'gdao' could be declared final |
| 34747 |
src/com/gps/dao/UserNotificationDAO.java |
339 |
Found 'DD'-anomaly for variable 'lmark' (lines '339'-'345'). |
| 34748 |
src/com/gps/dao/UserNotificationDAO.java |
343 |
Potential violation of Law of Demeter (method chain calls) |
| 34749 |
src/com/gps/dao/UserNotificationDAO.java |
343 |
Potential violation of Law of Demeter (object not created locally) |
| 34750 |
src/com/gps/dao/UserNotificationDAO.java |
344 |
Potential violation of Law of Demeter (object not created locally) |
| 34751 |
src/com/gps/dao/UserNotificationDAO.java |
345 |
Potential violation of Law of Demeter (object not created locally) |
| 34752 |
src/com/gps/dao/UserNotificationDAO.java |
349 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 34753 |
src/com/gps/dao/UserNotificationDAO.java |
351 |
There is log block not surrounded by if |
| 34754 |
src/com/gps/dao/UserNotificationDAO.java |
357 |
Parameter 'gid' is not assigned and could be declared final |
| 34755 |
src/com/gps/dao/UserNotificationDAO.java |
357 |
publicMethodCommentRequirement Required |
| 34756 |
src/com/gps/dao/UserNotificationDAO.java |
359 |
Local variable 'ugdao' could be declared final |
| 34757 |
src/com/gps/dao/UserNotificationDAO.java |
360 |
Found 'DD'-anomaly for variable 'mobileList' (lines '360'-'366'). |
| 34758 |
src/com/gps/dao/UserNotificationDAO.java |
361 |
Found 'DD'-anomaly for variable 'sess' (lines '361'-'364'). |
| 34759 |
src/com/gps/dao/UserNotificationDAO.java |
364 |
Potential violation of Law of Demeter (object not created locally) |
| 34760 |
src/com/gps/dao/UserNotificationDAO.java |
365 |
Local variable 'query' could be declared final |
| 34761 |
src/com/gps/dao/UserNotificationDAO.java |
365 |
Potential violation of Law of Demeter (object not created locally) |
| 34762 |
src/com/gps/dao/UserNotificationDAO.java |
366 |
Potential violation of Law of Demeter (object not created locally) |
| 34763 |
src/com/gps/dao/UserNotificationDAO.java |
369 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 34764 |
src/com/gps/dao/UserNotificationDAO.java |
372 |
Potential violation of Law of Demeter (object not created locally) |
| 34765 |
src/com/gps/dao/UserNotificationDAO.java |
372 |
There is log block not surrounded by if |
| 34766 |
src/com/gps/dao/UserNotificationDAO.java |
378 |
Parameter 'geoid' is not assigned and could be declared final |
| 34767 |
src/com/gps/dao/UserNotificationDAO.java |
378 |
Parameter 'userid' is not assigned and could be declared final |
| 34768 |
src/com/gps/dao/UserNotificationDAO.java |
378 |
publicMethodCommentRequirement Required |
| 34769 |
src/com/gps/dao/UserNotificationDAO.java |
380 |
Local variable 'ugdao' could be declared final |
| 34770 |
src/com/gps/dao/UserNotificationDAO.java |
381 |
Found 'DD'-anomaly for variable 'sess' (lines '381'-'385'). |
| 34771 |
src/com/gps/dao/UserNotificationDAO.java |
382 |
Found 'DD'-anomaly for variable 'size' (lines '382'-'389'). |
| 34772 |
src/com/gps/dao/UserNotificationDAO.java |
385 |
Potential violation of Law of Demeter (object not created locally) |
| 34773 |
src/com/gps/dao/UserNotificationDAO.java |
386 |
Local variable 'query' could be declared final |
| 34774 |
src/com/gps/dao/UserNotificationDAO.java |
386 |
Potential violation of Law of Demeter (object not created locally) |
| 34775 |
src/com/gps/dao/UserNotificationDAO.java |
387 |
Potential violation of Law of Demeter (object not created locally) |
| 34776 |
src/com/gps/dao/UserNotificationDAO.java |
388 |
Potential violation of Law of Demeter (object not created locally) |
| 34777 |
src/com/gps/dao/UserNotificationDAO.java |
389 |
Potential violation of Law of Demeter (method chain calls) |
| 34778 |
src/com/gps/dao/UserNotificationDAO.java |
389 |
Potential violation of Law of Demeter (object not created locally) |
| 34779 |
src/com/gps/dao/UserNotificationDAO.java |
392 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 34780 |
src/com/gps/dao/UserNotificationDAO.java |
394 |
There is log block not surrounded by if |
| 34781 |
src/com/gps/dao/UserNotificationDAO.java |
401 |
publicMethodCommentRequirement Required |
| 34782 |
src/com/gps/dao/UserNotificationDAO.java |
407 |
Parameter 'fname' is not assigned and could be declared final |
| 34783 |
src/com/gps/dao/UserNotificationDAO.java |
407 |
Parameter 'lname' is not assigned and could be declared final |
| 34784 |
src/com/gps/dao/UserNotificationDAO.java |
407 |
Parameter 'tid' is not assigned and could be declared final |
| 34785 |
src/com/gps/dao/UserNotificationDAO.java |
407 |
publicMethodCommentRequirement Required |
| 34786 |
src/com/gps/dao/UserNotificationDAO.java |
409 |
Local variable 'tripid' could be declared final |
| 34787 |
src/com/gps/dao/UserNotificationDAO.java |
410 |
Local variable 'tdao' could be declared final |
| 34788 |
src/com/gps/dao/UserNotificationDAO.java |
411 |
Avoid variables with short names like td |
| 34789 |
src/com/gps/dao/UserNotificationDAO.java |
411 |
Local variable 'td' could be declared final |
| 34790 |
src/com/gps/dao/UserNotificationDAO.java |
411 |
Potential violation of Law of Demeter (object not created locally) |
| 34791 |
src/com/gps/dao/UserNotificationDAO.java |
412 |
Local variable 'orgid' could be declared final |
| 34792 |
src/com/gps/dao/UserNotificationDAO.java |
412 |
Potential violation of Law of Demeter (method chain calls) |
| 34793 |
src/com/gps/dao/UserNotificationDAO.java |
412 |
Potential violation of Law of Demeter (object not created locally) |
| 34794 |
src/com/gps/dao/UserNotificationDAO.java |
413 |
Local variable 'udao' could be declared final |
| 34795 |
src/com/gps/dao/UserNotificationDAO.java |
414 |
Found 'DD'-anomaly for variable 'screenamelist' (lines '414'-'421'). |
| 34796 |
src/com/gps/dao/UserNotificationDAO.java |
415 |
Found 'DD'-anomaly for variable 'sess' (lines '415'-'420'). |
| 34797 |
src/com/gps/dao/UserNotificationDAO.java |
420 |
Potential violation of Law of Demeter (object not created locally) |
| 34798 |
src/com/gps/dao/UserNotificationDAO.java |
421 |
Potential violation of Law of Demeter (method chain calls) |
| 34799 |
src/com/gps/dao/UserNotificationDAO.java |
421 |
Potential violation of Law of Demeter (method chain calls) |
| 34800 |
src/com/gps/dao/UserNotificationDAO.java |
421 |
Potential violation of Law of Demeter (object not created locally) |
| 34801 |
src/com/gps/dao/UserNotificationDAO.java |
424 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 34802 |
src/com/gps/dao/UserNotificationDAO.java |
427 |
Potential violation of Law of Demeter (object not created locally) |
| 34803 |
src/com/gps/dao/UserNotificationDAO.java |
427 |
There is log block not surrounded by if |
| 34804 |
src/com/gps/dao/UserProcessDAO.java |
15 |
The class 'UserProcessDAO' has a Cyclomatic Complexity of 3 (Highest = 11). |
| 34805 |
src/com/gps/dao/UserProcessDAO.java |
15 |
headerCommentRequirement Required |
| 34806 |
src/com/gps/dao/UserProcessDAO.java |
23 |
Parameter 'userid' is not assigned and could be declared final |
| 34807 |
src/com/gps/dao/UserProcessDAO.java |
24 |
Found 'DD'-anomaly for variable 'colur' (lines '24'-'29'). |
| 34808 |
src/com/gps/dao/UserProcessDAO.java |
25 |
Local variable 'speedparam' could be declared final |
| 34809 |
src/com/gps/dao/UserProcessDAO.java |
26 |
Found 'DD'-anomaly for variable 'sess' (lines '26'-'28'). |
| 34810 |
src/com/gps/dao/UserProcessDAO.java |
28 |
Potential violation of Law of Demeter (object not created locally) |
| 34811 |
src/com/gps/dao/UserProcessDAO.java |
29 |
Potential violation of Law of Demeter (method chain calls) |
| 34812 |
src/com/gps/dao/UserProcessDAO.java |
29 |
Potential violation of Law of Demeter (object not created locally) |
| 34813 |
src/com/gps/dao/UserProcessDAO.java |
31 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 34814 |
src/com/gps/dao/UserProcessDAO.java |
33 |
Avoid printStackTrace(); use a logger call instead. |
| 34815 |
src/com/gps/dao/UserProcessDAO.java |
33 |
Potential violation of Law of Demeter (object not created locally) |
| 34816 |
src/com/gps/dao/UserProcessDAO.java |
37 |
Potential violation of Law of Demeter (object not created locally) |
| 34817 |
src/com/gps/dao/UserProcessDAO.java |
49 |
Parameter 'userid' is not assigned and could be declared final |
| 34818 |
src/com/gps/dao/UserProcessDAO.java |
50 |
Found 'DD'-anomaly for variable 'userName' (lines '50'-'57'). |
| 34819 |
src/com/gps/dao/UserProcessDAO.java |
51 |
Avoid declaring a variable if it is unreferenced before a possible exit point. |
| 34820 |
src/com/gps/dao/UserProcessDAO.java |
51 |
Avoid unused local variables such as 'userDetails'. |
| 34821 |
src/com/gps/dao/UserProcessDAO.java |
51 |
Found 'DU'-anomaly for variable 'userDetails' (lines '51'-'67'). |
| 34822 |
src/com/gps/dao/UserProcessDAO.java |
51 |
Local variable 'userDetails' could be declared final |
| 34823 |
src/com/gps/dao/UserProcessDAO.java |
52 |
Found 'DD'-anomaly for variable 'sess' (lines '52'-'55'). |
| 34824 |
src/com/gps/dao/UserProcessDAO.java |
53 |
Found 'DD'-anomaly for variable 'query' (lines '53'-'56'). |
| 34825 |
src/com/gps/dao/UserProcessDAO.java |
56 |
Potential violation of Law of Demeter (method chain calls) |
| 34826 |
src/com/gps/dao/UserProcessDAO.java |
56 |
Potential violation of Law of Demeter (object not created locally) |
| 34827 |
src/com/gps/dao/UserProcessDAO.java |
57 |
Potential violation of Law of Demeter (object not created locally) |
| 34828 |
src/com/gps/dao/UserProcessDAO.java |
59 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 34829 |
src/com/gps/dao/UserProcessDAO.java |
60 |
Avoid printStackTrace(); use a logger call instead. |
| 34830 |
src/com/gps/dao/UserProcessDAO.java |
60 |
Potential violation of Law of Demeter (object not created locally) |
| 34831 |
src/com/gps/dao/UserProcessDAO.java |
63 |
Potential violation of Law of Demeter (object not created locally) |
| 34832 |
src/com/gps/dao/UserProcessDAO.java |
69 |
Parameter 'user' is not assigned and could be declared final |
| 34833 |
src/com/gps/dao/UserProcessDAO.java |
69 |
publicMethodCommentRequirement Required |
| 34834 |
src/com/gps/dao/UserProcessDAO.java |
72 |
Local variable 'usr' could be declared final |
| 34835 |
src/com/gps/dao/UserProcessDAO.java |
77 |
Parameter 'orgid' is not assigned and could be declared final |
| 34836 |
src/com/gps/dao/UserProcessDAO.java |
77 |
publicMethodCommentRequirement Required |
| 34837 |
src/com/gps/dao/UserProcessDAO.java |
79 |
Found 'DD'-anomaly for variable 'organization' (lines '79'-'86'). |
| 34838 |
src/com/gps/dao/UserProcessDAO.java |
80 |
Found 'DD'-anomaly for variable 'query' (lines '80'-'85'). |
| 34839 |
src/com/gps/dao/UserProcessDAO.java |
81 |
Found 'DD'-anomaly for variable 'sess' (lines '81'-'84'). |
| 34840 |
src/com/gps/dao/UserProcessDAO.java |
85 |
Potential violation of Law of Demeter (method chain calls) |
| 34841 |
src/com/gps/dao/UserProcessDAO.java |
85 |
Potential violation of Law of Demeter (object not created locally) |
| 34842 |
src/com/gps/dao/UserProcessDAO.java |
86 |
Potential violation of Law of Demeter (object not created locally) |
| 34843 |
src/com/gps/dao/UserProcessDAO.java |
88 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 34844 |
src/com/gps/dao/UserProcessDAO.java |
90 |
Avoid printStackTrace(); use a logger call instead. |
| 34845 |
src/com/gps/dao/UserProcessDAO.java |
90 |
Potential violation of Law of Demeter (object not created locally) |
| 34846 |
src/com/gps/dao/UserProcessDAO.java |
96 |
Parameter 'bus' is not assigned and could be declared final |
| 34847 |
src/com/gps/dao/UserProcessDAO.java |
96 |
Parameter 'grade' is not assigned and could be declared final |
| 34848 |
src/com/gps/dao/UserProcessDAO.java |
96 |
Parameter 'name' is not assigned and could be declared final |
| 34849 |
src/com/gps/dao/UserProcessDAO.java |
96 |
Parameter 'orgId' is not assigned and could be declared final |
| 34850 |
src/com/gps/dao/UserProcessDAO.java |
96 |
The method 'getStudents' has a Cyclomatic Complexity of 11. |
| 34851 |
src/com/gps/dao/UserProcessDAO.java |
96 |
publicMethodCommentRequirement Required |
| 34852 |
src/com/gps/dao/UserProcessDAO.java |
97 |
Found 'DD'-anomaly for variable 'students' (lines '97'-'102'). |
| 34853 |
src/com/gps/dao/UserProcessDAO.java |
97 |
Found 'DD'-anomaly for variable 'students' (lines '97'-'104'). |
| 34854 |
src/com/gps/dao/UserProcessDAO.java |
97 |
Found 'DD'-anomaly for variable 'students' (lines '97'-'106'). |
| 34855 |
src/com/gps/dao/UserProcessDAO.java |
97 |
Found 'DD'-anomaly for variable 'students' (lines '97'-'108'). |
| 34856 |
src/com/gps/dao/UserProcessDAO.java |
98 |
Found 'DD'-anomaly for variable 'sess' (lines '98'-'100'). |
| 34857 |
src/com/gps/dao/UserProcessDAO.java |
101 |
Avoid if (x != y) ..; else ..; |
| 34858 |
src/com/gps/dao/UserProcessDAO.java |
101 |
Use equals() to compare strings instead of '==' or '!=' |
| 34859 |
src/com/gps/dao/UserProcessDAO.java |
102 |
Avoid using if...else statements without curly braces |
| 34860 |
src/com/gps/dao/UserProcessDAO.java |
102 |
Potential violation of Law of Demeter (method chain calls) |
| 34861 |
src/com/gps/dao/UserProcessDAO.java |
102 |
Potential violation of Law of Demeter (object not created locally) |
| 34862 |
src/com/gps/dao/UserProcessDAO.java |
102 |
The String literal "%' order by u.userId " appears 4 times in this file; the first occurrence is on line 102 |
| 34863 |
src/com/gps/dao/UserProcessDAO.java |
103 |
Avoid if (x != y) ..; else ..; |
| 34864 |
src/com/gps/dao/UserProcessDAO.java |
104 |
Avoid using if...else statements without curly braces |
| 34865 |
src/com/gps/dao/UserProcessDAO.java |
104 |
Potential violation of Law of Demeter (method chain calls) |
| 34866 |
src/com/gps/dao/UserProcessDAO.java |
104 |
Potential violation of Law of Demeter (object not created locally) |
| 34867 |
src/com/gps/dao/UserProcessDAO.java |
105 |
Avoid if (x != y) ..; else ..; |
| 34868 |
src/com/gps/dao/UserProcessDAO.java |
106 |
Avoid using if...else statements without curly braces |
| 34869 |
src/com/gps/dao/UserProcessDAO.java |
106 |
Potential violation of Law of Demeter (method chain calls) |
| 34870 |
src/com/gps/dao/UserProcessDAO.java |
106 |
Potential violation of Law of Demeter (object not created locally) |
| 34871 |
src/com/gps/dao/UserProcessDAO.java |
108 |
Avoid using if...else statements without curly braces |
| 34872 |
src/com/gps/dao/UserProcessDAO.java |
108 |
Potential violation of Law of Demeter (method chain calls) |
| 34873 |
src/com/gps/dao/UserProcessDAO.java |
108 |
Potential violation of Law of Demeter (object not created locally) |
| 34874 |
src/com/gps/dao/UserProcessDAO.java |
109 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 34875 |
src/com/gps/dao/UserProcessDAO.java |
111 |
Avoid printStackTrace(); use a logger call instead. |
| 34876 |
src/com/gps/dao/UserProcessDAO.java |
111 |
Potential violation of Law of Demeter (object not created locally) |
| 34877 |
src/com/gps/dao/UserProcessDAO.java |
116 |
Parameter 'grade' is not assigned and could be declared final |
| 34878 |
src/com/gps/dao/UserProcessDAO.java |
116 |
Parameter 'orgId' is not assigned and could be declared final |
| 34879 |
src/com/gps/dao/UserProcessDAO.java |
116 |
publicMethodCommentRequirement Required |
| 34880 |
src/com/gps/dao/UserProcessDAO.java |
118 |
Found 'DD'-anomaly for variable 'grades' (lines '118'-'122'). |
| 34881 |
src/com/gps/dao/UserProcessDAO.java |
119 |
Found 'DD'-anomaly for variable 'sess' (lines '119'-'121'). |
| 34882 |
src/com/gps/dao/UserProcessDAO.java |
122 |
Potential violation of Law of Demeter (method chain calls) |
| 34883 |
src/com/gps/dao/UserProcessDAO.java |
122 |
Potential violation of Law of Demeter (object not created locally) |
| 34884 |
src/com/gps/dao/UserProcessDAO.java |
123 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 34885 |
src/com/gps/dao/UserProcessDAO.java |
125 |
Avoid printStackTrace(); use a logger call instead. |
| 34886 |
src/com/gps/dao/UserProcessDAO.java |
125 |
Potential violation of Law of Demeter (object not created locally) |
| 34887 |
src/com/gps/dao/UserProcessDAO.java |
129 |
Parameter 'orga' is not assigned and could be declared final |
| 34888 |
src/com/gps/dao/UserProcessDAO.java |
129 |
publicMethodCommentRequirement Required |
| 34889 |
src/com/gps/dao/UserProcessDAO.java |
132 |
Local variable 'organization' could be declared final |
| 34890 |
src/com/gps/dao/UserProcessDAO.java |
136 |
Parameter 'args' is not assigned and could be declared final |
| 34891 |
src/com/gps/dao/UserProcessDAO.java |
136 |
publicMethodCommentRequirement Required |
| 34892 |
src/com/gps/dao/UserProcessDAO.java |
138 |
Local variable 'param' could be declared final |
| 34893 |
src/com/gps/dao/UserTripDAO.java |
24 |
headerCommentRequirement Required |
| 34894 |
src/com/gps/dao/UserTripDAO.java |
26 |
The Logger variable declaration does not contain the static and final modifiers |
| 34895 |
src/com/gps/dao/UserTripDAO.java |
26 |
Use explicit scoping instead of the default package private level |
| 34896 |
src/com/gps/dao/UserTripDAO.java |
26 |
fieldCommentRequirement Required |
| 34897 |
src/com/gps/dao/UserTripDAO.java |
27 |
Use explicit scoping instead of the default package private level |
| 34898 |
src/com/gps/dao/UserTripDAO.java |
27 |
fieldCommentRequirement Required |
| 34899 |
src/com/gps/dao/UserTripDAO.java |
29 |
publicMethodCommentRequirement Required |
| 34900 |
src/com/gps/dao/UserTripDAO.java |
37 |
Parameter 'utrip' is not assigned and could be declared final |
| 34901 |
src/com/gps/dao/UserTripDAO.java |
37 |
publicMethodCommentRequirement Required |
| 34902 |
src/com/gps/dao/UserTripDAO.java |
45 |
Parameter 'orgid' is not assigned and could be declared final |
| 34903 |
src/com/gps/dao/UserTripDAO.java |
45 |
publicMethodCommentRequirement Required |
| 34904 |
src/com/gps/dao/UserTripDAO.java |
47 |
Found 'DD'-anomaly for variable 'sess' (lines '47'-'52'). |
| 34905 |
src/com/gps/dao/UserTripDAO.java |
48 |
Avoid variables with short names like td |
| 34906 |
src/com/gps/dao/UserTripDAO.java |
48 |
Local variable 'td' could be declared final |
| 34907 |
src/com/gps/dao/UserTripDAO.java |
49 |
Found 'DD'-anomaly for variable 'triplist' (lines '49'-'53'). |
| 34908 |
src/com/gps/dao/UserTripDAO.java |
51 |
Potential violation of Law of Demeter (method chain calls) |
| 34909 |
src/com/gps/dao/UserTripDAO.java |
51 |
Potential violation of Law of Demeter (object not created locally) |
| 34910 |
src/com/gps/dao/UserTripDAO.java |
52 |
Potential violation of Law of Demeter (object not created locally) |
| 34911 |
src/com/gps/dao/UserTripDAO.java |
53 |
Potential violation of Law of Demeter (method chain calls) |
| 34912 |
src/com/gps/dao/UserTripDAO.java |
53 |
Potential violation of Law of Demeter (method chain calls) |
| 34913 |
src/com/gps/dao/UserTripDAO.java |
53 |
Potential violation of Law of Demeter (object not created locally) |
| 34914 |
src/com/gps/dao/UserTripDAO.java |
56 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 34915 |
src/com/gps/dao/UserTripDAO.java |
57 |
There is log block not surrounded by if |
| 34916 |
src/com/gps/dao/UserTripDAO.java |
59 |
Avoid empty finally blocks |
| 34917 |
src/com/gps/dao/UserTripDAO.java |
69 |
Found 'UR'-anomaly for variable 'userorg' (lines '69'-'83'). |
| 34918 |
src/com/gps/dao/UserTripDAO.java |
69 |
Parameter 'orgid' is not assigned and could be declared final |
| 34919 |
src/com/gps/dao/UserTripDAO.java |
69 |
publicMethodCommentRequirement Required |
| 34920 |
src/com/gps/dao/UserTripDAO.java |
71 |
Found 'DD'-anomaly for variable 'sess' (lines '71'-'78'). |
| 34921 |
src/com/gps/dao/UserTripDAO.java |
72 |
Avoid declaring a variable if it is unreferenced before a possible exit point. |
| 34922 |
src/com/gps/dao/UserTripDAO.java |
72 |
Avoid unused local variables such as 'username'. |
| 34923 |
src/com/gps/dao/UserTripDAO.java |
72 |
Found 'DU'-anomaly for variable 'username' (lines '72'-'97'). |
| 34924 |
src/com/gps/dao/UserTripDAO.java |
72 |
Local variable 'username' could be declared final |
| 34925 |
src/com/gps/dao/UserTripDAO.java |
73 |
Local variable 'uodao' could be declared final |
| 34926 |
src/com/gps/dao/UserTripDAO.java |
74 |
Found 'DD'-anomaly for variable 'parentlist' (lines '74'-'79'). |
| 34927 |
src/com/gps/dao/UserTripDAO.java |
75 |
Local variable 'plist' could be declared final |
| 34928 |
src/com/gps/dao/UserTripDAO.java |
77 |
Potential violation of Law of Demeter (method chain calls) |
| 34929 |
src/com/gps/dao/UserTripDAO.java |
77 |
Potential violation of Law of Demeter (object not created locally) |
| 34930 |
src/com/gps/dao/UserTripDAO.java |
78 |
Potential violation of Law of Demeter (object not created locally) |
| 34931 |
src/com/gps/dao/UserTripDAO.java |
79 |
Potential violation of Law of Demeter (method chain calls) |
| 34932 |
src/com/gps/dao/UserTripDAO.java |
79 |
Potential violation of Law of Demeter (method chain calls) |
| 34933 |
src/com/gps/dao/UserTripDAO.java |
79 |
Potential violation of Law of Demeter (object not created locally) |
| 34934 |
src/com/gps/dao/UserTripDAO.java |
80 |
Local variable 'userorg' could be declared final |
| 34935 |
src/com/gps/dao/UserTripDAO.java |
82 |
Avoid instantiating new objects inside loops |
| 34936 |
src/com/gps/dao/UserTripDAO.java |
82 |
Local variable 'udao' could be declared final |
| 34937 |
src/com/gps/dao/UserTripDAO.java |
83 |
Local variable 'user' could be declared final |
| 34938 |
src/com/gps/dao/UserTripDAO.java |
83 |
Potential violation of Law of Demeter (method chain calls) |
| 34939 |
src/com/gps/dao/UserTripDAO.java |
83 |
Potential violation of Law of Demeter (method chain calls) |
| 34940 |
src/com/gps/dao/UserTripDAO.java |
84 |
Potential violation of Law of Demeter (object not created locally) |
| 34941 |
src/com/gps/dao/UserTripDAO.java |
86 |
Potential violation of Law of Demeter (static property access) |
| 34942 |
src/com/gps/dao/UserTripDAO.java |
87 |
A method should have only one exit point, and that should be the last statement in the method |
| 34943 |
src/com/gps/dao/UserTripDAO.java |
92 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 34944 |
src/com/gps/dao/UserTripDAO.java |
93 |
There is log block not surrounded by if |
| 34945 |
src/com/gps/dao/UserTripDAO.java |
101 |
Parameter 'tripid' is not assigned and could be declared final |
| 34946 |
src/com/gps/dao/UserTripDAO.java |
101 |
Parameter 'userid' is not assigned and could be declared final |
| 34947 |
src/com/gps/dao/UserTripDAO.java |
101 |
publicMethodCommentRequirement Required |
| 34948 |
src/com/gps/dao/UserTripDAO.java |
103 |
Local variable 'userId' could be declared final |
| 34949 |
src/com/gps/dao/UserTripDAO.java |
104 |
Found 'DD'-anomaly for variable 'sess' (lines '104'-'107'). |
| 34950 |
src/com/gps/dao/UserTripDAO.java |
105 |
Local variable 'utdao' could be declared final |
| 34951 |
src/com/gps/dao/UserTripDAO.java |
106 |
Potential violation of Law of Demeter (method chain calls) |
| 34952 |
src/com/gps/dao/UserTripDAO.java |
106 |
Potential violation of Law of Demeter (object not created locally) |
| 34953 |
src/com/gps/dao/UserTripDAO.java |
107 |
Potential violation of Law of Demeter (object not created locally) |
| 34954 |
src/com/gps/dao/UserTripDAO.java |
108 |
Avoid variables with short names like tx |
| 34955 |
src/com/gps/dao/UserTripDAO.java |
108 |
Local variable 'tx' could be declared final |
| 34956 |
src/com/gps/dao/UserTripDAO.java |
108 |
Potential violation of Law of Demeter (object not created locally) |
| 34957 |
src/com/gps/dao/UserTripDAO.java |
112 |
Local variable 'udao' could be declared final |
| 34958 |
src/com/gps/dao/UserTripDAO.java |
113 |
Local variable 'user1' could be declared final |
| 34959 |
src/com/gps/dao/UserTripDAO.java |
114 |
Local variable 'tdao' could be declared final |
| 34960 |
src/com/gps/dao/UserTripDAO.java |
115 |
Local variable 'trip' could be declared final |
| 34961 |
src/com/gps/dao/UserTripDAO.java |
116 |
Local variable 'utrips' could be declared final |
| 34962 |
src/com/gps/dao/UserTripDAO.java |
119 |
Potential violation of Law of Demeter (object not created locally) |
| 34963 |
src/com/gps/dao/UserTripDAO.java |
120 |
Potential violation of Law of Demeter (object not created locally) |
| 34964 |
src/com/gps/dao/UserTripDAO.java |
121 |
Potential violation of Law of Demeter (object not created locally) |
| 34965 |
src/com/gps/dao/UserTripDAO.java |
126 |
Potential violation of Law of Demeter (object not created locally) |
| 34966 |
src/com/gps/dao/UserTripDAO.java |
130 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 34967 |
src/com/gps/dao/UserTripDAO.java |
132 |
There is log block not surrounded by if |
| 34968 |
src/com/gps/dao/UserTripDAO.java |
138 |
A method/constructor shouldnt explicitly throw java.lang.Exception |
| 34969 |
src/com/gps/dao/UserTripDAO.java |
138 |
Found 'UR'-anomaly for variable 'usertrip' (lines '138'-'156'). |
| 34970 |
src/com/gps/dao/UserTripDAO.java |
138 |
Parameter 'tripId' is not assigned and could be declared final |
| 34971 |
src/com/gps/dao/UserTripDAO.java |
138 |
publicMethodCommentRequirement Required |
| 34972 |
src/com/gps/dao/UserTripDAO.java |
141 |
Local variable 'utdao' could be declared final |
| 34973 |
src/com/gps/dao/UserTripDAO.java |
142 |
Found 'DD'-anomaly for variable 'selectedlist' (lines '142'-'152'). |
| 34974 |
src/com/gps/dao/UserTripDAO.java |
143 |
Local variable 'slist' could be declared final |
| 34975 |
src/com/gps/dao/UserTripDAO.java |
144 |
Found 'DD'-anomaly for variable 'sess' (lines '144'-'149'). |
| 34976 |
src/com/gps/dao/UserTripDAO.java |
148 |
Potential violation of Law of Demeter (method chain calls) |
| 34977 |
src/com/gps/dao/UserTripDAO.java |
148 |
Potential violation of Law of Demeter (object not created locally) |
| 34978 |
src/com/gps/dao/UserTripDAO.java |
149 |
Potential violation of Law of Demeter (object not created locally) |
| 34979 |
src/com/gps/dao/UserTripDAO.java |
150 |
Local variable 'query' could be declared final |
| 34980 |
src/com/gps/dao/UserTripDAO.java |
150 |
Potential violation of Law of Demeter (object not created locally) |
| 34981 |
src/com/gps/dao/UserTripDAO.java |
151 |
Potential violation of Law of Demeter (object not created locally) |
| 34982 |
src/com/gps/dao/UserTripDAO.java |
152 |
Potential violation of Law of Demeter (object not created locally) |
| 34983 |
src/com/gps/dao/UserTripDAO.java |
153 |
Local variable 'usertrip' could be declared final |
| 34984 |
src/com/gps/dao/UserTripDAO.java |
156 |
Local variable 'user' could be declared final |
| 34985 |
src/com/gps/dao/UserTripDAO.java |
157 |
Potential violation of Law of Demeter (object not created locally) |
| 34986 |
src/com/gps/dao/UserTripDAO.java |
163 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 34987 |
src/com/gps/dao/UserTripDAO.java |
165 |
There is log block not surrounded by if |
| 34988 |
src/com/gps/dao/UserTripDAO.java |
173 |
Parameter 'tripid' is not assigned and could be declared final |
| 34989 |
src/com/gps/dao/UserTripDAO.java |
173 |
Parameter 'userid' is not assigned and could be declared final |
| 34990 |
src/com/gps/dao/UserTripDAO.java |
173 |
publicMethodCommentRequirement Required |
| 34991 |
src/com/gps/dao/UserTripDAO.java |
175 |
Local variable 'userId' could be declared final |
| 34992 |
src/com/gps/dao/UserTripDAO.java |
176 |
Found 'DD'-anomaly for variable 'sess' (lines '176'-'182'). |
| 34993 |
src/com/gps/dao/UserTripDAO.java |
177 |
Local variable 'utdao' could be declared final |
| 34994 |
src/com/gps/dao/UserTripDAO.java |
179 |
Avoid unused local variables such as 'dlist'. |
| 34995 |
src/com/gps/dao/UserTripDAO.java |
179 |
Found 'DU'-anomaly for variable 'dlist' (lines '179'-'212'). |
| 34996 |
src/com/gps/dao/UserTripDAO.java |
179 |
Local variable 'dlist' could be declared final |
| 34997 |
src/com/gps/dao/UserTripDAO.java |
181 |
Potential violation of Law of Demeter (method chain calls) |
| 34998 |
src/com/gps/dao/UserTripDAO.java |
181 |
Potential violation of Law of Demeter (object not created locally) |
| 34999 |
src/com/gps/dao/UserTripDAO.java |
182 |
Potential violation of Law of Demeter (object not created locally) |
| 35000 |
src/com/gps/dao/UserTripDAO.java |
183 |
Avoid variables with short names like tx |
| 35001 |
src/com/gps/dao/UserTripDAO.java |
183 |
Local variable 'tx' could be declared final |
| 35002 |
src/com/gps/dao/UserTripDAO.java |
183 |
Potential violation of Law of Demeter (object not created locally) |
| 35003 |
src/com/gps/dao/UserTripDAO.java |
188 |
Local variable 'query' could be declared final |
| 35004 |
src/com/gps/dao/UserTripDAO.java |
188 |
Potential violation of Law of Demeter (object not created locally) |
| 35005 |
src/com/gps/dao/UserTripDAO.java |
190 |
Potential violation of Law of Demeter (object not created locally) |
| 35006 |
src/com/gps/dao/UserTripDAO.java |
191 |
Potential violation of Law of Demeter (object not created locally) |
| 35007 |
src/com/gps/dao/UserTripDAO.java |
192 |
Potential violation of Law of Demeter (object not created locally) |
| 35008 |
src/com/gps/dao/UserTripDAO.java |
193 |
Local variable 'utid' could be declared final |
| 35009 |
src/com/gps/dao/UserTripDAO.java |
193 |
Potential violation of Law of Demeter (method chain calls) |
| 35010 |
src/com/gps/dao/UserTripDAO.java |
193 |
Potential violation of Law of Demeter (method chain calls) |
| 35011 |
src/com/gps/dao/UserTripDAO.java |
193 |
Potential violation of Law of Demeter (object not created locally) |
| 35012 |
src/com/gps/dao/UserTripDAO.java |
193 |
Potential violation of Law of Demeter (object not created locally) |
| 35013 |
src/com/gps/dao/UserTripDAO.java |
195 |
Potential violation of Law of Demeter (object not created locally) |
| 35014 |
src/com/gps/dao/UserTripDAO.java |
196 |
Potential violation of Law of Demeter (object not created locally) |
| 35015 |
src/com/gps/dao/UserTripDAO.java |
197 |
Potential violation of Law of Demeter (object not created locally) |
| 35016 |
src/com/gps/dao/UserTripDAO.java |
200 |
Comment is too large: Line too long |
| 35017 |
src/com/gps/dao/UserTripDAO.java |
204 |
Local variable 'undao' could be declared final |
| 35018 |
src/com/gps/dao/UserTripDAO.java |
208 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 35019 |
src/com/gps/dao/UserTripDAO.java |
210 |
There is log block not surrounded by if |
| 35020 |
src/com/gps/dao/UserTripDAO.java |
214 |
A method/constructor shouldnt explicitly throw java.lang.Exception |
| 35021 |
src/com/gps/dao/UserTripDAO.java |
214 |
Found 'UR'-anomaly for variable 'usertrip' (lines '214'-'231'). |
| 35022 |
src/com/gps/dao/UserTripDAO.java |
214 |
Parameter 'userid' is not assigned and could be declared final |
| 35023 |
src/com/gps/dao/UserTripDAO.java |
214 |
publicMethodCommentRequirement Required |
| 35024 |
src/com/gps/dao/UserTripDAO.java |
217 |
Local variable 'utdao' could be declared final |
| 35025 |
src/com/gps/dao/UserTripDAO.java |
218 |
Found 'DD'-anomaly for variable 'selectedTripList' (lines '218'-'228'). |
| 35026 |
src/com/gps/dao/UserTripDAO.java |
219 |
Local variable 'slist' could be declared final |
| 35027 |
src/com/gps/dao/UserTripDAO.java |
220 |
Found 'DD'-anomaly for variable 'sess' (lines '220'-'225'). |
| 35028 |
src/com/gps/dao/UserTripDAO.java |
224 |
Potential violation of Law of Demeter (method chain calls) |
| 35029 |
src/com/gps/dao/UserTripDAO.java |
224 |
Potential violation of Law of Demeter (object not created locally) |
| 35030 |
src/com/gps/dao/UserTripDAO.java |
225 |
Potential violation of Law of Demeter (object not created locally) |
| 35031 |
src/com/gps/dao/UserTripDAO.java |
226 |
Local variable 'query' could be declared final |
| 35032 |
src/com/gps/dao/UserTripDAO.java |
226 |
Potential violation of Law of Demeter (object not created locally) |
| 35033 |
src/com/gps/dao/UserTripDAO.java |
227 |
Potential violation of Law of Demeter (object not created locally) |
| 35034 |
src/com/gps/dao/UserTripDAO.java |
228 |
Potential violation of Law of Demeter (object not created locally) |
| 35035 |
src/com/gps/dao/UserTripDAO.java |
229 |
Local variable 'usertrip' could be declared final |
| 35036 |
src/com/gps/dao/UserTripDAO.java |
231 |
Local variable 'trip' could be declared final |
| 35037 |
src/com/gps/dao/UserTripDAO.java |
232 |
Potential violation of Law of Demeter (object not created locally) |
| 35038 |
src/com/gps/dao/UserTripDAO.java |
238 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 35039 |
src/com/gps/dao/UserTripDAO.java |
240 |
There is log block not surrounded by if |
| 35040 |
src/com/gps/dao/UserTripDAO.java |
250 |
Parameter 'tripid' is not assigned and could be declared final |
| 35041 |
src/com/gps/dao/UserTripDAO.java |
250 |
Parameter 'userId' is not assigned and could be declared final |
| 35042 |
src/com/gps/dao/UserTripDAO.java |
250 |
publicMethodCommentRequirement Required |
| 35043 |
src/com/gps/dao/UserTripDAO.java |
252 |
Local variable 'tripId' could be declared final |
| 35044 |
src/com/gps/dao/UserTripDAO.java |
253 |
Found 'DD'-anomaly for variable 'sess' (lines '253'-'256'). |
| 35045 |
src/com/gps/dao/UserTripDAO.java |
254 |
Local variable 'utdao' could be declared final |
| 35046 |
src/com/gps/dao/UserTripDAO.java |
255 |
Potential violation of Law of Demeter (method chain calls) |
| 35047 |
src/com/gps/dao/UserTripDAO.java |
255 |
Potential violation of Law of Demeter (object not created locally) |
| 35048 |
src/com/gps/dao/UserTripDAO.java |
256 |
Potential violation of Law of Demeter (object not created locally) |
| 35049 |
src/com/gps/dao/UserTripDAO.java |
257 |
Avoid variables with short names like tx |
| 35050 |
src/com/gps/dao/UserTripDAO.java |
257 |
Local variable 'tx' could be declared final |
| 35051 |
src/com/gps/dao/UserTripDAO.java |
257 |
Potential violation of Law of Demeter (object not created locally) |
| 35052 |
src/com/gps/dao/UserTripDAO.java |
261 |
Local variable 'udao' could be declared final |
| 35053 |
src/com/gps/dao/UserTripDAO.java |
262 |
Local variable 'user1' could be declared final |
| 35054 |
src/com/gps/dao/UserTripDAO.java |
263 |
Local variable 'tdao' could be declared final |
| 35055 |
src/com/gps/dao/UserTripDAO.java |
264 |
Local variable 'trip' could be declared final |
| 35056 |
src/com/gps/dao/UserTripDAO.java |
265 |
Local variable 'utrips' could be declared final |
| 35057 |
src/com/gps/dao/UserTripDAO.java |
268 |
Potential violation of Law of Demeter (object not created locally) |
| 35058 |
src/com/gps/dao/UserTripDAO.java |
269 |
Potential violation of Law of Demeter (object not created locally) |
| 35059 |
src/com/gps/dao/UserTripDAO.java |
270 |
Potential violation of Law of Demeter (object not created locally) |
| 35060 |
src/com/gps/dao/UserTripDAO.java |
275 |
Potential violation of Law of Demeter (object not created locally) |
| 35061 |
src/com/gps/dao/UserTripDAO.java |
279 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 35062 |
src/com/gps/dao/UserTripDAO.java |
281 |
There is log block not surrounded by if |
| 35063 |
src/com/gps/dao/UserTripDAO.java |
286 |
Found 'UR'-anomaly for variable 'usersGeofence' (lines '286'-'302'). |
| 35064 |
src/com/gps/dao/UserTripDAO.java |
286 |
Parameter 'selectedFences' is not assigned and could be declared final |
| 35065 |
src/com/gps/dao/UserTripDAO.java |
286 |
Parameter 'tripSession' is not assigned and could be declared final |
| 35066 |
src/com/gps/dao/UserTripDAO.java |
286 |
publicMethodCommentRequirement Required |
| 35067 |
src/com/gps/dao/UserTripDAO.java |
288 |
Found 'DD'-anomaly for variable 'sess' (lines '288'-'295'). |
| 35068 |
src/com/gps/dao/UserTripDAO.java |
289 |
Local variable 'Mobile_Nos' could be declared final |
| 35069 |
src/com/gps/dao/UserTripDAO.java |
289 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'Mobile_Nos' is not final. |
| 35070 |
src/com/gps/dao/UserTripDAO.java |
289 |
Variables should start with a lowercase character, 'Mobile_Nos' starts with uppercase character. |
| 35071 |
src/com/gps/dao/UserTripDAO.java |
290 |
Found 'DD'-anomaly for variable 'NosList' (lines '290'-'297'). |
| 35072 |
src/com/gps/dao/UserTripDAO.java |
290 |
Variables should start with a lowercase character, 'NosList' starts with uppercase character. |
| 35073 |
src/com/gps/dao/UserTripDAO.java |
293 |
Local variable 'ObjDao' could be declared final |
| 35074 |
src/com/gps/dao/UserTripDAO.java |
293 |
Variables should start with a lowercase character, 'ObjDao' starts with uppercase character. |
| 35075 |
src/com/gps/dao/UserTripDAO.java |
295 |
Potential violation of Law of Demeter (object not created locally) |
| 35076 |
src/com/gps/dao/UserTripDAO.java |
297 |
Potential violation of Law of Demeter (method chain calls) |
| 35077 |
src/com/gps/dao/UserTripDAO.java |
297 |
Potential violation of Law of Demeter (method chain calls) |
| 35078 |
src/com/gps/dao/UserTripDAO.java |
297 |
Potential violation of Law of Demeter (method chain calls) |
| 35079 |
src/com/gps/dao/UserTripDAO.java |
297 |
Potential violation of Law of Demeter (object not created locally) |
| 35080 |
src/com/gps/dao/UserTripDAO.java |
301 |
Local variable 'usersGeofence' could be declared final |
| 35081 |
src/com/gps/dao/UserTripDAO.java |
302 |
Avoid appending characters as strings in StringBuffer.append. |
| 35082 |
src/com/gps/dao/UserTripDAO.java |
302 |
Potential violation of Law of Demeter (object not created locally) |
| 35083 |
src/com/gps/dao/UserTripDAO.java |
304 |
Potential violation of Law of Demeter (object not created locally) |
| 35084 |
src/com/gps/dao/UserTripDAO.java |
304 |
Potential violation of Law of Demeter (object not created locally) |
| 35085 |
src/com/gps/dao/UserTripDAO.java |
305 |
Potential violation of Law of Demeter (object not created locally) |
| 35086 |
src/com/gps/dao/UserTripDAO.java |
307 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 35087 |
src/com/gps/dao/UserTripDAO.java |
308 |
Avoid printStackTrace(); use a logger call instead. |
| 35088 |
src/com/gps/dao/UserTripDAO.java |
308 |
Potential violation of Law of Demeter (object not created locally) |
| 35089 |
src/com/gps/dao/UserTripDAO.java |
310 |
Potential violation of Law of Demeter (object not created locally) |
| 35090 |
src/com/gps/dao/UserTripDAO.java |
313 |
Parameter 'tripid' is not assigned and could be declared final |
| 35091 |
src/com/gps/dao/UserTripDAO.java |
313 |
Parameter 'userId' is not assigned and could be declared final |
| 35092 |
src/com/gps/dao/UserTripDAO.java |
313 |
publicMethodCommentRequirement Required |
| 35093 |
src/com/gps/dao/UserTripDAO.java |
315 |
Local variable 'tripId' could be declared final |
| 35094 |
src/com/gps/dao/UserTripDAO.java |
316 |
Found 'DD'-anomaly for variable 'sess' (lines '316'-'322'). |
| 35095 |
src/com/gps/dao/UserTripDAO.java |
317 |
Local variable 'utdao' could be declared final |
| 35096 |
src/com/gps/dao/UserTripDAO.java |
319 |
Avoid unused local variables such as 'dlist'. |
| 35097 |
src/com/gps/dao/UserTripDAO.java |
319 |
Found 'DU'-anomaly for variable 'dlist' (lines '319'-'354'). |
| 35098 |
src/com/gps/dao/UserTripDAO.java |
319 |
Local variable 'dlist' could be declared final |
| 35099 |
src/com/gps/dao/UserTripDAO.java |
321 |
Potential violation of Law of Demeter (method chain calls) |
| 35100 |
src/com/gps/dao/UserTripDAO.java |
321 |
Potential violation of Law of Demeter (object not created locally) |
| 35101 |
src/com/gps/dao/UserTripDAO.java |
322 |
Potential violation of Law of Demeter (object not created locally) |
| 35102 |
src/com/gps/dao/UserTripDAO.java |
323 |
Avoid variables with short names like tx |
| 35103 |
src/com/gps/dao/UserTripDAO.java |
323 |
Local variable 'tx' could be declared final |
| 35104 |
src/com/gps/dao/UserTripDAO.java |
323 |
Potential violation of Law of Demeter (object not created locally) |
| 35105 |
src/com/gps/dao/UserTripDAO.java |
328 |
Local variable 'query' could be declared final |
| 35106 |
src/com/gps/dao/UserTripDAO.java |
328 |
Potential violation of Law of Demeter (object not created locally) |
| 35107 |
src/com/gps/dao/UserTripDAO.java |
330 |
Potential violation of Law of Demeter (object not created locally) |
| 35108 |
src/com/gps/dao/UserTripDAO.java |
331 |
Potential violation of Law of Demeter (object not created locally) |
| 35109 |
src/com/gps/dao/UserTripDAO.java |
332 |
Potential violation of Law of Demeter (object not created locally) |
| 35110 |
src/com/gps/dao/UserTripDAO.java |
333 |
Potential violation of Law of Demeter (method chain calls) |
| 35111 |
src/com/gps/dao/UserTripDAO.java |
333 |
Potential violation of Law of Demeter (object not created locally) |
| 35112 |
src/com/gps/dao/UserTripDAO.java |
334 |
Local variable 'utid' could be declared final |
| 35113 |
src/com/gps/dao/UserTripDAO.java |
334 |
Potential violation of Law of Demeter (method chain calls) |
| 35114 |
src/com/gps/dao/UserTripDAO.java |
334 |
Potential violation of Law of Demeter (method chain calls) |
| 35115 |
src/com/gps/dao/UserTripDAO.java |
334 |
Potential violation of Law of Demeter (object not created locally) |
| 35116 |
src/com/gps/dao/UserTripDAO.java |
334 |
Potential violation of Law of Demeter (object not created locally) |
| 35117 |
src/com/gps/dao/UserTripDAO.java |
336 |
Potential violation of Law of Demeter (object not created locally) |
| 35118 |
src/com/gps/dao/UserTripDAO.java |
337 |
Potential violation of Law of Demeter (object not created locally) |
| 35119 |
src/com/gps/dao/UserTripDAO.java |
338 |
Potential violation of Law of Demeter (object not created locally) |
| 35120 |
src/com/gps/dao/UserTripDAO.java |
341 |
Comment is too large: Line too long |
| 35121 |
src/com/gps/dao/UserTripDAO.java |
345 |
Local variable 'usId' could be declared final |
| 35122 |
src/com/gps/dao/UserTripDAO.java |
346 |
Local variable 'undao' could be declared final |
| 35123 |
src/com/gps/dao/UserTripDAO.java |
350 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 35124 |
src/com/gps/dao/UserTripDAO.java |
352 |
Avoid printStackTrace(); use a logger call instead. |
| 35125 |
src/com/gps/dao/UserTripDAO.java |
352 |
Potential violation of Law of Demeter (object not created locally) |
| 35126 |
src/com/gps/dao/VehicleFenceDAO.java |
17 |
headerCommentRequirement Required |
| 35127 |
src/com/gps/dao/VehicleFenceDAO.java |
19 |
The Logger variable declaration does not contain the static and final modifiers |
| 35128 |
src/com/gps/dao/VehicleFenceDAO.java |
19 |
Use explicit scoping instead of the default package private level |
| 35129 |
src/com/gps/dao/VehicleFenceDAO.java |
19 |
fieldCommentRequirement Required |
| 35130 |
src/com/gps/dao/VehicleFenceDAO.java |
26 |
Found 'UR'-anomaly for variable 'geoVehicle' (lines '26'-'41'). |
| 35131 |
src/com/gps/dao/VehicleFenceDAO.java |
26 |
Parameter 'fenceId' is not assigned and could be declared final |
| 35132 |
src/com/gps/dao/VehicleFenceDAO.java |
28 |
Found 'DD'-anomaly for variable 'chkdList' (lines '28'-'34'). |
| 35133 |
src/com/gps/dao/VehicleFenceDAO.java |
29 |
Local variable 'mapDAO' could be declared final |
| 35134 |
src/com/gps/dao/VehicleFenceDAO.java |
31 |
Found 'DD'-anomaly for variable 'sess' (lines '31'-'36'). |
| 35135 |
src/com/gps/dao/VehicleFenceDAO.java |
35 |
Potential violation of Law of Demeter (method chain calls) |
| 35136 |
src/com/gps/dao/VehicleFenceDAO.java |
35 |
Potential violation of Law of Demeter (object not created locally) |
| 35137 |
src/com/gps/dao/VehicleFenceDAO.java |
36 |
Potential violation of Law of Demeter (object not created locally) |
| 35138 |
src/com/gps/dao/VehicleFenceDAO.java |
38 |
Potential violation of Law of Demeter (method chain calls) |
| 35139 |
src/com/gps/dao/VehicleFenceDAO.java |
38 |
Potential violation of Law of Demeter (object not created locally) |
| 35140 |
src/com/gps/dao/VehicleFenceDAO.java |
40 |
Local variable 'geoVehicle' could be declared final |
| 35141 |
src/com/gps/dao/VehicleFenceDAO.java |
41 |
Avoid using if statements without curly braces |
| 35142 |
src/com/gps/dao/VehicleFenceDAO.java |
42 |
Potential violation of Law of Demeter (object not created locally) |
| 35143 |
src/com/gps/dao/VehicleFenceDAO.java |
45 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 35144 |
src/com/gps/dao/VehicleFenceDAO.java |
47 |
Avoid printStackTrace(); use a logger call instead. |
| 35145 |
src/com/gps/dao/VehicleFenceDAO.java |
47 |
Potential violation of Law of Demeter (object not created locally) |
| 35146 |
src/com/gps/dao/VehicleFenceDAO.java |
56 |
Parameter 'fenceid' is not assigned and could be declared final |
| 35147 |
src/com/gps/dao/VehicleFenceDAO.java |
56 |
Parameter 'vehicleId' is not assigned and could be declared final |
| 35148 |
src/com/gps/dao/VehicleFenceDAO.java |
57 |
Local variable 'vehDAO' could be declared final |
| 35149 |
src/com/gps/dao/VehicleFenceDAO.java |
59 |
Local variable 'geodao' could be declared final |
| 35150 |
src/com/gps/dao/VehicleFenceDAO.java |
61 |
Found 'DD'-anomaly for variable 'sess' (lines '61'-'65'). |
| 35151 |
src/com/gps/dao/VehicleFenceDAO.java |
62 |
Avoid variables with short names like tx |
| 35152 |
src/com/gps/dao/VehicleFenceDAO.java |
62 |
Found 'DD'-anomaly for variable 'tx' (lines '62'-'72'). |
| 35153 |
src/com/gps/dao/VehicleFenceDAO.java |
65 |
Potential violation of Law of Demeter (object not created locally) |
| 35154 |
src/com/gps/dao/VehicleFenceDAO.java |
66 |
Potential violation of Law of Demeter (object not created locally) |
| 35155 |
src/com/gps/dao/VehicleFenceDAO.java |
69 |
Potential violation of Law of Demeter (object not created locally) |
| 35156 |
src/com/gps/dao/VehicleFenceDAO.java |
70 |
Potential violation of Law of Demeter (object not created locally) |
| 35157 |
src/com/gps/dao/VehicleFenceDAO.java |
72 |
Potential violation of Law of Demeter (object not created locally) |
| 35158 |
src/com/gps/dao/VehicleFenceDAO.java |
73 |
Potential violation of Law of Demeter (object not created locally) |
| 35159 |
src/com/gps/dao/VehicleFenceDAO.java |
74 |
Potential violation of Law of Demeter (object not created locally) |
| 35160 |
src/com/gps/dao/VehicleFenceDAO.java |
75 |
Potential violation of Law of Demeter (object not created locally) |
| 35161 |
src/com/gps/dao/VehicleFenceDAO.java |
80 |
Avoid using if statements without curly braces |
| 35162 |
src/com/gps/dao/VehicleFenceDAO.java |
81 |
Potential violation of Law of Demeter (object not created locally) |
| 35163 |
src/com/gps/dao/VehicleFenceDAO.java |
83 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 35164 |
src/com/gps/dao/VehicleFenceDAO.java |
84 |
Avoid printStackTrace(); use a logger call instead. |
| 35165 |
src/com/gps/dao/VehicleFenceDAO.java |
84 |
Potential violation of Law of Demeter (object not created locally) |
| 35166 |
src/com/gps/dao/VehicleFenceDAO.java |
92 |
Parameter 'fenceId' is not assigned and could be declared final |
| 35167 |
src/com/gps/dao/VehicleFenceDAO.java |
92 |
Parameter 'vehicleId' is not assigned and could be declared final |
| 35168 |
src/com/gps/dao/VehicleFenceDAO.java |
96 |
Found 'DD'-anomaly for variable 'sess' (lines '96'-'99'). |
| 35169 |
src/com/gps/dao/VehicleFenceDAO.java |
100 |
Avoid variables with short names like tx |
| 35170 |
src/com/gps/dao/VehicleFenceDAO.java |
100 |
Found 'DU'-anomaly for variable 'tx' (lines '100'-'114'). |
| 35171 |
src/com/gps/dao/VehicleFenceDAO.java |
100 |
Local variable 'tx' could be declared final |
| 35172 |
src/com/gps/dao/VehicleFenceDAO.java |
100 |
Potential violation of Law of Demeter (object not created locally) |
| 35173 |
src/com/gps/dao/VehicleFenceDAO.java |
101 |
Potential violation of Law of Demeter (method chain calls) |
| 35174 |
src/com/gps/dao/VehicleFenceDAO.java |
101 |
Potential violation of Law of Demeter (method chain calls) |
| 35175 |
src/com/gps/dao/VehicleFenceDAO.java |
105 |
Potential violation of Law of Demeter (object not created locally) |
| 35176 |
src/com/gps/dao/VehicleFenceDAO.java |
107 |
Potential violation of Law of Demeter (object not created locally) |
| 35177 |
src/com/gps/dao/VehicleFenceDAO.java |
108 |
Potential violation of Law of Demeter (object not created locally) |
| 35178 |
src/com/gps/dao/VehicleFenceDAO.java |
111 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 35179 |
src/com/gps/dao/VehicleFenceDAO.java |
112 |
Avoid printStackTrace(); use a logger call instead. |
| 35180 |
src/com/gps/dao/VehicleFenceDAO.java |
112 |
Potential violation of Law of Demeter (object not created locally) |
| 35181 |
src/com/gps/dao/VehicleFenceDAO.java |
121 |
Parameter 'trip' is not assigned and could be declared final |
| 35182 |
src/com/gps/dao/VehicleFenceDAO.java |
122 |
Found 'DD'-anomaly for variable 'geoList' (lines '122'-'125'). |
| 35183 |
src/com/gps/dao/VehicleFenceDAO.java |
125 |
Potential violation of Law of Demeter (method chain calls) |
| 35184 |
src/com/gps/dao/VehicleFenceDAO.java |
125 |
Potential violation of Law of Demeter (method chain calls) |
| 35185 |
src/com/gps/dao/VehicleFenceDAO.java |
127 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 35186 |
src/com/gps/dao/VehicleFenceDAO.java |
128 |
Avoid printStackTrace(); use a logger call instead. |
| 35187 |
src/com/gps/dao/VehicleFenceDAO.java |
128 |
Potential violation of Law of Demeter (object not created locally) |
| 35188 |
src/com/gps/dao/VehicleFenceReportDAO.java |
15 |
headerCommentRequirement Required |
| 35189 |
src/com/gps/dao/VehicleFenceReportDAO.java |
22 |
Parameter 'fromDate' is not assigned and could be declared final |
| 35190 |
src/com/gps/dao/VehicleFenceReportDAO.java |
22 |
Parameter 'geofenceId' is not assigned and could be declared final |
| 35191 |
src/com/gps/dao/VehicleFenceReportDAO.java |
22 |
Parameter 'toDate' is not assigned and could be declared final |
| 35192 |
src/com/gps/dao/VehicleFenceReportDAO.java |
23 |
Found 'DD'-anomaly for variable 'parameters' (lines '23'-'31'). |
| 35193 |
src/com/gps/dao/VehicleFenceReportDAO.java |
24 |
Found 'DD'-anomaly for variable 'paramsList' (lines '24'-'36'). |
| 35194 |
src/com/gps/dao/VehicleFenceReportDAO.java |
24 |
Found 'DU'-anomaly for variable 'paramsList' (lines '24'-'46'). |
| 35195 |
src/com/gps/dao/VehicleFenceReportDAO.java |
25 |
Found 'DD'-anomaly for variable 'vehicleFences' (lines '25'-'38'). |
| 35196 |
src/com/gps/dao/VehicleFenceReportDAO.java |
29 |
Comment is too large: Line too long |
| 35197 |
src/com/gps/dao/VehicleFenceReportDAO.java |
30 |
Found 'DD'-anomaly for variable 'fenceReportQry' (lines '30'-'37'). |
| 35198 |
src/com/gps/dao/VehicleFenceReportDAO.java |
30 |
Found 'DU'-anomaly for variable 'fenceReportQry' (lines '30'-'46'). |
| 35199 |
src/com/gps/dao/VehicleFenceReportDAO.java |
30 |
Potential violation of Law of Demeter (method chain calls) |
| 35200 |
src/com/gps/dao/VehicleFenceReportDAO.java |
31 |
Potential violation of Law of Demeter (object not created locally) |
| 35201 |
src/com/gps/dao/VehicleFenceReportDAO.java |
35 |
Avoid using Literals in Conditional Statements |
| 35202 |
src/com/gps/dao/VehicleFenceReportDAO.java |
35 |
Potential violation of Law of Demeter (object not created locally) |
| 35203 |
src/com/gps/dao/VehicleFenceReportDAO.java |
36 |
Potential violation of Law of Demeter (method chain calls) |
| 35204 |
src/com/gps/dao/VehicleFenceReportDAO.java |
36 |
Potential violation of Law of Demeter (object not created locally) |
| 35205 |
src/com/gps/dao/VehicleFenceReportDAO.java |
38 |
Potential violation of Law of Demeter (object not created locally) |
| 35206 |
src/com/gps/dao/VehicleFenceReportDAO.java |
41 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 35207 |
src/com/gps/dao/VehicleFenceReportDAO.java |
43 |
Avoid printStackTrace(); use a logger call instead. |
| 35208 |
src/com/gps/dao/VehicleFenceReportDAO.java |
43 |
Potential violation of Law of Demeter (object not created locally) |
| 35209 |
src/com/gps/dao/VehicleProcessDAO.java |
33 |
The class 'VehicleProcessDAO' has a Cyclomatic Complexity of 4 (Highest = 17). |
| 35210 |
src/com/gps/dao/VehicleProcessDAO.java |
33 |
headerCommentRequirement Required |
| 35211 |
src/com/gps/dao/VehicleProcessDAO.java |
39 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 35212 |
src/com/gps/dao/VehicleProcessDAO.java |
39 |
Use explicit scoping instead of the default package private level |
| 35213 |
src/com/gps/dao/VehicleProcessDAO.java |
40 |
Avoid variables with short names like tx |
| 35214 |
src/com/gps/dao/VehicleProcessDAO.java |
40 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 35215 |
src/com/gps/dao/VehicleProcessDAO.java |
40 |
Use explicit scoping instead of the default package private level |
| 35216 |
src/com/gps/dao/VehicleProcessDAO.java |
40 |
fieldCommentRequirement Required |
| 35217 |
src/com/gps/dao/VehicleProcessDAO.java |
41 |
The Logger variable declaration does not contain the static and final modifiers |
| 35218 |
src/com/gps/dao/VehicleProcessDAO.java |
41 |
Use explicit scoping instead of the default package private level |
| 35219 |
src/com/gps/dao/VehicleProcessDAO.java |
41 |
fieldCommentRequirement Required |
| 35220 |
src/com/gps/dao/VehicleProcessDAO.java |
43 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 35221 |
src/com/gps/dao/VehicleProcessDAO.java |
43 |
fieldCommentRequirement Required |
| 35222 |
src/com/gps/dao/VehicleProcessDAO.java |
44 |
The String literal "unchecked" appears 7 times in this file; the first occurrence is on line 44 |
| 35223 |
src/com/gps/dao/VehicleProcessDAO.java |
45 |
Parameter 'vehGroupId' is not assigned and could be declared final |
| 35224 |
src/com/gps/dao/VehicleProcessDAO.java |
45 |
publicMethodCommentRequirement Required |
| 35225 |
src/com/gps/dao/VehicleProcessDAO.java |
46 |
Found 'DD'-anomaly for variable 'vehicles' (lines '46'-'51'). |
| 35226 |
src/com/gps/dao/VehicleProcessDAO.java |
47 |
Avoid variables with short names like vd |
| 35227 |
src/com/gps/dao/VehicleProcessDAO.java |
47 |
Local variable 'vd' could be declared final |
| 35228 |
src/com/gps/dao/VehicleProcessDAO.java |
50 |
Potential violation of Law of Demeter (object not created locally) |
| 35229 |
src/com/gps/dao/VehicleProcessDAO.java |
51 |
Potential violation of Law of Demeter (method chain calls) |
| 35230 |
src/com/gps/dao/VehicleProcessDAO.java |
51 |
Potential violation of Law of Demeter (method chain calls) |
| 35231 |
src/com/gps/dao/VehicleProcessDAO.java |
54 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 35232 |
src/com/gps/dao/VehicleProcessDAO.java |
55 |
Avoid printStackTrace(); use a logger call instead. |
| 35233 |
src/com/gps/dao/VehicleProcessDAO.java |
55 |
Potential violation of Law of Demeter (object not created locally) |
| 35234 |
src/com/gps/dao/VehicleProcessDAO.java |
57 |
Avoid empty finally blocks |
| 35235 |
src/com/gps/dao/VehicleProcessDAO.java |
71 |
Found 'DD'-anomaly for variable 'vehicles' (lines '71'-'77'). |
| 35236 |
src/com/gps/dao/VehicleProcessDAO.java |
72 |
Avoid variables with short names like vd |
| 35237 |
src/com/gps/dao/VehicleProcessDAO.java |
72 |
Local variable 'vd' could be declared final |
| 35238 |
src/com/gps/dao/VehicleProcessDAO.java |
76 |
Potential violation of Law of Demeter (object not created locally) |
| 35239 |
src/com/gps/dao/VehicleProcessDAO.java |
77 |
Potential violation of Law of Demeter (method chain calls) |
| 35240 |
src/com/gps/dao/VehicleProcessDAO.java |
79 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 35241 |
src/com/gps/dao/VehicleProcessDAO.java |
81 |
Potential violation of Law of Demeter (object not created locally) |
| 35242 |
src/com/gps/dao/VehicleProcessDAO.java |
81 |
There is log block not surrounded by if |
| 35243 |
src/com/gps/dao/VehicleProcessDAO.java |
82 |
Avoid printStackTrace(); use a logger call instead. |
| 35244 |
src/com/gps/dao/VehicleProcessDAO.java |
82 |
Potential violation of Law of Demeter (object not created locally) |
| 35245 |
src/com/gps/dao/VehicleProcessDAO.java |
84 |
Avoid empty finally blocks |
| 35246 |
src/com/gps/dao/VehicleProcessDAO.java |
91 |
Found 'UR'-anomaly for variable 'usersOrgs' (lines '91'-'111'). |
| 35247 |
src/com/gps/dao/VehicleProcessDAO.java |
91 |
Parameter 'userId' is not assigned and could be declared final |
| 35248 |
src/com/gps/dao/VehicleProcessDAO.java |
91 |
publicMethodCommentRequirement Required |
| 35249 |
src/com/gps/dao/VehicleProcessDAO.java |
93 |
Local variable 'orgs' could be declared final |
| 35250 |
src/com/gps/dao/VehicleProcessDAO.java |
94 |
Avoid declaring a variable if it is unreferenced before a possible exit point. |
| 35251 |
src/com/gps/dao/VehicleProcessDAO.java |
94 |
Avoid unused local variables such as 'vdDAO'. |
| 35252 |
src/com/gps/dao/VehicleProcessDAO.java |
94 |
Found 'DU'-anomaly for variable 'vdDAO' (lines '94'-'118'). |
| 35253 |
src/com/gps/dao/VehicleProcessDAO.java |
94 |
Local variable 'vdDAO' could be declared final |
| 35254 |
src/com/gps/dao/VehicleProcessDAO.java |
96 |
Found 'DD'-anomaly for variable 'parameters' (lines '96'-'102'). |
| 35255 |
src/com/gps/dao/VehicleProcessDAO.java |
97 |
Found 'DD'-anomaly for variable 'paramsList' (lines '97'-'105'). |
| 35256 |
src/com/gps/dao/VehicleProcessDAO.java |
97 |
Found 'DU'-anomaly for variable 'paramsList' (lines '97'-'118'). |
| 35257 |
src/com/gps/dao/VehicleProcessDAO.java |
99 |
Found 'DD'-anomaly for variable 'lstOrgs' (lines '99'-'107'). |
| 35258 |
src/com/gps/dao/VehicleProcessDAO.java |
100 |
Comment is too large: Line too long |
| 35259 |
src/com/gps/dao/VehicleProcessDAO.java |
101 |
Found 'DD'-anomaly for variable 'getOrgQry' (lines '101'-'106'). |
| 35260 |
src/com/gps/dao/VehicleProcessDAO.java |
101 |
Found 'DU'-anomaly for variable 'getOrgQry' (lines '101'-'118'). |
| 35261 |
src/com/gps/dao/VehicleProcessDAO.java |
101 |
Potential violation of Law of Demeter (method chain calls) |
| 35262 |
src/com/gps/dao/VehicleProcessDAO.java |
102 |
Potential violation of Law of Demeter (object not created locally) |
| 35263 |
src/com/gps/dao/VehicleProcessDAO.java |
104 |
Avoid using Literals in Conditional Statements |
| 35264 |
src/com/gps/dao/VehicleProcessDAO.java |
104 |
Potential violation of Law of Demeter (object not created locally) |
| 35265 |
src/com/gps/dao/VehicleProcessDAO.java |
105 |
Potential violation of Law of Demeter (method chain calls) |
| 35266 |
src/com/gps/dao/VehicleProcessDAO.java |
105 |
Potential violation of Law of Demeter (object not created locally) |
| 35267 |
src/com/gps/dao/VehicleProcessDAO.java |
107 |
Potential violation of Law of Demeter (object not created locally) |
| 35268 |
src/com/gps/dao/VehicleProcessDAO.java |
110 |
Local variable 'usersOrgs' could be declared final |
| 35269 |
src/com/gps/dao/VehicleProcessDAO.java |
111 |
Potential violation of Law of Demeter (method chain calls) |
| 35270 |
src/com/gps/dao/VehicleProcessDAO.java |
111 |
Potential violation of Law of Demeter (object not created locally) |
| 35271 |
src/com/gps/dao/VehicleProcessDAO.java |
112 |
Avoid appending characters as strings in StringBuffer.append. |
| 35272 |
src/com/gps/dao/VehicleProcessDAO.java |
112 |
Potential violation of Law of Demeter (object not created locally) |
| 35273 |
src/com/gps/dao/VehicleProcessDAO.java |
115 |
Potential violation of Law of Demeter (object not created locally) |
| 35274 |
src/com/gps/dao/VehicleProcessDAO.java |
115 |
Potential violation of Law of Demeter (object not created locally) |
| 35275 |
src/com/gps/dao/VehicleProcessDAO.java |
117 |
Potential violation of Law of Demeter (object not created locally) |
| 35276 |
src/com/gps/dao/VehicleProcessDAO.java |
121 |
A method/constructor shouldnt explicitly throw java.lang.Exception |
| 35277 |
src/com/gps/dao/VehicleProcessDAO.java |
121 |
Parameter 'organizationIds' is not assigned and could be declared final |
| 35278 |
src/com/gps/dao/VehicleProcessDAO.java |
121 |
publicMethodCommentRequirement Required |
| 35279 |
src/com/gps/dao/VehicleProcessDAO.java |
123 |
Found 'DD'-anomaly for variable 'parameters' (lines '123'-'132'). |
| 35280 |
src/com/gps/dao/VehicleProcessDAO.java |
124 |
Found 'DD'-anomaly for variable 'paramsList' (lines '124'-'135'). |
| 35281 |
src/com/gps/dao/VehicleProcessDAO.java |
124 |
Found 'DU'-anomaly for variable 'paramsList' (lines '124'-'146'). |
| 35282 |
src/com/gps/dao/VehicleProcessDAO.java |
126 |
Local variable 'vdao' could be declared final |
| 35283 |
src/com/gps/dao/VehicleProcessDAO.java |
127 |
Found 'DD'-anomaly for variable 'vehicles' (lines '127'-'137'). |
| 35284 |
src/com/gps/dao/VehicleProcessDAO.java |
130 |
Potential violation of Law of Demeter (object not created locally) |
| 35285 |
src/com/gps/dao/VehicleProcessDAO.java |
131 |
Found 'DD'-anomaly for variable 'getOrgQry' (lines '131'-'136'). |
| 35286 |
src/com/gps/dao/VehicleProcessDAO.java |
131 |
Found 'DU'-anomaly for variable 'getOrgQry' (lines '131'-'146'). |
| 35287 |
src/com/gps/dao/VehicleProcessDAO.java |
132 |
Potential violation of Law of Demeter (object not created locally) |
| 35288 |
src/com/gps/dao/VehicleProcessDAO.java |
134 |
Avoid using Literals in Conditional Statements |
| 35289 |
src/com/gps/dao/VehicleProcessDAO.java |
134 |
Potential violation of Law of Demeter (object not created locally) |
| 35290 |
src/com/gps/dao/VehicleProcessDAO.java |
135 |
Potential violation of Law of Demeter (method chain calls) |
| 35291 |
src/com/gps/dao/VehicleProcessDAO.java |
135 |
Potential violation of Law of Demeter (object not created locally) |
| 35292 |
src/com/gps/dao/VehicleProcessDAO.java |
137 |
Potential violation of Law of Demeter (object not created locally) |
| 35293 |
src/com/gps/dao/VehicleProcessDAO.java |
141 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 35294 |
src/com/gps/dao/VehicleProcessDAO.java |
143 |
There is log block not surrounded by if |
| 35295 |
src/com/gps/dao/VehicleProcessDAO.java |
150 |
A method/constructor shouldnt explicitly throw java.lang.Exception |
| 35296 |
src/com/gps/dao/VehicleProcessDAO.java |
150 |
Method names should not start with capital letters |
| 35297 |
src/com/gps/dao/VehicleProcessDAO.java |
150 |
Parameter 'vehicle' is not assigned and could be declared final |
| 35298 |
src/com/gps/dao/VehicleProcessDAO.java |
150 |
publicMethodCommentRequirement Required |
| 35299 |
src/com/gps/dao/VehicleProcessDAO.java |
152 |
Local variable 'vdao' could be declared final |
| 35300 |
src/com/gps/dao/VehicleProcessDAO.java |
153 |
Found 'DD'-anomaly for variable 'sess' (lines '153'-'157'). |
| 35301 |
src/com/gps/dao/VehicleProcessDAO.java |
154 |
Avoid variables with short names like tx |
| 35302 |
src/com/gps/dao/VehicleProcessDAO.java |
154 |
Found 'DD'-anomaly for variable 'tx' (lines '154'-'158'). |
| 35303 |
src/com/gps/dao/VehicleProcessDAO.java |
157 |
Potential violation of Law of Demeter (object not created locally) |
| 35304 |
src/com/gps/dao/VehicleProcessDAO.java |
158 |
Potential violation of Law of Demeter (object not created locally) |
| 35305 |
src/com/gps/dao/VehicleProcessDAO.java |
160 |
Potential violation of Law of Demeter (object not created locally) |
| 35306 |
src/com/gps/dao/VehicleProcessDAO.java |
161 |
Potential violation of Law of Demeter (object not created locally) |
| 35307 |
src/com/gps/dao/VehicleProcessDAO.java |
162 |
Potential violation of Law of Demeter (object not created locally) |
| 35308 |
src/com/gps/dao/VehicleProcessDAO.java |
163 |
Potential violation of Law of Demeter (object not created locally) |
| 35309 |
src/com/gps/dao/VehicleProcessDAO.java |
170 |
Potential violation of Law of Demeter (object not created locally) |
| 35310 |
src/com/gps/dao/VehicleProcessDAO.java |
171 |
Potential violation of Law of Demeter (object not created locally) |
| 35311 |
src/com/gps/dao/VehicleProcessDAO.java |
172 |
Potential violation of Law of Demeter (method chain calls) |
| 35312 |
src/com/gps/dao/VehicleProcessDAO.java |
172 |
Potential violation of Law of Demeter (method chain calls) |
| 35313 |
src/com/gps/dao/VehicleProcessDAO.java |
172 |
Potential violation of Law of Demeter (object not created locally) |
| 35314 |
src/com/gps/dao/VehicleProcessDAO.java |
173 |
Avoid using if...else statements without curly braces |
| 35315 |
src/com/gps/dao/VehicleProcessDAO.java |
173 |
New exception is thrown in catch block, original stack trace may be lost |
| 35316 |
src/com/gps/dao/VehicleProcessDAO.java |
175 |
Avoid using if...else statements without curly braces |
| 35317 |
src/com/gps/dao/VehicleProcessDAO.java |
175 |
New exception is thrown in catch block, original stack trace may be lost |
| 35318 |
src/com/gps/dao/VehicleProcessDAO.java |
178 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 35319 |
src/com/gps/dao/VehicleProcessDAO.java |
180 |
Avoid printStackTrace(); use a logger call instead. |
| 35320 |
src/com/gps/dao/VehicleProcessDAO.java |
180 |
Potential violation of Law of Demeter (object not created locally) |
| 35321 |
src/com/gps/dao/VehicleProcessDAO.java |
190 |
A method/constructor shouldnt explicitly throw java.lang.Exception |
| 35322 |
src/com/gps/dao/VehicleProcessDAO.java |
190 |
Method names should not start with capital letters |
| 35323 |
src/com/gps/dao/VehicleProcessDAO.java |
190 |
Parameter 'first' is not assigned and could be declared final |
| 35324 |
src/com/gps/dao/VehicleProcessDAO.java |
190 |
Parameter 'last' is not assigned and could be declared final |
| 35325 |
src/com/gps/dao/VehicleProcessDAO.java |
190 |
Parameter 'regNo' is not assigned and could be declared final |
| 35326 |
src/com/gps/dao/VehicleProcessDAO.java |
190 |
Parameter 'runningStatus' is not assigned and could be declared final |
| 35327 |
src/com/gps/dao/VehicleProcessDAO.java |
190 |
Parameter 'useStatus' is not assigned and could be declared final |
| 35328 |
src/com/gps/dao/VehicleProcessDAO.java |
190 |
Parameter 'user' is not assigned and could be declared final |
| 35329 |
src/com/gps/dao/VehicleProcessDAO.java |
190 |
Parameter 'vehicleName' is not assigned and could be declared final |
| 35330 |
src/com/gps/dao/VehicleProcessDAO.java |
190 |
Rather than using a lot of String arguments, consider using a container object for those values. |
| 35331 |
src/com/gps/dao/VehicleProcessDAO.java |
190 |
The method 'Search' has a Cyclomatic Complexity of 17. |
| 35332 |
src/com/gps/dao/VehicleProcessDAO.java |
190 |
The method Search() has an NPath complexity of 1621 |
| 35333 |
src/com/gps/dao/VehicleProcessDAO.java |
190 |
publicMethodCommentRequirement Required |
| 35334 |
src/com/gps/dao/VehicleProcessDAO.java |
192 |
Found 'DD'-anomaly for variable 'sess' (lines '192'-'202'). |
| 35335 |
src/com/gps/dao/VehicleProcessDAO.java |
193 |
Local variable 'rdao' could be declared final |
| 35336 |
src/com/gps/dao/VehicleProcessDAO.java |
197 |
Found 'DD'-anomaly for variable 'vehicles' (lines '197'-'248'). |
| 35337 |
src/com/gps/dao/VehicleProcessDAO.java |
197 |
Found 'DD'-anomaly for variable 'vehicles' (lines '197'-'263'). |
| 35338 |
src/com/gps/dao/VehicleProcessDAO.java |
197 |
Found 'DD'-anomaly for variable 'vehicles' (lines '197'-'269'). |
| 35339 |
src/com/gps/dao/VehicleProcessDAO.java |
198 |
Local variable 'baseQuery' could be declared final |
| 35340 |
src/com/gps/dao/VehicleProcessDAO.java |
199 |
Avoid variables with short names like sb |
| 35341 |
src/com/gps/dao/VehicleProcessDAO.java |
199 |
Local variable 'sb' could be declared final |
| 35342 |
src/com/gps/dao/VehicleProcessDAO.java |
200 |
Potential violation of Law of Demeter (object not created locally) |
| 35343 |
src/com/gps/dao/VehicleProcessDAO.java |
201 |
Local variable 'vdao' could be declared final |
| 35344 |
src/com/gps/dao/VehicleProcessDAO.java |
202 |
Potential violation of Law of Demeter (object not created locally) |
| 35345 |
src/com/gps/dao/VehicleProcessDAO.java |
203 |
Potential violation of Law of Demeter (object not created locally) |
| 35346 |
src/com/gps/dao/VehicleProcessDAO.java |
204 |
Found 'DD'-anomaly for variable 'strlen' (lines '204'-'258'). |
| 35347 |
src/com/gps/dao/VehicleProcessDAO.java |
204 |
Found 'DU'-anomaly for variable 'strlen' (lines '204'-'283'). |
| 35348 |
src/com/gps/dao/VehicleProcessDAO.java |
205 |
Found 'DD'-anomaly for variable 'finalquery' (lines '205'-'254'). |
| 35349 |
src/com/gps/dao/VehicleProcessDAO.java |
205 |
Found 'DU'-anomaly for variable 'finalquery' (lines '205'-'283'). |
| 35350 |
src/com/gps/dao/VehicleProcessDAO.java |
206 |
Found 'DD'-anomaly for variable 'flag' (lines '206'-'212'). |
| 35351 |
src/com/gps/dao/VehicleProcessDAO.java |
206 |
Found 'DD'-anomaly for variable 'flag' (lines '206'-'217'). |
| 35352 |
src/com/gps/dao/VehicleProcessDAO.java |
206 |
Found 'DD'-anomaly for variable 'flag' (lines '206'-'224'). |
| 35353 |
src/com/gps/dao/VehicleProcessDAO.java |
206 |
Found 'DD'-anomaly for variable 'flag' (lines '206'-'231'). |
| 35354 |
src/com/gps/dao/VehicleProcessDAO.java |
206 |
Found 'DD'-anomaly for variable 'flag' (lines '206'-'238'). |
| 35355 |
src/com/gps/dao/VehicleProcessDAO.java |
206 |
Found 'DD'-anomaly for variable 'flag' (lines '206'-'243'). |
| 35356 |
src/com/gps/dao/VehicleProcessDAO.java |
211 |
Potential violation of Law of Demeter (object not created locally) |
| 35357 |
src/com/gps/dao/VehicleProcessDAO.java |
212 |
Found 'DD'-anomaly for variable 'flag' (lines '212'-'217'). |
| 35358 |
src/com/gps/dao/VehicleProcessDAO.java |
212 |
Found 'DD'-anomaly for variable 'flag' (lines '212'-'224'). |
| 35359 |
src/com/gps/dao/VehicleProcessDAO.java |
212 |
Found 'DD'-anomaly for variable 'flag' (lines '212'-'231'). |
| 35360 |
src/com/gps/dao/VehicleProcessDAO.java |
212 |
Found 'DD'-anomaly for variable 'flag' (lines '212'-'238'). |
| 35361 |
src/com/gps/dao/VehicleProcessDAO.java |
212 |
Found 'DD'-anomaly for variable 'flag' (lines '212'-'243'). |
| 35362 |
src/com/gps/dao/VehicleProcessDAO.java |
216 |
Potential violation of Law of Demeter (object not created locally) |
| 35363 |
src/com/gps/dao/VehicleProcessDAO.java |
217 |
Found 'DD'-anomaly for variable 'flag' (lines '217'-'224'). |
| 35364 |
src/com/gps/dao/VehicleProcessDAO.java |
217 |
Found 'DD'-anomaly for variable 'flag' (lines '217'-'231'). |
| 35365 |
src/com/gps/dao/VehicleProcessDAO.java |
217 |
Found 'DD'-anomaly for variable 'flag' (lines '217'-'238'). |
| 35366 |
src/com/gps/dao/VehicleProcessDAO.java |
217 |
Found 'DD'-anomaly for variable 'flag' (lines '217'-'243'). |
| 35367 |
src/com/gps/dao/VehicleProcessDAO.java |
223 |
Potential violation of Law of Demeter (object not created locally) |
| 35368 |
src/com/gps/dao/VehicleProcessDAO.java |
224 |
Found 'DD'-anomaly for variable 'flag' (lines '224'-'231'). |
| 35369 |
src/com/gps/dao/VehicleProcessDAO.java |
224 |
Found 'DD'-anomaly for variable 'flag' (lines '224'-'238'). |
| 35370 |
src/com/gps/dao/VehicleProcessDAO.java |
224 |
Found 'DD'-anomaly for variable 'flag' (lines '224'-'243'). |
| 35371 |
src/com/gps/dao/VehicleProcessDAO.java |
230 |
Potential violation of Law of Demeter (object not created locally) |
| 35372 |
src/com/gps/dao/VehicleProcessDAO.java |
231 |
Found 'DD'-anomaly for variable 'flag' (lines '231'-'238'). |
| 35373 |
src/com/gps/dao/VehicleProcessDAO.java |
231 |
Found 'DD'-anomaly for variable 'flag' (lines '231'-'243'). |
| 35374 |
src/com/gps/dao/VehicleProcessDAO.java |
235 |
Potential violation of Law of Demeter (object not created locally) |
| 35375 |
src/com/gps/dao/VehicleProcessDAO.java |
237 |
Potential violation of Law of Demeter (object not created locally) |
| 35376 |
src/com/gps/dao/VehicleProcessDAO.java |
240 |
Avoid if (x != y) ..; else ..; |
| 35377 |
src/com/gps/dao/VehicleProcessDAO.java |
240 |
Potential violation of Law of Demeter (object not created locally) |
| 35378 |
src/com/gps/dao/VehicleProcessDAO.java |
242 |
Potential violation of Law of Demeter (method chain calls) |
| 35379 |
src/com/gps/dao/VehicleProcessDAO.java |
242 |
Potential violation of Law of Demeter (method chain calls) |
| 35380 |
src/com/gps/dao/VehicleProcessDAO.java |
242 |
Potential violation of Law of Demeter (object not created locally) |
| 35381 |
src/com/gps/dao/VehicleProcessDAO.java |
246 |
Potential violation of Law of Demeter (object not created locally) |
| 35382 |
src/com/gps/dao/VehicleProcessDAO.java |
248 |
Found 'DD'-anomaly for variable 'vehicles' (lines '248'-'263'). |
| 35383 |
src/com/gps/dao/VehicleProcessDAO.java |
248 |
Found 'DD'-anomaly for variable 'vehicles' (lines '248'-'269'). |
| 35384 |
src/com/gps/dao/VehicleProcessDAO.java |
248 |
Potential violation of Law of Demeter (object not created locally) |
| 35385 |
src/com/gps/dao/VehicleProcessDAO.java |
254 |
Found 'DD'-anomaly for variable 'finalquery' (lines '254'-'260'). |
| 35386 |
src/com/gps/dao/VehicleProcessDAO.java |
254 |
Potential violation of Law of Demeter (object not created locally) |
| 35387 |
src/com/gps/dao/VehicleProcessDAO.java |
255 |
Potential violation of Law of Demeter (object not created locally) |
| 35388 |
src/com/gps/dao/VehicleProcessDAO.java |
258 |
Potential violation of Law of Demeter (object not created locally) |
| 35389 |
src/com/gps/dao/VehicleProcessDAO.java |
259 |
Local variable 'previous' could be declared final |
| 35390 |
src/com/gps/dao/VehicleProcessDAO.java |
260 |
Potential violation of Law of Demeter (object not created locally) |
| 35391 |
src/com/gps/dao/VehicleProcessDAO.java |
262 |
Potential violation of Law of Demeter (object not created locally) |
| 35392 |
src/com/gps/dao/VehicleProcessDAO.java |
263 |
Potential violation of Law of Demeter (method chain calls) |
| 35393 |
src/com/gps/dao/VehicleProcessDAO.java |
263 |
Potential violation of Law of Demeter (object not created locally) |
| 35394 |
src/com/gps/dao/VehicleProcessDAO.java |
267 |
Potential violation of Law of Demeter (object not created locally) |
| 35395 |
src/com/gps/dao/VehicleProcessDAO.java |
269 |
Potential violation of Law of Demeter (method chain calls) |
| 35396 |
src/com/gps/dao/VehicleProcessDAO.java |
269 |
Potential violation of Law of Demeter (method chain calls) |
| 35397 |
src/com/gps/dao/VehicleProcessDAO.java |
269 |
Potential violation of Law of Demeter (method chain calls) |
| 35398 |
src/com/gps/dao/VehicleProcessDAO.java |
269 |
Potential violation of Law of Demeter (method chain calls) |
| 35399 |
src/com/gps/dao/VehicleProcessDAO.java |
269 |
Potential violation of Law of Demeter (method chain calls) |
| 35400 |
src/com/gps/dao/VehicleProcessDAO.java |
269 |
Potential violation of Law of Demeter (method chain calls) |
| 35401 |
src/com/gps/dao/VehicleProcessDAO.java |
269 |
Potential violation of Law of Demeter (method chain calls) |
| 35402 |
src/com/gps/dao/VehicleProcessDAO.java |
269 |
Potential violation of Law of Demeter (object not created locally) |
| 35403 |
src/com/gps/dao/VehicleProcessDAO.java |
269 |
Potential violation of Law of Demeter (object not created locally) |
| 35404 |
src/com/gps/dao/VehicleProcessDAO.java |
276 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 35405 |
src/com/gps/dao/VehicleProcessDAO.java |
279 |
Avoid printStackTrace(); use a logger call instead. |
| 35406 |
src/com/gps/dao/VehicleProcessDAO.java |
279 |
Potential violation of Law of Demeter (object not created locally) |
| 35407 |
src/com/gps/dao/VehicleProcessDAO.java |
286 |
Parameter 'first' is not assigned and could be declared final |
| 35408 |
src/com/gps/dao/VehicleProcessDAO.java |
286 |
Parameter 'last' is not assigned and could be declared final |
| 35409 |
src/com/gps/dao/VehicleProcessDAO.java |
286 |
publicMethodCommentRequirement Required |
| 35410 |
src/com/gps/dao/VehicleProcessDAO.java |
290 |
Local variable 'queryString' could be declared final |
| 35411 |
src/com/gps/dao/VehicleProcessDAO.java |
291 |
Local variable 'queryObject' could be declared final |
| 35412 |
src/com/gps/dao/VehicleProcessDAO.java |
291 |
Potential violation of Law of Demeter (method chain calls) |
| 35413 |
src/com/gps/dao/VehicleProcessDAO.java |
292 |
Potential violation of Law of Demeter (method chain calls) |
| 35414 |
src/com/gps/dao/VehicleProcessDAO.java |
292 |
Potential violation of Law of Demeter (object not created locally) |
| 35415 |
src/com/gps/dao/VehicleProcessDAO.java |
293 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 35416 |
src/com/gps/dao/VehicleProcessDAO.java |
294 |
There is log block not surrounded by if |
| 35417 |
src/com/gps/dao/VehicleProcessDAO.java |
305 |
A method/constructor shouldnt explicitly throw java.lang.Exception |
| 35418 |
src/com/gps/dao/VehicleProcessDAO.java |
305 |
Method names should not start with capital letters |
| 35419 |
src/com/gps/dao/VehicleProcessDAO.java |
305 |
Parameter 'organizations' is not assigned and could be declared final |
| 35420 |
src/com/gps/dao/VehicleProcessDAO.java |
305 |
publicMethodCommentRequirement Required |
| 35421 |
src/com/gps/dao/VehicleProcessDAO.java |
307 |
Found 'DD'-anomaly for variable 'sess' (lines '307'-'317'). |
| 35422 |
src/com/gps/dao/VehicleProcessDAO.java |
312 |
Found 'DD'-anomaly for variable 'vehicles' (lines '312'-'321'). |
| 35423 |
src/com/gps/dao/VehicleProcessDAO.java |
313 |
Local variable 'baseQuery' could be declared final |
| 35424 |
src/com/gps/dao/VehicleProcessDAO.java |
314 |
Avoid variables with short names like sb |
| 35425 |
src/com/gps/dao/VehicleProcessDAO.java |
314 |
Local variable 'sb' could be declared final |
| 35426 |
src/com/gps/dao/VehicleProcessDAO.java |
315 |
Potential violation of Law of Demeter (object not created locally) |
| 35427 |
src/com/gps/dao/VehicleProcessDAO.java |
316 |
Local variable 'vdao' could be declared final |
| 35428 |
src/com/gps/dao/VehicleProcessDAO.java |
317 |
Potential violation of Law of Demeter (object not created locally) |
| 35429 |
src/com/gps/dao/VehicleProcessDAO.java |
318 |
Potential violation of Law of Demeter (object not created locally) |
| 35430 |
src/com/gps/dao/VehicleProcessDAO.java |
319 |
Found 'DD'-anomaly for variable 'finalquery' (lines '319'-'320'). |
| 35431 |
src/com/gps/dao/VehicleProcessDAO.java |
320 |
Potential violation of Law of Demeter (object not created locally) |
| 35432 |
src/com/gps/dao/VehicleProcessDAO.java |
321 |
Potential violation of Law of Demeter (method chain calls) |
| 35433 |
src/com/gps/dao/VehicleProcessDAO.java |
321 |
Potential violation of Law of Demeter (object not created locally) |
| 35434 |
src/com/gps/dao/VehicleProcessDAO.java |
322 |
Potential violation of Law of Demeter (object not created locally) |
| 35435 |
src/com/gps/dao/VehicleProcessDAO.java |
326 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 35436 |
src/com/gps/dao/VehicleProcessDAO.java |
329 |
Avoid printStackTrace(); use a logger call instead. |
| 35437 |
src/com/gps/dao/VehicleProcessDAO.java |
329 |
Potential violation of Law of Demeter (object not created locally) |
| 35438 |
src/com/gps/dao/VehicleProcessDAO.java |
337 |
Parameter 'vehicleId' is not assigned and could be declared final |
| 35439 |
src/com/gps/dao/VehicleProcessDAO.java |
337 |
Parameter 'vehicleid' is not assigned and could be declared final |
| 35440 |
src/com/gps/dao/VehicleProcessDAO.java |
337 |
The method 'updateVehicleStatus' has a Cyclomatic Complexity of 11. |
| 35441 |
src/com/gps/dao/VehicleProcessDAO.java |
337 |
publicMethodCommentRequirement Required |
| 35442 |
src/com/gps/dao/VehicleProcessDAO.java |
341 |
Local variable 'vpDao' could be declared final |
| 35443 |
src/com/gps/dao/VehicleProcessDAO.java |
342 |
Potential violation of Law of Demeter (object not created locally) |
| 35444 |
src/com/gps/dao/VehicleProcessDAO.java |
345 |
Avoid if (x != y) ..; else ..; |
| 35445 |
src/com/gps/dao/VehicleProcessDAO.java |
347 |
Potential violation of Law of Demeter (object not created locally) |
| 35446 |
src/com/gps/dao/VehicleProcessDAO.java |
348 |
The String literal "In Use" appears 5 times in this file; the first occurrence is on line 348 |
| 35447 |
src/com/gps/dao/VehicleProcessDAO.java |
351 |
Local variable 'trips' could be declared final |
| 35448 |
src/com/gps/dao/VehicleProcessDAO.java |
352 |
Avoid variables with short names like s |
| 35449 |
src/com/gps/dao/VehicleProcessDAO.java |
352 |
Local variable 's' could be declared final |
| 35450 |
src/com/gps/dao/VehicleProcessDAO.java |
352 |
Potential violation of Law of Demeter (object not created locally) |
| 35451 |
src/com/gps/dao/VehicleProcessDAO.java |
353 |
Avoid using Literals in Conditional Statements |
| 35452 |
src/com/gps/dao/VehicleProcessDAO.java |
355 |
Local variable 'vehicle1' could be declared final |
| 35453 |
src/com/gps/dao/VehicleProcessDAO.java |
355 |
Potential violation of Law of Demeter (object not created locally) |
| 35454 |
src/com/gps/dao/VehicleProcessDAO.java |
356 |
Potential violation of Law of Demeter (object not created locally) |
| 35455 |
src/com/gps/dao/VehicleProcessDAO.java |
361 |
Found 'DD'-anomaly for variable 'vehicle1' (lines '361'-'362'). |
| 35456 |
src/com/gps/dao/VehicleProcessDAO.java |
361 |
Potential violation of Law of Demeter (object not created locally) |
| 35457 |
src/com/gps/dao/VehicleProcessDAO.java |
362 |
Potential violation of Law of Demeter (object not created locally) |
| 35458 |
src/com/gps/dao/VehicleProcessDAO.java |
363 |
Potential violation of Law of Demeter (object not created locally) |
| 35459 |
src/com/gps/dao/VehicleProcessDAO.java |
373 |
Potential violation of Law of Demeter (object not created locally) |
| 35460 |
src/com/gps/dao/VehicleProcessDAO.java |
381 |
Potential violation of Law of Demeter (object not created locally) |
| 35461 |
src/com/gps/dao/VehicleProcessDAO.java |
392 |
Local variable 'trips' could be declared final |
| 35462 |
src/com/gps/dao/VehicleProcessDAO.java |
393 |
Avoid variables with short names like s |
| 35463 |
src/com/gps/dao/VehicleProcessDAO.java |
393 |
Local variable 's' could be declared final |
| 35464 |
src/com/gps/dao/VehicleProcessDAO.java |
393 |
Potential violation of Law of Demeter (object not created locally) |
| 35465 |
src/com/gps/dao/VehicleProcessDAO.java |
394 |
Avoid using Literals in Conditional Statements |
| 35466 |
src/com/gps/dao/VehicleProcessDAO.java |
396 |
Local variable 'vehicle1' could be declared final |
| 35467 |
src/com/gps/dao/VehicleProcessDAO.java |
396 |
Potential violation of Law of Demeter (object not created locally) |
| 35468 |
src/com/gps/dao/VehicleProcessDAO.java |
397 |
Potential violation of Law of Demeter (object not created locally) |
| 35469 |
src/com/gps/dao/VehicleProcessDAO.java |
402 |
Potential violation of Law of Demeter (object not created locally) |
| 35470 |
src/com/gps/dao/VehicleProcessDAO.java |
403 |
Potential violation of Law of Demeter (object not created locally) |
| 35471 |
src/com/gps/dao/VehicleProcessDAO.java |
404 |
Potential violation of Law of Demeter (object not created locally) |
| 35472 |
src/com/gps/dao/VehicleProcessDAO.java |
411 |
A method should have only one exit point, and that should be the last statement in the method |
| 35473 |
src/com/gps/dao/VehicleProcessDAO.java |
413 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 35474 |
src/com/gps/dao/VehicleProcessDAO.java |
415 |
Avoid printStackTrace(); use a logger call instead. |
| 35475 |
src/com/gps/dao/VehicleProcessDAO.java |
415 |
Potential violation of Law of Demeter (object not created locally) |
| 35476 |
src/com/gps/dao/VehicleProcessDAO.java |
425 |
A method/constructor shouldnt explicitly throw java.lang.Exception |
| 35477 |
src/com/gps/dao/VehicleProcessDAO.java |
425 |
Parameter 'vehicleId' is not assigned and could be declared final |
| 35478 |
src/com/gps/dao/VehicleProcessDAO.java |
425 |
publicMethodCommentRequirement Required |
| 35479 |
src/com/gps/dao/VehicleProcessDAO.java |
428 |
Local variable 'tdao' could be declared final |
| 35480 |
src/com/gps/dao/VehicleProcessDAO.java |
429 |
Found 'DD'-anomaly for variable 'trips' (lines '429'-'435'). |
| 35481 |
src/com/gps/dao/VehicleProcessDAO.java |
432 |
Potential violation of Law of Demeter (object not created locally) |
| 35482 |
src/com/gps/dao/VehicleProcessDAO.java |
433 |
Local variable 'query' could be declared final |
| 35483 |
src/com/gps/dao/VehicleProcessDAO.java |
434 |
Potential violation of Law of Demeter (object not created locally) |
| 35484 |
src/com/gps/dao/VehicleProcessDAO.java |
435 |
Potential violation of Law of Demeter (object not created locally) |
| 35485 |
src/com/gps/dao/VehicleProcessDAO.java |
439 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 35486 |
src/com/gps/dao/VehicleProcessDAO.java |
441 |
Avoid printStackTrace(); use a logger call instead. |
| 35487 |
src/com/gps/dao/VehicleProcessDAO.java |
441 |
Potential violation of Law of Demeter (object not created locally) |
| 35488 |
src/com/gps/dao/VehicleProcessDAO.java |
450 |
A method/constructor shouldnt explicitly throw java.lang.Exception |
| 35489 |
src/com/gps/dao/VehicleProcessDAO.java |
450 |
Method names should not start with capital letters |
| 35490 |
src/com/gps/dao/VehicleProcessDAO.java |
450 |
Parameter 'vehicle' is not assigned and could be declared final |
| 35491 |
src/com/gps/dao/VehicleProcessDAO.java |
450 |
publicMethodCommentRequirement Required |
| 35492 |
src/com/gps/dao/VehicleProcessDAO.java |
452 |
Local variable 'vdao' could be declared final |
| 35493 |
src/com/gps/dao/VehicleProcessDAO.java |
456 |
Potential violation of Law of Demeter (object not created locally) |
| 35494 |
src/com/gps/dao/VehicleProcessDAO.java |
471 |
There is log block not surrounded by if |
| 35495 |
src/com/gps/dao/VehicleProcessDAO.java |
472 |
Potential violation of Law of Demeter (method chain calls) |
| 35496 |
src/com/gps/dao/VehicleProcessDAO.java |
472 |
Potential violation of Law of Demeter (method chain calls) |
| 35497 |
src/com/gps/dao/VehicleProcessDAO.java |
472 |
Potential violation of Law of Demeter (object not created locally) |
| 35498 |
src/com/gps/dao/VehicleProcessDAO.java |
473 |
Avoid using if...else statements without curly braces |
| 35499 |
src/com/gps/dao/VehicleProcessDAO.java |
473 |
New exception is thrown in catch block, original stack trace may be lost |
| 35500 |
src/com/gps/dao/VehicleProcessDAO.java |
475 |
Avoid using if...else statements without curly braces |
| 35501 |
src/com/gps/dao/VehicleProcessDAO.java |
475 |
New exception is thrown in catch block, original stack trace may be lost |
| 35502 |
src/com/gps/dao/VehicleProcessDAO.java |
479 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 35503 |
src/com/gps/dao/VehicleProcessDAO.java |
481 |
Avoid printStackTrace(); use a logger call instead. |
| 35504 |
src/com/gps/dao/VehicleProcessDAO.java |
481 |
Potential violation of Law of Demeter (object not created locally) |
| 35505 |
src/com/gps/dao/VehicleProcessDAO.java |
489 |
A method/constructor shouldnt explicitly throw java.lang.Exception |
| 35506 |
src/com/gps/dao/VehicleProcessDAO.java |
489 |
Method names should not start with capital letters |
| 35507 |
src/com/gps/dao/VehicleProcessDAO.java |
489 |
Parameter 'vehicle' is not assigned and could be declared final |
| 35508 |
src/com/gps/dao/VehicleProcessDAO.java |
489 |
publicMethodCommentRequirement Required |
| 35509 |
src/com/gps/dao/VehicleProcessDAO.java |
491 |
Found 'DD'-anomaly for variable 'sess' (lines '491'-'495'). |
| 35510 |
src/com/gps/dao/VehicleProcessDAO.java |
492 |
Local variable 'vdao' could be declared final |
| 35511 |
src/com/gps/dao/VehicleProcessDAO.java |
495 |
Potential violation of Law of Demeter (object not created locally) |
| 35512 |
src/com/gps/dao/VehicleProcessDAO.java |
496 |
Potential violation of Law of Demeter (object not created locally) |
| 35513 |
src/com/gps/dao/VehicleProcessDAO.java |
497 |
Potential violation of Law of Demeter (object not created locally) |
| 35514 |
src/com/gps/dao/VehicleProcessDAO.java |
499 |
Potential violation of Law of Demeter (object not created locally) |
| 35515 |
src/com/gps/dao/VehicleProcessDAO.java |
504 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 35516 |
src/com/gps/dao/VehicleProcessDAO.java |
506 |
Avoid printStackTrace(); use a logger call instead. |
| 35517 |
src/com/gps/dao/VehicleProcessDAO.java |
506 |
Potential violation of Law of Demeter (object not created locally) |
| 35518 |
src/com/gps/dao/VehicleProcessDAO.java |
512 |
Potential violation of Law of Demeter (object not created locally) |
| 35519 |
src/com/gps/dao/VehicleProcessDAO.java |
519 |
A method/constructor shouldnt explicitly throw java.lang.Exception |
| 35520 |
src/com/gps/dao/VehicleProcessDAO.java |
519 |
Parameter 'vehicleId' is not assigned and could be declared final |
| 35521 |
src/com/gps/dao/VehicleProcessDAO.java |
519 |
publicMethodCommentRequirement Required |
| 35522 |
src/com/gps/dao/VehicleProcessDAO.java |
521 |
Found 'DD'-anomaly for variable 'sess' (lines '521'-'525'). |
| 35523 |
src/com/gps/dao/VehicleProcessDAO.java |
522 |
Local variable 'vdao' could be declared final |
| 35524 |
src/com/gps/dao/VehicleProcessDAO.java |
525 |
Potential violation of Law of Demeter (object not created locally) |
| 35525 |
src/com/gps/dao/VehicleProcessDAO.java |
526 |
Potential violation of Law of Demeter (object not created locally) |
| 35526 |
src/com/gps/dao/VehicleProcessDAO.java |
527 |
Local variable 'vpdao' could be declared final |
| 35527 |
src/com/gps/dao/VehicleProcessDAO.java |
528 |
Local variable 'trips' could be declared final |
| 35528 |
src/com/gps/dao/VehicleProcessDAO.java |
529 |
Avoid variables with short names like s |
| 35529 |
src/com/gps/dao/VehicleProcessDAO.java |
529 |
Local variable 's' could be declared final |
| 35530 |
src/com/gps/dao/VehicleProcessDAO.java |
529 |
Potential violation of Law of Demeter (object not created locally) |
| 35531 |
src/com/gps/dao/VehicleProcessDAO.java |
531 |
Avoid using Literals in Conditional Statements |
| 35532 |
src/com/gps/dao/VehicleProcessDAO.java |
533 |
Local variable 'vehicle1' could be declared final |
| 35533 |
src/com/gps/dao/VehicleProcessDAO.java |
534 |
Potential violation of Law of Demeter (object not created locally) |
| 35534 |
src/com/gps/dao/VehicleProcessDAO.java |
535 |
Potential violation of Law of Demeter (object not created locally) |
| 35535 |
src/com/gps/dao/VehicleProcessDAO.java |
539 |
Potential violation of Law of Demeter (object not created locally) |
| 35536 |
src/com/gps/dao/VehicleProcessDAO.java |
540 |
Potential violation of Law of Demeter (object not created locally) |
| 35537 |
src/com/gps/dao/VehicleProcessDAO.java |
542 |
A method should have only one exit point, and that should be the last statement in the method |
| 35538 |
src/com/gps/dao/VehicleProcessDAO.java |
544 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 35539 |
src/com/gps/dao/VehicleProcessDAO.java |
546 |
Avoid printStackTrace(); use a logger call instead. |
| 35540 |
src/com/gps/dao/VehicleProcessDAO.java |
546 |
Potential violation of Law of Demeter (object not created locally) |
| 35541 |
src/com/gps/dao/VehicleProcessDAO.java |
554 |
publicMethodCommentRequirement Required |
| 35542 |
src/com/gps/dao/VehicleProcessDAO.java |
555 |
Found 'DD'-anomaly for variable 'sess' (lines '555'-'559'). |
| 35543 |
src/com/gps/dao/VehicleProcessDAO.java |
556 |
Found 'DD'-anomaly for variable 'vehicleGroupList' (lines '556'-'560'). |
| 35544 |
src/com/gps/dao/VehicleProcessDAO.java |
558 |
Local variable 'vgdao' could be declared final |
| 35545 |
src/com/gps/dao/VehicleProcessDAO.java |
559 |
Potential violation of Law of Demeter (object not created locally) |
| 35546 |
src/com/gps/dao/VehicleProcessDAO.java |
560 |
Potential violation of Law of Demeter (method chain calls) |
| 35547 |
src/com/gps/dao/VehicleProcessDAO.java |
560 |
Potential violation of Law of Demeter (object not created locally) |
| 35548 |
src/com/gps/dao/VehicleProcessDAO.java |
563 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 35549 |
src/com/gps/dao/VehicleProcessDAO.java |
565 |
There is log block not surrounded by if |
| 35550 |
src/com/gps/dao/VehicleProcessDAO.java |
569 |
A method/constructor shouldnt explicitly throw java.lang.Exception |
| 35551 |
src/com/gps/dao/VehicleProcessDAO.java |
569 |
Found 'UR'-anomaly for variable 'trip' (lines '569'-'590'). |
| 35552 |
src/com/gps/dao/VehicleProcessDAO.java |
569 |
Parameter 'user' is not assigned and could be declared final |
| 35553 |
src/com/gps/dao/VehicleProcessDAO.java |
569 |
publicMethodCommentRequirement Required |
| 35554 |
src/com/gps/dao/VehicleProcessDAO.java |
571 |
Found 'DD'-anomaly for variable 'parameters' (lines '571'-'580'). |
| 35555 |
src/com/gps/dao/VehicleProcessDAO.java |
572 |
Found 'DD'-anomaly for variable 'paramsList' (lines '572'-'583'). |
| 35556 |
src/com/gps/dao/VehicleProcessDAO.java |
572 |
Found 'DU'-anomaly for variable 'paramsList' (lines '572'-'603'). |
| 35557 |
src/com/gps/dao/VehicleProcessDAO.java |
575 |
Local variable 'vehicles' could be declared final |
| 35558 |
src/com/gps/dao/VehicleProcessDAO.java |
576 |
Found 'DD'-anomaly for variable 'trips' (lines '576'-'585'). |
| 35559 |
src/com/gps/dao/VehicleProcessDAO.java |
579 |
Found 'DD'-anomaly for variable 'getVehQry' (lines '579'-'584'). |
| 35560 |
src/com/gps/dao/VehicleProcessDAO.java |
579 |
Found 'DU'-anomaly for variable 'getVehQry' (lines '579'-'603'). |
| 35561 |
src/com/gps/dao/VehicleProcessDAO.java |
579 |
Potential violation of Law of Demeter (method chain calls) |
| 35562 |
src/com/gps/dao/VehicleProcessDAO.java |
580 |
Potential violation of Law of Demeter (object not created locally) |
| 35563 |
src/com/gps/dao/VehicleProcessDAO.java |
582 |
Avoid using Literals in Conditional Statements |
| 35564 |
src/com/gps/dao/VehicleProcessDAO.java |
582 |
Potential violation of Law of Demeter (object not created locally) |
| 35565 |
src/com/gps/dao/VehicleProcessDAO.java |
583 |
Potential violation of Law of Demeter (method chain calls) |
| 35566 |
src/com/gps/dao/VehicleProcessDAO.java |
583 |
Potential violation of Law of Demeter (object not created locally) |
| 35567 |
src/com/gps/dao/VehicleProcessDAO.java |
585 |
Potential violation of Law of Demeter (object not created locally) |
| 35568 |
src/com/gps/dao/VehicleProcessDAO.java |
588 |
Local variable 'trip' could be declared final |
| 35569 |
src/com/gps/dao/VehicleProcessDAO.java |
590 |
Potential violation of Law of Demeter (method chain calls) |
| 35570 |
src/com/gps/dao/VehicleProcessDAO.java |
592 |
Potential violation of Law of Demeter (method chain calls) |
| 35571 |
src/com/gps/dao/VehicleProcessDAO.java |
592 |
Potential violation of Law of Demeter (method chain calls) |
| 35572 |
src/com/gps/dao/VehicleProcessDAO.java |
592 |
Potential violation of Law of Demeter (object not created locally) |
| 35573 |
src/com/gps/dao/VehicleProcessDAO.java |
597 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 35574 |
src/com/gps/dao/VehicleProcessDAO.java |
599 |
Potential violation of Law of Demeter (object not created locally) |
| 35575 |
src/com/gps/dao/VehicleProcessDAO.java |
599 |
There is log block not surrounded by if |
| 35576 |
src/com/gps/dao/VehicleProcessDAO.java |
605 |
Parameter 'vehicleid' is not assigned and could be declared final |
| 35577 |
src/com/gps/dao/VehicleProcessDAO.java |
605 |
publicMethodCommentRequirement Required |
| 35578 |
src/com/gps/dao/VehicleProcessDAO.java |
606 |
Found 'DD'-anomaly for variable 'parameters' (lines '606'-'615'). |
| 35579 |
src/com/gps/dao/VehicleProcessDAO.java |
607 |
Found 'DD'-anomaly for variable 'paramsList' (lines '607'-'618'). |
| 35580 |
src/com/gps/dao/VehicleProcessDAO.java |
607 |
Found 'DU'-anomaly for variable 'paramsList' (lines '607'-'629'). |
| 35581 |
src/com/gps/dao/VehicleProcessDAO.java |
610 |
Found 'DD'-anomaly for variable 'vehicle' (lines '610'-'621'). |
| 35582 |
src/com/gps/dao/VehicleProcessDAO.java |
614 |
Found 'DD'-anomaly for variable 'vehProcessQry' (lines '614'-'619'). |
| 35583 |
src/com/gps/dao/VehicleProcessDAO.java |
614 |
Found 'DU'-anomaly for variable 'vehProcessQry' (lines '614'-'629'). |
| 35584 |
src/com/gps/dao/VehicleProcessDAO.java |
614 |
Potential violation of Law of Demeter (method chain calls) |
| 35585 |
src/com/gps/dao/VehicleProcessDAO.java |
615 |
Potential violation of Law of Demeter (object not created locally) |
| 35586 |
src/com/gps/dao/VehicleProcessDAO.java |
617 |
Avoid using Literals in Conditional Statements |
| 35587 |
src/com/gps/dao/VehicleProcessDAO.java |
617 |
Potential violation of Law of Demeter (object not created locally) |
| 35588 |
src/com/gps/dao/VehicleProcessDAO.java |
618 |
Potential violation of Law of Demeter (method chain calls) |
| 35589 |
src/com/gps/dao/VehicleProcessDAO.java |
618 |
Potential violation of Law of Demeter (object not created locally) |
| 35590 |
src/com/gps/dao/VehicleProcessDAO.java |
620 |
Potential violation of Law of Demeter (object not created locally) |
| 35591 |
src/com/gps/dao/VehicleProcessDAO.java |
621 |
Potential violation of Law of Demeter (object not created locally) |
| 35592 |
src/com/gps/dao/VehicleProcessDAO.java |
625 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 35593 |
src/com/gps/dao/VehicleProcessDAO.java |
626 |
Avoid printStackTrace(); use a logger call instead. |
| 35594 |
src/com/gps/dao/VehicleProcessDAO.java |
626 |
Potential violation of Law of Demeter (object not created locally) |
| 35595 |
src/com/gps/dao/VehicleProcessDAO.java |
632 |
Parameter 'vehicleId' is not assigned and could be declared final |
| 35596 |
src/com/gps/dao/VehicleProcessDAO.java |
633 |
Found 'DD'-anomaly for variable 'mobileNo' (lines '633'-'635'). |
| 35597 |
src/com/gps/dao/VehicleProcessDAO.java |
635 |
Potential violation of Law of Demeter (method chain calls) |
| 35598 |
src/com/gps/dao/VehicleProcessDAO.java |
635 |
Potential violation of Law of Demeter (method chain calls) |
| 35599 |
src/com/gps/dao/VehicleProcessDAO.java |
636 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 35600 |
src/com/gps/dao/VehicleProcessDAO.java |
638 |
Avoid printStackTrace(); use a logger call instead. |
| 35601 |
src/com/gps/dao/VehicleProcessDAO.java |
638 |
Potential violation of Law of Demeter (object not created locally) |
| 35602 |
src/com/gps/dao/VehicleProcessDAO.java |
644 |
Parameter 'organizationId' is not assigned and could be declared final |
| 35603 |
src/com/gps/dao/VehicleProcessDAO.java |
645 |
Found 'DD'-anomaly for variable 'mobileNo' (lines '645'-'647'). |
| 35604 |
src/com/gps/dao/VehicleProcessDAO.java |
647 |
Potential violation of Law of Demeter (method chain calls) |
| 35605 |
src/com/gps/dao/VehicleProcessDAO.java |
647 |
Potential violation of Law of Demeter (method chain calls) |
| 35606 |
src/com/gps/dao/VehicleProcessDAO.java |
649 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 35607 |
src/com/gps/dao/VehicleProcessDAO.java |
651 |
Avoid printStackTrace(); use a logger call instead. |
| 35608 |
src/com/gps/dao/VehicleProcessDAO.java |
651 |
Potential violation of Law of Demeter (object not created locally) |
| 35609 |
src/com/gps/dao/VehicleProcessDAO.java |
657 |
Parameter 'organizationId' is not assigned and could be declared final |
| 35610 |
src/com/gps/dao/VehicleProcessDAO.java |
657 |
publicMethodCommentRequirement Required |
| 35611 |
src/com/gps/dao/VehicleProcessDAO.java |
658 |
Found 'DD'-anomaly for variable 'sess' (lines '658'-'662'). |
| 35612 |
src/com/gps/dao/VehicleProcessDAO.java |
659 |
Found 'DD'-anomaly for variable 'vehicleGroupList' (lines '659'-'664'). |
| 35613 |
src/com/gps/dao/VehicleProcessDAO.java |
661 |
Local variable 'vgdao' could be declared final |
| 35614 |
src/com/gps/dao/VehicleProcessDAO.java |
662 |
Potential violation of Law of Demeter (object not created locally) |
| 35615 |
src/com/gps/dao/VehicleProcessDAO.java |
664 |
Potential violation of Law of Demeter (method chain calls) |
| 35616 |
src/com/gps/dao/VehicleProcessDAO.java |
664 |
Potential violation of Law of Demeter (method chain calls) |
| 35617 |
src/com/gps/dao/VehicleProcessDAO.java |
664 |
Potential violation of Law of Demeter (object not created locally) |
| 35618 |
src/com/gps/dao/VehicleProcessDAO.java |
666 |
Local variable 'iterator' could be declared final |
| 35619 |
src/com/gps/dao/VehicleProcessDAO.java |
666 |
Potential violation of Law of Demeter (object not created locally) |
| 35620 |
src/com/gps/dao/VehicleProcessDAO.java |
668 |
Avoid unused local variables such as 'vehicleGroup'. |
| 35621 |
src/com/gps/dao/VehicleProcessDAO.java |
668 |
Found 'DD'-anomaly for variable 'vehicleGroup' (lines '668'-'668'). |
| 35622 |
src/com/gps/dao/VehicleProcessDAO.java |
668 |
Found 'DU'-anomaly for variable 'vehicleGroup' (lines '668'-'677'). |
| 35623 |
src/com/gps/dao/VehicleProcessDAO.java |
668 |
Local variable 'vehicleGroup' could be declared final |
| 35624 |
src/com/gps/dao/VehicleProcessDAO.java |
672 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 35625 |
src/com/gps/dao/VehicleProcessDAO.java |
674 |
There is log block not surrounded by if |
| 35626 |
src/com/gps/dao/VehicleProcessDAO.java |
680 |
Parameter 'user' is not assigned and could be declared final |
| 35627 |
src/com/gps/dao/VehicleProcessDAO.java |
680 |
publicMethodCommentRequirement Required |
| 35628 |
src/com/gps/dao/VehicleProcessDAO.java |
681 |
Found 'DD'-anomaly for variable 'sess' (lines '681'-'685'). |
| 35629 |
src/com/gps/dao/VehicleProcessDAO.java |
682 |
Found 'DD'-anomaly for variable 'vehicleGroupList' (lines '682'-'686'). |
| 35630 |
src/com/gps/dao/VehicleProcessDAO.java |
684 |
Local variable 'vgdao' could be declared final |
| 35631 |
src/com/gps/dao/VehicleProcessDAO.java |
685 |
Potential violation of Law of Demeter (object not created locally) |
| 35632 |
src/com/gps/dao/VehicleProcessDAO.java |
686 |
Potential violation of Law of Demeter (method chain calls) |
| 35633 |
src/com/gps/dao/VehicleProcessDAO.java |
686 |
Potential violation of Law of Demeter (object not created locally) |
| 35634 |
src/com/gps/dao/VehicleProcessDAO.java |
690 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 35635 |
src/com/gps/dao/VehicleProcessDAO.java |
692 |
There is log block not surrounded by if |
| 35636 |
src/com/gps/dao/VehicleProcessDAO.java |
696 |
Parameter 'organizations' is not assigned and could be declared final |
| 35637 |
src/com/gps/dao/VehicleProcessDAO.java |
696 |
publicMethodCommentRequirement Required |
| 35638 |
src/com/gps/dao/VehicleProcessDAO.java |
697 |
Parameter 'group' is not assigned and could be declared final |
| 35639 |
src/com/gps/dao/VehicleProcessDAO.java |
698 |
Avoid using if statements without curly braces |
| 35640 |
src/com/gps/dao/VehicleProcessDAO.java |
698 |
Position literals first in String comparisons |
| 35641 |
src/com/gps/dao/VehicleProcessDAO.java |
700 |
A method should have only one exit point, and that should be the last statement in the method |
| 35642 |
src/com/gps/dao/VehicleProcessDAO.java |
701 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 35643 |
src/com/gps/dao/VehicleProcessDAO.java |
702 |
There is log block not surrounded by if |
| 35644 |
src/com/gps/dao/VehicleProcessDAO.java |
705 |
Local variable 'vdao' could be declared final |
| 35645 |
src/com/gps/dao/VehicleProcessDAO.java |
706 |
Found 'DD'-anomaly for variable 'vehicles' (lines '706'-'710'). |
| 35646 |
src/com/gps/dao/VehicleProcessDAO.java |
709 |
Potential violation of Law of Demeter (object not created locally) |
| 35647 |
src/com/gps/dao/VehicleProcessDAO.java |
710 |
Potential violation of Law of Demeter (method chain calls) |
| 35648 |
src/com/gps/dao/VehicleProcessDAO.java |
711 |
A method should have only one exit point, and that should be the last statement in the method |
| 35649 |
src/com/gps/dao/VehicleProcessDAO.java |
713 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 35650 |
src/com/gps/dao/VehicleProcessDAO.java |
715 |
There is log block not surrounded by if |
| 35651 |
src/com/gps/dao/VehicleProcessDAO.java |
719 |
Found 'UR'-anomaly for variable 'trip' (lines '719'-'736'). |
| 35652 |
src/com/gps/dao/VehicleProcessDAO.java |
719 |
Parameter 'user' is not assigned and could be declared final |
| 35653 |
src/com/gps/dao/VehicleProcessDAO.java |
719 |
publicMethodCommentRequirement Required |
| 35654 |
src/com/gps/dao/VehicleProcessDAO.java |
720 |
Parameter 'group' is not assigned and could be declared final |
| 35655 |
src/com/gps/dao/VehicleProcessDAO.java |
721 |
Avoid using if statements without curly braces |
| 35656 |
src/com/gps/dao/VehicleProcessDAO.java |
721 |
Position literals first in String comparisons |
| 35657 |
src/com/gps/dao/VehicleProcessDAO.java |
723 |
A method should have only one exit point, and that should be the last statement in the method |
| 35658 |
src/com/gps/dao/VehicleProcessDAO.java |
724 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 35659 |
src/com/gps/dao/VehicleProcessDAO.java |
725 |
There is log block not surrounded by if |
| 35660 |
src/com/gps/dao/VehicleProcessDAO.java |
729 |
Local variable 'vehicles' could be declared final |
| 35661 |
src/com/gps/dao/VehicleProcessDAO.java |
730 |
Found 'DD'-anomaly for variable 'trips' (lines '730'-'733'). |
| 35662 |
src/com/gps/dao/VehicleProcessDAO.java |
733 |
Potential violation of Law of Demeter (method chain calls) |
| 35663 |
src/com/gps/dao/VehicleProcessDAO.java |
733 |
Potential violation of Law of Demeter (method chain calls) |
| 35664 |
src/com/gps/dao/VehicleProcessDAO.java |
734 |
Local variable 'trip' could be declared final |
| 35665 |
src/com/gps/dao/VehicleProcessDAO.java |
736 |
Potential violation of Law of Demeter (method chain calls) |
| 35666 |
src/com/gps/dao/VehicleProcessDAO.java |
737 |
Avoid empty if statements |
| 35667 |
src/com/gps/dao/VehicleProcessDAO.java |
742 |
Potential violation of Law of Demeter (method chain calls) |
| 35668 |
src/com/gps/dao/VehicleProcessDAO.java |
742 |
Potential violation of Law of Demeter (method chain calls) |
| 35669 |
src/com/gps/dao/VehicleProcessDAO.java |
742 |
Potential violation of Law of Demeter (object not created locally) |
| 35670 |
src/com/gps/dao/VehicleProcessDAO.java |
746 |
A method should have only one exit point, and that should be the last statement in the method |
| 35671 |
src/com/gps/dao/VehicleProcessDAO.java |
748 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 35672 |
src/com/gps/dao/VehicleProcessDAO.java |
750 |
Potential violation of Law of Demeter (object not created locally) |
| 35673 |
src/com/gps/dao/VehicleProcessDAO.java |
750 |
There is log block not surrounded by if |
| 35674 |
src/com/gps/dao/WeekendFinder.java |
7 |
headerCommentRequirement Required |
| 35675 |
src/com/gps/dao/WeekendFinder.java |
8 |
Avoid using redundant field initializer for 'cal' |
| 35676 |
src/com/gps/dao/WeekendFinder.java |
8 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 35677 |
src/com/gps/dao/WeekendFinder.java |
8 |
Private field 'cal' could be made final; it is only initialized in the declaration or constructor. |
| 35678 |
src/com/gps/dao/WeekendFinder.java |
8 |
fieldCommentRequirement Required |
| 35679 |
src/com/gps/dao/WeekendFinder.java |
9 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 35680 |
src/com/gps/dao/WeekendFinder.java |
9 |
Private field 'year' could be made final; it is only initialized in the declaration or constructor. |
| 35681 |
src/com/gps/dao/WeekendFinder.java |
9 |
fieldCommentRequirement Required |
| 35682 |
src/com/gps/dao/WeekendFinder.java |
11 |
Avoid using implementation types like 'ArrayList'; use the interface instead |
| 35683 |
src/com/gps/dao/WeekendFinder.java |
11 |
Avoid using redundant field initializer for 'weekendList' |
| 35684 |
src/com/gps/dao/WeekendFinder.java |
11 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 35685 |
src/com/gps/dao/WeekendFinder.java |
11 |
Private field 'weekendList' could be made final; it is only initialized in the declaration or constructor. |
| 35686 |
src/com/gps/dao/WeekendFinder.java |
11 |
fieldCommentRequirement Required |
| 35687 |
src/com/gps/dao/WeekendFinder.java |
13 |
Parameter 'year' is not assigned and could be declared final |
| 35688 |
src/com/gps/dao/WeekendFinder.java |
13 |
publicMethodCommentRequirement Required |
| 35689 |
src/com/gps/dao/WeekendFinder.java |
19 |
When instantiating a SimpleDateFormat object, specify a Locale |
| 35690 |
src/com/gps/dao/WeekendFinder.java |
21 |
System.out.print is used |
| 35691 |
src/com/gps/dao/WeekendFinder.java |
22 |
Avoid printStackTrace(); use a logger call instead. |
| 35692 |
src/com/gps/dao/WeekendFinder.java |
28 |
publicMethodCommentRequirement Required |
| 35693 |
src/com/gps/dao/WeekendFinder.java |
32 |
A switch with less than three branches is inefficient, use a if statement instead. |
| 35694 |
src/com/gps/dao/WeekendFinder.java |
32 |
Switch statements should have a default label |
| 35695 |
src/com/gps/dao/WeekendFinder.java |
43 |
Comment is too large: Line too long |
| 35696 |
src/com/gps/dao/WeekendFinder.java |
44 |
publicMethodCommentRequirement Required |
| 35697 |
src/com/gps/dao/WeekendFinder.java |
45 |
Avoid unused local variables such as 'sdf'. |
| 35698 |
src/com/gps/dao/WeekendFinder.java |
45 |
Found 'DU'-anomaly for variable 'sdf' (lines '45'-'47'). |
| 35699 |
src/com/gps/dao/WeekendFinder.java |
45 |
Local variable 'sdf' could be declared final |
| 35700 |
src/com/gps/dao/WeekendFinder.java |
45 |
When instantiating a SimpleDateFormat object, specify a Locale |
| 35701 |
src/com/gps/dao/WeekendFinder.java |
49 |
Parameter 'args' is not assigned and could be declared final |
| 35702 |
src/com/gps/dao/WeekendFinder.java |
49 |
publicMethodCommentRequirement Required |
| 35703 |
src/com/gps/dao/WeekendFinder.java |
50 |
Comment is too large: Line too long |
| 35704 |
src/com/gps/dao/WeekendFinder.java |
51 |
Avoid variables with short names like wf |
| 35705 |
src/com/gps/dao/WeekendFinder.java |
51 |
Local variable 'wf' could be declared final |
| 35706 |
src/com/gps/dao/WeekendFinder.java |
51 |
Potential violation of Law of Demeter (method chain calls) |
| 35707 |
src/com/gps/dto/DeviceTripDTO.java |
5 |
headerCommentRequirement Required |
| 35708 |
src/com/gps/dto/DeviceTripDTO.java |
7 |
fieldCommentRequirement Required |
| 35709 |
src/com/gps/dto/DeviceTripDTO.java |
8 |
fieldCommentRequirement Required |
| 35710 |
src/com/gps/dto/DeviceTripDTO.java |
9 |
fieldCommentRequirement Required |
| 35711 |
src/com/gps/dto/DeviceTripDTO.java |
10 |
fieldCommentRequirement Required |
| 35712 |
src/com/gps/dto/DeviceTripDTO.java |
11 |
fieldCommentRequirement Required |
| 35713 |
src/com/gps/dto/DeviceTripDTO.java |
14 |
Document empty constructor |
| 35714 |
src/com/gps/dto/DeviceTripDTO.java |
14 |
publicMethodCommentRequirement Required |
| 35715 |
src/com/gps/dto/DeviceTripDTO.java |
19 |
Parameter 'deviceId' is not assigned and could be declared final |
| 35716 |
src/com/gps/dto/DeviceTripDTO.java |
19 |
Parameter 'vehicleId' is not assigned and could be declared final |
| 35717 |
src/com/gps/dto/DeviceTripDTO.java |
19 |
publicMethodCommentRequirement Required |
| 35718 |
src/com/gps/dto/DeviceTripDTO.java |
20 |
Parameter 'organization' is not assigned and could be declared final |
| 35719 |
src/com/gps/dto/DeviceTripDTO.java |
20 |
Parameter 'vehicleName' is not assigned and could be declared final |
| 35720 |
src/com/gps/dto/DeviceTripDTO.java |
30 |
Parameter 'creationTime' is not assigned and could be declared final |
| 35721 |
src/com/gps/dto/DeviceTripDTO.java |
30 |
Parameter 'vehicleId' is not assigned and could be declared final |
| 35722 |
src/com/gps/dto/DeviceTripDTO.java |
30 |
publicMethodCommentRequirement Required |
| 35723 |
src/com/gps/dto/DeviceTripDTO.java |
46 |
Parameter 'creationTime' is not assigned and could be declared final |
| 35724 |
src/com/gps/dto/DeviceTripDTO.java |
59 |
Parameter 'vehicleId' is not assigned and could be declared final |
| 35725 |
src/com/gps/dto/DeviceTripDTO.java |
71 |
Parameter 'deviceId' is not assigned and could be declared final |
| 35726 |
src/com/gps/dto/DeviceTripDTO.java |
83 |
Parameter 'vehicleName' is not assigned and could be declared final |
| 35727 |
src/com/gps/dto/DeviceTripDTO.java |
95 |
Parameter 'organization' is not assigned and could be declared final |
| 35728 |
src/com/gps/dto/DistParamsDTO.java |
7 |
headerCommentRequirement Required |
| 35729 |
src/com/gps/dto/DistParamsDTO.java |
9 |
Use explicit scoping instead of the default package private level |
| 35730 |
src/com/gps/dto/DistParamsDTO.java |
9 |
fieldCommentRequirement Required |
| 35731 |
src/com/gps/dto/DistParamsDTO.java |
10 |
Use explicit scoping instead of the default package private level |
| 35732 |
src/com/gps/dto/DistParamsDTO.java |
10 |
fieldCommentRequirement Required |
| 35733 |
src/com/gps/dto/DistParamsDTO.java |
11 |
Use explicit scoping instead of the default package private level |
| 35734 |
src/com/gps/dto/DistParamsDTO.java |
11 |
fieldCommentRequirement Required |
| 35735 |
src/com/gps/dto/DistParamsDTO.java |
12 |
Use explicit scoping instead of the default package private level |
| 35736 |
src/com/gps/dto/DistParamsDTO.java |
12 |
fieldCommentRequirement Required |
| 35737 |
src/com/gps/dto/DistParamsDTO.java |
13 |
Use explicit scoping instead of the default package private level |
| 35738 |
src/com/gps/dto/DistParamsDTO.java |
13 |
fieldCommentRequirement Required |
| 35739 |
src/com/gps/dto/DistParamsDTO.java |
14 |
Use explicit scoping instead of the default package private level |
| 35740 |
src/com/gps/dto/DistParamsDTO.java |
14 |
fieldCommentRequirement Required |
| 35741 |
src/com/gps/dto/DistParamsDTO.java |
15 |
Use explicit scoping instead of the default package private level |
| 35742 |
src/com/gps/dto/DistParamsDTO.java |
15 |
fieldCommentRequirement Required |
| 35743 |
src/com/gps/dto/DistParamsDTO.java |
16 |
Use explicit scoping instead of the default package private level |
| 35744 |
src/com/gps/dto/DistParamsDTO.java |
16 |
fieldCommentRequirement Required |
| 35745 |
src/com/gps/dto/DistParamsDTO.java |
18 |
Parameter 'creationTime' is not assigned and could be declared final |
| 35746 |
src/com/gps/dto/DistParamsDTO.java |
18 |
Parameter 'tripDetails' is not assigned and could be declared final |
| 35747 |
src/com/gps/dto/DistParamsDTO.java |
18 |
Parameter 'vehicleDetails' is not assigned and could be declared final |
| 35748 |
src/com/gps/dto/DistParamsDTO.java |
18 |
publicMethodCommentRequirement Required |
| 35749 |
src/com/gps/dto/DistParamsDTO.java |
19 |
Parameter 'distance' is not assigned and could be declared final |
| 35750 |
src/com/gps/dto/DistParamsDTO.java |
19 |
Parameter 'lattitude' is not assigned and could be declared final |
| 35751 |
src/com/gps/dto/DistParamsDTO.java |
19 |
Parameter 'longitude' is not assigned and could be declared final |
| 35752 |
src/com/gps/dto/DistParamsDTO.java |
19 |
Parameter 'speed' is not assigned and could be declared final |
| 35753 |
src/com/gps/dto/DistParamsDTO.java |
30 |
Parameter 'creationTime' is not assigned and could be declared final |
| 35754 |
src/com/gps/dto/DistParamsDTO.java |
30 |
Parameter 'tripDetails' is not assigned and could be declared final |
| 35755 |
src/com/gps/dto/DistParamsDTO.java |
30 |
Parameter 'vehicleDetails' is not assigned and could be declared final |
| 35756 |
src/com/gps/dto/DistParamsDTO.java |
30 |
publicMethodCommentRequirement Required |
| 35757 |
src/com/gps/dto/DistParamsDTO.java |
31 |
Parameter 'lattitude' is not assigned and could be declared final |
| 35758 |
src/com/gps/dto/DistParamsDTO.java |
31 |
Parameter 'longitude' is not assigned and could be declared final |
| 35759 |
src/com/gps/dto/DistParamsDTO.java |
31 |
Parameter 'speed' is not assigned and could be declared final |
| 35760 |
src/com/gps/dto/DistParamsDTO.java |
41 |
Parameter 'creationTime' is not assigned and could be declared final |
| 35761 |
src/com/gps/dto/DistParamsDTO.java |
41 |
Parameter 'tripDetails' is not assigned and could be declared final |
| 35762 |
src/com/gps/dto/DistParamsDTO.java |
41 |
Parameter 'vehicleDetails' is not assigned and could be declared final |
| 35763 |
src/com/gps/dto/DistParamsDTO.java |
41 |
publicMethodCommentRequirement Required |
| 35764 |
src/com/gps/dto/DistParamsDTO.java |
42 |
Parameter 'lattitude' is not assigned and could be declared final |
| 35765 |
src/com/gps/dto/DistParamsDTO.java |
42 |
Parameter 'longitude' is not assigned and could be declared final |
| 35766 |
src/com/gps/dto/DistParamsDTO.java |
51 |
Parameter 'creationTime' is not assigned and could be declared final |
| 35767 |
src/com/gps/dto/DistParamsDTO.java |
51 |
Parameter 'tripDetails' is not assigned and could be declared final |
| 35768 |
src/com/gps/dto/DistParamsDTO.java |
51 |
publicMethodCommentRequirement Required |
| 35769 |
src/com/gps/dto/DistParamsDTO.java |
52 |
Parameter 'lattitude' is not assigned and could be declared final |
| 35770 |
src/com/gps/dto/DistParamsDTO.java |
52 |
Parameter 'longitude' is not assigned and could be declared final |
| 35771 |
src/com/gps/dto/DistParamsDTO.java |
61 |
Parameter 'creationTime' is not assigned and could be declared final |
| 35772 |
src/com/gps/dto/DistParamsDTO.java |
61 |
Parameter 'tripDetails' is not assigned and could be declared final |
| 35773 |
src/com/gps/dto/DistParamsDTO.java |
61 |
Parameter 'vehicleDetails' is not assigned and could be declared final |
| 35774 |
src/com/gps/dto/DistParamsDTO.java |
61 |
publicMethodCommentRequirement Required |
| 35775 |
src/com/gps/dto/DistParamsDTO.java |
62 |
Parameter 'event' is not assigned and could be declared final |
| 35776 |
src/com/gps/dto/DistParamsDTO.java |
62 |
Parameter 'lattitude' is not assigned and could be declared final |
| 35777 |
src/com/gps/dto/DistParamsDTO.java |
62 |
Parameter 'longitude' is not assigned and could be declared final |
| 35778 |
src/com/gps/dto/DistParamsDTO.java |
62 |
Parameter 'speed' is not assigned and could be declared final |
| 35779 |
src/com/gps/dto/DistParamsDTO.java |
83 |
Parameter 'vehicleDetails' is not assigned and could be declared final |
| 35780 |
src/com/gps/dto/DistParamsDTO.java |
99 |
Parameter 'tripDetails' is not assigned and could be declared final |
| 35781 |
src/com/gps/dto/DistParamsDTO.java |
113 |
Parameter 'creationTime' is not assigned and could be declared final |
| 35782 |
src/com/gps/dto/DistParamsDTO.java |
125 |
Parameter 'lattitude' is not assigned and could be declared final |
| 35783 |
src/com/gps/dto/DistParamsDTO.java |
137 |
Parameter 'longitude' is not assigned and could be declared final |
| 35784 |
src/com/gps/dto/DistParamsDTO.java |
149 |
Parameter 'speed' is not assigned and could be declared final |
| 35785 |
src/com/gps/dto/DistParamsDTO.java |
162 |
Parameter 'event' is not assigned and could be declared final |
| 35786 |
src/com/gps/dto/DistParamsDTO.java |
174 |
Parameter 'distance' is not assigned and could be declared final |
| 35787 |
src/com/gps/dto/FrequentTripDTO.java |
3 |
headerCommentRequirement Required |
| 35788 |
src/com/gps/dto/FrequentTripDTO.java |
5 |
fieldCommentRequirement Required |
| 35789 |
src/com/gps/dto/FrequentTripDTO.java |
6 |
fieldCommentRequirement Required |
| 35790 |
src/com/gps/dto/FrequentTripDTO.java |
7 |
fieldCommentRequirement Required |
| 35791 |
src/com/gps/dto/FrequentTripDTO.java |
8 |
Parameter 'day' is not assigned and could be declared final |
| 35792 |
src/com/gps/dto/FrequentTripDTO.java |
8 |
Parameter 'time' is not assigned and could be declared final |
| 35793 |
src/com/gps/dto/FrequentTripDTO.java |
8 |
Parameter 'tripid' is not assigned and could be declared final |
| 35794 |
src/com/gps/dto/FrequentTripDTO.java |
8 |
publicMethodCommentRequirement Required |
| 35795 |
src/com/gps/dto/FrequentTripDTO.java |
14 |
publicMethodCommentRequirement Required |
| 35796 |
src/com/gps/dto/FrequentTripDTO.java |
17 |
Parameter 'tripid' is not assigned and could be declared final |
| 35797 |
src/com/gps/dto/FrequentTripDTO.java |
17 |
publicMethodCommentRequirement Required |
| 35798 |
src/com/gps/dto/FrequentTripDTO.java |
20 |
publicMethodCommentRequirement Required |
| 35799 |
src/com/gps/dto/FrequentTripDTO.java |
23 |
Parameter 'day' is not assigned and could be declared final |
| 35800 |
src/com/gps/dto/FrequentTripDTO.java |
23 |
publicMethodCommentRequirement Required |
| 35801 |
src/com/gps/dto/FrequentTripDTO.java |
26 |
publicMethodCommentRequirement Required |
| 35802 |
src/com/gps/dto/FrequentTripDTO.java |
29 |
Parameter 'time' is not assigned and could be declared final |
| 35803 |
src/com/gps/dto/FrequentTripDTO.java |
29 |
publicMethodCommentRequirement Required |
| 35804 |
src/com/gps/dto/FuelDTO.java |
5 |
headerCommentRequirement Required |
| 35805 |
src/com/gps/dto/FuelDTO.java |
7 |
fieldCommentRequirement Required |
| 35806 |
src/com/gps/dto/FuelDTO.java |
8 |
fieldCommentRequirement Required |
| 35807 |
src/com/gps/dto/FuelDTO.java |
9 |
fieldCommentRequirement Required |
| 35808 |
src/com/gps/dto/FuelDTO.java |
10 |
fieldCommentRequirement Required |
| 35809 |
src/com/gps/dto/FuelDTO.java |
11 |
fieldCommentRequirement Required |
| 35810 |
src/com/gps/dto/FuelDTO.java |
12 |
fieldCommentRequirement Required |
| 35811 |
src/com/gps/dto/FuelDTO.java |
13 |
fieldCommentRequirement Required |
| 35812 |
src/com/gps/dto/FuelDTO.java |
15 |
Document empty constructor |
| 35813 |
src/com/gps/dto/FuelDTO.java |
15 |
publicMethodCommentRequirement Required |
| 35814 |
src/com/gps/dto/FuelDTO.java |
23 |
Parameter 'creationTime' is not assigned and could be declared final |
| 35815 |
src/com/gps/dto/FuelDTO.java |
23 |
Parameter 'fuelContent' is not assigned and could be declared final |
| 35816 |
src/com/gps/dto/FuelDTO.java |
33 |
Parameter 'creationTime' is not assigned and could be declared final |
| 35817 |
src/com/gps/dto/FuelDTO.java |
33 |
Parameter 'fuelContent' is not assigned and could be declared final |
| 35818 |
src/com/gps/dto/FuelDTO.java |
33 |
Parameter 'speed' is not assigned and could be declared final |
| 35819 |
src/com/gps/dto/FuelDTO.java |
46 |
Parameter 'creationTime' is not assigned and could be declared final |
| 35820 |
src/com/gps/dto/FuelDTO.java |
46 |
Parameter 'fuelContent' is not assigned and could be declared final |
| 35821 |
src/com/gps/dto/FuelDTO.java |
46 |
Parameter 'lattitude' is not assigned and could be declared final |
| 35822 |
src/com/gps/dto/FuelDTO.java |
47 |
Parameter 'longitude' is not assigned and could be declared final |
| 35823 |
src/com/gps/dto/FuelDTO.java |
47 |
Parameter 'speed' is not assigned and could be declared final |
| 35824 |
src/com/gps/dto/FuelDTO.java |
62 |
Parameter 'creationTime' is not assigned and could be declared final |
| 35825 |
src/com/gps/dto/FuelDTO.java |
62 |
Parameter 'fuelContent' is not assigned and could be declared final |
| 35826 |
src/com/gps/dto/FuelDTO.java |
62 |
Parameter 'lattitude' is not assigned and could be declared final |
| 35827 |
src/com/gps/dto/FuelDTO.java |
63 |
Parameter 'eventCode' is not assigned and could be declared final |
| 35828 |
src/com/gps/dto/FuelDTO.java |
63 |
Parameter 'longitude' is not assigned and could be declared final |
| 35829 |
src/com/gps/dto/FuelDTO.java |
63 |
Parameter 'speed' is not assigned and could be declared final |
| 35830 |
src/com/gps/dto/FuelDTO.java |
63 |
Parameter 'tripParamId' is not assigned and could be declared final |
| 35831 |
src/com/gps/dto/FuelDTO.java |
82 |
Parameter 'fuelContent' is not assigned and could be declared final |
| 35832 |
src/com/gps/dto/FuelDTO.java |
94 |
Parameter 'creationTime' is not assigned and could be declared final |
| 35833 |
src/com/gps/dto/FuelDTO.java |
106 |
Parameter 'lattitude' is not assigned and could be declared final |
| 35834 |
src/com/gps/dto/FuelDTO.java |
118 |
Parameter 'longitude' is not assigned and could be declared final |
| 35835 |
src/com/gps/dto/FuelDTO.java |
130 |
Parameter 'eventCode' is not assigned and could be declared final |
| 35836 |
src/com/gps/dto/FuelDTO.java |
144 |
Parameter 'speed' is not assigned and could be declared final |
| 35837 |
src/com/gps/dto/FuelDTO.java |
158 |
Parameter 'tripParamId' is not assigned and could be declared final |
| 35838 |
src/com/gps/dto/FuelFilter.java |
5 |
headerCommentRequirement Required |
| 35839 |
src/com/gps/dto/FuelFilter.java |
7 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 35840 |
src/com/gps/dto/FuelFilter.java |
7 |
Use explicit scoping instead of the default package private level |
| 35841 |
src/com/gps/dto/FuelFilter.java |
7 |
fieldCommentRequirement Required |
| 35842 |
src/com/gps/dto/FuelFilter.java |
8 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 35843 |
src/com/gps/dto/FuelFilter.java |
8 |
Use explicit scoping instead of the default package private level |
| 35844 |
src/com/gps/dto/FuelFilter.java |
8 |
fieldCommentRequirement Required |
| 35845 |
src/com/gps/dto/FuelFilter.java |
9 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 35846 |
src/com/gps/dto/FuelFilter.java |
9 |
Use explicit scoping instead of the default package private level |
| 35847 |
src/com/gps/dto/FuelFilter.java |
9 |
fieldCommentRequirement Required |
| 35848 |
src/com/gps/dto/FuelFilter.java |
10 |
fieldCommentRequirement Required |
| 35849 |
src/com/gps/dto/FuelFilter.java |
11 |
fieldCommentRequirement Required |
| 35850 |
src/com/gps/dto/FuelFilter.java |
13 |
publicMethodCommentRequirement Required |
| 35851 |
src/com/gps/dto/FuelFilter.java |
16 |
Parameter 'lattitude' is not assigned and could be declared final |
| 35852 |
src/com/gps/dto/FuelFilter.java |
16 |
publicMethodCommentRequirement Required |
| 35853 |
src/com/gps/dto/FuelFilter.java |
19 |
Parameter 'creationTime' is not assigned and could be declared final |
| 35854 |
src/com/gps/dto/FuelFilter.java |
19 |
Parameter 'lattitude' is not assigned and could be declared final |
| 35855 |
src/com/gps/dto/FuelFilter.java |
19 |
Parameter 'longitude' is not assigned and could be declared final |
| 35856 |
src/com/gps/dto/FuelFilter.java |
19 |
Parameter 'speed' is not assigned and could be declared final |
| 35857 |
src/com/gps/dto/FuelFilter.java |
19 |
Parameter 'volt' is not assigned and could be declared final |
| 35858 |
src/com/gps/dto/FuelFilter.java |
19 |
publicMethodCommentRequirement Required |
| 35859 |
src/com/gps/dto/FuelFilter.java |
28 |
publicMethodCommentRequirement Required |
| 35860 |
src/com/gps/dto/FuelFilter.java |
31 |
Parameter 'longitude' is not assigned and could be declared final |
| 35861 |
src/com/gps/dto/FuelFilter.java |
31 |
publicMethodCommentRequirement Required |
| 35862 |
src/com/gps/dto/FuelFilter.java |
34 |
Method names should not start with capital letters |
| 35863 |
src/com/gps/dto/FuelFilter.java |
34 |
Parameter 'CreationTime' is not assigned and could be declared final |
| 35864 |
src/com/gps/dto/FuelFilter.java |
34 |
Variables should start with a lowercase character, 'CreationTime' starts with uppercase character. |
| 35865 |
src/com/gps/dto/FuelFilter.java |
34 |
publicMethodCommentRequirement Required |
| 35866 |
src/com/gps/dto/FuelFilter.java |
37 |
Method names should not start with capital letters |
| 35867 |
src/com/gps/dto/FuelFilter.java |
37 |
publicMethodCommentRequirement Required |
| 35868 |
src/com/gps/dto/FuelFilter.java |
40 |
Method names should not start with capital letters |
| 35869 |
src/com/gps/dto/FuelFilter.java |
40 |
Parameter 'speed' is not assigned and could be declared final |
| 35870 |
src/com/gps/dto/FuelFilter.java |
40 |
publicMethodCommentRequirement Required |
| 35871 |
src/com/gps/dto/FuelFilter.java |
43 |
Method names should not start with capital letters |
| 35872 |
src/com/gps/dto/FuelFilter.java |
43 |
publicMethodCommentRequirement Required |
| 35873 |
src/com/gps/dto/FuelFilter.java |
46 |
Method names should not start with capital letters |
| 35874 |
src/com/gps/dto/FuelFilter.java |
46 |
Parameter 'volt' is not assigned and could be declared final |
| 35875 |
src/com/gps/dto/FuelFilter.java |
46 |
publicMethodCommentRequirement Required |
| 35876 |
src/com/gps/dto/FuelFilter.java |
49 |
Method names should not start with capital letters |
| 35877 |
src/com/gps/dto/FuelFilter.java |
49 |
publicMethodCommentRequirement Required |
| 35878 |
src/com/gps/dto/Packet.java |
6 |
headerCommentRequirement Required |
| 35879 |
src/com/gps/dto/Packet.java |
8 |
fieldCommentRequirement Required |
| 35880 |
src/com/gps/dto/Packet.java |
9 |
fieldCommentRequirement Required |
| 35881 |
src/com/gps/dto/Packet.java |
10 |
fieldCommentRequirement Required |
| 35882 |
src/com/gps/dto/Packet.java |
12 |
Parameter 'dbdate' is not assigned and could be declared final |
| 35883 |
src/com/gps/dto/Packet.java |
12 |
Parameter 'end' is not assigned and could be declared final |
| 35884 |
src/com/gps/dto/Packet.java |
12 |
Parameter 'start' is not assigned and could be declared final |
| 35885 |
src/com/gps/dto/Packet.java |
12 |
publicMethodCommentRequirement Required |
| 35886 |
src/com/gps/dto/Packet.java |
18 |
Parameter 'dbdate' is not assigned and could be declared final |
| 35887 |
src/com/gps/dto/Packet.java |
18 |
publicMethodCommentRequirement Required |
| 35888 |
src/com/gps/dto/Packet.java |
21 |
publicMethodCommentRequirement Required |
| 35889 |
src/com/gps/dto/Packet.java |
25 |
Parameter 'start' is not assigned and could be declared final |
| 35890 |
src/com/gps/dto/Packet.java |
25 |
publicMethodCommentRequirement Required |
| 35891 |
src/com/gps/dto/Packet.java |
28 |
publicMethodCommentRequirement Required |
| 35892 |
src/com/gps/dto/Packet.java |
31 |
Parameter 'end' is not assigned and could be declared final |
| 35893 |
src/com/gps/dto/Packet.java |
31 |
publicMethodCommentRequirement Required |
| 35894 |
src/com/gps/dto/Packet.java |
34 |
publicMethodCommentRequirement Required |
| 35895 |
src/com/gps/dto/RFIDInfoHistoryDTO.java |
5 |
headerCommentRequirement Required |
| 35896 |
src/com/gps/dto/RFIDInfoHistoryDTO.java |
7 |
fieldCommentRequirement Required |
| 35897 |
src/com/gps/dto/RFIDInfoHistoryDTO.java |
8 |
fieldCommentRequirement Required |
| 35898 |
src/com/gps/dto/RFIDInfoHistoryDTO.java |
9 |
fieldCommentRequirement Required |
| 35899 |
src/com/gps/dto/RFIDInfoHistoryDTO.java |
10 |
fieldCommentRequirement Required |
| 35900 |
src/com/gps/dto/RFIDInfoHistoryDTO.java |
11 |
fieldCommentRequirement Required |
| 35901 |
src/com/gps/dto/RFIDInfoHistoryDTO.java |
12 |
fieldCommentRequirement Required |
| 35902 |
src/com/gps/dto/RFIDInfoHistoryDTO.java |
13 |
fieldCommentRequirement Required |
| 35903 |
src/com/gps/dto/RFIDInfoHistoryDTO.java |
17 |
Parameter 'contactNo' is not assigned and could be declared final |
| 35904 |
src/com/gps/dto/RFIDInfoHistoryDTO.java |
17 |
Parameter 'fenceName' is not assigned and could be declared final |
| 35905 |
src/com/gps/dto/RFIDInfoHistoryDTO.java |
17 |
Parameter 'name' is not assigned and could be declared final |
| 35906 |
src/com/gps/dto/RFIDInfoHistoryDTO.java |
17 |
Parameter 'swipeTime' is not assigned and could be declared final |
| 35907 |
src/com/gps/dto/RFIDInfoHistoryDTO.java |
17 |
Parameter 'userId' is not assigned and could be declared final |
| 35908 |
src/com/gps/dto/RFIDInfoHistoryDTO.java |
17 |
publicMethodCommentRequirement Required |
| 35909 |
src/com/gps/dto/RFIDInfoHistoryDTO.java |
18 |
Parameter 'intrSession' is not assigned and could be declared final |
| 35910 |
src/com/gps/dto/RFIDInfoHistoryDTO.java |
18 |
Parameter 'tripName' is not assigned and could be declared final |
| 35911 |
src/com/gps/dto/RFIDInfoHistoryDTO.java |
29 |
Parameter 'userId' is not assigned and could be declared final |
| 35912 |
src/com/gps/dto/RFIDInfoHistoryDTO.java |
29 |
publicMethodCommentRequirement Required |
| 35913 |
src/com/gps/dto/RFIDInfoHistoryDTO.java |
43 |
Parameter 'userId' is not assigned and could be declared final |
| 35914 |
src/com/gps/dto/RFIDInfoHistoryDTO.java |
57 |
Parameter 'swipeTime' is not assigned and could be declared final |
| 35915 |
src/com/gps/dto/RFIDInfoHistoryDTO.java |
71 |
Parameter 'fenceName' is not assigned and could be declared final |
| 35916 |
src/com/gps/dto/RFIDInfoHistoryDTO.java |
85 |
Parameter 'intrSession' is not assigned and could be declared final |
| 35917 |
src/com/gps/dto/RFIDInfoHistoryDTO.java |
99 |
Parameter 'name' is not assigned and could be declared final |
| 35918 |
src/com/gps/dto/RFIDInfoHistoryDTO.java |
113 |
Parameter 'contactNo' is not assigned and could be declared final |
| 35919 |
src/com/gps/dto/RFIDInfoHistoryDTO.java |
117 |
Parameter 'tripName' is not assigned and could be declared final |
| 35920 |
src/com/gps/dto/RFIDInfoHistoryDTO.java |
117 |
publicMethodCommentRequirement Required |
| 35921 |
src/com/gps/dto/RFIDInfoHistoryDTO.java |
121 |
publicMethodCommentRequirement Required |
| 35922 |
src/com/gps/dto/ReportSummaryDTO.java |
13 |
headerCommentRequirement Required |
| 35923 |
src/com/gps/dto/ReportSummaryDTO.java |
15 |
fieldCommentRequirement Required |
| 35924 |
src/com/gps/dto/ReportSummaryDTO.java |
16 |
fieldCommentRequirement Required |
| 35925 |
src/com/gps/dto/ReportSummaryDTO.java |
17 |
fieldCommentRequirement Required |
| 35926 |
src/com/gps/dto/ReportSummaryDTO.java |
18 |
fieldCommentRequirement Required |
| 35927 |
src/com/gps/dto/ReportSummaryDTO.java |
19 |
fieldCommentRequirement Required |
| 35928 |
src/com/gps/dto/ReportSummaryDTO.java |
20 |
fieldCommentRequirement Required |
| 35929 |
src/com/gps/dto/ReportSummaryDTO.java |
21 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'start_time' is not final. |
| 35930 |
src/com/gps/dto/ReportSummaryDTO.java |
21 |
fieldCommentRequirement Required |
| 35931 |
src/com/gps/dto/ReportSummaryDTO.java |
22 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'end_time' is not final. |
| 35932 |
src/com/gps/dto/ReportSummaryDTO.java |
22 |
fieldCommentRequirement Required |
| 35933 |
src/com/gps/dto/ReportSummaryDTO.java |
24 |
publicMethodCommentRequirement Required |
| 35934 |
src/com/gps/dto/ReportSummaryDTO.java |
28 |
Parameter 'vehicleid' is not assigned and could be declared final |
| 35935 |
src/com/gps/dto/ReportSummaryDTO.java |
28 |
publicMethodCommentRequirement Required |
| 35936 |
src/com/gps/dto/ReportSummaryDTO.java |
32 |
publicMethodCommentRequirement Required |
| 35937 |
src/com/gps/dto/ReportSummaryDTO.java |
36 |
Parameter 'tripid' is not assigned and could be declared final |
| 35938 |
src/com/gps/dto/ReportSummaryDTO.java |
36 |
publicMethodCommentRequirement Required |
| 35939 |
src/com/gps/dto/ReportSummaryDTO.java |
40 |
publicMethodCommentRequirement Required |
| 35940 |
src/com/gps/dto/ReportSummaryDTO.java |
44 |
Parameter 'session' is not assigned and could be declared final |
| 35941 |
src/com/gps/dto/ReportSummaryDTO.java |
44 |
publicMethodCommentRequirement Required |
| 35942 |
src/com/gps/dto/ReportSummaryDTO.java |
48 |
publicMethodCommentRequirement Required |
| 35943 |
src/com/gps/dto/ReportSummaryDTO.java |
52 |
Parameter 'distance' is not assigned and could be declared final |
| 35944 |
src/com/gps/dto/ReportSummaryDTO.java |
52 |
publicMethodCommentRequirement Required |
| 35945 |
src/com/gps/dto/ReportSummaryDTO.java |
56 |
publicMethodCommentRequirement Required |
| 35946 |
src/com/gps/dto/ReportSummaryDTO.java |
60 |
Parameter 'maxspeed' is not assigned and could be declared final |
| 35947 |
src/com/gps/dto/ReportSummaryDTO.java |
60 |
publicMethodCommentRequirement Required |
| 35948 |
src/com/gps/dto/ReportSummaryDTO.java |
64 |
publicMethodCommentRequirement Required |
| 35949 |
src/com/gps/dto/ReportSummaryDTO.java |
68 |
Parameter 'hardbrakes' is not assigned and could be declared final |
| 35950 |
src/com/gps/dto/ReportSummaryDTO.java |
68 |
publicMethodCommentRequirement Required |
| 35951 |
src/com/gps/dto/ReportSummaryDTO.java |
72 |
Method names should not contain underscores |
| 35952 |
src/com/gps/dto/ReportSummaryDTO.java |
72 |
publicMethodCommentRequirement Required |
| 35953 |
src/com/gps/dto/ReportSummaryDTO.java |
76 |
Method names should not contain underscores |
| 35954 |
src/com/gps/dto/ReportSummaryDTO.java |
76 |
Parameter 'startTime' is not assigned and could be declared final |
| 35955 |
src/com/gps/dto/ReportSummaryDTO.java |
76 |
publicMethodCommentRequirement Required |
| 35956 |
src/com/gps/dto/ReportSummaryDTO.java |
81 |
Method names should not contain underscores |
| 35957 |
src/com/gps/dto/ReportSummaryDTO.java |
81 |
publicMethodCommentRequirement Required |
| 35958 |
src/com/gps/dto/ReportSummaryDTO.java |
85 |
Method names should not contain underscores |
| 35959 |
src/com/gps/dto/ReportSummaryDTO.java |
85 |
Parameter 'endTime' is not assigned and could be declared final |
| 35960 |
src/com/gps/dto/ReportSummaryDTO.java |
85 |
publicMethodCommentRequirement Required |
| 35961 |
src/com/gps/dto/ReportSummaryDTO.java |
89 |
Parameter 'session' is not assigned and could be declared final |
| 35962 |
src/com/gps/dto/ReportSummaryDTO.java |
89 |
Parameter 'tripid' is not assigned and could be declared final |
| 35963 |
src/com/gps/dto/ReportSummaryDTO.java |
89 |
Parameter 'vehicleid' is not assigned and could be declared final |
| 35964 |
src/com/gps/dto/ReportSummaryDTO.java |
89 |
publicMethodCommentRequirement Required |
| 35965 |
src/com/gps/dto/ReportSummaryDTO.java |
90 |
Parameter 'distance' is not assigned and could be declared final |
| 35966 |
src/com/gps/dto/ReportSummaryDTO.java |
90 |
Parameter 'endTime' is not assigned and could be declared final |
| 35967 |
src/com/gps/dto/ReportSummaryDTO.java |
90 |
Parameter 'hardbrakes' is not assigned and could be declared final |
| 35968 |
src/com/gps/dto/ReportSummaryDTO.java |
90 |
Parameter 'maxspeed' is not assigned and could be declared final |
| 35969 |
src/com/gps/dto/ReportSummaryDTO.java |
90 |
Parameter 'startTime' is not assigned and could be declared final |
| 35970 |
src/com/gps/dto/SpeedParamDTO.java |
6 |
headerCommentRequirement Required |
| 35971 |
src/com/gps/dto/SpeedParamDTO.java |
8 |
Use explicit scoping instead of the default package private level |
| 35972 |
src/com/gps/dto/SpeedParamDTO.java |
8 |
fieldCommentRequirement Required |
| 35973 |
src/com/gps/dto/SpeedParamDTO.java |
9 |
Use explicit scoping instead of the default package private level |
| 35974 |
src/com/gps/dto/SpeedParamDTO.java |
9 |
fieldCommentRequirement Required |
| 35975 |
src/com/gps/dto/SpeedParamDTO.java |
10 |
Use explicit scoping instead of the default package private level |
| 35976 |
src/com/gps/dto/SpeedParamDTO.java |
10 |
fieldCommentRequirement Required |
| 35977 |
src/com/gps/dto/SpeedParamDTO.java |
11 |
Use explicit scoping instead of the default package private level |
| 35978 |
src/com/gps/dto/SpeedParamDTO.java |
11 |
fieldCommentRequirement Required |
| 35979 |
src/com/gps/dto/SpeedParamDTO.java |
12 |
Use explicit scoping instead of the default package private level |
| 35980 |
src/com/gps/dto/SpeedParamDTO.java |
12 |
fieldCommentRequirement Required |
| 35981 |
src/com/gps/dto/SpeedParamDTO.java |
13 |
Use explicit scoping instead of the default package private level |
| 35982 |
src/com/gps/dto/SpeedParamDTO.java |
13 |
fieldCommentRequirement Required |
| 35983 |
src/com/gps/dto/SpeedParamDTO.java |
15 |
publicMethodCommentRequirement Required |
| 35984 |
src/com/gps/dto/SpeedParamDTO.java |
19 |
Parameter 'partialInfo' is not assigned and could be declared final |
| 35985 |
src/com/gps/dto/SpeedParamDTO.java |
19 |
publicMethodCommentRequirement Required |
| 35986 |
src/com/gps/dto/SpeedParamDTO.java |
23 |
Parameter 'creationTime' is not assigned and could be declared final |
| 35987 |
src/com/gps/dto/SpeedParamDTO.java |
23 |
Parameter 'regNo' is not assigned and could be declared final |
| 35988 |
src/com/gps/dto/SpeedParamDTO.java |
23 |
Parameter 'speed' is not assigned and could be declared final |
| 35989 |
src/com/gps/dto/SpeedParamDTO.java |
23 |
publicMethodCommentRequirement Required |
| 35990 |
src/com/gps/dto/SpeedParamDTO.java |
30 |
Parameter 'creationTime' is not assigned and could be declared final |
| 35991 |
src/com/gps/dto/SpeedParamDTO.java |
30 |
Parameter 'lattitude' is not assigned and could be declared final |
| 35992 |
src/com/gps/dto/SpeedParamDTO.java |
30 |
Parameter 'longitude' is not assigned and could be declared final |
| 35993 |
src/com/gps/dto/SpeedParamDTO.java |
30 |
Parameter 'regNo' is not assigned and could be declared final |
| 35994 |
src/com/gps/dto/SpeedParamDTO.java |
30 |
Parameter 'speed' is not assigned and could be declared final |
| 35995 |
src/com/gps/dto/SpeedParamDTO.java |
30 |
publicMethodCommentRequirement Required |
| 35996 |
src/com/gps/dto/SpeedParamDTO.java |
39 |
Parameter 'creationTime' is not assigned and could be declared final |
| 35997 |
src/com/gps/dto/SpeedParamDTO.java |
39 |
Parameter 'lattitude' is not assigned and could be declared final |
| 35998 |
src/com/gps/dto/SpeedParamDTO.java |
39 |
Parameter 'longitude' is not assigned and could be declared final |
| 35999 |
src/com/gps/dto/SpeedParamDTO.java |
39 |
Parameter 'partialFlag' is not assigned and could be declared final |
| 36000 |
src/com/gps/dto/SpeedParamDTO.java |
39 |
Parameter 'regNo' is not assigned and could be declared final |
| 36001 |
src/com/gps/dto/SpeedParamDTO.java |
39 |
Parameter 'speed' is not assigned and could be declared final |
| 36002 |
src/com/gps/dto/SpeedParamDTO.java |
39 |
publicMethodCommentRequirement Required |
| 36003 |
src/com/gps/dto/SpeedParamDTO.java |
58 |
Parameter 'regNo' is not assigned and could be declared final |
| 36004 |
src/com/gps/dto/SpeedParamDTO.java |
72 |
Parameter 'creationTime' is not assigned and could be declared final |
| 36005 |
src/com/gps/dto/SpeedParamDTO.java |
86 |
Avoid reassigning parameters such as 'speed' |
| 36006 |
src/com/gps/dto/SpeedParamDTO.java |
86 |
Avoid reassigning parameters such as 'speed' |
| 36007 |
src/com/gps/dto/SpeedParamDTO.java |
86 |
Avoid reassigning parameters such as 'speed' |
| 36008 |
src/com/gps/dto/SpeedParamDTO.java |
87 |
Local variable 'twoDForm' could be declared final |
| 36009 |
src/com/gps/dto/SpeedParamDTO.java |
89 |
Avoid using Literals in Conditional Statements |
| 36010 |
src/com/gps/dto/SpeedParamDTO.java |
89 |
Avoid using if statements without curly braces |
| 36011 |
src/com/gps/dto/SpeedParamDTO.java |
91 |
Potential violation of Law of Demeter (object not created locally) |
| 36012 |
src/com/gps/dto/SpeedParamDTO.java |
105 |
Parameter 'lattitude' is not assigned and could be declared final |
| 36013 |
src/com/gps/dto/SpeedParamDTO.java |
119 |
Parameter 'longitude' is not assigned and could be declared final |
| 36014 |
src/com/gps/dto/TripByVehicleDTO.java |
1 |
This class has a bunch of public methods and attributes |
| 36015 |
src/com/gps/dto/TripByVehicleDTO.java |
5 |
Too many fields |
| 36016 |
src/com/gps/dto/TripByVehicleDTO.java |
5 |
headerCommentRequirement Required |
| 36017 |
src/com/gps/dto/TripByVehicleDTO.java |
7 |
fieldCommentRequirement Required |
| 36018 |
src/com/gps/dto/TripByVehicleDTO.java |
8 |
fieldCommentRequirement Required |
| 36019 |
src/com/gps/dto/TripByVehicleDTO.java |
9 |
fieldCommentRequirement Required |
| 36020 |
src/com/gps/dto/TripByVehicleDTO.java |
10 |
fieldCommentRequirement Required |
| 36021 |
src/com/gps/dto/TripByVehicleDTO.java |
11 |
fieldCommentRequirement Required |
| 36022 |
src/com/gps/dto/TripByVehicleDTO.java |
12 |
fieldCommentRequirement Required |
| 36023 |
src/com/gps/dto/TripByVehicleDTO.java |
13 |
fieldCommentRequirement Required |
| 36024 |
src/com/gps/dto/TripByVehicleDTO.java |
14 |
fieldCommentRequirement Required |
| 36025 |
src/com/gps/dto/TripByVehicleDTO.java |
15 |
fieldCommentRequirement Required |
| 36026 |
src/com/gps/dto/TripByVehicleDTO.java |
16 |
fieldCommentRequirement Required |
| 36027 |
src/com/gps/dto/TripByVehicleDTO.java |
17 |
fieldCommentRequirement Required |
| 36028 |
src/com/gps/dto/TripByVehicleDTO.java |
18 |
fieldCommentRequirement Required |
| 36029 |
src/com/gps/dto/TripByVehicleDTO.java |
19 |
fieldCommentRequirement Required |
| 36030 |
src/com/gps/dto/TripByVehicleDTO.java |
20 |
fieldCommentRequirement Required |
| 36031 |
src/com/gps/dto/TripByVehicleDTO.java |
21 |
fieldCommentRequirement Required |
| 36032 |
src/com/gps/dto/TripByVehicleDTO.java |
22 |
fieldCommentRequirement Required |
| 36033 |
src/com/gps/dto/TripByVehicleDTO.java |
24 |
fieldCommentRequirement Required |
| 36034 |
src/com/gps/dto/TripByVehicleDTO.java |
25 |
fieldCommentRequirement Required |
| 36035 |
src/com/gps/dto/TripByVehicleDTO.java |
26 |
fieldCommentRequirement Required |
| 36036 |
src/com/gps/dto/TripByVehicleDTO.java |
27 |
fieldCommentRequirement Required |
| 36037 |
src/com/gps/dto/TripByVehicleDTO.java |
28 |
fieldCommentRequirement Required |
| 36038 |
src/com/gps/dto/TripByVehicleDTO.java |
29 |
fieldCommentRequirement Required |
| 36039 |
src/com/gps/dto/TripByVehicleDTO.java |
30 |
fieldCommentRequirement Required |
| 36040 |
src/com/gps/dto/TripByVehicleDTO.java |
44 |
Parameter 'regNo' is not assigned and could be declared final |
| 36041 |
src/com/gps/dto/TripByVehicleDTO.java |
49 |
publicMethodCommentRequirement Required |
| 36042 |
src/com/gps/dto/TripByVehicleDTO.java |
54 |
Parameter 'gsmStatus' is not assigned and could be declared final |
| 36043 |
src/com/gps/dto/TripByVehicleDTO.java |
54 |
publicMethodCommentRequirement Required |
| 36044 |
src/com/gps/dto/TripByVehicleDTO.java |
59 |
publicMethodCommentRequirement Required |
| 36045 |
src/com/gps/dto/TripByVehicleDTO.java |
64 |
Parameter 'cellId' is not assigned and could be declared final |
| 36046 |
src/com/gps/dto/TripByVehicleDTO.java |
64 |
publicMethodCommentRequirement Required |
| 36047 |
src/com/gps/dto/TripByVehicleDTO.java |
69 |
Avoid long parameter lists. |
| 36048 |
src/com/gps/dto/TripByVehicleDTO.java |
69 |
Parameter 'tripDesc' is not assigned and could be declared final |
| 36049 |
src/com/gps/dto/TripByVehicleDTO.java |
69 |
Parameter 'tripName' is not assigned and could be declared final |
| 36050 |
src/com/gps/dto/TripByVehicleDTO.java |
69 |
Parameter 'tripid' is not assigned and could be declared final |
| 36051 |
src/com/gps/dto/TripByVehicleDTO.java |
69 |
publicMethodCommentRequirement Required |
| 36052 |
src/com/gps/dto/TripByVehicleDTO.java |
70 |
Parameter 'returndate' is not assigned and could be declared final |
| 36053 |
src/com/gps/dto/TripByVehicleDTO.java |
70 |
Parameter 'startTime' is not assigned and could be declared final |
| 36054 |
src/com/gps/dto/TripByVehicleDTO.java |
70 |
Parameter 'startdate' is not assigned and could be declared final |
| 36055 |
src/com/gps/dto/TripByVehicleDTO.java |
71 |
Parameter 'destination' is not assigned and could be declared final |
| 36056 |
src/com/gps/dto/TripByVehicleDTO.java |
71 |
Parameter 'returnTime' is not assigned and could be declared final |
| 36057 |
src/com/gps/dto/TripByVehicleDTO.java |
71 |
Parameter 'sourceLocation' is not assigned and could be declared final |
| 36058 |
src/com/gps/dto/TripByVehicleDTO.java |
72 |
Parameter 'lattitude' is not assigned and could be declared final |
| 36059 |
src/com/gps/dto/TripByVehicleDTO.java |
72 |
Parameter 'longitude' is not assigned and could be declared final |
| 36060 |
src/com/gps/dto/TripByVehicleDTO.java |
72 |
Parameter 'tripParamid' is not assigned and could be declared final |
| 36061 |
src/com/gps/dto/TripByVehicleDTO.java |
73 |
Parameter 'altitude' is not assigned and could be declared final |
| 36062 |
src/com/gps/dto/TripByVehicleDTO.java |
73 |
Parameter 'heading' is not assigned and could be declared final |
| 36063 |
src/com/gps/dto/TripByVehicleDTO.java |
73 |
Parameter 'speed' is not assigned and could be declared final |
| 36064 |
src/com/gps/dto/TripByVehicleDTO.java |
74 |
Parameter 'creationTime' is not assigned and could be declared final |
| 36065 |
src/com/gps/dto/TripByVehicleDTO.java |
74 |
Parameter 'fuelContent' is not assigned and could be declared final |
| 36066 |
src/com/gps/dto/TripByVehicleDTO.java |
75 |
Parameter 'batteryStatus' is not assigned and could be declared final |
| 36067 |
src/com/gps/dto/TripByVehicleDTO.java |
75 |
Parameter 'description' is not assigned and could be declared final |
| 36068 |
src/com/gps/dto/TripByVehicleDTO.java |
102 |
Avoid long parameter lists. |
| 36069 |
src/com/gps/dto/TripByVehicleDTO.java |
102 |
Parameter 'tripDesc' is not assigned and could be declared final |
| 36070 |
src/com/gps/dto/TripByVehicleDTO.java |
102 |
Parameter 'tripName' is not assigned and could be declared final |
| 36071 |
src/com/gps/dto/TripByVehicleDTO.java |
102 |
Parameter 'tripid' is not assigned and could be declared final |
| 36072 |
src/com/gps/dto/TripByVehicleDTO.java |
102 |
publicMethodCommentRequirement Required |
| 36073 |
src/com/gps/dto/TripByVehicleDTO.java |
103 |
Parameter 'returndate' is not assigned and could be declared final |
| 36074 |
src/com/gps/dto/TripByVehicleDTO.java |
103 |
Parameter 'startTime' is not assigned and could be declared final |
| 36075 |
src/com/gps/dto/TripByVehicleDTO.java |
103 |
Parameter 'startdate' is not assigned and could be declared final |
| 36076 |
src/com/gps/dto/TripByVehicleDTO.java |
104 |
Parameter 'destination' is not assigned and could be declared final |
| 36077 |
src/com/gps/dto/TripByVehicleDTO.java |
104 |
Parameter 'returnTime' is not assigned and could be declared final |
| 36078 |
src/com/gps/dto/TripByVehicleDTO.java |
104 |
Parameter 'sourceLocation' is not assigned and could be declared final |
| 36079 |
src/com/gps/dto/TripByVehicleDTO.java |
105 |
Parameter 'lattitude' is not assigned and could be declared final |
| 36080 |
src/com/gps/dto/TripByVehicleDTO.java |
105 |
Parameter 'longitude' is not assigned and could be declared final |
| 36081 |
src/com/gps/dto/TripByVehicleDTO.java |
105 |
Parameter 'tripParamid' is not assigned and could be declared final |
| 36082 |
src/com/gps/dto/TripByVehicleDTO.java |
106 |
Parameter 'altitude' is not assigned and could be declared final |
| 36083 |
src/com/gps/dto/TripByVehicleDTO.java |
106 |
Parameter 'heading' is not assigned and could be declared final |
| 36084 |
src/com/gps/dto/TripByVehicleDTO.java |
106 |
Parameter 'speed' is not assigned and could be declared final |
| 36085 |
src/com/gps/dto/TripByVehicleDTO.java |
107 |
Parameter 'creationTime' is not assigned and could be declared final |
| 36086 |
src/com/gps/dto/TripByVehicleDTO.java |
107 |
Parameter 'fuelContent' is not assigned and could be declared final |
| 36087 |
src/com/gps/dto/TripByVehicleDTO.java |
108 |
Parameter 'batteryStatus' is not assigned and could be declared final |
| 36088 |
src/com/gps/dto/TripByVehicleDTO.java |
108 |
Parameter 'eventCode' is not assigned and could be declared final |
| 36089 |
src/com/gps/dto/TripByVehicleDTO.java |
143 |
publicMethodCommentRequirement Required |
| 36090 |
src/com/gps/dto/TripByVehicleDTO.java |
146 |
Parameter 'tripid' is not assigned and could be declared final |
| 36091 |
src/com/gps/dto/TripByVehicleDTO.java |
146 |
publicMethodCommentRequirement Required |
| 36092 |
src/com/gps/dto/TripByVehicleDTO.java |
149 |
publicMethodCommentRequirement Required |
| 36093 |
src/com/gps/dto/TripByVehicleDTO.java |
161 |
Parameter 'eventCode' is not assigned and could be declared final |
| 36094 |
src/com/gps/dto/TripByVehicleDTO.java |
164 |
Parameter 'tripName' is not assigned and could be declared final |
| 36095 |
src/com/gps/dto/TripByVehicleDTO.java |
164 |
publicMethodCommentRequirement Required |
| 36096 |
src/com/gps/dto/TripByVehicleDTO.java |
167 |
publicMethodCommentRequirement Required |
| 36097 |
src/com/gps/dto/TripByVehicleDTO.java |
170 |
Parameter 'tripDesc' is not assigned and could be declared final |
| 36098 |
src/com/gps/dto/TripByVehicleDTO.java |
170 |
publicMethodCommentRequirement Required |
| 36099 |
src/com/gps/dto/TripByVehicleDTO.java |
173 |
publicMethodCommentRequirement Required |
| 36100 |
src/com/gps/dto/TripByVehicleDTO.java |
176 |
Parameter 'startdate' is not assigned and could be declared final |
| 36101 |
src/com/gps/dto/TripByVehicleDTO.java |
176 |
publicMethodCommentRequirement Required |
| 36102 |
src/com/gps/dto/TripByVehicleDTO.java |
179 |
publicMethodCommentRequirement Required |
| 36103 |
src/com/gps/dto/TripByVehicleDTO.java |
182 |
Parameter 'startTime' is not assigned and could be declared final |
| 36104 |
src/com/gps/dto/TripByVehicleDTO.java |
182 |
publicMethodCommentRequirement Required |
| 36105 |
src/com/gps/dto/TripByVehicleDTO.java |
185 |
publicMethodCommentRequirement Required |
| 36106 |
src/com/gps/dto/TripByVehicleDTO.java |
188 |
Parameter 'returndate' is not assigned and could be declared final |
| 36107 |
src/com/gps/dto/TripByVehicleDTO.java |
188 |
publicMethodCommentRequirement Required |
| 36108 |
src/com/gps/dto/TripByVehicleDTO.java |
191 |
publicMethodCommentRequirement Required |
| 36109 |
src/com/gps/dto/TripByVehicleDTO.java |
194 |
Parameter 'returnTime' is not assigned and could be declared final |
| 36110 |
src/com/gps/dto/TripByVehicleDTO.java |
194 |
publicMethodCommentRequirement Required |
| 36111 |
src/com/gps/dto/TripByVehicleDTO.java |
199 |
publicMethodCommentRequirement Required |
| 36112 |
src/com/gps/dto/TripByVehicleDTO.java |
202 |
Parameter 'tripParamid' is not assigned and could be declared final |
| 36113 |
src/com/gps/dto/TripByVehicleDTO.java |
202 |
publicMethodCommentRequirement Required |
| 36114 |
src/com/gps/dto/TripByVehicleDTO.java |
205 |
publicMethodCommentRequirement Required |
| 36115 |
src/com/gps/dto/TripByVehicleDTO.java |
208 |
Parameter 'lattitude' is not assigned and could be declared final |
| 36116 |
src/com/gps/dto/TripByVehicleDTO.java |
208 |
publicMethodCommentRequirement Required |
| 36117 |
src/com/gps/dto/TripByVehicleDTO.java |
211 |
publicMethodCommentRequirement Required |
| 36118 |
src/com/gps/dto/TripByVehicleDTO.java |
214 |
Parameter 'longitude' is not assigned and could be declared final |
| 36119 |
src/com/gps/dto/TripByVehicleDTO.java |
214 |
publicMethodCommentRequirement Required |
| 36120 |
src/com/gps/dto/TripByVehicleDTO.java |
217 |
publicMethodCommentRequirement Required |
| 36121 |
src/com/gps/dto/TripByVehicleDTO.java |
220 |
Parameter 'speed' is not assigned and could be declared final |
| 36122 |
src/com/gps/dto/TripByVehicleDTO.java |
220 |
publicMethodCommentRequirement Required |
| 36123 |
src/com/gps/dto/TripByVehicleDTO.java |
223 |
publicMethodCommentRequirement Required |
| 36124 |
src/com/gps/dto/TripByVehicleDTO.java |
226 |
Parameter 'heading' is not assigned and could be declared final |
| 36125 |
src/com/gps/dto/TripByVehicleDTO.java |
226 |
publicMethodCommentRequirement Required |
| 36126 |
src/com/gps/dto/TripByVehicleDTO.java |
229 |
publicMethodCommentRequirement Required |
| 36127 |
src/com/gps/dto/TripByVehicleDTO.java |
232 |
Parameter 'altitude' is not assigned and could be declared final |
| 36128 |
src/com/gps/dto/TripByVehicleDTO.java |
232 |
publicMethodCommentRequirement Required |
| 36129 |
src/com/gps/dto/TripByVehicleDTO.java |
241 |
publicMethodCommentRequirement Required |
| 36130 |
src/com/gps/dto/TripByVehicleDTO.java |
244 |
Parameter 'fuelContent' is not assigned and could be declared final |
| 36131 |
src/com/gps/dto/TripByVehicleDTO.java |
244 |
publicMethodCommentRequirement Required |
| 36132 |
src/com/gps/dto/TripByVehicleDTO.java |
247 |
publicMethodCommentRequirement Required |
| 36133 |
src/com/gps/dto/TripByVehicleDTO.java |
250 |
Parameter 'creationTime' is not assigned and could be declared final |
| 36134 |
src/com/gps/dto/TripByVehicleDTO.java |
250 |
publicMethodCommentRequirement Required |
| 36135 |
src/com/gps/dto/TripByVehicleDTO.java |
253 |
publicMethodCommentRequirement Required |
| 36136 |
src/com/gps/dto/TripByVehicleDTO.java |
256 |
Parameter 'batteryStatus' is not assigned and could be declared final |
| 36137 |
src/com/gps/dto/TripByVehicleDTO.java |
256 |
publicMethodCommentRequirement Required |
| 36138 |
src/com/gps/dto/TripByVehicleDTO.java |
259 |
publicMethodCommentRequirement Required |
| 36139 |
src/com/gps/dto/TripByVehicleDTO.java |
262 |
Parameter 'sourceLocation' is not assigned and could be declared final |
| 36140 |
src/com/gps/dto/TripByVehicleDTO.java |
262 |
publicMethodCommentRequirement Required |
| 36141 |
src/com/gps/dto/TripByVehicleDTO.java |
266 |
publicMethodCommentRequirement Required |
| 36142 |
src/com/gps/dto/TripByVehicleDTO.java |
270 |
Parameter 'destination' is not assigned and could be declared final |
| 36143 |
src/com/gps/dto/TripByVehicleDTO.java |
270 |
publicMethodCommentRequirement Required |
| 36144 |
src/com/gps/dto/TripByVehicleDTO.java |
275 |
Avoid long parameter lists. |
| 36145 |
src/com/gps/dto/TripByVehicleDTO.java |
275 |
Parameter 'lattitude' is not assigned and could be declared final |
| 36146 |
src/com/gps/dto/TripByVehicleDTO.java |
275 |
Parameter 'tripName' is not assigned and could be declared final |
| 36147 |
src/com/gps/dto/TripByVehicleDTO.java |
275 |
Parameter 'tripid' is not assigned and could be declared final |
| 36148 |
src/com/gps/dto/TripByVehicleDTO.java |
275 |
publicMethodCommentRequirement Required |
| 36149 |
src/com/gps/dto/TripByVehicleDTO.java |
276 |
Parameter 'batteryStatus' is not assigned and could be declared final |
| 36150 |
src/com/gps/dto/TripByVehicleDTO.java |
276 |
Parameter 'cellId' is not assigned and could be declared final |
| 36151 |
src/com/gps/dto/TripByVehicleDTO.java |
276 |
Parameter 'creationTime' is not assigned and could be declared final |
| 36152 |
src/com/gps/dto/TripByVehicleDTO.java |
276 |
Parameter 'description' is not assigned and could be declared final |
| 36153 |
src/com/gps/dto/TripByVehicleDTO.java |
276 |
Parameter 'gsmStatus' is not assigned and could be declared final |
| 36154 |
src/com/gps/dto/TripByVehicleDTO.java |
276 |
Parameter 'heading' is not assigned and could be declared final |
| 36155 |
src/com/gps/dto/TripByVehicleDTO.java |
276 |
Parameter 'longitude' is not assigned and could be declared final |
| 36156 |
src/com/gps/dto/TripByVehicleDTO.java |
276 |
Parameter 'speed' is not assigned and could be declared final |
| 36157 |
src/com/gps/dto/TripByVehicleDTO.java |
292 |
Avoid long parameter lists. |
| 36158 |
src/com/gps/dto/TripByVehicleDTO.java |
292 |
Parameter 'lattitude' is not assigned and could be declared final |
| 36159 |
src/com/gps/dto/TripByVehicleDTO.java |
292 |
Parameter 'regNo' is not assigned and could be declared final |
| 36160 |
src/com/gps/dto/TripByVehicleDTO.java |
292 |
Parameter 'tripName' is not assigned and could be declared final |
| 36161 |
src/com/gps/dto/TripByVehicleDTO.java |
292 |
Parameter 'tripid' is not assigned and could be declared final |
| 36162 |
src/com/gps/dto/TripByVehicleDTO.java |
292 |
publicMethodCommentRequirement Required |
| 36163 |
src/com/gps/dto/TripByVehicleDTO.java |
293 |
Parameter 'batteryStatus' is not assigned and could be declared final |
| 36164 |
src/com/gps/dto/TripByVehicleDTO.java |
293 |
Parameter 'cellId' is not assigned and could be declared final |
| 36165 |
src/com/gps/dto/TripByVehicleDTO.java |
293 |
Parameter 'creationTime' is not assigned and could be declared final |
| 36166 |
src/com/gps/dto/TripByVehicleDTO.java |
293 |
Parameter 'description' is not assigned and could be declared final |
| 36167 |
src/com/gps/dto/TripByVehicleDTO.java |
293 |
Parameter 'gsmStatus' is not assigned and could be declared final |
| 36168 |
src/com/gps/dto/TripByVehicleDTO.java |
293 |
Parameter 'heading' is not assigned and could be declared final |
| 36169 |
src/com/gps/dto/TripByVehicleDTO.java |
293 |
Parameter 'longitude' is not assigned and could be declared final |
| 36170 |
src/com/gps/dto/TripByVehicleDTO.java |
293 |
Parameter 'speed' is not assigned and could be declared final |
| 36171 |
src/com/gps/dto/TripByVehicleDTO.java |
309 |
Parameter 'creationTime' is not assigned and could be declared final |
| 36172 |
src/com/gps/dto/TripByVehicleDTO.java |
309 |
publicMethodCommentRequirement Required |
| 36173 |
src/com/gps/dto/TripByVehicleDTO.java |
314 |
Parameter 'lattitude' is not assigned and could be declared final |
| 36174 |
src/com/gps/dto/TripByVehicleDTO.java |
314 |
Parameter 'longitude' is not assigned and could be declared final |
| 36175 |
src/com/gps/dto/TripByVehicleDTO.java |
314 |
publicMethodCommentRequirement Required |
| 36176 |
src/com/gps/dto/TripByVehicleDTO.java |
319 |
Parameter 'description' is not assigned and could be declared final |
| 36177 |
src/com/gps/dto/TripByVehicleDTO.java |
319 |
publicMethodCommentRequirement Required |
| 36178 |
src/com/gps/dto/TripByVehicleDTO.java |
322 |
publicMethodCommentRequirement Required |
| 36179 |
src/com/gps/dto/TripDistanceDTO.java |
7 |
headerCommentRequirement Required |
| 36180 |
src/com/gps/dto/TripDistanceDTO.java |
9 |
Use explicit scoping instead of the default package private level |
| 36181 |
src/com/gps/dto/TripDistanceDTO.java |
9 |
fieldCommentRequirement Required |
| 36182 |
src/com/gps/dto/TripDistanceDTO.java |
10 |
Use explicit scoping instead of the default package private level |
| 36183 |
src/com/gps/dto/TripDistanceDTO.java |
10 |
fieldCommentRequirement Required |
| 36184 |
src/com/gps/dto/TripDistanceDTO.java |
11 |
Use explicit scoping instead of the default package private level |
| 36185 |
src/com/gps/dto/TripDistanceDTO.java |
11 |
fieldCommentRequirement Required |
| 36186 |
src/com/gps/dto/TripDistanceDTO.java |
12 |
Use explicit scoping instead of the default package private level |
| 36187 |
src/com/gps/dto/TripDistanceDTO.java |
12 |
fieldCommentRequirement Required |
| 36188 |
src/com/gps/dto/TripDistanceDTO.java |
13 |
Use explicit scoping instead of the default package private level |
| 36189 |
src/com/gps/dto/TripDistanceDTO.java |
13 |
fieldCommentRequirement Required |
| 36190 |
src/com/gps/dto/TripDistanceDTO.java |
14 |
Use explicit scoping instead of the default package private level |
| 36191 |
src/com/gps/dto/TripDistanceDTO.java |
14 |
fieldCommentRequirement Required |
| 36192 |
src/com/gps/dto/TripDistanceDTO.java |
15 |
Use explicit scoping instead of the default package private level |
| 36193 |
src/com/gps/dto/TripDistanceDTO.java |
15 |
fieldCommentRequirement Required |
| 36194 |
src/com/gps/dto/TripDistanceDTO.java |
16 |
Use explicit scoping instead of the default package private level |
| 36195 |
src/com/gps/dto/TripDistanceDTO.java |
16 |
fieldCommentRequirement Required |
| 36196 |
src/com/gps/dto/TripDistanceDTO.java |
18 |
Comment is too large: Too many lines |
| 36197 |
src/com/gps/dto/TripDistanceDTO.java |
27 |
Parameter 'creationTime' is not assigned and could be declared final |
| 36198 |
src/com/gps/dto/TripDistanceDTO.java |
27 |
Parameter 'regNo' is not assigned and could be declared final |
| 36199 |
src/com/gps/dto/TripDistanceDTO.java |
27 |
Parameter 'tripName' is not assigned and could be declared final |
| 36200 |
src/com/gps/dto/TripDistanceDTO.java |
28 |
Parameter 'distance' is not assigned and could be declared final |
| 36201 |
src/com/gps/dto/TripDistanceDTO.java |
28 |
Parameter 'lattitude' is not assigned and could be declared final |
| 36202 |
src/com/gps/dto/TripDistanceDTO.java |
28 |
Parameter 'longitude' is not assigned and could be declared final |
| 36203 |
src/com/gps/dto/TripDistanceDTO.java |
28 |
Parameter 'speed' is not assigned and could be declared final |
| 36204 |
src/com/gps/dto/TripDistanceDTO.java |
39 |
Parameter 'creationTime' is not assigned and could be declared final |
| 36205 |
src/com/gps/dto/TripDistanceDTO.java |
39 |
Parameter 'regNo' is not assigned and could be declared final |
| 36206 |
src/com/gps/dto/TripDistanceDTO.java |
39 |
Parameter 'tripName' is not assigned and could be declared final |
| 36207 |
src/com/gps/dto/TripDistanceDTO.java |
39 |
publicMethodCommentRequirement Required |
| 36208 |
src/com/gps/dto/TripDistanceDTO.java |
40 |
Parameter 'lattitude' is not assigned and could be declared final |
| 36209 |
src/com/gps/dto/TripDistanceDTO.java |
40 |
Parameter 'longitude' is not assigned and could be declared final |
| 36210 |
src/com/gps/dto/TripDistanceDTO.java |
40 |
Parameter 'speed' is not assigned and could be declared final |
| 36211 |
src/com/gps/dto/TripDistanceDTO.java |
50 |
Parameter 'creationTime' is not assigned and could be declared final |
| 36212 |
src/com/gps/dto/TripDistanceDTO.java |
50 |
Parameter 'regNo' is not assigned and could be declared final |
| 36213 |
src/com/gps/dto/TripDistanceDTO.java |
50 |
Parameter 'tripName' is not assigned and could be declared final |
| 36214 |
src/com/gps/dto/TripDistanceDTO.java |
50 |
publicMethodCommentRequirement Required |
| 36215 |
src/com/gps/dto/TripDistanceDTO.java |
51 |
Parameter 'lattitude' is not assigned and could be declared final |
| 36216 |
src/com/gps/dto/TripDistanceDTO.java |
51 |
Parameter 'longitude' is not assigned and could be declared final |
| 36217 |
src/com/gps/dto/TripDistanceDTO.java |
61 |
Parameter 'creationTime' is not assigned and could be declared final |
| 36218 |
src/com/gps/dto/TripDistanceDTO.java |
61 |
Parameter 'regNo' is not assigned and could be declared final |
| 36219 |
src/com/gps/dto/TripDistanceDTO.java |
61 |
Parameter 'tripName' is not assigned and could be declared final |
| 36220 |
src/com/gps/dto/TripDistanceDTO.java |
61 |
publicMethodCommentRequirement Required |
| 36221 |
src/com/gps/dto/TripDistanceDTO.java |
62 |
Parameter 'event' is not assigned and could be declared final |
| 36222 |
src/com/gps/dto/TripDistanceDTO.java |
62 |
Parameter 'lattitude' is not assigned and could be declared final |
| 36223 |
src/com/gps/dto/TripDistanceDTO.java |
62 |
Parameter 'longitude' is not assigned and could be declared final |
| 36224 |
src/com/gps/dto/TripDistanceDTO.java |
73 |
publicMethodCommentRequirement Required |
| 36225 |
src/com/gps/dto/TripDistanceDTO.java |
87 |
Parameter 'regNo' is not assigned and could be declared final |
| 36226 |
src/com/gps/dto/TripDistanceDTO.java |
101 |
Parameter 'tripName' is not assigned and could be declared final |
| 36227 |
src/com/gps/dto/TripDistanceDTO.java |
115 |
Parameter 'creationTime' is not assigned and could be declared final |
| 36228 |
src/com/gps/dto/TripDistanceDTO.java |
129 |
Parameter 'lattitude' is not assigned and could be declared final |
| 36229 |
src/com/gps/dto/TripDistanceDTO.java |
143 |
Parameter 'longitude' is not assigned and could be declared final |
| 36230 |
src/com/gps/dto/TripDistanceDTO.java |
157 |
Parameter 'event' is not assigned and could be declared final |
| 36231 |
src/com/gps/dto/TripDistanceDTO.java |
171 |
Parameter 'distance' is not assigned and could be declared final |
| 36232 |
src/com/gps/dto/TripDistanceDTO.java |
185 |
Avoid reassigning parameters such as 'speed' |
| 36233 |
src/com/gps/dto/TripDistanceDTO.java |
185 |
Avoid reassigning parameters such as 'speed' |
| 36234 |
src/com/gps/dto/TripDistanceDTO.java |
185 |
Avoid reassigning parameters such as 'speed' |
| 36235 |
src/com/gps/dto/TripDistanceDTO.java |
186 |
Local variable 'twoDForm' could be declared final |
| 36236 |
src/com/gps/dto/TripDistanceDTO.java |
188 |
Avoid using Literals in Conditional Statements |
| 36237 |
src/com/gps/dto/TripDistanceDTO.java |
188 |
Avoid using if statements without curly braces |
| 36238 |
src/com/gps/dto/TripDistanceDTO.java |
190 |
Potential violation of Law of Demeter (object not created locally) |
| 36239 |
src/com/gps/dto/TripDistanceDTO.java |
194 |
Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. |
| 36240 |
src/com/gps/dto/TripDistanceDTO.java |
194 |
fieldCommentRequirement Required |
| 36241 |
src/com/gps/dto/TripDistanceDTO.java |
198 |
Parameter 'tripObj1' is not assigned and could be declared final |
| 36242 |
src/com/gps/dto/TripDistanceDTO.java |
198 |
Parameter 'tripObj2' is not assigned and could be declared final |
| 36243 |
src/com/gps/dto/TripDistanceDTO.java |
198 |
publicMethodCommentRequirement Required |
| 36244 |
src/com/gps/dto/TripDistanceDTO.java |
200 |
Potential violation of Law of Demeter (method chain calls) |
| 36245 |
src/com/gps/dto/TripParamDTO.java |
5 |
headerCommentRequirement Required |
| 36246 |
src/com/gps/dto/TripParamDTO.java |
7 |
Use explicit scoping instead of the default package private level |
| 36247 |
src/com/gps/dto/TripParamDTO.java |
7 |
fieldCommentRequirement Required |
| 36248 |
src/com/gps/dto/TripParamDTO.java |
8 |
Use explicit scoping instead of the default package private level |
| 36249 |
src/com/gps/dto/TripParamDTO.java |
8 |
fieldCommentRequirement Required |
| 36250 |
src/com/gps/dto/TripParamDTO.java |
9 |
Use explicit scoping instead of the default package private level |
| 36251 |
src/com/gps/dto/TripParamDTO.java |
9 |
fieldCommentRequirement Required |
| 36252 |
src/com/gps/dto/TripParamDTO.java |
10 |
Use explicit scoping instead of the default package private level |
| 36253 |
src/com/gps/dto/TripParamDTO.java |
10 |
fieldCommentRequirement Required |
| 36254 |
src/com/gps/dto/TripParamDTO.java |
12 |
Parameter 'creationDate' is not assigned and could be declared final |
| 36255 |
src/com/gps/dto/TripParamDTO.java |
12 |
Parameter 'lattitiude' is not assigned and could be declared final |
| 36256 |
src/com/gps/dto/TripParamDTO.java |
12 |
Parameter 'tripName' is not assigned and could be declared final |
| 36257 |
src/com/gps/dto/TripParamDTO.java |
12 |
publicMethodCommentRequirement Required |
| 36258 |
src/com/gps/dto/TripParamDTO.java |
13 |
Parameter 'longitude' is not assigned and could be declared final |
| 36259 |
src/com/gps/dto/TripParamDTO.java |
30 |
Parameter 'tripName' is not assigned and could be declared final |
| 36260 |
src/com/gps/dto/TripParamDTO.java |
42 |
Parameter 'creationDate' is not assigned and could be declared final |
| 36261 |
src/com/gps/dto/TripParamDTO.java |
54 |
Parameter 'lattitiude' is not assigned and could be declared final |
| 36262 |
src/com/gps/dto/TripParamDTO.java |
66 |
Parameter 'longitude' is not assigned and could be declared final |
| 36263 |
src/com/gps/exception/DeviceAlreadyInUseException.java |
3 |
headerCommentRequirement Required |
| 36264 |
src/com/gps/exception/DeviceAlreadyInUseException.java |
4 |
Avoid variables with short names like s |
| 36265 |
src/com/gps/exception/DeviceAlreadyInUseException.java |
4 |
Parameter 's' is not assigned and could be declared final |
| 36266 |
src/com/gps/exception/DeviceAlreadyInUseException.java |
4 |
publicMethodCommentRequirement Required |
| 36267 |
src/com/gps/exception/DupilicateTripException.java |
3 |
headerCommentRequirement Required |
| 36268 |
src/com/gps/exception/DupilicateTripException.java |
5 |
Avoid variables with short names like s |
| 36269 |
src/com/gps/exception/DupilicateTripException.java |
5 |
Parameter 's' is not assigned and could be declared final |
| 36270 |
src/com/gps/exception/DupilicateTripException.java |
5 |
publicMethodCommentRequirement Required |
| 36271 |
src/com/gps/exception/DuplicateAliasNameException.java |
3 |
headerCommentRequirement Required |
| 36272 |
src/com/gps/exception/DuplicateAliasNameException.java |
4 |
Avoid variables with short names like s |
| 36273 |
src/com/gps/exception/DuplicateAliasNameException.java |
4 |
Parameter 's' is not assigned and could be declared final |
| 36274 |
src/com/gps/exception/DuplicateAliasNameException.java |
4 |
publicMethodCommentRequirement Required |
| 36275 |
src/com/gps/exception/DuplicateDeviceNameException.java |
3 |
headerCommentRequirement Required |
| 36276 |
src/com/gps/exception/DuplicateDeviceNameException.java |
5 |
Avoid variables with short names like s |
| 36277 |
src/com/gps/exception/DuplicateDeviceNameException.java |
5 |
Parameter 's' is not assigned and could be declared final |
| 36278 |
src/com/gps/exception/DuplicateDeviceNameException.java |
5 |
publicMethodCommentRequirement Required |
| 36279 |
src/com/gps/exception/DuplicateMobileNumberException.java |
3 |
headerCommentRequirement Required |
| 36280 |
src/com/gps/exception/DuplicateMobileNumberException.java |
5 |
Avoid variables with short names like s |
| 36281 |
src/com/gps/exception/DuplicateMobileNumberException.java |
5 |
Parameter 's' is not assigned and could be declared final |
| 36282 |
src/com/gps/exception/DuplicateMobileNumberException.java |
5 |
publicMethodCommentRequirement Required |
| 36283 |
src/com/gps/exception/DuplicateRegisterNumberException.java |
3 |
headerCommentRequirement Required |
| 36284 |
src/com/gps/exception/DuplicateRegisterNumberException.java |
4 |
Avoid variables with short names like s |
| 36285 |
src/com/gps/exception/DuplicateRegisterNumberException.java |
4 |
Parameter 's' is not assigned and could be declared final |
| 36286 |
src/com/gps/exception/DuplicateRegisterNumberException.java |
4 |
publicMethodCommentRequirement Required |
| 36287 |
src/com/gps/exception/DuplicateVehicleNameException.java |
3 |
headerCommentRequirement Required |
| 36288 |
src/com/gps/exception/DuplicateVehicleNameException.java |
4 |
Avoid variables with short names like s |
| 36289 |
src/com/gps/exception/DuplicateVehicleNameException.java |
4 |
Parameter 's' is not assigned and could be declared final |
| 36290 |
src/com/gps/exception/DuplicateVehicleNameException.java |
4 |
publicMethodCommentRequirement Required |
| 36291 |
src/com/gps/exception/InvalidMailIdOrPasswordException.java |
3 |
headerCommentRequirement Required |
| 36292 |
src/com/gps/exception/InvalidMailIdOrPasswordException.java |
10 |
Avoid variables with short names like s |
| 36293 |
src/com/gps/exception/InvalidMailIdOrPasswordException.java |
10 |
Parameter 's' is not assigned and could be declared final |
| 36294 |
src/com/gps/exception/InvalidMailIdOrPasswordException.java |
10 |
publicMethodCommentRequirement Required |
| 36295 |
src/com/gps/exception/LoginIDDoesNotMatchException.java |
3 |
headerCommentRequirement Required |
| 36296 |
src/com/gps/exception/LoginIDDoesNotMatchException.java |
5 |
publicMethodCommentRequirement Required |
| 36297 |
src/com/gps/exception/NullFieldsException.java |
3 |
headerCommentRequirement Required |
| 36298 |
src/com/gps/exception/NullFieldsException.java |
4 |
Avoid variables with short names like s |
| 36299 |
src/com/gps/exception/NullFieldsException.java |
4 |
Parameter 's' is not assigned and could be declared final |
| 36300 |
src/com/gps/exception/NullFieldsException.java |
4 |
publicMethodCommentRequirement Required |
| 36301 |
src/com/gps/exception/PassworDoesNotMatchException.java |
3 |
headerCommentRequirement Required |
| 36302 |
src/com/gps/exception/PassworDoesNotMatchException.java |
5 |
publicMethodCommentRequirement Required |
| 36303 |
src/com/gps/exception/TripNameDuplicateException.java |
3 |
headerCommentRequirement Required |
| 36304 |
src/com/gps/exception/TripNameDuplicateException.java |
4 |
Avoid variables with short names like s |
| 36305 |
src/com/gps/exception/TripNameDuplicateException.java |
4 |
Parameter 's' is not assigned and could be declared final |
| 36306 |
src/com/gps/exception/TripNameDuplicateException.java |
4 |
publicMethodCommentRequirement Required |
| 36307 |
src/com/gps/exception/UserNotLoggedInException.java |
3 |
headerCommentRequirement Required |
| 36308 |
src/com/gps/exception/UserNotLoggedInException.java |
6 |
Avoid variables with short names like s |
| 36309 |
src/com/gps/exception/UserNotLoggedInException.java |
6 |
Parameter 's' is not assigned and could be declared final |
| 36310 |
src/com/gps/exception/UserNotLoggedInException.java |
6 |
publicMethodCommentRequirement Required |
| 36311 |
src/com/gps/exception/VehicleExistsInTimeException.java |
3 |
headerCommentRequirement Required |
| 36312 |
src/com/gps/exception/VehicleExistsInTimeException.java |
5 |
Avoid variables with short names like s |
| 36313 |
src/com/gps/exception/VehicleExistsInTimeException.java |
5 |
Parameter 's' is not assigned and could be declared final |
| 36314 |
src/com/gps/exception/VehicleExistsInTimeException.java |
5 |
publicMethodCommentRequirement Required |
| 36315 |
src/com/gps/exception/VehicleInUseException.java |
3 |
headerCommentRequirement Required |
| 36316 |
src/com/gps/exception/VehicleInUseException.java |
4 |
Avoid variables with short names like s |
| 36317 |
src/com/gps/exception/VehicleInUseException.java |
4 |
Parameter 's' is not assigned and could be declared final |
| 36318 |
src/com/gps/exception/VehicleInUseException.java |
4 |
publicMethodCommentRequirement Required |
| 36319 |
src/com/gps/form/GLatLng.java |
3 |
headerCommentRequirement Required |
| 36320 |
src/com/gps/form/GLatLng.java |
5 |
Use explicit scoping instead of the default package private level |
| 36321 |
src/com/gps/form/GLatLng.java |
5 |
fieldCommentRequirement Required |
| 36322 |
src/com/gps/form/GLatLng.java |
6 |
Use explicit scoping instead of the default package private level |
| 36323 |
src/com/gps/form/GLatLng.java |
6 |
fieldCommentRequirement Required |
| 36324 |
src/com/gps/form/GLatLng.java |
8 |
Parameter 'lat' is not assigned and could be declared final |
| 36325 |
src/com/gps/form/GLatLng.java |
8 |
Parameter 'lon' is not assigned and could be declared final |
| 36326 |
src/com/gps/form/GLatLng.java |
8 |
publicMethodCommentRequirement Required |
| 36327 |
src/com/gps/form/GLatLng.java |
13 |
publicMethodCommentRequirement Required |
| 36328 |
src/com/gps/form/GLatLng.java |
17 |
Parameter 'longitude' is not assigned and could be declared final |
| 36329 |
src/com/gps/form/GLatLng.java |
17 |
publicMethodCommentRequirement Required |
| 36330 |
src/com/gps/form/GLatLng.java |
21 |
publicMethodCommentRequirement Required |
| 36331 |
src/com/gps/form/GLatLng.java |
25 |
Parameter 'latitude' is not assigned and could be declared final |
| 36332 |
src/com/gps/form/GLatLng.java |
25 |
publicMethodCommentRequirement Required |
| 36333 |
src/com/gps/form/GenerateMapForm.java |
6 |
headerCommentRequirement Required |
| 36334 |
src/com/gps/form/GenerateMapForm.java |
8 |
fieldCommentRequirement Required |
| 36335 |
src/com/gps/form/GenerateMapForm.java |
9 |
fieldCommentRequirement Required |
| 36336 |
src/com/gps/form/GenerateMapForm.java |
10 |
Avoid excessively long variable names like vehicleDescription |
| 36337 |
src/com/gps/form/GenerateMapForm.java |
10 |
fieldCommentRequirement Required |
| 36338 |
src/com/gps/form/GenerateMapForm.java |
11 |
fieldCommentRequirement Required |
| 36339 |
src/com/gps/form/GenerateMapForm.java |
12 |
fieldCommentRequirement Required |
| 36340 |
src/com/gps/form/GenerateMapForm.java |
13 |
fieldCommentRequirement Required |
| 36341 |
src/com/gps/form/GenerateMapForm.java |
14 |
fieldCommentRequirement Required |
| 36342 |
src/com/gps/form/GenerateMapForm.java |
15 |
fieldCommentRequirement Required |
| 36343 |
src/com/gps/form/GenerateMapForm.java |
16 |
fieldCommentRequirement Required |
| 36344 |
src/com/gps/form/GenerateMapForm.java |
18 |
publicMethodCommentRequirement Required |
| 36345 |
src/com/gps/form/GenerateMapForm.java |
22 |
Parameter 'vehicleGroupId' is not assigned and could be declared final |
| 36346 |
src/com/gps/form/GenerateMapForm.java |
22 |
publicMethodCommentRequirement Required |
| 36347 |
src/com/gps/form/GenerateMapForm.java |
26 |
publicMethodCommentRequirement Required |
| 36348 |
src/com/gps/form/GenerateMapForm.java |
30 |
Parameter 'vehicleId' is not assigned and could be declared final |
| 36349 |
src/com/gps/form/GenerateMapForm.java |
30 |
publicMethodCommentRequirement Required |
| 36350 |
src/com/gps/form/GenerateMapForm.java |
34 |
publicMethodCommentRequirement Required |
| 36351 |
src/com/gps/form/GenerateMapForm.java |
38 |
Avoid excessively long variable names like vehicleDescription |
| 36352 |
src/com/gps/form/GenerateMapForm.java |
38 |
Parameter 'vehicleDescription' is not assigned and could be declared final |
| 36353 |
src/com/gps/form/GenerateMapForm.java |
38 |
publicMethodCommentRequirement Required |
| 36354 |
src/com/gps/form/GenerateMapForm.java |
42 |
publicMethodCommentRequirement Required |
| 36355 |
src/com/gps/form/GenerateMapForm.java |
46 |
Parameter 'model' is not assigned and could be declared final |
| 36356 |
src/com/gps/form/GenerateMapForm.java |
46 |
publicMethodCommentRequirement Required |
| 36357 |
src/com/gps/form/GenerateMapForm.java |
50 |
publicMethodCommentRequirement Required |
| 36358 |
src/com/gps/form/GenerateMapForm.java |
54 |
Parameter 'color' is not assigned and could be declared final |
| 36359 |
src/com/gps/form/GenerateMapForm.java |
54 |
publicMethodCommentRequirement Required |
| 36360 |
src/com/gps/form/GenerateMapForm.java |
58 |
publicMethodCommentRequirement Required |
| 36361 |
src/com/gps/form/GenerateMapForm.java |
62 |
Parameter 'companyName' is not assigned and could be declared final |
| 36362 |
src/com/gps/form/GenerateMapForm.java |
62 |
publicMethodCommentRequirement Required |
| 36363 |
src/com/gps/form/GenerateMapForm.java |
66 |
publicMethodCommentRequirement Required |
| 36364 |
src/com/gps/form/GenerateMapForm.java |
70 |
Parameter 'regNo' is not assigned and could be declared final |
| 36365 |
src/com/gps/form/GenerateMapForm.java |
70 |
publicMethodCommentRequirement Required |
| 36366 |
src/com/gps/form/GenerateMapForm.java |
74 |
publicMethodCommentRequirement Required |
| 36367 |
src/com/gps/form/GenerateMapForm.java |
78 |
Parameter 'imeiNumber' is not assigned and could be declared final |
| 36368 |
src/com/gps/form/GenerateMapForm.java |
78 |
publicMethodCommentRequirement Required |
| 36369 |
src/com/gps/form/GenerateMapForm.java |
82 |
publicMethodCommentRequirement Required |
| 36370 |
src/com/gps/form/GenerateMapForm.java |
86 |
Parameter 'parameter' is not assigned and could be declared final |
| 36371 |
src/com/gps/form/GenerateMapForm.java |
86 |
publicMethodCommentRequirement Required |
| 36372 |
src/com/gps/form/GeofenceForm.java |
5 |
headerCommentRequirement Required |
| 36373 |
src/com/gps/form/GeofenceForm.java |
7 |
fieldCommentRequirement Required |
| 36374 |
src/com/gps/form/GeofenceForm.java |
8 |
fieldCommentRequirement Required |
| 36375 |
src/com/gps/form/GeofenceForm.java |
9 |
fieldCommentRequirement Required |
| 36376 |
src/com/gps/form/GeofenceForm.java |
10 |
fieldCommentRequirement Required |
| 36377 |
src/com/gps/form/GeofenceForm.java |
11 |
fieldCommentRequirement Required |
| 36378 |
src/com/gps/form/GeofenceForm.java |
12 |
fieldCommentRequirement Required |
| 36379 |
src/com/gps/form/GeofenceForm.java |
13 |
fieldCommentRequirement Required |
| 36380 |
src/com/gps/form/GeofenceForm.java |
14 |
fieldCommentRequirement Required |
| 36381 |
src/com/gps/form/GeofenceForm.java |
15 |
fieldCommentRequirement Required |
| 36382 |
src/com/gps/form/GeofenceForm.java |
16 |
fieldCommentRequirement Required |
| 36383 |
src/com/gps/form/GeofenceForm.java |
19 |
publicMethodCommentRequirement Required |
| 36384 |
src/com/gps/form/GeofenceForm.java |
23 |
Parameter 'message' is not assigned and could be declared final |
| 36385 |
src/com/gps/form/GeofenceForm.java |
23 |
publicMethodCommentRequirement Required |
| 36386 |
src/com/gps/form/GeofenceForm.java |
27 |
publicMethodCommentRequirement Required |
| 36387 |
src/com/gps/form/GeofenceForm.java |
31 |
Parameter 'geoMapId' is not assigned and could be declared final |
| 36388 |
src/com/gps/form/GeofenceForm.java |
31 |
publicMethodCommentRequirement Required |
| 36389 |
src/com/gps/form/GeofenceForm.java |
35 |
publicMethodCommentRequirement Required |
| 36390 |
src/com/gps/form/GeofenceForm.java |
39 |
Parameter 'geofenceName' is not assigned and could be declared final |
| 36391 |
src/com/gps/form/GeofenceForm.java |
39 |
publicMethodCommentRequirement Required |
| 36392 |
src/com/gps/form/GeofenceForm.java |
43 |
publicMethodCommentRequirement Required |
| 36393 |
src/com/gps/form/GeofenceForm.java |
47 |
Parameter 'vehicleGroupId' is not assigned and could be declared final |
| 36394 |
src/com/gps/form/GeofenceForm.java |
47 |
publicMethodCommentRequirement Required |
| 36395 |
src/com/gps/form/GeofenceForm.java |
51 |
publicMethodCommentRequirement Required |
| 36396 |
src/com/gps/form/GeofenceForm.java |
55 |
Parameter 'notifierName' is not assigned and could be declared final |
| 36397 |
src/com/gps/form/GeofenceForm.java |
55 |
publicMethodCommentRequirement Required |
| 36398 |
src/com/gps/form/GeofenceForm.java |
59 |
publicMethodCommentRequirement Required |
| 36399 |
src/com/gps/form/GeofenceForm.java |
63 |
Parameter 'notifierAddress' is not assigned and could be declared final |
| 36400 |
src/com/gps/form/GeofenceForm.java |
63 |
publicMethodCommentRequirement Required |
| 36401 |
src/com/gps/form/GeofenceForm.java |
67 |
publicMethodCommentRequirement Required |
| 36402 |
src/com/gps/form/GeofenceForm.java |
71 |
Parameter 'mobileNo' is not assigned and could be declared final |
| 36403 |
src/com/gps/form/GeofenceForm.java |
71 |
publicMethodCommentRequirement Required |
| 36404 |
src/com/gps/form/GeofenceForm.java |
77 |
publicMethodCommentRequirement Required |
| 36405 |
src/com/gps/form/GeofenceForm.java |
81 |
Parameter 'parameter' is not assigned and could be declared final |
| 36406 |
src/com/gps/form/GeofenceForm.java |
81 |
publicMethodCommentRequirement Required |
| 36407 |
src/com/gps/form/GeofenceForm.java |
85 |
publicMethodCommentRequirement Required |
| 36408 |
src/com/gps/form/GeofenceForm.java |
89 |
Parameter 'geofenceId' is not assigned and could be declared final |
| 36409 |
src/com/gps/form/GeofenceForm.java |
89 |
publicMethodCommentRequirement Required |
| 36410 |
src/com/gps/form/GeofenceForm.java |
93 |
publicMethodCommentRequirement Required |
| 36411 |
src/com/gps/form/GeofenceForm.java |
97 |
Parameter 'vehicleId' is not assigned and could be declared final |
| 36412 |
src/com/gps/form/GeofenceForm.java |
97 |
publicMethodCommentRequirement Required |
| 36413 |
src/com/gps/form/LogingpsForm.java |
24 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'login_id' is not final. |
| 36414 |
src/com/gps/form/LogingpsForm.java |
26 |
fieldCommentRequirement Required |
| 36415 |
src/com/gps/form/LogingpsForm.java |
32 |
publicMethodCommentRequirement Required |
| 36416 |
src/com/gps/form/LogingpsForm.java |
36 |
Parameter 'parameter' is not assigned and could be declared final |
| 36417 |
src/com/gps/form/LogingpsForm.java |
36 |
publicMethodCommentRequirement Required |
| 36418 |
src/com/gps/form/LogingpsForm.java |
60 |
Parameter 'password' is not assigned and could be declared final |
| 36419 |
src/com/gps/form/LogingpsForm.java |
68 |
Method names should not contain underscores |
| 36420 |
src/com/gps/form/LogingpsForm.java |
76 |
Method names should not contain underscores |
| 36421 |
src/com/gps/form/LogingpsForm.java |
76 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'login_id' is not final. |
| 36422 |
src/com/gps/form/LogingpsForm.java |
76 |
Parameter 'login_id' is not assigned and could be declared final |
| 36423 |
src/com/gps/hibernate/AccumulatorRef.java |
8 |
Classes implementing Serializable should set a serialVersionUID |
| 36424 |
src/com/gps/hibernate/AccumulatorRef.java |
10 |
fieldCommentRequirement Required |
| 36425 |
src/com/gps/hibernate/AccumulatorRef.java |
11 |
fieldCommentRequirement Required |
| 36426 |
src/com/gps/hibernate/AccumulatorRef.java |
13 |
Document empty constructor |
| 36427 |
src/com/gps/hibernate/AccumulatorRef.java |
13 |
publicMethodCommentRequirement Required |
| 36428 |
src/com/gps/hibernate/AccumulatorRef.java |
16 |
Parameter 'accum' is not assigned and could be declared final |
| 36429 |
src/com/gps/hibernate/AccumulatorRef.java |
16 |
publicMethodCommentRequirement Required |
| 36430 |
src/com/gps/hibernate/AccumulatorRef.java |
20 |
Parameter 'accum' is not assigned and could be declared final |
| 36431 |
src/com/gps/hibernate/AccumulatorRef.java |
20 |
Parameter 'reference' is not assigned and could be declared final |
| 36432 |
src/com/gps/hibernate/AccumulatorRef.java |
20 |
publicMethodCommentRequirement Required |
| 36433 |
src/com/gps/hibernate/AccumulatorRef.java |
25 |
publicMethodCommentRequirement Required |
| 36434 |
src/com/gps/hibernate/AccumulatorRef.java |
29 |
Parameter 'accum' is not assigned and could be declared final |
| 36435 |
src/com/gps/hibernate/AccumulatorRef.java |
29 |
publicMethodCommentRequirement Required |
| 36436 |
src/com/gps/hibernate/AccumulatorRef.java |
33 |
publicMethodCommentRequirement Required |
| 36437 |
src/com/gps/hibernate/AccumulatorRef.java |
37 |
Parameter 'reference' is not assigned and could be declared final |
| 36438 |
src/com/gps/hibernate/AccumulatorRef.java |
37 |
publicMethodCommentRequirement Required |
| 36439 |
src/com/gps/hibernate/AlertHistory.java |
10 |
Classes implementing Serializable should set a serialVersionUID |
| 36440 |
src/com/gps/hibernate/AlertHistory.java |
12 |
Avoid variables with short names like id |
| 36441 |
src/com/gps/hibernate/AlertHistory.java |
12 |
fieldCommentRequirement Required |
| 36442 |
src/com/gps/hibernate/AlertHistory.java |
13 |
fieldCommentRequirement Required |
| 36443 |
src/com/gps/hibernate/AlertHistory.java |
14 |
fieldCommentRequirement Required |
| 36444 |
src/com/gps/hibernate/AlertHistory.java |
15 |
fieldCommentRequirement Required |
| 36445 |
src/com/gps/hibernate/AlertHistory.java |
16 |
fieldCommentRequirement Required |
| 36446 |
src/com/gps/hibernate/AlertHistory.java |
17 |
fieldCommentRequirement Required |
| 36447 |
src/com/gps/hibernate/AlertHistory.java |
18 |
fieldCommentRequirement Required |
| 36448 |
src/com/gps/hibernate/AlertHistory.java |
19 |
fieldCommentRequirement Required |
| 36449 |
src/com/gps/hibernate/AlertHistory.java |
21 |
Document empty constructor |
| 36450 |
src/com/gps/hibernate/AlertHistory.java |
21 |
publicMethodCommentRequirement Required |
| 36451 |
src/com/gps/hibernate/AlertHistory.java |
24 |
Parameter 'organization' is not assigned and could be declared final |
| 36452 |
src/com/gps/hibernate/AlertHistory.java |
24 |
publicMethodCommentRequirement Required |
| 36453 |
src/com/gps/hibernate/AlertHistory.java |
25 |
Parameter 'tripDetails' is not assigned and could be declared final |
| 36454 |
src/com/gps/hibernate/AlertHistory.java |
25 |
Parameter 'tripParameters' is not assigned and could be declared final |
| 36455 |
src/com/gps/hibernate/AlertHistory.java |
26 |
Parameter 'data' is not assigned and could be declared final |
| 36456 |
src/com/gps/hibernate/AlertHistory.java |
26 |
Parameter 'reportRef' is not assigned and could be declared final |
| 36457 |
src/com/gps/hibernate/AlertHistory.java |
26 |
Parameter 'vehicleDetails' is not assigned and could be declared final |
| 36458 |
src/com/gps/hibernate/AlertHistory.java |
27 |
Parameter 'timeStamp' is not assigned and could be declared final |
| 36459 |
src/com/gps/hibernate/AlertHistory.java |
37 |
publicMethodCommentRequirement Required |
| 36460 |
src/com/gps/hibernate/AlertHistory.java |
41 |
Avoid variables with short names like id |
| 36461 |
src/com/gps/hibernate/AlertHistory.java |
41 |
Parameter 'id' is not assigned and could be declared final |
| 36462 |
src/com/gps/hibernate/AlertHistory.java |
41 |
publicMethodCommentRequirement Required |
| 36463 |
src/com/gps/hibernate/AlertHistory.java |
45 |
publicMethodCommentRequirement Required |
| 36464 |
src/com/gps/hibernate/AlertHistory.java |
49 |
Parameter 'organization' is not assigned and could be declared final |
| 36465 |
src/com/gps/hibernate/AlertHistory.java |
49 |
publicMethodCommentRequirement Required |
| 36466 |
src/com/gps/hibernate/AlertHistory.java |
53 |
publicMethodCommentRequirement Required |
| 36467 |
src/com/gps/hibernate/AlertHistory.java |
57 |
Parameter 'tripParameters' is not assigned and could be declared final |
| 36468 |
src/com/gps/hibernate/AlertHistory.java |
57 |
publicMethodCommentRequirement Required |
| 36469 |
src/com/gps/hibernate/AlertHistory.java |
61 |
publicMethodCommentRequirement Required |
| 36470 |
src/com/gps/hibernate/AlertHistory.java |
65 |
Parameter 'tripDetails' is not assigned and could be declared final |
| 36471 |
src/com/gps/hibernate/AlertHistory.java |
65 |
publicMethodCommentRequirement Required |
| 36472 |
src/com/gps/hibernate/AlertHistory.java |
69 |
publicMethodCommentRequirement Required |
| 36473 |
src/com/gps/hibernate/AlertHistory.java |
73 |
Parameter 'vehicleDetails' is not assigned and could be declared final |
| 36474 |
src/com/gps/hibernate/AlertHistory.java |
73 |
publicMethodCommentRequirement Required |
| 36475 |
src/com/gps/hibernate/AlertHistory.java |
77 |
publicMethodCommentRequirement Required |
| 36476 |
src/com/gps/hibernate/AlertHistory.java |
81 |
Parameter 'reportRef' is not assigned and could be declared final |
| 36477 |
src/com/gps/hibernate/AlertHistory.java |
81 |
publicMethodCommentRequirement Required |
| 36478 |
src/com/gps/hibernate/AlertHistory.java |
85 |
publicMethodCommentRequirement Required |
| 36479 |
src/com/gps/hibernate/AlertHistory.java |
89 |
Parameter 'data' is not assigned and could be declared final |
| 36480 |
src/com/gps/hibernate/AlertHistory.java |
89 |
publicMethodCommentRequirement Required |
| 36481 |
src/com/gps/hibernate/AlertHistory.java |
93 |
publicMethodCommentRequirement Required |
| 36482 |
src/com/gps/hibernate/AlertHistory.java |
97 |
Parameter 'timeStamp' is not assigned and could be declared final |
| 36483 |
src/com/gps/hibernate/AlertHistory.java |
97 |
publicMethodCommentRequirement Required |
| 36484 |
src/com/gps/hibernate/AlertHistoryBean.java |
13 |
Avoid variables with short names like id |
| 36485 |
src/com/gps/hibernate/AlertHistoryBean.java |
13 |
fieldCommentRequirement Required |
| 36486 |
src/com/gps/hibernate/AlertHistoryBean.java |
14 |
fieldCommentRequirement Required |
| 36487 |
src/com/gps/hibernate/AlertHistoryBean.java |
15 |
fieldCommentRequirement Required |
| 36488 |
src/com/gps/hibernate/AlertHistoryBean.java |
16 |
fieldCommentRequirement Required |
| 36489 |
src/com/gps/hibernate/AlertHistoryBean.java |
17 |
fieldCommentRequirement Required |
| 36490 |
src/com/gps/hibernate/AlertHistoryBean.java |
18 |
fieldCommentRequirement Required |
| 36491 |
src/com/gps/hibernate/AlertHistoryBean.java |
19 |
fieldCommentRequirement Required |
| 36492 |
src/com/gps/hibernate/AlertHistoryBean.java |
20 |
fieldCommentRequirement Required |
| 36493 |
src/com/gps/hibernate/AlertHistoryBean.java |
22 |
Document empty constructor |
| 36494 |
src/com/gps/hibernate/AlertHistoryBean.java |
22 |
publicMethodCommentRequirement Required |
| 36495 |
src/com/gps/hibernate/AlertHistoryBean.java |
24 |
Parameter 'alertId' is not assigned and could be declared final |
| 36496 |
src/com/gps/hibernate/AlertHistoryBean.java |
24 |
Parameter 'organizationId' is not assigned and could be declared final |
| 36497 |
src/com/gps/hibernate/AlertHistoryBean.java |
24 |
Parameter 'tripParamid' is not assigned and could be declared final |
| 36498 |
src/com/gps/hibernate/AlertHistoryBean.java |
24 |
Parameter 'tripid' is not assigned and could be declared final |
| 36499 |
src/com/gps/hibernate/AlertHistoryBean.java |
24 |
Parameter 'vehicleId' is not assigned and could be declared final |
| 36500 |
src/com/gps/hibernate/AlertHistoryBean.java |
24 |
publicMethodCommentRequirement Required |
| 36501 |
src/com/gps/hibernate/AlertHistoryBean.java |
33 |
Parameter 'organizationId' is not assigned and could be declared final |
| 36502 |
src/com/gps/hibernate/AlertHistoryBean.java |
33 |
Parameter 'tripParamid' is not assigned and could be declared final |
| 36503 |
src/com/gps/hibernate/AlertHistoryBean.java |
33 |
publicMethodCommentRequirement Required |
| 36504 |
src/com/gps/hibernate/AlertHistoryBean.java |
34 |
Parameter 'alertId' is not assigned and could be declared final |
| 36505 |
src/com/gps/hibernate/AlertHistoryBean.java |
34 |
Parameter 'timeStamp' is not assigned and could be declared final |
| 36506 |
src/com/gps/hibernate/AlertHistoryBean.java |
34 |
Parameter 'tripid' is not assigned and could be declared final |
| 36507 |
src/com/gps/hibernate/AlertHistoryBean.java |
34 |
Parameter 'vehicleId' is not assigned and could be declared final |
| 36508 |
src/com/gps/hibernate/AlertHistoryBean.java |
44 |
Parameter 'organizationId' is not assigned and could be declared final |
| 36509 |
src/com/gps/hibernate/AlertHistoryBean.java |
44 |
Parameter 'tripParamid' is not assigned and could be declared final |
| 36510 |
src/com/gps/hibernate/AlertHistoryBean.java |
44 |
publicMethodCommentRequirement Required |
| 36511 |
src/com/gps/hibernate/AlertHistoryBean.java |
45 |
Parameter 'alertId' is not assigned and could be declared final |
| 36512 |
src/com/gps/hibernate/AlertHistoryBean.java |
45 |
Parameter 'data' is not assigned and could be declared final |
| 36513 |
src/com/gps/hibernate/AlertHistoryBean.java |
45 |
Parameter 'timeStamp' is not assigned and could be declared final |
| 36514 |
src/com/gps/hibernate/AlertHistoryBean.java |
45 |
Parameter 'tripid' is not assigned and could be declared final |
| 36515 |
src/com/gps/hibernate/AlertHistoryBean.java |
45 |
Parameter 'vehicleId' is not assigned and could be declared final |
| 36516 |
src/com/gps/hibernate/AlertHistoryBean.java |
55 |
Avoid variables with short names like id |
| 36517 |
src/com/gps/hibernate/AlertHistoryBean.java |
55 |
Parameter 'id' is not assigned and could be declared final |
| 36518 |
src/com/gps/hibernate/AlertHistoryBean.java |
55 |
Parameter 'organizationId' is not assigned and could be declared final |
| 36519 |
src/com/gps/hibernate/AlertHistoryBean.java |
55 |
publicMethodCommentRequirement Required |
| 36520 |
src/com/gps/hibernate/AlertHistoryBean.java |
56 |
Parameter 'tripParamid' is not assigned and could be declared final |
| 36521 |
src/com/gps/hibernate/AlertHistoryBean.java |
56 |
Parameter 'tripid' is not assigned and could be declared final |
| 36522 |
src/com/gps/hibernate/AlertHistoryBean.java |
56 |
Parameter 'vehicleId' is not assigned and could be declared final |
| 36523 |
src/com/gps/hibernate/AlertHistoryBean.java |
57 |
Parameter 'alertId' is not assigned and could be declared final |
| 36524 |
src/com/gps/hibernate/AlertHistoryBean.java |
57 |
Parameter 'data' is not assigned and could be declared final |
| 36525 |
src/com/gps/hibernate/AlertHistoryBean.java |
57 |
Parameter 'timeStamp' is not assigned and could be declared final |
| 36526 |
src/com/gps/hibernate/AlertHistoryBean.java |
69 |
publicMethodCommentRequirement Required |
| 36527 |
src/com/gps/hibernate/AlertHistoryBean.java |
73 |
Avoid variables with short names like id |
| 36528 |
src/com/gps/hibernate/AlertHistoryBean.java |
73 |
Parameter 'id' is not assigned and could be declared final |
| 36529 |
src/com/gps/hibernate/AlertHistoryBean.java |
73 |
publicMethodCommentRequirement Required |
| 36530 |
src/com/gps/hibernate/AlertHistoryBean.java |
77 |
publicMethodCommentRequirement Required |
| 36531 |
src/com/gps/hibernate/AlertHistoryBean.java |
81 |
Parameter 'organizationId' is not assigned and could be declared final |
| 36532 |
src/com/gps/hibernate/AlertHistoryBean.java |
81 |
publicMethodCommentRequirement Required |
| 36533 |
src/com/gps/hibernate/AlertHistoryBean.java |
85 |
publicMethodCommentRequirement Required |
| 36534 |
src/com/gps/hibernate/AlertHistoryBean.java |
89 |
Parameter 'tripParamid' is not assigned and could be declared final |
| 36535 |
src/com/gps/hibernate/AlertHistoryBean.java |
89 |
publicMethodCommentRequirement Required |
| 36536 |
src/com/gps/hibernate/AlertHistoryBean.java |
93 |
publicMethodCommentRequirement Required |
| 36537 |
src/com/gps/hibernate/AlertHistoryBean.java |
97 |
Parameter 'tripid' is not assigned and could be declared final |
| 36538 |
src/com/gps/hibernate/AlertHistoryBean.java |
97 |
publicMethodCommentRequirement Required |
| 36539 |
src/com/gps/hibernate/AlertHistoryBean.java |
101 |
publicMethodCommentRequirement Required |
| 36540 |
src/com/gps/hibernate/AlertHistoryBean.java |
105 |
Parameter 'vehicleId' is not assigned and could be declared final |
| 36541 |
src/com/gps/hibernate/AlertHistoryBean.java |
105 |
publicMethodCommentRequirement Required |
| 36542 |
src/com/gps/hibernate/AlertHistoryBean.java |
109 |
publicMethodCommentRequirement Required |
| 36543 |
src/com/gps/hibernate/AlertHistoryBean.java |
113 |
Parameter 'alertId' is not assigned and could be declared final |
| 36544 |
src/com/gps/hibernate/AlertHistoryBean.java |
113 |
publicMethodCommentRequirement Required |
| 36545 |
src/com/gps/hibernate/AlertHistoryBean.java |
117 |
publicMethodCommentRequirement Required |
| 36546 |
src/com/gps/hibernate/AlertHistoryBean.java |
121 |
Parameter 'data' is not assigned and could be declared final |
| 36547 |
src/com/gps/hibernate/AlertHistoryBean.java |
121 |
publicMethodCommentRequirement Required |
| 36548 |
src/com/gps/hibernate/AlertHistoryBean.java |
125 |
publicMethodCommentRequirement Required |
| 36549 |
src/com/gps/hibernate/AlertHistoryBean.java |
129 |
Parameter 'timeStamp' is not assigned and could be declared final |
| 36550 |
src/com/gps/hibernate/AlertHistoryBean.java |
129 |
publicMethodCommentRequirement Required |
| 36551 |
src/com/gps/hibernate/BaseHibernateDAO.java |
12 |
publicMethodCommentRequirement Required |
| 36552 |
src/com/gps/hibernate/Configurations.java |
8 |
Classes implementing Serializable should set a serialVersionUID |
| 36553 |
src/com/gps/hibernate/Configurations.java |
10 |
fieldCommentRequirement Required |
| 36554 |
src/com/gps/hibernate/Configurations.java |
11 |
fieldCommentRequirement Required |
| 36555 |
src/com/gps/hibernate/Configurations.java |
12 |
fieldCommentRequirement Required |
| 36556 |
src/com/gps/hibernate/Configurations.java |
14 |
Document empty constructor |
| 36557 |
src/com/gps/hibernate/Configurations.java |
14 |
publicMethodCommentRequirement Required |
| 36558 |
src/com/gps/hibernate/Configurations.java |
17 |
Parameter 'configName' is not assigned and could be declared final |
| 36559 |
src/com/gps/hibernate/Configurations.java |
17 |
Parameter 'configValue' is not assigned and could be declared final |
| 36560 |
src/com/gps/hibernate/Configurations.java |
17 |
publicMethodCommentRequirement Required |
| 36561 |
src/com/gps/hibernate/Configurations.java |
22 |
publicMethodCommentRequirement Required |
| 36562 |
src/com/gps/hibernate/Configurations.java |
26 |
Parameter 'configNo' is not assigned and could be declared final |
| 36563 |
src/com/gps/hibernate/Configurations.java |
26 |
publicMethodCommentRequirement Required |
| 36564 |
src/com/gps/hibernate/Configurations.java |
30 |
publicMethodCommentRequirement Required |
| 36565 |
src/com/gps/hibernate/Configurations.java |
34 |
Parameter 'configName' is not assigned and could be declared final |
| 36566 |
src/com/gps/hibernate/Configurations.java |
34 |
publicMethodCommentRequirement Required |
| 36567 |
src/com/gps/hibernate/Configurations.java |
38 |
publicMethodCommentRequirement Required |
| 36568 |
src/com/gps/hibernate/Configurations.java |
42 |
Parameter 'configValue' is not assigned and could be declared final |
| 36569 |
src/com/gps/hibernate/Configurations.java |
42 |
publicMethodCommentRequirement Required |
| 36570 |
src/com/gps/hibernate/ConfigurationsDAO.java |
19 |
headerCommentRequirement Required |
| 36571 |
src/com/gps/hibernate/ConfigurationsDAO.java |
21 |
Logger should be defined private static final and have the correct class |
| 36572 |
src/com/gps/hibernate/ConfigurationsDAO.java |
21 |
Variables that are final and static should be all capitals, 'log' is not all capitals. |
| 36573 |
src/com/gps/hibernate/ConfigurationsDAO.java |
21 |
fieldCommentRequirement Required |
| 36574 |
src/com/gps/hibernate/ConfigurationsDAO.java |
22 |
Parameter 'ConfigName' is not assigned and could be declared final |
| 36575 |
src/com/gps/hibernate/ConfigurationsDAO.java |
22 |
Variables should start with a lowercase character, 'ConfigName' starts with uppercase character. |
| 36576 |
src/com/gps/hibernate/ConfigurationsDAO.java |
22 |
publicMethodCommentRequirement Required |
| 36577 |
src/com/gps/hibernate/ConfigurationsDAO.java |
26 |
Local variable 'session' could be declared final |
| 36578 |
src/com/gps/hibernate/ConfigurationsDAO.java |
27 |
Local variable 'ConfigList' could be declared final |
| 36579 |
src/com/gps/hibernate/ConfigurationsDAO.java |
27 |
Potential violation of Law of Demeter (method chain calls) |
| 36580 |
src/com/gps/hibernate/ConfigurationsDAO.java |
27 |
Potential violation of Law of Demeter (object not created locally) |
| 36581 |
src/com/gps/hibernate/ConfigurationsDAO.java |
27 |
Variables should start with a lowercase character, 'ConfigList' starts with uppercase character. |
| 36582 |
src/com/gps/hibernate/ConfigurationsDAO.java |
28 |
Potential violation of Law of Demeter (object not created locally) |
| 36583 |
src/com/gps/hibernate/ConfigurationsDAO.java |
29 |
Potential violation of Law of Demeter (object not created locally) |
| 36584 |
src/com/gps/hibernate/ConfigurationsDAO.java |
29 |
Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty() |
| 36585 |
src/com/gps/hibernate/ConfigurationsDAO.java |
31 |
A method should have only one exit point, and that should be the last statement in the method |
| 36586 |
src/com/gps/hibernate/ConfigurationsDAO.java |
31 |
Potential violation of Law of Demeter (object not created locally) |
| 36587 |
src/com/gps/hibernate/ConfigurationsDAO.java |
36 |
There is log block not surrounded by if |
| 36588 |
src/com/gps/hibernate/ConfigurationsDAO.java |
38 |
Avoid catching NullPointerException; consider removing the cause of the NPE. |
| 36589 |
src/com/gps/hibernate/ConfigurationsDAO.java |
38 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 36590 |
src/com/gps/hibernate/ConfigurationsDAO.java |
40 |
There is log block not surrounded by if |
| 36591 |
src/com/gps/hibernate/ConfigurationsDAO.java |
42 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 36592 |
src/com/gps/hibernate/ConfigurationsDAO.java |
44 |
There is log block not surrounded by if |
| 36593 |
src/com/gps/hibernate/DataContextMapping.java |
8 |
Classes implementing Serializable should set a serialVersionUID |
| 36594 |
src/com/gps/hibernate/DataContextMapping.java |
10 |
Avoid variables with short names like id |
| 36595 |
src/com/gps/hibernate/DataContextMapping.java |
10 |
fieldCommentRequirement Required |
| 36596 |
src/com/gps/hibernate/DataContextMapping.java |
11 |
fieldCommentRequirement Required |
| 36597 |
src/com/gps/hibernate/DataContextMapping.java |
12 |
fieldCommentRequirement Required |
| 36598 |
src/com/gps/hibernate/DataContextMapping.java |
13 |
fieldCommentRequirement Required |
| 36599 |
src/com/gps/hibernate/DataContextMapping.java |
14 |
fieldCommentRequirement Required |
| 36600 |
src/com/gps/hibernate/DataContextMapping.java |
15 |
fieldCommentRequirement Required |
| 36601 |
src/com/gps/hibernate/DataContextMapping.java |
17 |
Document empty constructor |
| 36602 |
src/com/gps/hibernate/DataContextMapping.java |
17 |
publicMethodCommentRequirement Required |
| 36603 |
src/com/gps/hibernate/DataContextMapping.java |
20 |
Parameter 'organization' is not assigned and could be declared final |
| 36604 |
src/com/gps/hibernate/DataContextMapping.java |
20 |
Parameter 'reportRef' is not assigned and could be declared final |
| 36605 |
src/com/gps/hibernate/DataContextMapping.java |
20 |
publicMethodCommentRequirement Required |
| 36606 |
src/com/gps/hibernate/DataContextMapping.java |
21 |
Parameter 'control' is not assigned and could be declared final |
| 36607 |
src/com/gps/hibernate/DataContextMapping.java |
21 |
Parameter 'data' is not assigned and could be declared final |
| 36608 |
src/com/gps/hibernate/DataContextMapping.java |
21 |
Parameter 'screenName' is not assigned and could be declared final |
| 36609 |
src/com/gps/hibernate/DataContextMapping.java |
29 |
publicMethodCommentRequirement Required |
| 36610 |
src/com/gps/hibernate/DataContextMapping.java |
33 |
Avoid variables with short names like id |
| 36611 |
src/com/gps/hibernate/DataContextMapping.java |
33 |
Parameter 'id' is not assigned and could be declared final |
| 36612 |
src/com/gps/hibernate/DataContextMapping.java |
33 |
publicMethodCommentRequirement Required |
| 36613 |
src/com/gps/hibernate/DataContextMapping.java |
37 |
publicMethodCommentRequirement Required |
| 36614 |
src/com/gps/hibernate/DataContextMapping.java |
41 |
Parameter 'organization' is not assigned and could be declared final |
| 36615 |
src/com/gps/hibernate/DataContextMapping.java |
41 |
publicMethodCommentRequirement Required |
| 36616 |
src/com/gps/hibernate/DataContextMapping.java |
45 |
publicMethodCommentRequirement Required |
| 36617 |
src/com/gps/hibernate/DataContextMapping.java |
49 |
Parameter 'reportRef' is not assigned and could be declared final |
| 36618 |
src/com/gps/hibernate/DataContextMapping.java |
49 |
publicMethodCommentRequirement Required |
| 36619 |
src/com/gps/hibernate/DataContextMapping.java |
53 |
publicMethodCommentRequirement Required |
| 36620 |
src/com/gps/hibernate/DataContextMapping.java |
57 |
Parameter 'screenName' is not assigned and could be declared final |
| 36621 |
src/com/gps/hibernate/DataContextMapping.java |
57 |
publicMethodCommentRequirement Required |
| 36622 |
src/com/gps/hibernate/DataContextMapping.java |
61 |
publicMethodCommentRequirement Required |
| 36623 |
src/com/gps/hibernate/DataContextMapping.java |
65 |
Parameter 'control' is not assigned and could be declared final |
| 36624 |
src/com/gps/hibernate/DataContextMapping.java |
65 |
publicMethodCommentRequirement Required |
| 36625 |
src/com/gps/hibernate/DataContextMapping.java |
69 |
publicMethodCommentRequirement Required |
| 36626 |
src/com/gps/hibernate/DataContextMapping.java |
73 |
Parameter 'data' is not assigned and could be declared final |
| 36627 |
src/com/gps/hibernate/DataContextMapping.java |
73 |
publicMethodCommentRequirement Required |
| 36628 |
src/com/gps/hibernate/Device.java |
14 |
Classes implementing Serializable should set a serialVersionUID |
| 36629 |
src/com/gps/hibernate/Device.java |
18 |
fieldCommentRequirement Required |
| 36630 |
src/com/gps/hibernate/Device.java |
19 |
fieldCommentRequirement Required |
| 36631 |
src/com/gps/hibernate/Device.java |
20 |
fieldCommentRequirement Required |
| 36632 |
src/com/gps/hibernate/Device.java |
21 |
Avoid excessively long variable names like lastPacketReceivedTime |
| 36633 |
src/com/gps/hibernate/Device.java |
21 |
fieldCommentRequirement Required |
| 36634 |
src/com/gps/hibernate/Device.java |
22 |
fieldCommentRequirement Required |
| 36635 |
src/com/gps/hibernate/Device.java |
23 |
fieldCommentRequirement Required |
| 36636 |
src/com/gps/hibernate/Device.java |
24 |
fieldCommentRequirement Required |
| 36637 |
src/com/gps/hibernate/Device.java |
25 |
fieldCommentRequirement Required |
| 36638 |
src/com/gps/hibernate/Device.java |
26 |
fieldCommentRequirement Required |
| 36639 |
src/com/gps/hibernate/Device.java |
27 |
fieldCommentRequirement Required |
| 36640 |
src/com/gps/hibernate/Device.java |
28 |
fieldCommentRequirement Required |
| 36641 |
src/com/gps/hibernate/Device.java |
29 |
publicMethodCommentRequirement Required |
| 36642 |
src/com/gps/hibernate/Device.java |
33 |
Parameter 'workStatus' is not assigned and could be declared final |
| 36643 |
src/com/gps/hibernate/Device.java |
33 |
publicMethodCommentRequirement Required |
| 36644 |
src/com/gps/hibernate/Device.java |
37 |
publicMethodCommentRequirement Required |
| 36645 |
src/com/gps/hibernate/Device.java |
41 |
Parameter 'inuseStatus' is not assigned and could be declared final |
| 36646 |
src/com/gps/hibernate/Device.java |
41 |
publicMethodCommentRequirement Required |
| 36647 |
src/com/gps/hibernate/Device.java |
45 |
publicMethodCommentRequirement Required |
| 36648 |
src/com/gps/hibernate/Device.java |
49 |
Parameter 'enableStatus' is not assigned and could be declared final |
| 36649 |
src/com/gps/hibernate/Device.java |
49 |
publicMethodCommentRequirement Required |
| 36650 |
src/com/gps/hibernate/Device.java |
53 |
Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. |
| 36651 |
src/com/gps/hibernate/Device.java |
53 |
fieldCommentRequirement Required |
| 36652 |
src/com/gps/hibernate/Device.java |
58 |
Document empty constructor |
| 36653 |
src/com/gps/hibernate/Device.java |
62 |
Avoid excessively long variable names like lastPacketReceivedTime |
| 36654 |
src/com/gps/hibernate/Device.java |
62 |
Parameter 'imeiNumber' is not assigned and could be declared final |
| 36655 |
src/com/gps/hibernate/Device.java |
62 |
Parameter 'lastPacketReceivedTime' is not assigned and could be declared final |
| 36656 |
src/com/gps/hibernate/Device.java |
63 |
Parameter 'firmwareVersion' is not assigned and could be declared final |
| 36657 |
src/com/gps/hibernate/Device.java |
63 |
Parameter 'lastKnownIp' is not assigned and could be declared final |
| 36658 |
src/com/gps/hibernate/Device.java |
63 |
Parameter 'mobileNumber' is not assigned and could be declared final |
| 36659 |
src/com/gps/hibernate/Device.java |
72 |
Avoid excessively long variable names like lastPacketReceivedTime |
| 36660 |
src/com/gps/hibernate/Device.java |
72 |
Parameter 'imeiNumber' is not assigned and could be declared final |
| 36661 |
src/com/gps/hibernate/Device.java |
72 |
Parameter 'lastPacketReceivedTime' is not assigned and could be declared final |
| 36662 |
src/com/gps/hibernate/Device.java |
73 |
Parameter 'firmwareVersion' is not assigned and could be declared final |
| 36663 |
src/com/gps/hibernate/Device.java |
73 |
Parameter 'lastKnownIp' is not assigned and could be declared final |
| 36664 |
src/com/gps/hibernate/Device.java |
73 |
Parameter 'mobileNumber' is not assigned and could be declared final |
| 36665 |
src/com/gps/hibernate/Device.java |
74 |
Parameter 'vehicleDetailses' is not assigned and could be declared final |
| 36666 |
src/com/gps/hibernate/Device.java |
88 |
publicMethodCommentRequirement Required |
| 36667 |
src/com/gps/hibernate/Device.java |
92 |
publicMethodCommentRequirement Required |
| 36668 |
src/com/gps/hibernate/Device.java |
96 |
Parameter 'aliasName' is not assigned and could be declared final |
| 36669 |
src/com/gps/hibernate/Device.java |
96 |
publicMethodCommentRequirement Required |
| 36670 |
src/com/gps/hibernate/Device.java |
100 |
Parameter 'deviceId' is not assigned and could be declared final |
| 36671 |
src/com/gps/hibernate/Device.java |
100 |
publicMethodCommentRequirement Required |
| 36672 |
src/com/gps/hibernate/Device.java |
104 |
publicMethodCommentRequirement Required |
| 36673 |
src/com/gps/hibernate/Device.java |
108 |
Parameter 'imeiNumber' is not assigned and could be declared final |
| 36674 |
src/com/gps/hibernate/Device.java |
108 |
publicMethodCommentRequirement Required |
| 36675 |
src/com/gps/hibernate/Device.java |
112 |
publicMethodCommentRequirement Required |
| 36676 |
src/com/gps/hibernate/Device.java |
116 |
Avoid excessively long variable names like lastPacketReceivedTime |
| 36677 |
src/com/gps/hibernate/Device.java |
116 |
Parameter 'lastPacketReceivedTime' is not assigned and could be declared final |
| 36678 |
src/com/gps/hibernate/Device.java |
116 |
publicMethodCommentRequirement Required |
| 36679 |
src/com/gps/hibernate/Device.java |
120 |
publicMethodCommentRequirement Required |
| 36680 |
src/com/gps/hibernate/Device.java |
124 |
Parameter 'lastKnownIp' is not assigned and could be declared final |
| 36681 |
src/com/gps/hibernate/Device.java |
124 |
publicMethodCommentRequirement Required |
| 36682 |
src/com/gps/hibernate/Device.java |
128 |
publicMethodCommentRequirement Required |
| 36683 |
src/com/gps/hibernate/Device.java |
132 |
Parameter 'firmwareVersion' is not assigned and could be declared final |
| 36684 |
src/com/gps/hibernate/Device.java |
132 |
publicMethodCommentRequirement Required |
| 36685 |
src/com/gps/hibernate/Device.java |
136 |
publicMethodCommentRequirement Required |
| 36686 |
src/com/gps/hibernate/Device.java |
140 |
Parameter 'mobileNumber' is not assigned and could be declared final |
| 36687 |
src/com/gps/hibernate/Device.java |
140 |
publicMethodCommentRequirement Required |
| 36688 |
src/com/gps/hibernate/Device.java |
144 |
publicMethodCommentRequirement Required |
| 36689 |
src/com/gps/hibernate/Device.java |
148 |
Parameter 'vehicleDetailses' is not assigned and could be declared final |
| 36690 |
src/com/gps/hibernate/Device.java |
148 |
publicMethodCommentRequirement Required |
| 36691 |
src/com/gps/hibernate/Device.java |
152 |
publicMethodCommentRequirement Required |
| 36692 |
src/com/gps/hibernate/Device.java |
156 |
Parameter 'organization' is not assigned and could be declared final |
| 36693 |
src/com/gps/hibernate/Device.java |
156 |
publicMethodCommentRequirement Required |
| 36694 |
src/com/gps/hibernate/DeviceDAO.java |
12 |
Comment is too large: Too many lines |
| 36695 |
src/com/gps/hibernate/DeviceDAO.java |
24 |
This class has too many methods, consider refactoring it. |
| 36696 |
src/com/gps/hibernate/DeviceDAO.java |
25 |
Logger should be defined private static final and have the correct class |
| 36697 |
src/com/gps/hibernate/DeviceDAO.java |
25 |
Variables that are final and static should be all capitals, 'log' is not all capitals. |
| 36698 |
src/com/gps/hibernate/DeviceDAO.java |
25 |
fieldCommentRequirement Required |
| 36699 |
src/com/gps/hibernate/DeviceDAO.java |
27 |
fieldCommentRequirement Required |
| 36700 |
src/com/gps/hibernate/DeviceDAO.java |
28 |
fieldCommentRequirement Required |
| 36701 |
src/com/gps/hibernate/DeviceDAO.java |
29 |
fieldCommentRequirement Required |
| 36702 |
src/com/gps/hibernate/DeviceDAO.java |
30 |
fieldCommentRequirement Required |
| 36703 |
src/com/gps/hibernate/DeviceDAO.java |
32 |
Parameter 'transientInstance' is not assigned and could be declared final |
| 36704 |
src/com/gps/hibernate/DeviceDAO.java |
32 |
publicMethodCommentRequirement Required |
| 36705 |
src/com/gps/hibernate/DeviceDAO.java |
33 |
There is log block not surrounded by if |
| 36706 |
src/com/gps/hibernate/DeviceDAO.java |
33 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 36707 |
src/com/gps/hibernate/DeviceDAO.java |
35 |
Potential violation of Law of Demeter (method chain calls) |
| 36708 |
src/com/gps/hibernate/DeviceDAO.java |
36 |
There is log block not surrounded by if |
| 36709 |
src/com/gps/hibernate/DeviceDAO.java |
36 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 36710 |
src/com/gps/hibernate/DeviceDAO.java |
37 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 36711 |
src/com/gps/hibernate/DeviceDAO.java |
38 |
There is log block not surrounded by if |
| 36712 |
src/com/gps/hibernate/DeviceDAO.java |
43 |
Avoid excessively long variable names like persistentInstance |
| 36713 |
src/com/gps/hibernate/DeviceDAO.java |
43 |
Parameter 'persistentInstance' is not assigned and could be declared final |
| 36714 |
src/com/gps/hibernate/DeviceDAO.java |
43 |
publicMethodCommentRequirement Required |
| 36715 |
src/com/gps/hibernate/DeviceDAO.java |
44 |
There is log block not surrounded by if |
| 36716 |
src/com/gps/hibernate/DeviceDAO.java |
44 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 36717 |
src/com/gps/hibernate/DeviceDAO.java |
46 |
Potential violation of Law of Demeter (method chain calls) |
| 36718 |
src/com/gps/hibernate/DeviceDAO.java |
47 |
There is log block not surrounded by if |
| 36719 |
src/com/gps/hibernate/DeviceDAO.java |
47 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 36720 |
src/com/gps/hibernate/DeviceDAO.java |
48 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 36721 |
src/com/gps/hibernate/DeviceDAO.java |
49 |
There is log block not surrounded by if |
| 36722 |
src/com/gps/hibernate/DeviceDAO.java |
54 |
Avoid variables with short names like id |
| 36723 |
src/com/gps/hibernate/DeviceDAO.java |
54 |
Parameter 'id' is not assigned and could be declared final |
| 36724 |
src/com/gps/hibernate/DeviceDAO.java |
54 |
publicMethodCommentRequirement Required |
| 36725 |
src/com/gps/hibernate/DeviceDAO.java |
55 |
There is log block not surrounded by if |
| 36726 |
src/com/gps/hibernate/DeviceDAO.java |
55 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 36727 |
src/com/gps/hibernate/DeviceDAO.java |
57 |
Local variable 'instance' could be declared final |
| 36728 |
src/com/gps/hibernate/DeviceDAO.java |
57 |
Potential violation of Law of Demeter (method chain calls) |
| 36729 |
src/com/gps/hibernate/DeviceDAO.java |
60 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 36730 |
src/com/gps/hibernate/DeviceDAO.java |
61 |
There is log block not surrounded by if |
| 36731 |
src/com/gps/hibernate/DeviceDAO.java |
66 |
Parameter 'instance' is not assigned and could be declared final |
| 36732 |
src/com/gps/hibernate/DeviceDAO.java |
66 |
publicMethodCommentRequirement Required |
| 36733 |
src/com/gps/hibernate/DeviceDAO.java |
67 |
There is log block not surrounded by if |
| 36734 |
src/com/gps/hibernate/DeviceDAO.java |
67 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 36735 |
src/com/gps/hibernate/DeviceDAO.java |
69 |
Local variable 'results' could be declared final |
| 36736 |
src/com/gps/hibernate/DeviceDAO.java |
69 |
Potential violation of Law of Demeter (method chain calls) |
| 36737 |
src/com/gps/hibernate/DeviceDAO.java |
69 |
Potential violation of Law of Demeter (method chain calls) |
| 36738 |
src/com/gps/hibernate/DeviceDAO.java |
69 |
Potential violation of Law of Demeter (method chain calls) |
| 36739 |
src/com/gps/hibernate/DeviceDAO.java |
72 |
There is log block not surrounded by if |
| 36740 |
src/com/gps/hibernate/DeviceDAO.java |
72 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 36741 |
src/com/gps/hibernate/DeviceDAO.java |
73 |
Potential violation of Law of Demeter (object not created locally) |
| 36742 |
src/com/gps/hibernate/DeviceDAO.java |
75 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 36743 |
src/com/gps/hibernate/DeviceDAO.java |
76 |
There is log block not surrounded by if |
| 36744 |
src/com/gps/hibernate/DeviceDAO.java |
81 |
Parameter 'propertyName' is not assigned and could be declared final |
| 36745 |
src/com/gps/hibernate/DeviceDAO.java |
81 |
Parameter 'value' is not assigned and could be declared final |
| 36746 |
src/com/gps/hibernate/DeviceDAO.java |
81 |
publicMethodCommentRequirement Required |
| 36747 |
src/com/gps/hibernate/DeviceDAO.java |
82 |
There is log block not surrounded by if |
| 36748 |
src/com/gps/hibernate/DeviceDAO.java |
82 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 36749 |
src/com/gps/hibernate/DeviceDAO.java |
85 |
Local variable 'queryString' could be declared final |
| 36750 |
src/com/gps/hibernate/DeviceDAO.java |
87 |
Local variable 'queryObject' could be declared final |
| 36751 |
src/com/gps/hibernate/DeviceDAO.java |
87 |
Potential violation of Law of Demeter (method chain calls) |
| 36752 |
src/com/gps/hibernate/DeviceDAO.java |
88 |
Potential violation of Law of Demeter (object not created locally) |
| 36753 |
src/com/gps/hibernate/DeviceDAO.java |
89 |
Potential violation of Law of Demeter (object not created locally) |
| 36754 |
src/com/gps/hibernate/DeviceDAO.java |
90 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 36755 |
src/com/gps/hibernate/DeviceDAO.java |
91 |
There is log block not surrounded by if |
| 36756 |
src/com/gps/hibernate/DeviceDAO.java |
96 |
Parameter 'imeiNumber' is not assigned and could be declared final |
| 36757 |
src/com/gps/hibernate/DeviceDAO.java |
96 |
publicMethodCommentRequirement Required |
| 36758 |
src/com/gps/hibernate/DeviceDAO.java |
100 |
Parameter 'lastKnownIp' is not assigned and could be declared final |
| 36759 |
src/com/gps/hibernate/DeviceDAO.java |
100 |
publicMethodCommentRequirement Required |
| 36760 |
src/com/gps/hibernate/DeviceDAO.java |
104 |
Parameter 'firmwareVersion' is not assigned and could be declared final |
| 36761 |
src/com/gps/hibernate/DeviceDAO.java |
104 |
publicMethodCommentRequirement Required |
| 36762 |
src/com/gps/hibernate/DeviceDAO.java |
108 |
Parameter 'mobileNumber' is not assigned and could be declared final |
| 36763 |
src/com/gps/hibernate/DeviceDAO.java |
108 |
publicMethodCommentRequirement Required |
| 36764 |
src/com/gps/hibernate/DeviceDAO.java |
112 |
Parameter 'first' is not assigned and could be declared final |
| 36765 |
src/com/gps/hibernate/DeviceDAO.java |
112 |
Parameter 'last' is not assigned and could be declared final |
| 36766 |
src/com/gps/hibernate/DeviceDAO.java |
112 |
publicMethodCommentRequirement Required |
| 36767 |
src/com/gps/hibernate/DeviceDAO.java |
113 |
There is log block not surrounded by if |
| 36768 |
src/com/gps/hibernate/DeviceDAO.java |
113 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 36769 |
src/com/gps/hibernate/DeviceDAO.java |
115 |
Local variable 'queryString' could be declared final |
| 36770 |
src/com/gps/hibernate/DeviceDAO.java |
116 |
Local variable 'queryObject' could be declared final |
| 36771 |
src/com/gps/hibernate/DeviceDAO.java |
116 |
Potential violation of Law of Demeter (method chain calls) |
| 36772 |
src/com/gps/hibernate/DeviceDAO.java |
117 |
Potential violation of Law of Demeter (object not created locally) |
| 36773 |
src/com/gps/hibernate/DeviceDAO.java |
118 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 36774 |
src/com/gps/hibernate/DeviceDAO.java |
119 |
There is log block not surrounded by if |
| 36775 |
src/com/gps/hibernate/DeviceDAO.java |
124 |
Parameter 'detachedInstance' is not assigned and could be declared final |
| 36776 |
src/com/gps/hibernate/DeviceDAO.java |
124 |
publicMethodCommentRequirement Required |
| 36777 |
src/com/gps/hibernate/DeviceDAO.java |
125 |
There is log block not surrounded by if |
| 36778 |
src/com/gps/hibernate/DeviceDAO.java |
125 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 36779 |
src/com/gps/hibernate/DeviceDAO.java |
127 |
Local variable 'result' could be declared final |
| 36780 |
src/com/gps/hibernate/DeviceDAO.java |
127 |
Potential violation of Law of Demeter (method chain calls) |
| 36781 |
src/com/gps/hibernate/DeviceDAO.java |
128 |
There is log block not surrounded by if |
| 36782 |
src/com/gps/hibernate/DeviceDAO.java |
128 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 36783 |
src/com/gps/hibernate/DeviceDAO.java |
130 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 36784 |
src/com/gps/hibernate/DeviceDAO.java |
131 |
There is log block not surrounded by if |
| 36785 |
src/com/gps/hibernate/DeviceDAO.java |
136 |
Parameter 'instance' is not assigned and could be declared final |
| 36786 |
src/com/gps/hibernate/DeviceDAO.java |
136 |
publicMethodCommentRequirement Required |
| 36787 |
src/com/gps/hibernate/DeviceDAO.java |
137 |
There is log block not surrounded by if |
| 36788 |
src/com/gps/hibernate/DeviceDAO.java |
137 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 36789 |
src/com/gps/hibernate/DeviceDAO.java |
139 |
Potential violation of Law of Demeter (method chain calls) |
| 36790 |
src/com/gps/hibernate/DeviceDAO.java |
140 |
There is log block not surrounded by if |
| 36791 |
src/com/gps/hibernate/DeviceDAO.java |
140 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 36792 |
src/com/gps/hibernate/DeviceDAO.java |
141 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 36793 |
src/com/gps/hibernate/DeviceDAO.java |
142 |
There is log block not surrounded by if |
| 36794 |
src/com/gps/hibernate/DeviceDAO.java |
147 |
Parameter 'instance' is not assigned and could be declared final |
| 36795 |
src/com/gps/hibernate/DeviceDAO.java |
147 |
publicMethodCommentRequirement Required |
| 36796 |
src/com/gps/hibernate/DeviceDAO.java |
148 |
There is log block not surrounded by if |
| 36797 |
src/com/gps/hibernate/DeviceDAO.java |
148 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 36798 |
src/com/gps/hibernate/DeviceDAO.java |
150 |
Potential violation of Law of Demeter (method chain calls) |
| 36799 |
src/com/gps/hibernate/DeviceDAO.java |
151 |
There is log block not surrounded by if |
| 36800 |
src/com/gps/hibernate/DeviceDAO.java |
151 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 36801 |
src/com/gps/hibernate/DeviceDAO.java |
152 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 36802 |
src/com/gps/hibernate/DeviceDAO.java |
153 |
There is log block not surrounded by if |
| 36803 |
src/com/gps/hibernate/DistanceHistory.java |
5 |
Classes implementing Serializable should set a serialVersionUID |
| 36804 |
src/com/gps/hibernate/DistanceHistory.java |
5 |
headerCommentRequirement Required |
| 36805 |
src/com/gps/hibernate/DistanceHistory.java |
6 |
Avoid variables with short names like id |
| 36806 |
src/com/gps/hibernate/DistanceHistory.java |
6 |
fieldCommentRequirement Required |
| 36807 |
src/com/gps/hibernate/DistanceHistory.java |
7 |
fieldCommentRequirement Required |
| 36808 |
src/com/gps/hibernate/DistanceHistory.java |
8 |
fieldCommentRequirement Required |
| 36809 |
src/com/gps/hibernate/DistanceHistory.java |
9 |
fieldCommentRequirement Required |
| 36810 |
src/com/gps/hibernate/DistanceHistory.java |
10 |
fieldCommentRequirement Required |
| 36811 |
src/com/gps/hibernate/DistanceHistory.java |
11 |
fieldCommentRequirement Required |
| 36812 |
src/com/gps/hibernate/DistanceHistory.java |
12 |
fieldCommentRequirement Required |
| 36813 |
src/com/gps/hibernate/DistanceHistory.java |
13 |
fieldCommentRequirement Required |
| 36814 |
src/com/gps/hibernate/DistanceHistory.java |
15 |
Document empty constructor |
| 36815 |
src/com/gps/hibernate/DistanceHistory.java |
15 |
publicMethodCommentRequirement Required |
| 36816 |
src/com/gps/hibernate/DistanceHistory.java |
19 |
Avoid variables with short names like id |
| 36817 |
src/com/gps/hibernate/DistanceHistory.java |
19 |
Parameter 'id' is not assigned and could be declared final |
| 36818 |
src/com/gps/hibernate/DistanceHistory.java |
19 |
Parameter 'organization' is not assigned and could be declared final |
| 36819 |
src/com/gps/hibernate/DistanceHistory.java |
19 |
publicMethodCommentRequirement Required |
| 36820 |
src/com/gps/hibernate/DistanceHistory.java |
20 |
Parameter 'date' is not assigned and could be declared final |
| 36821 |
src/com/gps/hibernate/DistanceHistory.java |
20 |
Parameter 'tripDistance' is not assigned and could be declared final |
| 36822 |
src/com/gps/hibernate/DistanceHistory.java |
20 |
Parameter 'vehicleDetails' is not assigned and could be declared final |
| 36823 |
src/com/gps/hibernate/DistanceHistory.java |
21 |
Parameter 'nonTripDistance' is not assigned and could be declared final |
| 36824 |
src/com/gps/hibernate/DistanceHistory.java |
21 |
Parameter 'startSpeedLimit' is not assigned and could be declared final |
| 36825 |
src/com/gps/hibernate/DistanceHistory.java |
22 |
Parameter 'endSpeedLimit' is not assigned and could be declared final |
| 36826 |
src/com/gps/hibernate/DistanceHistory.java |
34 |
publicMethodCommentRequirement Required |
| 36827 |
src/com/gps/hibernate/DistanceHistory.java |
38 |
Avoid variables with short names like id |
| 36828 |
src/com/gps/hibernate/DistanceHistory.java |
38 |
Parameter 'id' is not assigned and could be declared final |
| 36829 |
src/com/gps/hibernate/DistanceHistory.java |
38 |
publicMethodCommentRequirement Required |
| 36830 |
src/com/gps/hibernate/DistanceHistory.java |
42 |
publicMethodCommentRequirement Required |
| 36831 |
src/com/gps/hibernate/DistanceHistory.java |
46 |
Parameter 'organization' is not assigned and could be declared final |
| 36832 |
src/com/gps/hibernate/DistanceHistory.java |
46 |
publicMethodCommentRequirement Required |
| 36833 |
src/com/gps/hibernate/DistanceHistory.java |
50 |
publicMethodCommentRequirement Required |
| 36834 |
src/com/gps/hibernate/DistanceHistory.java |
54 |
Parameter 'vehicleDetails' is not assigned and could be declared final |
| 36835 |
src/com/gps/hibernate/DistanceHistory.java |
54 |
publicMethodCommentRequirement Required |
| 36836 |
src/com/gps/hibernate/DistanceHistory.java |
58 |
publicMethodCommentRequirement Required |
| 36837 |
src/com/gps/hibernate/DistanceHistory.java |
62 |
Parameter 'date' is not assigned and could be declared final |
| 36838 |
src/com/gps/hibernate/DistanceHistory.java |
62 |
publicMethodCommentRequirement Required |
| 36839 |
src/com/gps/hibernate/DistanceHistory.java |
66 |
publicMethodCommentRequirement Required |
| 36840 |
src/com/gps/hibernate/DistanceHistory.java |
70 |
Parameter 'tripDistance' is not assigned and could be declared final |
| 36841 |
src/com/gps/hibernate/DistanceHistory.java |
70 |
publicMethodCommentRequirement Required |
| 36842 |
src/com/gps/hibernate/DistanceHistory.java |
74 |
publicMethodCommentRequirement Required |
| 36843 |
src/com/gps/hibernate/DistanceHistory.java |
78 |
Parameter 'nonTripDistance' is not assigned and could be declared final |
| 36844 |
src/com/gps/hibernate/DistanceHistory.java |
78 |
publicMethodCommentRequirement Required |
| 36845 |
src/com/gps/hibernate/DistanceHistory.java |
82 |
publicMethodCommentRequirement Required |
| 36846 |
src/com/gps/hibernate/DistanceHistory.java |
86 |
Parameter 'startSpeedLimit' is not assigned and could be declared final |
| 36847 |
src/com/gps/hibernate/DistanceHistory.java |
86 |
publicMethodCommentRequirement Required |
| 36848 |
src/com/gps/hibernate/DistanceHistory.java |
90 |
publicMethodCommentRequirement Required |
| 36849 |
src/com/gps/hibernate/DistanceHistory.java |
94 |
Parameter 'endSpeedLimit' is not assigned and could be declared final |
| 36850 |
src/com/gps/hibernate/DistanceHistory.java |
94 |
publicMethodCommentRequirement Required |
| 36851 |
src/com/gps/hibernate/DistanceHistoryBean.java |
5 |
headerCommentRequirement Required |
| 36852 |
src/com/gps/hibernate/DistanceHistoryBean.java |
7 |
Avoid variables with short names like id |
| 36853 |
src/com/gps/hibernate/DistanceHistoryBean.java |
7 |
fieldCommentRequirement Required |
| 36854 |
src/com/gps/hibernate/DistanceHistoryBean.java |
8 |
fieldCommentRequirement Required |
| 36855 |
src/com/gps/hibernate/DistanceHistoryBean.java |
9 |
fieldCommentRequirement Required |
| 36856 |
src/com/gps/hibernate/DistanceHistoryBean.java |
10 |
fieldCommentRequirement Required |
| 36857 |
src/com/gps/hibernate/DistanceHistoryBean.java |
11 |
fieldCommentRequirement Required |
| 36858 |
src/com/gps/hibernate/DistanceHistoryBean.java |
12 |
fieldCommentRequirement Required |
| 36859 |
src/com/gps/hibernate/DistanceHistoryBean.java |
13 |
fieldCommentRequirement Required |
| 36860 |
src/com/gps/hibernate/DistanceHistoryBean.java |
14 |
fieldCommentRequirement Required |
| 36861 |
src/com/gps/hibernate/DistanceHistoryBean.java |
16 |
Document empty constructor |
| 36862 |
src/com/gps/hibernate/DistanceHistoryBean.java |
16 |
publicMethodCommentRequirement Required |
| 36863 |
src/com/gps/hibernate/DistanceHistoryBean.java |
20 |
Parameter 'organizationId' is not assigned and could be declared final |
| 36864 |
src/com/gps/hibernate/DistanceHistoryBean.java |
20 |
publicMethodCommentRequirement Required |
| 36865 |
src/com/gps/hibernate/DistanceHistoryBean.java |
21 |
Parameter 'date' is not assigned and could be declared final |
| 36866 |
src/com/gps/hibernate/DistanceHistoryBean.java |
21 |
Parameter 'tripDistance' is not assigned and could be declared final |
| 36867 |
src/com/gps/hibernate/DistanceHistoryBean.java |
21 |
Parameter 'vehicleId' is not assigned and could be declared final |
| 36868 |
src/com/gps/hibernate/DistanceHistoryBean.java |
22 |
Parameter 'nonTripDistance' is not assigned and could be declared final |
| 36869 |
src/com/gps/hibernate/DistanceHistoryBean.java |
22 |
Parameter 'startSpeedLimit' is not assigned and could be declared final |
| 36870 |
src/com/gps/hibernate/DistanceHistoryBean.java |
23 |
Parameter 'endSpeedLimit' is not assigned and could be declared final |
| 36871 |
src/com/gps/hibernate/DistanceHistoryBean.java |
35 |
publicMethodCommentRequirement Required |
| 36872 |
src/com/gps/hibernate/DistanceHistoryBean.java |
39 |
Avoid variables with short names like id |
| 36873 |
src/com/gps/hibernate/DistanceHistoryBean.java |
39 |
Parameter 'id' is not assigned and could be declared final |
| 36874 |
src/com/gps/hibernate/DistanceHistoryBean.java |
39 |
publicMethodCommentRequirement Required |
| 36875 |
src/com/gps/hibernate/DistanceHistoryBean.java |
43 |
publicMethodCommentRequirement Required |
| 36876 |
src/com/gps/hibernate/DistanceHistoryBean.java |
47 |
Parameter 'organizationId' is not assigned and could be declared final |
| 36877 |
src/com/gps/hibernate/DistanceHistoryBean.java |
47 |
publicMethodCommentRequirement Required |
| 36878 |
src/com/gps/hibernate/DistanceHistoryBean.java |
51 |
publicMethodCommentRequirement Required |
| 36879 |
src/com/gps/hibernate/DistanceHistoryBean.java |
55 |
Parameter 'vehicleId' is not assigned and could be declared final |
| 36880 |
src/com/gps/hibernate/DistanceHistoryBean.java |
55 |
publicMethodCommentRequirement Required |
| 36881 |
src/com/gps/hibernate/DistanceHistoryBean.java |
59 |
publicMethodCommentRequirement Required |
| 36882 |
src/com/gps/hibernate/DistanceHistoryBean.java |
63 |
Parameter 'date' is not assigned and could be declared final |
| 36883 |
src/com/gps/hibernate/DistanceHistoryBean.java |
63 |
publicMethodCommentRequirement Required |
| 36884 |
src/com/gps/hibernate/DistanceHistoryBean.java |
67 |
publicMethodCommentRequirement Required |
| 36885 |
src/com/gps/hibernate/DistanceHistoryBean.java |
71 |
Parameter 'tripDistance' is not assigned and could be declared final |
| 36886 |
src/com/gps/hibernate/DistanceHistoryBean.java |
71 |
publicMethodCommentRequirement Required |
| 36887 |
src/com/gps/hibernate/DistanceHistoryBean.java |
75 |
publicMethodCommentRequirement Required |
| 36888 |
src/com/gps/hibernate/DistanceHistoryBean.java |
79 |
Parameter 'nonTripDistance' is not assigned and could be declared final |
| 36889 |
src/com/gps/hibernate/DistanceHistoryBean.java |
79 |
publicMethodCommentRequirement Required |
| 36890 |
src/com/gps/hibernate/DistanceHistoryBean.java |
83 |
publicMethodCommentRequirement Required |
| 36891 |
src/com/gps/hibernate/DistanceHistoryBean.java |
87 |
Parameter 'startSpeedLimit' is not assigned and could be declared final |
| 36892 |
src/com/gps/hibernate/DistanceHistoryBean.java |
87 |
publicMethodCommentRequirement Required |
| 36893 |
src/com/gps/hibernate/DistanceHistoryBean.java |
91 |
publicMethodCommentRequirement Required |
| 36894 |
src/com/gps/hibernate/DistanceHistoryBean.java |
95 |
Parameter 'endSpeedLimit' is not assigned and could be declared final |
| 36895 |
src/com/gps/hibernate/DistanceHistoryBean.java |
95 |
publicMethodCommentRequirement Required |
| 36896 |
src/com/gps/hibernate/EventNotification.java |
10 |
Classes implementing Serializable should set a serialVersionUID |
| 36897 |
src/com/gps/hibernate/EventNotification.java |
12 |
Avoid variables with short names like id |
| 36898 |
src/com/gps/hibernate/EventNotification.java |
12 |
fieldCommentRequirement Required |
| 36899 |
src/com/gps/hibernate/EventNotification.java |
13 |
fieldCommentRequirement Required |
| 36900 |
src/com/gps/hibernate/EventNotification.java |
14 |
fieldCommentRequirement Required |
| 36901 |
src/com/gps/hibernate/EventNotification.java |
15 |
fieldCommentRequirement Required |
| 36902 |
src/com/gps/hibernate/EventNotification.java |
16 |
fieldCommentRequirement Required |
| 36903 |
src/com/gps/hibernate/EventNotification.java |
17 |
fieldCommentRequirement Required |
| 36904 |
src/com/gps/hibernate/EventNotification.java |
18 |
fieldCommentRequirement Required |
| 36905 |
src/com/gps/hibernate/EventNotification.java |
20 |
Document empty constructor |
| 36906 |
src/com/gps/hibernate/EventNotification.java |
20 |
publicMethodCommentRequirement Required |
| 36907 |
src/com/gps/hibernate/EventNotification.java |
23 |
Parameter 'event' is not assigned and could be declared final |
| 36908 |
src/com/gps/hibernate/EventNotification.java |
23 |
Parameter 'mobileNo' is not assigned and could be declared final |
| 36909 |
src/com/gps/hibernate/EventNotification.java |
23 |
Parameter 'organizationid' is not assigned and could be declared final |
| 36910 |
src/com/gps/hibernate/EventNotification.java |
23 |
publicMethodCommentRequirement Required |
| 36911 |
src/com/gps/hibernate/EventNotification.java |
24 |
Parameter 'alertTrip' is not assigned and could be declared final |
| 36912 |
src/com/gps/hibernate/EventNotification.java |
24 |
Parameter 'endTime' is not assigned and could be declared final |
| 36913 |
src/com/gps/hibernate/EventNotification.java |
24 |
Parameter 'startTime' is not assigned and could be declared final |
| 36914 |
src/com/gps/hibernate/EventNotification.java |
33 |
publicMethodCommentRequirement Required |
| 36915 |
src/com/gps/hibernate/EventNotification.java |
37 |
Avoid variables with short names like id |
| 36916 |
src/com/gps/hibernate/EventNotification.java |
37 |
Parameter 'id' is not assigned and could be declared final |
| 36917 |
src/com/gps/hibernate/EventNotification.java |
37 |
publicMethodCommentRequirement Required |
| 36918 |
src/com/gps/hibernate/EventNotification.java |
41 |
publicMethodCommentRequirement Required |
| 36919 |
src/com/gps/hibernate/EventNotification.java |
45 |
Parameter 'organizationid' is not assigned and could be declared final |
| 36920 |
src/com/gps/hibernate/EventNotification.java |
45 |
publicMethodCommentRequirement Required |
| 36921 |
src/com/gps/hibernate/EventNotification.java |
49 |
publicMethodCommentRequirement Required |
| 36922 |
src/com/gps/hibernate/EventNotification.java |
53 |
Parameter 'mobileNo' is not assigned and could be declared final |
| 36923 |
src/com/gps/hibernate/EventNotification.java |
53 |
publicMethodCommentRequirement Required |
| 36924 |
src/com/gps/hibernate/EventNotification.java |
57 |
publicMethodCommentRequirement Required |
| 36925 |
src/com/gps/hibernate/EventNotification.java |
61 |
Parameter 'event' is not assigned and could be declared final |
| 36926 |
src/com/gps/hibernate/EventNotification.java |
61 |
publicMethodCommentRequirement Required |
| 36927 |
src/com/gps/hibernate/EventNotification.java |
65 |
publicMethodCommentRequirement Required |
| 36928 |
src/com/gps/hibernate/EventNotification.java |
69 |
Parameter 'alertTrip' is not assigned and could be declared final |
| 36929 |
src/com/gps/hibernate/EventNotification.java |
69 |
publicMethodCommentRequirement Required |
| 36930 |
src/com/gps/hibernate/EventNotification.java |
73 |
publicMethodCommentRequirement Required |
| 36931 |
src/com/gps/hibernate/EventNotification.java |
77 |
Parameter 'startTime' is not assigned and could be declared final |
| 36932 |
src/com/gps/hibernate/EventNotification.java |
77 |
publicMethodCommentRequirement Required |
| 36933 |
src/com/gps/hibernate/EventNotification.java |
81 |
publicMethodCommentRequirement Required |
| 36934 |
src/com/gps/hibernate/EventNotification.java |
85 |
Parameter 'endTime' is not assigned and could be declared final |
| 36935 |
src/com/gps/hibernate/EventNotification.java |
85 |
publicMethodCommentRequirement Required |
| 36936 |
src/com/gps/hibernate/FenceHistory.java |
11 |
Classes implementing Serializable should set a serialVersionUID |
| 36937 |
src/com/gps/hibernate/FenceHistory.java |
15 |
fieldCommentRequirement Required |
| 36938 |
src/com/gps/hibernate/FenceHistory.java |
17 |
fieldCommentRequirement Required |
| 36939 |
src/com/gps/hibernate/FenceHistory.java |
18 |
fieldCommentRequirement Required |
| 36940 |
src/com/gps/hibernate/FenceHistory.java |
19 |
fieldCommentRequirement Required |
| 36941 |
src/com/gps/hibernate/FenceHistory.java |
20 |
fieldCommentRequirement Required |
| 36942 |
src/com/gps/hibernate/FenceHistory.java |
21 |
fieldCommentRequirement Required |
| 36943 |
src/com/gps/hibernate/FenceHistory.java |
22 |
fieldCommentRequirement Required |
| 36944 |
src/com/gps/hibernate/FenceHistory.java |
23 |
fieldCommentRequirement Required |
| 36945 |
src/com/gps/hibernate/FenceHistory.java |
24 |
fieldCommentRequirement Required |
| 36946 |
src/com/gps/hibernate/FenceHistory.java |
25 |
fieldCommentRequirement Required |
| 36947 |
src/com/gps/hibernate/FenceHistory.java |
35 |
Parameter 'historyId' is not assigned and could be declared final |
| 36948 |
src/com/gps/hibernate/FenceHistory.java |
47 |
Parameter 'geofence' is not assigned and could be declared final |
| 36949 |
src/com/gps/hibernate/FenceHistory.java |
60 |
Parameter 'monSms' is not assigned and could be declared final |
| 36950 |
src/com/gps/hibernate/FenceHistory.java |
72 |
Parameter 'evenSms' is not assigned and could be declared final |
| 36951 |
src/com/gps/hibernate/FenceHistory.java |
84 |
Parameter 'monSpotOrder' is not assigned and could be declared final |
| 36952 |
src/com/gps/hibernate/FenceHistory.java |
102 |
Parameter 'session' is not assigned and could be declared final |
| 36953 |
src/com/gps/hibernate/FenceHistory.java |
109 |
Parameter 'evenSpotOrder' is not assigned and could be declared final |
| 36954 |
src/com/gps/hibernate/FenceHistory.java |
123 |
Parameter 'smsProvider' is not assigned and could be declared final |
| 36955 |
src/com/gps/hibernate/FenceHistory.java |
136 |
Parameter 'smsStatus' is not assigned and could be declared final |
| 36956 |
src/com/gps/hibernate/FenceHistory.java |
149 |
Parameter 'failureCause' is not assigned and could be declared final |
| 36957 |
src/com/gps/hibernate/FenceHistoryDAO.java |
12 |
Comment is too large: Too many lines |
| 36958 |
src/com/gps/hibernate/FenceHistoryDAO.java |
24 |
This class has too many methods, consider refactoring it. |
| 36959 |
src/com/gps/hibernate/FenceHistoryDAO.java |
25 |
Logger should be defined private static final and have the correct class |
| 36960 |
src/com/gps/hibernate/FenceHistoryDAO.java |
25 |
Variables that are final and static should be all capitals, 'log' is not all capitals. |
| 36961 |
src/com/gps/hibernate/FenceHistoryDAO.java |
25 |
fieldCommentRequirement Required |
| 36962 |
src/com/gps/hibernate/FenceHistoryDAO.java |
27 |
fieldCommentRequirement Required |
| 36963 |
src/com/gps/hibernate/FenceHistoryDAO.java |
28 |
fieldCommentRequirement Required |
| 36964 |
src/com/gps/hibernate/FenceHistoryDAO.java |
29 |
fieldCommentRequirement Required |
| 36965 |
src/com/gps/hibernate/FenceHistoryDAO.java |
32 |
Parameter 'transientInstance' is not assigned and could be declared final |
| 36966 |
src/com/gps/hibernate/FenceHistoryDAO.java |
32 |
publicMethodCommentRequirement Required |
| 36967 |
src/com/gps/hibernate/FenceHistoryDAO.java |
33 |
There is log block not surrounded by if |
| 36968 |
src/com/gps/hibernate/FenceHistoryDAO.java |
33 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 36969 |
src/com/gps/hibernate/FenceHistoryDAO.java |
35 |
Potential violation of Law of Demeter (method chain calls) |
| 36970 |
src/com/gps/hibernate/FenceHistoryDAO.java |
36 |
There is log block not surrounded by if |
| 36971 |
src/com/gps/hibernate/FenceHistoryDAO.java |
36 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 36972 |
src/com/gps/hibernate/FenceHistoryDAO.java |
37 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 36973 |
src/com/gps/hibernate/FenceHistoryDAO.java |
38 |
There is log block not surrounded by if |
| 36974 |
src/com/gps/hibernate/FenceHistoryDAO.java |
43 |
Avoid excessively long variable names like persistentInstance |
| 36975 |
src/com/gps/hibernate/FenceHistoryDAO.java |
43 |
Parameter 'persistentInstance' is not assigned and could be declared final |
| 36976 |
src/com/gps/hibernate/FenceHistoryDAO.java |
43 |
publicMethodCommentRequirement Required |
| 36977 |
src/com/gps/hibernate/FenceHistoryDAO.java |
44 |
There is log block not surrounded by if |
| 36978 |
src/com/gps/hibernate/FenceHistoryDAO.java |
44 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 36979 |
src/com/gps/hibernate/FenceHistoryDAO.java |
46 |
Potential violation of Law of Demeter (method chain calls) |
| 36980 |
src/com/gps/hibernate/FenceHistoryDAO.java |
47 |
There is log block not surrounded by if |
| 36981 |
src/com/gps/hibernate/FenceHistoryDAO.java |
47 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 36982 |
src/com/gps/hibernate/FenceHistoryDAO.java |
48 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 36983 |
src/com/gps/hibernate/FenceHistoryDAO.java |
49 |
There is log block not surrounded by if |
| 36984 |
src/com/gps/hibernate/FenceHistoryDAO.java |
54 |
Avoid variables with short names like id |
| 36985 |
src/com/gps/hibernate/FenceHistoryDAO.java |
54 |
Parameter 'id' is not assigned and could be declared final |
| 36986 |
src/com/gps/hibernate/FenceHistoryDAO.java |
54 |
publicMethodCommentRequirement Required |
| 36987 |
src/com/gps/hibernate/FenceHistoryDAO.java |
55 |
There is log block not surrounded by if |
| 36988 |
src/com/gps/hibernate/FenceHistoryDAO.java |
55 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 36989 |
src/com/gps/hibernate/FenceHistoryDAO.java |
57 |
Local variable 'instance' could be declared final |
| 36990 |
src/com/gps/hibernate/FenceHistoryDAO.java |
57 |
Potential violation of Law of Demeter (method chain calls) |
| 36991 |
src/com/gps/hibernate/FenceHistoryDAO.java |
60 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 36992 |
src/com/gps/hibernate/FenceHistoryDAO.java |
61 |
There is log block not surrounded by if |
| 36993 |
src/com/gps/hibernate/FenceHistoryDAO.java |
66 |
Parameter 'instance' is not assigned and could be declared final |
| 36994 |
src/com/gps/hibernate/FenceHistoryDAO.java |
66 |
publicMethodCommentRequirement Required |
| 36995 |
src/com/gps/hibernate/FenceHistoryDAO.java |
67 |
There is log block not surrounded by if |
| 36996 |
src/com/gps/hibernate/FenceHistoryDAO.java |
67 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 36997 |
src/com/gps/hibernate/FenceHistoryDAO.java |
69 |
Local variable 'results' could be declared final |
| 36998 |
src/com/gps/hibernate/FenceHistoryDAO.java |
69 |
Potential violation of Law of Demeter (method chain calls) |
| 36999 |
src/com/gps/hibernate/FenceHistoryDAO.java |
69 |
Potential violation of Law of Demeter (method chain calls) |
| 37000 |
src/com/gps/hibernate/FenceHistoryDAO.java |
69 |
Potential violation of Law of Demeter (method chain calls) |
| 37001 |
src/com/gps/hibernate/FenceHistoryDAO.java |
72 |
There is log block not surrounded by if |
| 37002 |
src/com/gps/hibernate/FenceHistoryDAO.java |
72 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 37003 |
src/com/gps/hibernate/FenceHistoryDAO.java |
73 |
Potential violation of Law of Demeter (object not created locally) |
| 37004 |
src/com/gps/hibernate/FenceHistoryDAO.java |
75 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 37005 |
src/com/gps/hibernate/FenceHistoryDAO.java |
76 |
There is log block not surrounded by if |
| 37006 |
src/com/gps/hibernate/FenceHistoryDAO.java |
81 |
Parameter 'propertyName' is not assigned and could be declared final |
| 37007 |
src/com/gps/hibernate/FenceHistoryDAO.java |
81 |
Parameter 'value' is not assigned and could be declared final |
| 37008 |
src/com/gps/hibernate/FenceHistoryDAO.java |
81 |
publicMethodCommentRequirement Required |
| 37009 |
src/com/gps/hibernate/FenceHistoryDAO.java |
82 |
There is log block not surrounded by if |
| 37010 |
src/com/gps/hibernate/FenceHistoryDAO.java |
82 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 37011 |
src/com/gps/hibernate/FenceHistoryDAO.java |
85 |
Local variable 'queryString' could be declared final |
| 37012 |
src/com/gps/hibernate/FenceHistoryDAO.java |
87 |
Local variable 'queryObject' could be declared final |
| 37013 |
src/com/gps/hibernate/FenceHistoryDAO.java |
87 |
Potential violation of Law of Demeter (method chain calls) |
| 37014 |
src/com/gps/hibernate/FenceHistoryDAO.java |
88 |
Potential violation of Law of Demeter (object not created locally) |
| 37015 |
src/com/gps/hibernate/FenceHistoryDAO.java |
89 |
Potential violation of Law of Demeter (object not created locally) |
| 37016 |
src/com/gps/hibernate/FenceHistoryDAO.java |
90 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 37017 |
src/com/gps/hibernate/FenceHistoryDAO.java |
91 |
There is log block not surrounded by if |
| 37018 |
src/com/gps/hibernate/FenceHistoryDAO.java |
96 |
Parameter 'evensms' is not assigned and could be declared final |
| 37019 |
src/com/gps/hibernate/FenceHistoryDAO.java |
96 |
publicMethodCommentRequirement Required |
| 37020 |
src/com/gps/hibernate/FenceHistoryDAO.java |
100 |
Parameter 'monSms' is not assigned and could be declared final |
| 37021 |
src/com/gps/hibernate/FenceHistoryDAO.java |
100 |
publicMethodCommentRequirement Required |
| 37022 |
src/com/gps/hibernate/FenceHistoryDAO.java |
104 |
Parameter 'session' is not assigned and could be declared final |
| 37023 |
src/com/gps/hibernate/FenceHistoryDAO.java |
104 |
publicMethodCommentRequirement Required |
| 37024 |
src/com/gps/hibernate/FenceHistoryDAO.java |
110 |
Parameter 'first' is not assigned and could be declared final |
| 37025 |
src/com/gps/hibernate/FenceHistoryDAO.java |
110 |
Parameter 'last' is not assigned and could be declared final |
| 37026 |
src/com/gps/hibernate/FenceHistoryDAO.java |
110 |
publicMethodCommentRequirement Required |
| 37027 |
src/com/gps/hibernate/FenceHistoryDAO.java |
111 |
There is log block not surrounded by if |
| 37028 |
src/com/gps/hibernate/FenceHistoryDAO.java |
111 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 37029 |
src/com/gps/hibernate/FenceHistoryDAO.java |
113 |
Local variable 'queryString' could be declared final |
| 37030 |
src/com/gps/hibernate/FenceHistoryDAO.java |
114 |
Local variable 'queryObject' could be declared final |
| 37031 |
src/com/gps/hibernate/FenceHistoryDAO.java |
114 |
Potential violation of Law of Demeter (method chain calls) |
| 37032 |
src/com/gps/hibernate/FenceHistoryDAO.java |
115 |
Potential violation of Law of Demeter (object not created locally) |
| 37033 |
src/com/gps/hibernate/FenceHistoryDAO.java |
116 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 37034 |
src/com/gps/hibernate/FenceHistoryDAO.java |
117 |
There is log block not surrounded by if |
| 37035 |
src/com/gps/hibernate/FenceHistoryDAO.java |
122 |
Parameter 'detachedInstance' is not assigned and could be declared final |
| 37036 |
src/com/gps/hibernate/FenceHistoryDAO.java |
122 |
publicMethodCommentRequirement Required |
| 37037 |
src/com/gps/hibernate/FenceHistoryDAO.java |
123 |
There is log block not surrounded by if |
| 37038 |
src/com/gps/hibernate/FenceHistoryDAO.java |
123 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 37039 |
src/com/gps/hibernate/FenceHistoryDAO.java |
125 |
Local variable 'result' could be declared final |
| 37040 |
src/com/gps/hibernate/FenceHistoryDAO.java |
125 |
Potential violation of Law of Demeter (method chain calls) |
| 37041 |
src/com/gps/hibernate/FenceHistoryDAO.java |
126 |
There is log block not surrounded by if |
| 37042 |
src/com/gps/hibernate/FenceHistoryDAO.java |
126 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 37043 |
src/com/gps/hibernate/FenceHistoryDAO.java |
128 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 37044 |
src/com/gps/hibernate/FenceHistoryDAO.java |
129 |
There is log block not surrounded by if |
| 37045 |
src/com/gps/hibernate/FenceHistoryDAO.java |
134 |
Parameter 'instance' is not assigned and could be declared final |
| 37046 |
src/com/gps/hibernate/FenceHistoryDAO.java |
134 |
publicMethodCommentRequirement Required |
| 37047 |
src/com/gps/hibernate/FenceHistoryDAO.java |
135 |
There is log block not surrounded by if |
| 37048 |
src/com/gps/hibernate/FenceHistoryDAO.java |
135 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 37049 |
src/com/gps/hibernate/FenceHistoryDAO.java |
137 |
Potential violation of Law of Demeter (method chain calls) |
| 37050 |
src/com/gps/hibernate/FenceHistoryDAO.java |
138 |
There is log block not surrounded by if |
| 37051 |
src/com/gps/hibernate/FenceHistoryDAO.java |
138 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 37052 |
src/com/gps/hibernate/FenceHistoryDAO.java |
139 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 37053 |
src/com/gps/hibernate/FenceHistoryDAO.java |
140 |
There is log block not surrounded by if |
| 37054 |
src/com/gps/hibernate/FenceHistoryDAO.java |
145 |
Parameter 'instance' is not assigned and could be declared final |
| 37055 |
src/com/gps/hibernate/FenceHistoryDAO.java |
145 |
publicMethodCommentRequirement Required |
| 37056 |
src/com/gps/hibernate/FenceHistoryDAO.java |
146 |
There is log block not surrounded by if |
| 37057 |
src/com/gps/hibernate/FenceHistoryDAO.java |
146 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 37058 |
src/com/gps/hibernate/FenceHistoryDAO.java |
148 |
Potential violation of Law of Demeter (method chain calls) |
| 37059 |
src/com/gps/hibernate/FenceHistoryDAO.java |
149 |
There is log block not surrounded by if |
| 37060 |
src/com/gps/hibernate/FenceHistoryDAO.java |
149 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 37061 |
src/com/gps/hibernate/FenceHistoryDAO.java |
150 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 37062 |
src/com/gps/hibernate/FenceHistoryDAO.java |
151 |
There is log block not surrounded by if |
| 37063 |
src/com/gps/hibernate/FenceReport.java |
11 |
Classes implementing Serializable should set a serialVersionUID |
| 37064 |
src/com/gps/hibernate/FenceReport.java |
15 |
fieldCommentRequirement Required |
| 37065 |
src/com/gps/hibernate/FenceReport.java |
16 |
fieldCommentRequirement Required |
| 37066 |
src/com/gps/hibernate/FenceReport.java |
17 |
fieldCommentRequirement Required |
| 37067 |
src/com/gps/hibernate/FenceReport.java |
18 |
fieldCommentRequirement Required |
| 37068 |
src/com/gps/hibernate/FenceReport.java |
19 |
fieldCommentRequirement Required |
| 37069 |
src/com/gps/hibernate/FenceReport.java |
20 |
fieldCommentRequirement Required |
| 37070 |
src/com/gps/hibernate/FenceReport.java |
21 |
fieldCommentRequirement Required |
| 37071 |
src/com/gps/hibernate/FenceReport.java |
22 |
Variables should start with a lowercase character, 'Distance' starts with uppercase character. |
| 37072 |
src/com/gps/hibernate/FenceReport.java |
22 |
fieldCommentRequirement Required |
| 37073 |
src/com/gps/hibernate/FenceReport.java |
23 |
fieldCommentRequirement Required |
| 37074 |
src/com/gps/hibernate/FenceReport.java |
24 |
fieldCommentRequirement Required |
| 37075 |
src/com/gps/hibernate/FenceReport.java |
32 |
Comment is too large: Too many lines |
| 37076 |
src/com/gps/hibernate/FenceReport.java |
44 |
Avoid long parameter lists. |
| 37077 |
src/com/gps/hibernate/FenceReport.java |
44 |
Parameter 'geofence' is not assigned and could be declared final |
| 37078 |
src/com/gps/hibernate/FenceReport.java |
44 |
Parameter 'reportId' is not assigned and could be declared final |
| 37079 |
src/com/gps/hibernate/FenceReport.java |
45 |
Parameter 'entryTime' is not assigned and could be declared final |
| 37080 |
src/com/gps/hibernate/FenceReport.java |
45 |
Parameter 'reportDate' is not assigned and could be declared final |
| 37081 |
src/com/gps/hibernate/FenceReport.java |
45 |
Parameter 'vehicle' is not assigned and could be declared final |
| 37082 |
src/com/gps/hibernate/FenceReport.java |
46 |
Parameter 'avgSpeed' is not assigned and could be declared final |
| 37083 |
src/com/gps/hibernate/FenceReport.java |
46 |
Parameter 'createdTime' is not assigned and could be declared final |
| 37084 |
src/com/gps/hibernate/FenceReport.java |
46 |
Parameter 'distance' is not assigned and could be declared final |
| 37085 |
src/com/gps/hibernate/FenceReport.java |
46 |
Parameter 'exitTime' is not assigned and could be declared final |
| 37086 |
src/com/gps/hibernate/FenceReport.java |
47 |
Parameter 'updatedTime' is not assigned and could be declared final |
| 37087 |
src/com/gps/hibernate/FenceReport.java |
60 |
Comment is too large: Too many lines |
| 37088 |
src/com/gps/hibernate/FenceReport.java |
70 |
Parameter 'geofence' is not assigned and could be declared final |
| 37089 |
src/com/gps/hibernate/FenceReport.java |
70 |
Parameter 'reportId' is not assigned and could be declared final |
| 37090 |
src/com/gps/hibernate/FenceReport.java |
71 |
Parameter 'entryTime' is not assigned and could be declared final |
| 37091 |
src/com/gps/hibernate/FenceReport.java |
71 |
Parameter 'reportDate' is not assigned and could be declared final |
| 37092 |
src/com/gps/hibernate/FenceReport.java |
71 |
Parameter 'vehicle' is not assigned and could be declared final |
| 37093 |
src/com/gps/hibernate/FenceReport.java |
72 |
Parameter 'avgSpeed' is not assigned and could be declared final |
| 37094 |
src/com/gps/hibernate/FenceReport.java |
72 |
Parameter 'distance' is not assigned and could be declared final |
| 37095 |
src/com/gps/hibernate/FenceReport.java |
72 |
Parameter 'exitTime' is not assigned and could be declared final |
| 37096 |
src/com/gps/hibernate/FenceReport.java |
83 |
Comment is too large: Too many lines |
| 37097 |
src/com/gps/hibernate/FenceReport.java |
92 |
Parameter 'geofence' is not assigned and could be declared final |
| 37098 |
src/com/gps/hibernate/FenceReport.java |
92 |
Parameter 'vehicle' is not assigned and could be declared final |
| 37099 |
src/com/gps/hibernate/FenceReport.java |
93 |
Parameter 'avgSpeed' is not assigned and could be declared final |
| 37100 |
src/com/gps/hibernate/FenceReport.java |
93 |
Parameter 'entryTime' is not assigned and could be declared final |
| 37101 |
src/com/gps/hibernate/FenceReport.java |
93 |
Parameter 'exitTime' is not assigned and could be declared final |
| 37102 |
src/com/gps/hibernate/FenceReport.java |
93 |
Parameter 'reportDate' is not assigned and could be declared final |
| 37103 |
src/com/gps/hibernate/FenceReport.java |
94 |
Parameter 'distance' is not assigned and could be declared final |
| 37104 |
src/com/gps/hibernate/FenceReport.java |
113 |
Parameter 'reportId' is not assigned and could be declared final |
| 37105 |
src/com/gps/hibernate/FenceReport.java |
125 |
Parameter 'geofence' is not assigned and could be declared final |
| 37106 |
src/com/gps/hibernate/FenceReport.java |
137 |
Parameter 'vehicle' is not assigned and could be declared final |
| 37107 |
src/com/gps/hibernate/FenceReport.java |
149 |
Parameter 'reportDate' is not assigned and could be declared final |
| 37108 |
src/com/gps/hibernate/FenceReport.java |
161 |
Parameter 'entryTime' is not assigned and could be declared final |
| 37109 |
src/com/gps/hibernate/FenceReport.java |
173 |
Parameter 'exitTime' is not assigned and could be declared final |
| 37110 |
src/com/gps/hibernate/FenceReport.java |
185 |
Parameter 'avgSpeed' is not assigned and could be declared final |
| 37111 |
src/com/gps/hibernate/FenceReport.java |
197 |
Parameter 'distance' is not assigned and could be declared final |
| 37112 |
src/com/gps/hibernate/FenceReport.java |
209 |
Parameter 'createdTime' is not assigned and could be declared final |
| 37113 |
src/com/gps/hibernate/FenceReport.java |
221 |
Parameter 'updatedTime' is not assigned and could be declared final |
| 37114 |
src/com/gps/hibernate/FenceReportDAO.java |
13 |
Comment is too large: Too many lines |
| 37115 |
src/com/gps/hibernate/FenceReportDAO.java |
25 |
This class has too many methods, consider refactoring it. |
| 37116 |
src/com/gps/hibernate/FenceReportDAO.java |
26 |
Logger should be defined private static final and have the correct class |
| 37117 |
src/com/gps/hibernate/FenceReportDAO.java |
26 |
Variables that are final and static should be all capitals, 'log' is not all capitals. |
| 37118 |
src/com/gps/hibernate/FenceReportDAO.java |
26 |
fieldCommentRequirement Required |
| 37119 |
src/com/gps/hibernate/FenceReportDAO.java |
28 |
Variables that are final and static should be all capitals, 'Geofence' is not all capitals. |
| 37120 |
src/com/gps/hibernate/FenceReportDAO.java |
28 |
fieldCommentRequirement Required |
| 37121 |
src/com/gps/hibernate/FenceReportDAO.java |
29 |
Variables that are final and static should be all capitals, 'Vehicle' is not all capitals. |
| 37122 |
src/com/gps/hibernate/FenceReportDAO.java |
29 |
fieldCommentRequirement Required |
| 37123 |
src/com/gps/hibernate/FenceReportDAO.java |
30 |
Variables that are final and static should be all capitals, 'Date' is not all capitals. |
| 37124 |
src/com/gps/hibernate/FenceReportDAO.java |
30 |
fieldCommentRequirement Required |
| 37125 |
src/com/gps/hibernate/FenceReportDAO.java |
32 |
Parameter 'transientInstance' is not assigned and could be declared final |
| 37126 |
src/com/gps/hibernate/FenceReportDAO.java |
32 |
publicMethodCommentRequirement Required |
| 37127 |
src/com/gps/hibernate/FenceReportDAO.java |
33 |
There is log block not surrounded by if |
| 37128 |
src/com/gps/hibernate/FenceReportDAO.java |
33 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 37129 |
src/com/gps/hibernate/FenceReportDAO.java |
35 |
Potential violation of Law of Demeter (method chain calls) |
| 37130 |
src/com/gps/hibernate/FenceReportDAO.java |
36 |
There is log block not surrounded by if |
| 37131 |
src/com/gps/hibernate/FenceReportDAO.java |
36 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 37132 |
src/com/gps/hibernate/FenceReportDAO.java |
37 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 37133 |
src/com/gps/hibernate/FenceReportDAO.java |
38 |
There is log block not surrounded by if |
| 37134 |
src/com/gps/hibernate/FenceReportDAO.java |
43 |
Avoid excessively long variable names like persistentInstance |
| 37135 |
src/com/gps/hibernate/FenceReportDAO.java |
43 |
Parameter 'persistentInstance' is not assigned and could be declared final |
| 37136 |
src/com/gps/hibernate/FenceReportDAO.java |
43 |
publicMethodCommentRequirement Required |
| 37137 |
src/com/gps/hibernate/FenceReportDAO.java |
44 |
There is log block not surrounded by if |
| 37138 |
src/com/gps/hibernate/FenceReportDAO.java |
44 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 37139 |
src/com/gps/hibernate/FenceReportDAO.java |
46 |
Potential violation of Law of Demeter (method chain calls) |
| 37140 |
src/com/gps/hibernate/FenceReportDAO.java |
47 |
There is log block not surrounded by if |
| 37141 |
src/com/gps/hibernate/FenceReportDAO.java |
47 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 37142 |
src/com/gps/hibernate/FenceReportDAO.java |
48 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 37143 |
src/com/gps/hibernate/FenceReportDAO.java |
49 |
There is log block not surrounded by if |
| 37144 |
src/com/gps/hibernate/FenceReportDAO.java |
54 |
Avoid variables with short names like id |
| 37145 |
src/com/gps/hibernate/FenceReportDAO.java |
54 |
Parameter 'id' is not assigned and could be declared final |
| 37146 |
src/com/gps/hibernate/FenceReportDAO.java |
54 |
publicMethodCommentRequirement Required |
| 37147 |
src/com/gps/hibernate/FenceReportDAO.java |
55 |
There is log block not surrounded by if |
| 37148 |
src/com/gps/hibernate/FenceReportDAO.java |
55 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 37149 |
src/com/gps/hibernate/FenceReportDAO.java |
57 |
Local variable 'instance' could be declared final |
| 37150 |
src/com/gps/hibernate/FenceReportDAO.java |
57 |
Potential violation of Law of Demeter (method chain calls) |
| 37151 |
src/com/gps/hibernate/FenceReportDAO.java |
60 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 37152 |
src/com/gps/hibernate/FenceReportDAO.java |
61 |
There is log block not surrounded by if |
| 37153 |
src/com/gps/hibernate/FenceReportDAO.java |
66 |
Parameter 'instance' is not assigned and could be declared final |
| 37154 |
src/com/gps/hibernate/FenceReportDAO.java |
66 |
publicMethodCommentRequirement Required |
| 37155 |
src/com/gps/hibernate/FenceReportDAO.java |
67 |
There is log block not surrounded by if |
| 37156 |
src/com/gps/hibernate/FenceReportDAO.java |
67 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 37157 |
src/com/gps/hibernate/FenceReportDAO.java |
69 |
Local variable 'results' could be declared final |
| 37158 |
src/com/gps/hibernate/FenceReportDAO.java |
69 |
Potential violation of Law of Demeter (method chain calls) |
| 37159 |
src/com/gps/hibernate/FenceReportDAO.java |
69 |
Potential violation of Law of Demeter (method chain calls) |
| 37160 |
src/com/gps/hibernate/FenceReportDAO.java |
69 |
Potential violation of Law of Demeter (method chain calls) |
| 37161 |
src/com/gps/hibernate/FenceReportDAO.java |
72 |
There is log block not surrounded by if |
| 37162 |
src/com/gps/hibernate/FenceReportDAO.java |
72 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 37163 |
src/com/gps/hibernate/FenceReportDAO.java |
73 |
Potential violation of Law of Demeter (object not created locally) |
| 37164 |
src/com/gps/hibernate/FenceReportDAO.java |
75 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 37165 |
src/com/gps/hibernate/FenceReportDAO.java |
76 |
There is log block not surrounded by if |
| 37166 |
src/com/gps/hibernate/FenceReportDAO.java |
81 |
Parameter 'propertyName' is not assigned and could be declared final |
| 37167 |
src/com/gps/hibernate/FenceReportDAO.java |
81 |
Parameter 'value' is not assigned and could be declared final |
| 37168 |
src/com/gps/hibernate/FenceReportDAO.java |
81 |
publicMethodCommentRequirement Required |
| 37169 |
src/com/gps/hibernate/FenceReportDAO.java |
82 |
There is log block not surrounded by if |
| 37170 |
src/com/gps/hibernate/FenceReportDAO.java |
82 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 37171 |
src/com/gps/hibernate/FenceReportDAO.java |
85 |
Local variable 'queryString' could be declared final |
| 37172 |
src/com/gps/hibernate/FenceReportDAO.java |
87 |
Local variable 'queryObject' could be declared final |
| 37173 |
src/com/gps/hibernate/FenceReportDAO.java |
87 |
Potential violation of Law of Demeter (method chain calls) |
| 37174 |
src/com/gps/hibernate/FenceReportDAO.java |
88 |
Potential violation of Law of Demeter (object not created locally) |
| 37175 |
src/com/gps/hibernate/FenceReportDAO.java |
89 |
Potential violation of Law of Demeter (object not created locally) |
| 37176 |
src/com/gps/hibernate/FenceReportDAO.java |
90 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 37177 |
src/com/gps/hibernate/FenceReportDAO.java |
91 |
There is log block not surrounded by if |
| 37178 |
src/com/gps/hibernate/FenceReportDAO.java |
96 |
Parameter 'date' is not assigned and could be declared final |
| 37179 |
src/com/gps/hibernate/FenceReportDAO.java |
96 |
publicMethodCommentRequirement Required |
| 37180 |
src/com/gps/hibernate/FenceReportDAO.java |
100 |
Parameter 'geofence' is not assigned and could be declared final |
| 37181 |
src/com/gps/hibernate/FenceReportDAO.java |
100 |
publicMethodCommentRequirement Required |
| 37182 |
src/com/gps/hibernate/FenceReportDAO.java |
104 |
Parameter 'vehicle' is not assigned and could be declared final |
| 37183 |
src/com/gps/hibernate/FenceReportDAO.java |
104 |
publicMethodCommentRequirement Required |
| 37184 |
src/com/gps/hibernate/FenceReportDAO.java |
108 |
publicMethodCommentRequirement Required |
| 37185 |
src/com/gps/hibernate/FenceReportDAO.java |
109 |
There is log block not surrounded by if |
| 37186 |
src/com/gps/hibernate/FenceReportDAO.java |
109 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 37187 |
src/com/gps/hibernate/FenceReportDAO.java |
111 |
Local variable 'queryString' could be declared final |
| 37188 |
src/com/gps/hibernate/FenceReportDAO.java |
112 |
Local variable 'queryObject' could be declared final |
| 37189 |
src/com/gps/hibernate/FenceReportDAO.java |
112 |
Potential violation of Law of Demeter (method chain calls) |
| 37190 |
src/com/gps/hibernate/FenceReportDAO.java |
113 |
Potential violation of Law of Demeter (object not created locally) |
| 37191 |
src/com/gps/hibernate/FenceReportDAO.java |
114 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 37192 |
src/com/gps/hibernate/FenceReportDAO.java |
115 |
There is log block not surrounded by if |
| 37193 |
src/com/gps/hibernate/FenceReportDAO.java |
120 |
Parameter 'detachedInstance' is not assigned and could be declared final |
| 37194 |
src/com/gps/hibernate/FenceReportDAO.java |
120 |
publicMethodCommentRequirement Required |
| 37195 |
src/com/gps/hibernate/FenceReportDAO.java |
121 |
There is log block not surrounded by if |
| 37196 |
src/com/gps/hibernate/FenceReportDAO.java |
121 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 37197 |
src/com/gps/hibernate/FenceReportDAO.java |
123 |
Local variable 'result' could be declared final |
| 37198 |
src/com/gps/hibernate/FenceReportDAO.java |
123 |
Potential violation of Law of Demeter (method chain calls) |
| 37199 |
src/com/gps/hibernate/FenceReportDAO.java |
125 |
There is log block not surrounded by if |
| 37200 |
src/com/gps/hibernate/FenceReportDAO.java |
125 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 37201 |
src/com/gps/hibernate/FenceReportDAO.java |
127 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 37202 |
src/com/gps/hibernate/FenceReportDAO.java |
128 |
There is log block not surrounded by if |
| 37203 |
src/com/gps/hibernate/FenceReportDAO.java |
133 |
Parameter 'instance' is not assigned and could be declared final |
| 37204 |
src/com/gps/hibernate/FenceReportDAO.java |
133 |
publicMethodCommentRequirement Required |
| 37205 |
src/com/gps/hibernate/FenceReportDAO.java |
134 |
There is log block not surrounded by if |
| 37206 |
src/com/gps/hibernate/FenceReportDAO.java |
134 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 37207 |
src/com/gps/hibernate/FenceReportDAO.java |
136 |
Potential violation of Law of Demeter (method chain calls) |
| 37208 |
src/com/gps/hibernate/FenceReportDAO.java |
137 |
There is log block not surrounded by if |
| 37209 |
src/com/gps/hibernate/FenceReportDAO.java |
137 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 37210 |
src/com/gps/hibernate/FenceReportDAO.java |
138 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 37211 |
src/com/gps/hibernate/FenceReportDAO.java |
139 |
There is log block not surrounded by if |
| 37212 |
src/com/gps/hibernate/FenceReportDAO.java |
144 |
Parameter 'instance' is not assigned and could be declared final |
| 37213 |
src/com/gps/hibernate/FenceReportDAO.java |
144 |
publicMethodCommentRequirement Required |
| 37214 |
src/com/gps/hibernate/FenceReportDAO.java |
145 |
There is log block not surrounded by if |
| 37215 |
src/com/gps/hibernate/FenceReportDAO.java |
145 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 37216 |
src/com/gps/hibernate/FenceReportDAO.java |
147 |
Potential violation of Law of Demeter (method chain calls) |
| 37217 |
src/com/gps/hibernate/FenceReportDAO.java |
148 |
There is log block not surrounded by if |
| 37218 |
src/com/gps/hibernate/FenceReportDAO.java |
148 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 37219 |
src/com/gps/hibernate/FenceReportDAO.java |
149 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 37220 |
src/com/gps/hibernate/FenceReportDAO.java |
150 |
There is log block not surrounded by if |
| 37221 |
src/com/gps/hibernate/FenceReportDAO.java |
155 |
Parameter 'geofence' is not assigned and could be declared final |
| 37222 |
src/com/gps/hibernate/FenceReportDAO.java |
155 |
Parameter 'packetTime' is not assigned and could be declared final |
| 37223 |
src/com/gps/hibernate/FenceReportDAO.java |
155 |
Parameter 'vehicle' is not assigned and could be declared final |
| 37224 |
src/com/gps/hibernate/FenceReportDAO.java |
155 |
publicMethodCommentRequirement Required |
| 37225 |
src/com/gps/hibernate/FenceReportDAO.java |
157 |
Local variable 'reportObj' could be declared final |
| 37226 |
src/com/gps/hibernate/FenceReportDAO.java |
160 |
Potential violation of Law of Demeter (method chain calls) |
| 37227 |
src/com/gps/hibernate/FenceReportDAO.java |
160 |
Potential violation of Law of Demeter (method chain calls) |
| 37228 |
src/com/gps/hibernate/FrequentTripDetails.java |
9 |
Classes implementing Serializable should set a serialVersionUID |
| 37229 |
src/com/gps/hibernate/FrequentTripDetails.java |
13 |
Avoid variables with short names like id |
| 37230 |
src/com/gps/hibernate/FrequentTripDetails.java |
13 |
fieldCommentRequirement Required |
| 37231 |
src/com/gps/hibernate/FrequentTripDetails.java |
14 |
fieldCommentRequirement Required |
| 37232 |
src/com/gps/hibernate/FrequentTripDetails.java |
19 |
Document empty constructor |
| 37233 |
src/com/gps/hibernate/FrequentTripDetails.java |
23 |
Avoid variables with short names like id |
| 37234 |
src/com/gps/hibernate/FrequentTripDetails.java |
23 |
Parameter 'id' is not assigned and could be declared final |
| 37235 |
src/com/gps/hibernate/FrequentTripDetails.java |
29 |
Avoid variables with short names like id |
| 37236 |
src/com/gps/hibernate/FrequentTripDetails.java |
29 |
Parameter 'id' is not assigned and could be declared final |
| 37237 |
src/com/gps/hibernate/FrequentTripDetails.java |
29 |
Parameter 'time' is not assigned and could be declared final |
| 37238 |
src/com/gps/hibernate/FrequentTripDetails.java |
36 |
publicMethodCommentRequirement Required |
| 37239 |
src/com/gps/hibernate/FrequentTripDetails.java |
40 |
Avoid variables with short names like id |
| 37240 |
src/com/gps/hibernate/FrequentTripDetails.java |
40 |
Parameter 'id' is not assigned and could be declared final |
| 37241 |
src/com/gps/hibernate/FrequentTripDetails.java |
40 |
publicMethodCommentRequirement Required |
| 37242 |
src/com/gps/hibernate/FrequentTripDetails.java |
44 |
publicMethodCommentRequirement Required |
| 37243 |
src/com/gps/hibernate/FrequentTripDetails.java |
48 |
Parameter 'time' is not assigned and could be declared final |
| 37244 |
src/com/gps/hibernate/FrequentTripDetails.java |
48 |
publicMethodCommentRequirement Required |
| 37245 |
src/com/gps/hibernate/FrequentTripDetailsDAO.java |
11 |
Comment is too large: Too many lines |
| 37246 |
src/com/gps/hibernate/FrequentTripDetailsDAO.java |
24 |
Logger should be defined private static final and have the correct class |
| 37247 |
src/com/gps/hibernate/FrequentTripDetailsDAO.java |
24 |
Variables that are final and static should be all capitals, 'log' is not all capitals. |
| 37248 |
src/com/gps/hibernate/FrequentTripDetailsDAO.java |
24 |
fieldCommentRequirement Required |
| 37249 |
src/com/gps/hibernate/FrequentTripDetailsDAO.java |
27 |
fieldCommentRequirement Required |
| 37250 |
src/com/gps/hibernate/FrequentTripDetailsDAO.java |
29 |
Parameter 'transientInstance' is not assigned and could be declared final |
| 37251 |
src/com/gps/hibernate/FrequentTripDetailsDAO.java |
29 |
publicMethodCommentRequirement Required |
| 37252 |
src/com/gps/hibernate/FrequentTripDetailsDAO.java |
30 |
There is log block not surrounded by if |
| 37253 |
src/com/gps/hibernate/FrequentTripDetailsDAO.java |
30 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 37254 |
src/com/gps/hibernate/FrequentTripDetailsDAO.java |
32 |
Potential violation of Law of Demeter (method chain calls) |
| 37255 |
src/com/gps/hibernate/FrequentTripDetailsDAO.java |
33 |
There is log block not surrounded by if |
| 37256 |
src/com/gps/hibernate/FrequentTripDetailsDAO.java |
33 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 37257 |
src/com/gps/hibernate/FrequentTripDetailsDAO.java |
34 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 37258 |
src/com/gps/hibernate/FrequentTripDetailsDAO.java |
35 |
There is log block not surrounded by if |
| 37259 |
src/com/gps/hibernate/FrequentTripDetailsDAO.java |
40 |
Avoid excessively long variable names like persistentInstance |
| 37260 |
src/com/gps/hibernate/FrequentTripDetailsDAO.java |
40 |
Parameter 'persistentInstance' is not assigned and could be declared final |
| 37261 |
src/com/gps/hibernate/FrequentTripDetailsDAO.java |
40 |
publicMethodCommentRequirement Required |
| 37262 |
src/com/gps/hibernate/FrequentTripDetailsDAO.java |
41 |
There is log block not surrounded by if |
| 37263 |
src/com/gps/hibernate/FrequentTripDetailsDAO.java |
41 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 37264 |
src/com/gps/hibernate/FrequentTripDetailsDAO.java |
43 |
Potential violation of Law of Demeter (method chain calls) |
| 37265 |
src/com/gps/hibernate/FrequentTripDetailsDAO.java |
44 |
There is log block not surrounded by if |
| 37266 |
src/com/gps/hibernate/FrequentTripDetailsDAO.java |
44 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 37267 |
src/com/gps/hibernate/FrequentTripDetailsDAO.java |
45 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 37268 |
src/com/gps/hibernate/FrequentTripDetailsDAO.java |
46 |
There is log block not surrounded by if |
| 37269 |
src/com/gps/hibernate/FrequentTripDetailsDAO.java |
51 |
publicMethodCommentRequirement Required |
| 37270 |
src/com/gps/hibernate/FrequentTripDetailsDAO.java |
52 |
Avoid variables with short names like id |
| 37271 |
src/com/gps/hibernate/FrequentTripDetailsDAO.java |
52 |
Parameter 'id' is not assigned and could be declared final |
| 37272 |
src/com/gps/hibernate/FrequentTripDetailsDAO.java |
53 |
There is log block not surrounded by if |
| 37273 |
src/com/gps/hibernate/FrequentTripDetailsDAO.java |
53 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 37274 |
src/com/gps/hibernate/FrequentTripDetailsDAO.java |
55 |
Local variable 'instance' could be declared final |
| 37275 |
src/com/gps/hibernate/FrequentTripDetailsDAO.java |
55 |
Potential violation of Law of Demeter (method chain calls) |
| 37276 |
src/com/gps/hibernate/FrequentTripDetailsDAO.java |
58 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 37277 |
src/com/gps/hibernate/FrequentTripDetailsDAO.java |
59 |
There is log block not surrounded by if |
| 37278 |
src/com/gps/hibernate/FrequentTripDetailsDAO.java |
64 |
Parameter 'instance' is not assigned and could be declared final |
| 37279 |
src/com/gps/hibernate/FrequentTripDetailsDAO.java |
64 |
publicMethodCommentRequirement Required |
| 37280 |
src/com/gps/hibernate/FrequentTripDetailsDAO.java |
65 |
There is log block not surrounded by if |
| 37281 |
src/com/gps/hibernate/FrequentTripDetailsDAO.java |
65 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 37282 |
src/com/gps/hibernate/FrequentTripDetailsDAO.java |
67 |
Local variable 'results' could be declared final |
| 37283 |
src/com/gps/hibernate/FrequentTripDetailsDAO.java |
67 |
Potential violation of Law of Demeter (method chain calls) |
| 37284 |
src/com/gps/hibernate/FrequentTripDetailsDAO.java |
67 |
Potential violation of Law of Demeter (method chain calls) |
| 37285 |
src/com/gps/hibernate/FrequentTripDetailsDAO.java |
67 |
Potential violation of Law of Demeter (method chain calls) |
| 37286 |
src/com/gps/hibernate/FrequentTripDetailsDAO.java |
70 |
There is log block not surrounded by if |
| 37287 |
src/com/gps/hibernate/FrequentTripDetailsDAO.java |
70 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 37288 |
src/com/gps/hibernate/FrequentTripDetailsDAO.java |
71 |
Potential violation of Law of Demeter (object not created locally) |
| 37289 |
src/com/gps/hibernate/FrequentTripDetailsDAO.java |
73 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 37290 |
src/com/gps/hibernate/FrequentTripDetailsDAO.java |
74 |
There is log block not surrounded by if |
| 37291 |
src/com/gps/hibernate/FrequentTripDetailsDAO.java |
79 |
Parameter 'propertyName' is not assigned and could be declared final |
| 37292 |
src/com/gps/hibernate/FrequentTripDetailsDAO.java |
79 |
Parameter 'value' is not assigned and could be declared final |
| 37293 |
src/com/gps/hibernate/FrequentTripDetailsDAO.java |
79 |
publicMethodCommentRequirement Required |
| 37294 |
src/com/gps/hibernate/FrequentTripDetailsDAO.java |
80 |
There is log block not surrounded by if |
| 37295 |
src/com/gps/hibernate/FrequentTripDetailsDAO.java |
80 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 37296 |
src/com/gps/hibernate/FrequentTripDetailsDAO.java |
83 |
Local variable 'queryString' could be declared final |
| 37297 |
src/com/gps/hibernate/FrequentTripDetailsDAO.java |
85 |
Local variable 'queryObject' could be declared final |
| 37298 |
src/com/gps/hibernate/FrequentTripDetailsDAO.java |
85 |
Potential violation of Law of Demeter (method chain calls) |
| 37299 |
src/com/gps/hibernate/FrequentTripDetailsDAO.java |
86 |
Potential violation of Law of Demeter (object not created locally) |
| 37300 |
src/com/gps/hibernate/FrequentTripDetailsDAO.java |
87 |
Potential violation of Law of Demeter (object not created locally) |
| 37301 |
src/com/gps/hibernate/FrequentTripDetailsDAO.java |
88 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 37302 |
src/com/gps/hibernate/FrequentTripDetailsDAO.java |
89 |
There is log block not surrounded by if |
| 37303 |
src/com/gps/hibernate/FrequentTripDetailsDAO.java |
94 |
Parameter 'time' is not assigned and could be declared final |
| 37304 |
src/com/gps/hibernate/FrequentTripDetailsDAO.java |
94 |
publicMethodCommentRequirement Required |
| 37305 |
src/com/gps/hibernate/FrequentTripDetailsDAO.java |
98 |
publicMethodCommentRequirement Required |
| 37306 |
src/com/gps/hibernate/FrequentTripDetailsDAO.java |
99 |
There is log block not surrounded by if |
| 37307 |
src/com/gps/hibernate/FrequentTripDetailsDAO.java |
99 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 37308 |
src/com/gps/hibernate/FrequentTripDetailsDAO.java |
101 |
Local variable 'queryString' could be declared final |
| 37309 |
src/com/gps/hibernate/FrequentTripDetailsDAO.java |
102 |
Local variable 'queryObject' could be declared final |
| 37310 |
src/com/gps/hibernate/FrequentTripDetailsDAO.java |
102 |
Potential violation of Law of Demeter (method chain calls) |
| 37311 |
src/com/gps/hibernate/FrequentTripDetailsDAO.java |
103 |
Potential violation of Law of Demeter (object not created locally) |
| 37312 |
src/com/gps/hibernate/FrequentTripDetailsDAO.java |
104 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 37313 |
src/com/gps/hibernate/FrequentTripDetailsDAO.java |
105 |
There is log block not surrounded by if |
| 37314 |
src/com/gps/hibernate/FrequentTripDetailsDAO.java |
110 |
Parameter 'detachedInstance' is not assigned and could be declared final |
| 37315 |
src/com/gps/hibernate/FrequentTripDetailsDAO.java |
110 |
publicMethodCommentRequirement Required |
| 37316 |
src/com/gps/hibernate/FrequentTripDetailsDAO.java |
111 |
There is log block not surrounded by if |
| 37317 |
src/com/gps/hibernate/FrequentTripDetailsDAO.java |
111 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 37318 |
src/com/gps/hibernate/FrequentTripDetailsDAO.java |
113 |
Local variable 'result' could be declared final |
| 37319 |
src/com/gps/hibernate/FrequentTripDetailsDAO.java |
113 |
Potential violation of Law of Demeter (method chain calls) |
| 37320 |
src/com/gps/hibernate/FrequentTripDetailsDAO.java |
115 |
There is log block not surrounded by if |
| 37321 |
src/com/gps/hibernate/FrequentTripDetailsDAO.java |
115 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 37322 |
src/com/gps/hibernate/FrequentTripDetailsDAO.java |
117 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 37323 |
src/com/gps/hibernate/FrequentTripDetailsDAO.java |
118 |
There is log block not surrounded by if |
| 37324 |
src/com/gps/hibernate/FrequentTripDetailsDAO.java |
123 |
Parameter 'instance' is not assigned and could be declared final |
| 37325 |
src/com/gps/hibernate/FrequentTripDetailsDAO.java |
123 |
publicMethodCommentRequirement Required |
| 37326 |
src/com/gps/hibernate/FrequentTripDetailsDAO.java |
124 |
There is log block not surrounded by if |
| 37327 |
src/com/gps/hibernate/FrequentTripDetailsDAO.java |
124 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 37328 |
src/com/gps/hibernate/FrequentTripDetailsDAO.java |
126 |
Potential violation of Law of Demeter (method chain calls) |
| 37329 |
src/com/gps/hibernate/FrequentTripDetailsDAO.java |
127 |
There is log block not surrounded by if |
| 37330 |
src/com/gps/hibernate/FrequentTripDetailsDAO.java |
127 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 37331 |
src/com/gps/hibernate/FrequentTripDetailsDAO.java |
128 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 37332 |
src/com/gps/hibernate/FrequentTripDetailsDAO.java |
129 |
There is log block not surrounded by if |
| 37333 |
src/com/gps/hibernate/FrequentTripDetailsDAO.java |
134 |
Parameter 'instance' is not assigned and could be declared final |
| 37334 |
src/com/gps/hibernate/FrequentTripDetailsDAO.java |
134 |
publicMethodCommentRequirement Required |
| 37335 |
src/com/gps/hibernate/FrequentTripDetailsDAO.java |
135 |
There is log block not surrounded by if |
| 37336 |
src/com/gps/hibernate/FrequentTripDetailsDAO.java |
135 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 37337 |
src/com/gps/hibernate/FrequentTripDetailsDAO.java |
137 |
Potential violation of Law of Demeter (method chain calls) |
| 37338 |
src/com/gps/hibernate/FrequentTripDetailsDAO.java |
138 |
There is log block not surrounded by if |
| 37339 |
src/com/gps/hibernate/FrequentTripDetailsDAO.java |
138 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 37340 |
src/com/gps/hibernate/FrequentTripDetailsDAO.java |
139 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 37341 |
src/com/gps/hibernate/FrequentTripDetailsDAO.java |
140 |
There is log block not surrounded by if |
| 37342 |
src/com/gps/hibernate/FrequentTripDetailsId.java |
9 |
Classes implementing Serializable should set a serialVersionUID |
| 37343 |
src/com/gps/hibernate/FrequentTripDetailsId.java |
13 |
fieldCommentRequirement Required |
| 37344 |
src/com/gps/hibernate/FrequentTripDetailsId.java |
14 |
fieldCommentRequirement Required |
| 37345 |
src/com/gps/hibernate/FrequentTripDetailsId.java |
19 |
Document empty constructor |
| 37346 |
src/com/gps/hibernate/FrequentTripDetailsId.java |
23 |
Parameter 'day' is not assigned and could be declared final |
| 37347 |
src/com/gps/hibernate/FrequentTripDetailsId.java |
23 |
Parameter 'tripDetails' is not assigned and could be declared final |
| 37348 |
src/com/gps/hibernate/FrequentTripDetailsId.java |
30 |
publicMethodCommentRequirement Required |
| 37349 |
src/com/gps/hibernate/FrequentTripDetailsId.java |
34 |
Parameter 'tripDetails' is not assigned and could be declared final |
| 37350 |
src/com/gps/hibernate/FrequentTripDetailsId.java |
34 |
publicMethodCommentRequirement Required |
| 37351 |
src/com/gps/hibernate/FrequentTripDetailsId.java |
38 |
publicMethodCommentRequirement Required |
| 37352 |
src/com/gps/hibernate/FrequentTripDetailsId.java |
42 |
Parameter 'day' is not assigned and could be declared final |
| 37353 |
src/com/gps/hibernate/FrequentTripDetailsId.java |
42 |
publicMethodCommentRequirement Required |
| 37354 |
src/com/gps/hibernate/FrequentTripDetailsId.java |
46 |
Parameter 'other' is not assigned and could be declared final |
| 37355 |
src/com/gps/hibernate/FrequentTripDetailsId.java |
46 |
publicMethodCommentRequirement Required |
| 37356 |
src/com/gps/hibernate/FrequentTripDetailsId.java |
47 |
Avoid using if statements without curly braces |
| 37357 |
src/com/gps/hibernate/FrequentTripDetailsId.java |
47 |
Useless parentheses. |
| 37358 |
src/com/gps/hibernate/FrequentTripDetailsId.java |
48 |
A method should have only one exit point, and that should be the last statement in the method |
| 37359 |
src/com/gps/hibernate/FrequentTripDetailsId.java |
49 |
Avoid using if statements without curly braces |
| 37360 |
src/com/gps/hibernate/FrequentTripDetailsId.java |
49 |
Useless parentheses. |
| 37361 |
src/com/gps/hibernate/FrequentTripDetailsId.java |
50 |
A method should have only one exit point, and that should be the last statement in the method |
| 37362 |
src/com/gps/hibernate/FrequentTripDetailsId.java |
51 |
Avoid using if statements without curly braces |
| 37363 |
src/com/gps/hibernate/FrequentTripDetailsId.java |
52 |
A method should have only one exit point, and that should be the last statement in the method |
| 37364 |
src/com/gps/hibernate/FrequentTripDetailsId.java |
53 |
Local variable 'castOther' could be declared final |
| 37365 |
src/com/gps/hibernate/FrequentTripDetailsId.java |
55 |
Potential violation of Law of Demeter (method chain calls) |
| 37366 |
src/com/gps/hibernate/FrequentTripDetailsId.java |
55 |
Potential violation of Law of Demeter (object not created locally) |
| 37367 |
src/com/gps/hibernate/FrequentTripDetailsId.java |
55 |
Potential violation of Law of Demeter (object not created locally) |
| 37368 |
src/com/gps/hibernate/FrequentTripDetailsId.java |
55 |
Useless parentheses. |
| 37369 |
src/com/gps/hibernate/FrequentTripDetailsId.java |
55 |
Useless parentheses. |
| 37370 |
src/com/gps/hibernate/FrequentTripDetailsId.java |
57 |
Potential violation of Law of Demeter (object not created locally) |
| 37371 |
src/com/gps/hibernate/FrequentTripDetailsId.java |
58 |
Potential violation of Law of Demeter (object not created locally) |
| 37372 |
src/com/gps/hibernate/FrequentTripDetailsId.java |
59 |
Potential violation of Law of Demeter (method chain calls) |
| 37373 |
src/com/gps/hibernate/FrequentTripDetailsId.java |
59 |
Potential violation of Law of Demeter (object not created locally) |
| 37374 |
src/com/gps/hibernate/FrequentTripDetailsId.java |
59 |
Potential violation of Law of Demeter (object not created locally) |
| 37375 |
src/com/gps/hibernate/FrequentTripDetailsId.java |
59 |
Useless parentheses. |
| 37376 |
src/com/gps/hibernate/FrequentTripDetailsId.java |
59 |
Useless parentheses. |
| 37377 |
src/com/gps/hibernate/FrequentTripDetailsId.java |
60 |
Potential violation of Law of Demeter (object not created locally) |
| 37378 |
src/com/gps/hibernate/FrequentTripDetailsId.java |
61 |
Potential violation of Law of Demeter (object not created locally) |
| 37379 |
src/com/gps/hibernate/FrequentTripDetailsId.java |
64 |
publicMethodCommentRequirement Required |
| 37380 |
src/com/gps/hibernate/FrequentTripDetailsId.java |
65 |
Found 'DD'-anomaly for variable 'result' (lines '65'-'67'). |
| 37381 |
src/com/gps/hibernate/FuelCalibration.java |
10 |
Classes implementing Serializable should set a serialVersionUID |
| 37382 |
src/com/gps/hibernate/FuelCalibration.java |
12 |
Avoid variables with short names like Id |
| 37383 |
src/com/gps/hibernate/FuelCalibration.java |
12 |
Use explicit scoping instead of the default package private level |
| 37384 |
src/com/gps/hibernate/FuelCalibration.java |
12 |
Variables should start with a lowercase character, 'Id' starts with uppercase character. |
| 37385 |
src/com/gps/hibernate/FuelCalibration.java |
12 |
fieldCommentRequirement Required |
| 37386 |
src/com/gps/hibernate/FuelCalibration.java |
13 |
Use explicit scoping instead of the default package private level |
| 37387 |
src/com/gps/hibernate/FuelCalibration.java |
13 |
fieldCommentRequirement Required |
| 37388 |
src/com/gps/hibernate/FuelCalibration.java |
14 |
Use explicit scoping instead of the default package private level |
| 37389 |
src/com/gps/hibernate/FuelCalibration.java |
14 |
fieldCommentRequirement Required |
| 37390 |
src/com/gps/hibernate/FuelCalibration.java |
15 |
Use explicit scoping instead of the default package private level |
| 37391 |
src/com/gps/hibernate/FuelCalibration.java |
15 |
Variables should start with a lowercase character, 'FuelVolt' starts with uppercase character. |
| 37392 |
src/com/gps/hibernate/FuelCalibration.java |
15 |
fieldCommentRequirement Required |
| 37393 |
src/com/gps/hibernate/FuelCalibration.java |
28 |
Avoid variables with short names like id |
| 37394 |
src/com/gps/hibernate/FuelCalibration.java |
28 |
Parameter 'fuelValue' is not assigned and could be declared final |
| 37395 |
src/com/gps/hibernate/FuelCalibration.java |
28 |
Parameter 'id' is not assigned and could be declared final |
| 37396 |
src/com/gps/hibernate/FuelCalibration.java |
28 |
Parameter 'typeId' is not assigned and could be declared final |
| 37397 |
src/com/gps/hibernate/FuelCalibration.java |
29 |
Parameter 'fuelVolt' is not assigned and could be declared final |
| 37398 |
src/com/gps/hibernate/FuelCalibration.java |
45 |
Avoid variables with short names like id |
| 37399 |
src/com/gps/hibernate/FuelCalibration.java |
45 |
Parameter 'id' is not assigned and could be declared final |
| 37400 |
src/com/gps/hibernate/FuelCalibration.java |
57 |
Parameter 'typeId' is not assigned and could be declared final |
| 37401 |
src/com/gps/hibernate/FuelCalibration.java |
69 |
Parameter 'fuelValue' is not assigned and could be declared final |
| 37402 |
src/com/gps/hibernate/FuelCalibration.java |
81 |
Parameter 'fuelVolt' is not assigned and could be declared final |
| 37403 |
src/com/gps/hibernate/FuelCalibrationDAO.java |
11 |
Comment is too large: Too many lines |
| 37404 |
src/com/gps/hibernate/FuelCalibrationDAO.java |
24 |
Logger should be defined private static final and have the correct class |
| 37405 |
src/com/gps/hibernate/FuelCalibrationDAO.java |
24 |
Variables that are final and static should be all capitals, 'log' is not all capitals. |
| 37406 |
src/com/gps/hibernate/FuelCalibrationDAO.java |
24 |
fieldCommentRequirement Required |
| 37407 |
src/com/gps/hibernate/FuelCalibrationDAO.java |
26 |
Parameter 'transientInstance' is not assigned and could be declared final |
| 37408 |
src/com/gps/hibernate/FuelCalibrationDAO.java |
26 |
publicMethodCommentRequirement Required |
| 37409 |
src/com/gps/hibernate/FuelCalibrationDAO.java |
28 |
Potential violation of Law of Demeter (method chain calls) |
| 37410 |
src/com/gps/hibernate/FuelCalibrationDAO.java |
29 |
There is log block not surrounded by if |
| 37411 |
src/com/gps/hibernate/FuelCalibrationDAO.java |
29 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 37412 |
src/com/gps/hibernate/FuelCalibrationDAO.java |
30 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 37413 |
src/com/gps/hibernate/FuelCalibrationDAO.java |
31 |
There is log block not surrounded by if |
| 37414 |
src/com/gps/hibernate/FuelCalibrationDAO.java |
36 |
Avoid excessively long variable names like persistentInstance |
| 37415 |
src/com/gps/hibernate/FuelCalibrationDAO.java |
36 |
Parameter 'persistentInstance' is not assigned and could be declared final |
| 37416 |
src/com/gps/hibernate/FuelCalibrationDAO.java |
36 |
publicMethodCommentRequirement Required |
| 37417 |
src/com/gps/hibernate/FuelCalibrationDAO.java |
38 |
Potential violation of Law of Demeter (method chain calls) |
| 37418 |
src/com/gps/hibernate/FuelCalibrationDAO.java |
39 |
There is log block not surrounded by if |
| 37419 |
src/com/gps/hibernate/FuelCalibrationDAO.java |
39 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 37420 |
src/com/gps/hibernate/FuelCalibrationDAO.java |
40 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 37421 |
src/com/gps/hibernate/FuelCalibrationDAO.java |
41 |
There is log block not surrounded by if |
| 37422 |
src/com/gps/hibernate/FuelCalibrationDAO.java |
46 |
Avoid variables with short names like id |
| 37423 |
src/com/gps/hibernate/FuelCalibrationDAO.java |
46 |
Parameter 'id' is not assigned and could be declared final |
| 37424 |
src/com/gps/hibernate/FuelCalibrationDAO.java |
46 |
publicMethodCommentRequirement Required |
| 37425 |
src/com/gps/hibernate/FuelCalibrationDAO.java |
48 |
Local variable 'instance' could be declared final |
| 37426 |
src/com/gps/hibernate/FuelCalibrationDAO.java |
48 |
Potential violation of Law of Demeter (method chain calls) |
| 37427 |
src/com/gps/hibernate/FuelCalibrationDAO.java |
52 |
A catch statement that catches an exception only to rethrow it should be avoided. |
| 37428 |
src/com/gps/hibernate/FuelCalibrationDAO.java |
52 |
Avoid catching NullPointerException; consider removing the cause of the NPE. |
| 37429 |
src/com/gps/hibernate/FuelCalibrationDAO.java |
52 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 37430 |
src/com/gps/hibernate/FuelCalibrationDAO.java |
56 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 37431 |
src/com/gps/hibernate/FuelCalibrationDAO.java |
57 |
There is log block not surrounded by if |
| 37432 |
src/com/gps/hibernate/FuelCalibrationDAO.java |
62 |
Parameter 'instance' is not assigned and could be declared final |
| 37433 |
src/com/gps/hibernate/FuelCalibrationDAO.java |
62 |
publicMethodCommentRequirement Required |
| 37434 |
src/com/gps/hibernate/FuelCalibrationDAO.java |
64 |
Local variable 'results' could be declared final |
| 37435 |
src/com/gps/hibernate/FuelCalibrationDAO.java |
64 |
Potential violation of Law of Demeter (method chain calls) |
| 37436 |
src/com/gps/hibernate/FuelCalibrationDAO.java |
64 |
Potential violation of Law of Demeter (method chain calls) |
| 37437 |
src/com/gps/hibernate/FuelCalibrationDAO.java |
64 |
Potential violation of Law of Demeter (method chain calls) |
| 37438 |
src/com/gps/hibernate/FuelCalibrationDAO.java |
68 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 37439 |
src/com/gps/hibernate/FuelCalibrationDAO.java |
69 |
There is log block not surrounded by if |
| 37440 |
src/com/gps/hibernate/FuelCalibrationDAO.java |
74 |
Parameter 'propertyName' is not assigned and could be declared final |
| 37441 |
src/com/gps/hibernate/FuelCalibrationDAO.java |
74 |
Parameter 'value' is not assigned and could be declared final |
| 37442 |
src/com/gps/hibernate/FuelCalibrationDAO.java |
74 |
publicMethodCommentRequirement Required |
| 37443 |
src/com/gps/hibernate/FuelCalibrationDAO.java |
76 |
Local variable 'queryString' could be declared final |
| 37444 |
src/com/gps/hibernate/FuelCalibrationDAO.java |
78 |
Local variable 'queryObject' could be declared final |
| 37445 |
src/com/gps/hibernate/FuelCalibrationDAO.java |
78 |
Potential violation of Law of Demeter (method chain calls) |
| 37446 |
src/com/gps/hibernate/FuelCalibrationDAO.java |
79 |
Potential violation of Law of Demeter (object not created locally) |
| 37447 |
src/com/gps/hibernate/FuelCalibrationDAO.java |
80 |
Potential violation of Law of Demeter (object not created locally) |
| 37448 |
src/com/gps/hibernate/FuelCalibrationDAO.java |
81 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 37449 |
src/com/gps/hibernate/FuelCalibrationDAO.java |
82 |
There is log block not surrounded by if |
| 37450 |
src/com/gps/hibernate/FuelCalibrationDAO.java |
87 |
Parameter 'first' is not assigned and could be declared final |
| 37451 |
src/com/gps/hibernate/FuelCalibrationDAO.java |
87 |
Parameter 'last' is not assigned and could be declared final |
| 37452 |
src/com/gps/hibernate/FuelCalibrationDAO.java |
87 |
publicMethodCommentRequirement Required |
| 37453 |
src/com/gps/hibernate/FuelCalibrationDAO.java |
89 |
Local variable 'queryString' could be declared final |
| 37454 |
src/com/gps/hibernate/FuelCalibrationDAO.java |
90 |
Local variable 'queryObject' could be declared final |
| 37455 |
src/com/gps/hibernate/FuelCalibrationDAO.java |
90 |
Potential violation of Law of Demeter (method chain calls) |
| 37456 |
src/com/gps/hibernate/FuelCalibrationDAO.java |
91 |
Potential violation of Law of Demeter (object not created locally) |
| 37457 |
src/com/gps/hibernate/FuelCalibrationDAO.java |
92 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 37458 |
src/com/gps/hibernate/FuelCalibrationDAO.java |
93 |
There is log block not surrounded by if |
| 37459 |
src/com/gps/hibernate/FuelCalibrationDAO.java |
98 |
Parameter 'detachedInstance' is not assigned and could be declared final |
| 37460 |
src/com/gps/hibernate/FuelCalibrationDAO.java |
98 |
publicMethodCommentRequirement Required |
| 37461 |
src/com/gps/hibernate/FuelCalibrationDAO.java |
100 |
Local variable 'result' could be declared final |
| 37462 |
src/com/gps/hibernate/FuelCalibrationDAO.java |
100 |
Potential violation of Law of Demeter (method chain calls) |
| 37463 |
src/com/gps/hibernate/FuelCalibrationDAO.java |
103 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 37464 |
src/com/gps/hibernate/FuelCalibrationDAO.java |
104 |
There is log block not surrounded by if |
| 37465 |
src/com/gps/hibernate/FuelCalibrationDAO.java |
109 |
Parameter 'instance' is not assigned and could be declared final |
| 37466 |
src/com/gps/hibernate/FuelCalibrationDAO.java |
109 |
publicMethodCommentRequirement Required |
| 37467 |
src/com/gps/hibernate/FuelCalibrationDAO.java |
111 |
Potential violation of Law of Demeter (method chain calls) |
| 37468 |
src/com/gps/hibernate/FuelCalibrationDAO.java |
112 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 37469 |
src/com/gps/hibernate/FuelCalibrationDAO.java |
113 |
There is log block not surrounded by if |
| 37470 |
src/com/gps/hibernate/FuelCalibrationDAO.java |
118 |
Parameter 'instance' is not assigned and could be declared final |
| 37471 |
src/com/gps/hibernate/FuelCalibrationDAO.java |
118 |
publicMethodCommentRequirement Required |
| 37472 |
src/com/gps/hibernate/FuelCalibrationDAO.java |
120 |
Potential violation of Law of Demeter (method chain calls) |
| 37473 |
src/com/gps/hibernate/FuelCalibrationDAO.java |
121 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 37474 |
src/com/gps/hibernate/FuelCalibrationDAO.java |
122 |
There is log block not surrounded by if |
| 37475 |
src/com/gps/hibernate/FuelHistory.java |
13 |
Classes implementing Serializable should set a serialVersionUID |
| 37476 |
src/com/gps/hibernate/FuelHistory.java |
15 |
Avoid variables with short names like Id |
| 37477 |
src/com/gps/hibernate/FuelHistory.java |
15 |
Use explicit scoping instead of the default package private level |
| 37478 |
src/com/gps/hibernate/FuelHistory.java |
15 |
Variables should start with a lowercase character, 'Id' starts with uppercase character. |
| 37479 |
src/com/gps/hibernate/FuelHistory.java |
15 |
fieldCommentRequirement Required |
| 37480 |
src/com/gps/hibernate/FuelHistory.java |
16 |
Use explicit scoping instead of the default package private level |
| 37481 |
src/com/gps/hibernate/FuelHistory.java |
16 |
fieldCommentRequirement Required |
| 37482 |
src/com/gps/hibernate/FuelHistory.java |
17 |
Use explicit scoping instead of the default package private level |
| 37483 |
src/com/gps/hibernate/FuelHistory.java |
17 |
fieldCommentRequirement Required |
| 37484 |
src/com/gps/hibernate/FuelHistory.java |
18 |
Use explicit scoping instead of the default package private level |
| 37485 |
src/com/gps/hibernate/FuelHistory.java |
18 |
fieldCommentRequirement Required |
| 37486 |
src/com/gps/hibernate/FuelHistory.java |
19 |
Use explicit scoping instead of the default package private level |
| 37487 |
src/com/gps/hibernate/FuelHistory.java |
19 |
fieldCommentRequirement Required |
| 37488 |
src/com/gps/hibernate/FuelHistory.java |
20 |
Use explicit scoping instead of the default package private level |
| 37489 |
src/com/gps/hibernate/FuelHistory.java |
20 |
fieldCommentRequirement Required |
| 37490 |
src/com/gps/hibernate/FuelHistory.java |
33 |
Comment is too large: Too many lines |
| 37491 |
src/com/gps/hibernate/FuelHistory.java |
47 |
Avoid long parameter lists. |
| 37492 |
src/com/gps/hibernate/FuelHistory.java |
47 |
Avoid variables with short names like id |
| 37493 |
src/com/gps/hibernate/FuelHistory.java |
47 |
Parameter 'dateTime' is not assigned and could be declared final |
| 37494 |
src/com/gps/hibernate/FuelHistory.java |
47 |
Parameter 'id' is not assigned and could be declared final |
| 37495 |
src/com/gps/hibernate/FuelHistory.java |
48 |
Parameter 'fuelQuantity' is not assigned and could be declared final |
| 37496 |
src/com/gps/hibernate/FuelHistory.java |
48 |
Parameter 'vehicleDetails' is not assigned and could be declared final |
| 37497 |
src/com/gps/hibernate/FuelHistory.java |
49 |
Parameter 'tripParameters' is not assigned and could be declared final |
| 37498 |
src/com/gps/hibernate/FuelHistory.java |
49 |
Parameter 'type' is not assigned and could be declared final |
| 37499 |
src/com/gps/hibernate/FuelHistory.java |
50 |
Avoid unused constructor parameters such as 'fuelReading'. |
| 37500 |
src/com/gps/hibernate/FuelHistory.java |
50 |
Avoid unused constructor parameters such as 'organization'. |
| 37501 |
src/com/gps/hibernate/FuelHistory.java |
50 |
Parameter 'fuelReading' is not assigned and could be declared final |
| 37502 |
src/com/gps/hibernate/FuelHistory.java |
50 |
Parameter 'organization' is not assigned and could be declared final |
| 37503 |
src/com/gps/hibernate/FuelHistory.java |
51 |
Avoid unused constructor parameters such as 'distanceReading'. |
| 37504 |
src/com/gps/hibernate/FuelHistory.java |
51 |
Avoid unused constructor parameters such as 'lattitude'. |
| 37505 |
src/com/gps/hibernate/FuelHistory.java |
51 |
Avoid unused constructor parameters such as 'location'. |
| 37506 |
src/com/gps/hibernate/FuelHistory.java |
51 |
Parameter 'distanceReading' is not assigned and could be declared final |
| 37507 |
src/com/gps/hibernate/FuelHistory.java |
51 |
Parameter 'lattitude' is not assigned and could be declared final |
| 37508 |
src/com/gps/hibernate/FuelHistory.java |
51 |
Parameter 'location' is not assigned and could be declared final |
| 37509 |
src/com/gps/hibernate/FuelHistory.java |
52 |
Avoid unused constructor parameters such as 'longitude'. |
| 37510 |
src/com/gps/hibernate/FuelHistory.java |
52 |
Parameter 'longitude' is not assigned and could be declared final |
| 37511 |
src/com/gps/hibernate/FuelHistory.java |
76 |
Avoid variables with short names like id |
| 37512 |
src/com/gps/hibernate/FuelHistory.java |
76 |
Parameter 'id' is not assigned and could be declared final |
| 37513 |
src/com/gps/hibernate/FuelHistory.java |
88 |
Parameter 'dateTime' is not assigned and could be declared final |
| 37514 |
src/com/gps/hibernate/FuelHistory.java |
100 |
Parameter 'vehicleDetails' is not assigned and could be declared final |
| 37515 |
src/com/gps/hibernate/FuelHistory.java |
112 |
Parameter 'fuelQuantity' is not assigned and could be declared final |
| 37516 |
src/com/gps/hibernate/FuelHistory.java |
124 |
Parameter 'tripParameters' is not assigned and could be declared final |
| 37517 |
src/com/gps/hibernate/FuelHistory.java |
136 |
Parameter 'type' is not assigned and could be declared final |
| 37518 |
src/com/gps/hibernate/FuelHistoryBean.java |
5 |
headerCommentRequirement Required |
| 37519 |
src/com/gps/hibernate/FuelHistoryBean.java |
6 |
fieldCommentRequirement Required |
| 37520 |
src/com/gps/hibernate/FuelHistoryBean.java |
7 |
fieldCommentRequirement Required |
| 37521 |
src/com/gps/hibernate/FuelHistoryBean.java |
8 |
fieldCommentRequirement Required |
| 37522 |
src/com/gps/hibernate/FuelHistoryBean.java |
9 |
fieldCommentRequirement Required |
| 37523 |
src/com/gps/hibernate/FuelHistoryBean.java |
10 |
fieldCommentRequirement Required |
| 37524 |
src/com/gps/hibernate/FuelHistoryBean.java |
11 |
fieldCommentRequirement Required |
| 37525 |
src/com/gps/hibernate/FuelHistoryBean.java |
12 |
Document empty constructor |
| 37526 |
src/com/gps/hibernate/FuelHistoryBean.java |
12 |
publicMethodCommentRequirement Required |
| 37527 |
src/com/gps/hibernate/FuelHistoryBean.java |
15 |
Parameter 'dateTime' is not assigned and could be declared final |
| 37528 |
src/com/gps/hibernate/FuelHistoryBean.java |
15 |
Parameter 'fuelId' is not assigned and could be declared final |
| 37529 |
src/com/gps/hibernate/FuelHistoryBean.java |
15 |
Parameter 'vehicleId' is not assigned and could be declared final |
| 37530 |
src/com/gps/hibernate/FuelHistoryBean.java |
15 |
publicMethodCommentRequirement Required |
| 37531 |
src/com/gps/hibernate/FuelHistoryBean.java |
16 |
Parameter 'fuelQuantity' is not assigned and could be declared final |
| 37532 |
src/com/gps/hibernate/FuelHistoryBean.java |
16 |
Parameter 'tripParamid' is not assigned and could be declared final |
| 37533 |
src/com/gps/hibernate/FuelHistoryBean.java |
16 |
Parameter 'type' is not assigned and could be declared final |
| 37534 |
src/com/gps/hibernate/FuelHistoryBean.java |
25 |
publicMethodCommentRequirement Required |
| 37535 |
src/com/gps/hibernate/FuelHistoryBean.java |
28 |
Parameter 'fuelId' is not assigned and could be declared final |
| 37536 |
src/com/gps/hibernate/FuelHistoryBean.java |
28 |
publicMethodCommentRequirement Required |
| 37537 |
src/com/gps/hibernate/FuelHistoryBean.java |
31 |
publicMethodCommentRequirement Required |
| 37538 |
src/com/gps/hibernate/FuelHistoryBean.java |
34 |
Parameter 'dateTime' is not assigned and could be declared final |
| 37539 |
src/com/gps/hibernate/FuelHistoryBean.java |
34 |
publicMethodCommentRequirement Required |
| 37540 |
src/com/gps/hibernate/FuelHistoryBean.java |
37 |
publicMethodCommentRequirement Required |
| 37541 |
src/com/gps/hibernate/FuelHistoryBean.java |
40 |
Parameter 'vehicleId' is not assigned and could be declared final |
| 37542 |
src/com/gps/hibernate/FuelHistoryBean.java |
40 |
publicMethodCommentRequirement Required |
| 37543 |
src/com/gps/hibernate/FuelHistoryBean.java |
43 |
publicMethodCommentRequirement Required |
| 37544 |
src/com/gps/hibernate/FuelHistoryBean.java |
46 |
Parameter 'fuelQuantity' is not assigned and could be declared final |
| 37545 |
src/com/gps/hibernate/FuelHistoryBean.java |
46 |
publicMethodCommentRequirement Required |
| 37546 |
src/com/gps/hibernate/FuelHistoryBean.java |
49 |
publicMethodCommentRequirement Required |
| 37547 |
src/com/gps/hibernate/FuelHistoryBean.java |
52 |
Parameter 'tripParamid' is not assigned and could be declared final |
| 37548 |
src/com/gps/hibernate/FuelHistoryBean.java |
52 |
publicMethodCommentRequirement Required |
| 37549 |
src/com/gps/hibernate/FuelHistoryBean.java |
55 |
publicMethodCommentRequirement Required |
| 37550 |
src/com/gps/hibernate/FuelHistoryBean.java |
58 |
Parameter 'type' is not assigned and could be declared final |
| 37551 |
src/com/gps/hibernate/FuelHistoryBean.java |
58 |
publicMethodCommentRequirement Required |
| 37552 |
src/com/gps/hibernate/FuelHistoryDAO.java |
11 |
Comment is too large: Too many lines |
| 37553 |
src/com/gps/hibernate/FuelHistoryDAO.java |
24 |
Logger should be defined private static final and have the correct class |
| 37554 |
src/com/gps/hibernate/FuelHistoryDAO.java |
24 |
Variables that are final and static should be all capitals, 'log' is not all capitals. |
| 37555 |
src/com/gps/hibernate/FuelHistoryDAO.java |
24 |
fieldCommentRequirement Required |
| 37556 |
src/com/gps/hibernate/FuelHistoryDAO.java |
26 |
Parameter 'transientInstance' is not assigned and could be declared final |
| 37557 |
src/com/gps/hibernate/FuelHistoryDAO.java |
26 |
publicMethodCommentRequirement Required |
| 37558 |
src/com/gps/hibernate/FuelHistoryDAO.java |
27 |
There is log block not surrounded by if |
| 37559 |
src/com/gps/hibernate/FuelHistoryDAO.java |
27 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 37560 |
src/com/gps/hibernate/FuelHistoryDAO.java |
29 |
Potential violation of Law of Demeter (method chain calls) |
| 37561 |
src/com/gps/hibernate/FuelHistoryDAO.java |
30 |
There is log block not surrounded by if |
| 37562 |
src/com/gps/hibernate/FuelHistoryDAO.java |
30 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 37563 |
src/com/gps/hibernate/FuelHistoryDAO.java |
31 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 37564 |
src/com/gps/hibernate/FuelHistoryDAO.java |
32 |
There is log block not surrounded by if |
| 37565 |
src/com/gps/hibernate/FuelHistoryDAO.java |
37 |
Avoid excessively long variable names like persistentInstance |
| 37566 |
src/com/gps/hibernate/FuelHistoryDAO.java |
37 |
Parameter 'persistentInstance' is not assigned and could be declared final |
| 37567 |
src/com/gps/hibernate/FuelHistoryDAO.java |
37 |
publicMethodCommentRequirement Required |
| 37568 |
src/com/gps/hibernate/FuelHistoryDAO.java |
38 |
There is log block not surrounded by if |
| 37569 |
src/com/gps/hibernate/FuelHistoryDAO.java |
38 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 37570 |
src/com/gps/hibernate/FuelHistoryDAO.java |
40 |
Potential violation of Law of Demeter (method chain calls) |
| 37571 |
src/com/gps/hibernate/FuelHistoryDAO.java |
41 |
There is log block not surrounded by if |
| 37572 |
src/com/gps/hibernate/FuelHistoryDAO.java |
41 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 37573 |
src/com/gps/hibernate/FuelHistoryDAO.java |
42 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 37574 |
src/com/gps/hibernate/FuelHistoryDAO.java |
43 |
There is log block not surrounded by if |
| 37575 |
src/com/gps/hibernate/FuelHistoryDAO.java |
48 |
Avoid variables with short names like id |
| 37576 |
src/com/gps/hibernate/FuelHistoryDAO.java |
48 |
Parameter 'id' is not assigned and could be declared final |
| 37577 |
src/com/gps/hibernate/FuelHistoryDAO.java |
48 |
publicMethodCommentRequirement Required |
| 37578 |
src/com/gps/hibernate/FuelHistoryDAO.java |
49 |
There is log block not surrounded by if |
| 37579 |
src/com/gps/hibernate/FuelHistoryDAO.java |
49 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 37580 |
src/com/gps/hibernate/FuelHistoryDAO.java |
51 |
Local variable 'instance' could be declared final |
| 37581 |
src/com/gps/hibernate/FuelHistoryDAO.java |
51 |
Potential violation of Law of Demeter (method chain calls) |
| 37582 |
src/com/gps/hibernate/FuelHistoryDAO.java |
55 |
Avoid catching NullPointerException; consider removing the cause of the NPE. |
| 37583 |
src/com/gps/hibernate/FuelHistoryDAO.java |
55 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 37584 |
src/com/gps/hibernate/FuelHistoryDAO.java |
57 |
There is log block not surrounded by if |
| 37585 |
src/com/gps/hibernate/FuelHistoryDAO.java |
60 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 37586 |
src/com/gps/hibernate/FuelHistoryDAO.java |
61 |
There is log block not surrounded by if |
| 37587 |
src/com/gps/hibernate/FuelHistoryDAO.java |
66 |
Parameter 'instance' is not assigned and could be declared final |
| 37588 |
src/com/gps/hibernate/FuelHistoryDAO.java |
66 |
publicMethodCommentRequirement Required |
| 37589 |
src/com/gps/hibernate/FuelHistoryDAO.java |
68 |
Local variable 'results' could be declared final |
| 37590 |
src/com/gps/hibernate/FuelHistoryDAO.java |
68 |
Potential violation of Law of Demeter (method chain calls) |
| 37591 |
src/com/gps/hibernate/FuelHistoryDAO.java |
68 |
Potential violation of Law of Demeter (method chain calls) |
| 37592 |
src/com/gps/hibernate/FuelHistoryDAO.java |
68 |
Potential violation of Law of Demeter (method chain calls) |
| 37593 |
src/com/gps/hibernate/FuelHistoryDAO.java |
72 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 37594 |
src/com/gps/hibernate/FuelHistoryDAO.java |
73 |
There is log block not surrounded by if |
| 37595 |
src/com/gps/hibernate/FuelHistoryDAO.java |
78 |
Parameter 'propertyName' is not assigned and could be declared final |
| 37596 |
src/com/gps/hibernate/FuelHistoryDAO.java |
78 |
Parameter 'value' is not assigned and could be declared final |
| 37597 |
src/com/gps/hibernate/FuelHistoryDAO.java |
78 |
publicMethodCommentRequirement Required |
| 37598 |
src/com/gps/hibernate/FuelHistoryDAO.java |
80 |
Local variable 'queryString' could be declared final |
| 37599 |
src/com/gps/hibernate/FuelHistoryDAO.java |
82 |
Local variable 'queryObject' could be declared final |
| 37600 |
src/com/gps/hibernate/FuelHistoryDAO.java |
82 |
Potential violation of Law of Demeter (method chain calls) |
| 37601 |
src/com/gps/hibernate/FuelHistoryDAO.java |
83 |
Potential violation of Law of Demeter (object not created locally) |
| 37602 |
src/com/gps/hibernate/FuelHistoryDAO.java |
84 |
Potential violation of Law of Demeter (object not created locally) |
| 37603 |
src/com/gps/hibernate/FuelHistoryDAO.java |
85 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 37604 |
src/com/gps/hibernate/FuelHistoryDAO.java |
86 |
There is log block not surrounded by if |
| 37605 |
src/com/gps/hibernate/FuelHistoryDAO.java |
91 |
Parameter 'first' is not assigned and could be declared final |
| 37606 |
src/com/gps/hibernate/FuelHistoryDAO.java |
91 |
Parameter 'last' is not assigned and could be declared final |
| 37607 |
src/com/gps/hibernate/FuelHistoryDAO.java |
91 |
publicMethodCommentRequirement Required |
| 37608 |
src/com/gps/hibernate/FuelHistoryDAO.java |
93 |
Local variable 'queryString' could be declared final |
| 37609 |
src/com/gps/hibernate/FuelHistoryDAO.java |
94 |
Local variable 'queryObject' could be declared final |
| 37610 |
src/com/gps/hibernate/FuelHistoryDAO.java |
94 |
Potential violation of Law of Demeter (method chain calls) |
| 37611 |
src/com/gps/hibernate/FuelHistoryDAO.java |
95 |
Potential violation of Law of Demeter (object not created locally) |
| 37612 |
src/com/gps/hibernate/FuelHistoryDAO.java |
96 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 37613 |
src/com/gps/hibernate/FuelHistoryDAO.java |
97 |
There is log block not surrounded by if |
| 37614 |
src/com/gps/hibernate/FuelHistoryDAO.java |
102 |
Parameter 'detachedInstance' is not assigned and could be declared final |
| 37615 |
src/com/gps/hibernate/FuelHistoryDAO.java |
102 |
publicMethodCommentRequirement Required |
| 37616 |
src/com/gps/hibernate/FuelHistoryDAO.java |
104 |
Local variable 'result' could be declared final |
| 37617 |
src/com/gps/hibernate/FuelHistoryDAO.java |
104 |
Potential violation of Law of Demeter (method chain calls) |
| 37618 |
src/com/gps/hibernate/FuelHistoryDAO.java |
107 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 37619 |
src/com/gps/hibernate/FuelHistoryDAO.java |
108 |
There is log block not surrounded by if |
| 37620 |
src/com/gps/hibernate/FuelHistoryDAO.java |
113 |
Parameter 'instance' is not assigned and could be declared final |
| 37621 |
src/com/gps/hibernate/FuelHistoryDAO.java |
113 |
publicMethodCommentRequirement Required |
| 37622 |
src/com/gps/hibernate/FuelHistoryDAO.java |
115 |
Potential violation of Law of Demeter (method chain calls) |
| 37623 |
src/com/gps/hibernate/FuelHistoryDAO.java |
116 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 37624 |
src/com/gps/hibernate/FuelHistoryDAO.java |
117 |
There is log block not surrounded by if |
| 37625 |
src/com/gps/hibernate/FuelHistoryDAO.java |
122 |
Parameter 'instance' is not assigned and could be declared final |
| 37626 |
src/com/gps/hibernate/FuelHistoryDAO.java |
122 |
publicMethodCommentRequirement Required |
| 37627 |
src/com/gps/hibernate/FuelHistoryDAO.java |
124 |
Potential violation of Law of Demeter (method chain calls) |
| 37628 |
src/com/gps/hibernate/FuelHistoryDAO.java |
125 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 37629 |
src/com/gps/hibernate/FuelHistoryDAO.java |
126 |
There is log block not surrounded by if |
| 37630 |
src/com/gps/hibernate/Fuelusagetest.java |
8 |
Classes implementing Serializable should set a serialVersionUID |
| 37631 |
src/com/gps/hibernate/Fuelusagetest.java |
10 |
fieldCommentRequirement Required |
| 37632 |
src/com/gps/hibernate/Fuelusagetest.java |
11 |
fieldCommentRequirement Required |
| 37633 |
src/com/gps/hibernate/Fuelusagetest.java |
12 |
fieldCommentRequirement Required |
| 37634 |
src/com/gps/hibernate/Fuelusagetest.java |
14 |
Document empty constructor |
| 37635 |
src/com/gps/hibernate/Fuelusagetest.java |
14 |
publicMethodCommentRequirement Required |
| 37636 |
src/com/gps/hibernate/Fuelusagetest.java |
17 |
Parameter 'vehmake' is not assigned and could be declared final |
| 37637 |
src/com/gps/hibernate/Fuelusagetest.java |
17 |
Parameter 'vehmaxV' is not assigned and could be declared final |
| 37638 |
src/com/gps/hibernate/Fuelusagetest.java |
17 |
publicMethodCommentRequirement Required |
| 37639 |
src/com/gps/hibernate/Fuelusagetest.java |
22 |
publicMethodCommentRequirement Required |
| 37640 |
src/com/gps/hibernate/Fuelusagetest.java |
26 |
Parameter 'vehid' is not assigned and could be declared final |
| 37641 |
src/com/gps/hibernate/Fuelusagetest.java |
26 |
publicMethodCommentRequirement Required |
| 37642 |
src/com/gps/hibernate/Fuelusagetest.java |
30 |
publicMethodCommentRequirement Required |
| 37643 |
src/com/gps/hibernate/Fuelusagetest.java |
34 |
Parameter 'vehmake' is not assigned and could be declared final |
| 37644 |
src/com/gps/hibernate/Fuelusagetest.java |
34 |
publicMethodCommentRequirement Required |
| 37645 |
src/com/gps/hibernate/Fuelusagetest.java |
38 |
publicMethodCommentRequirement Required |
| 37646 |
src/com/gps/hibernate/Fuelusagetest.java |
42 |
Parameter 'vehmaxV' is not assigned and could be declared final |
| 37647 |
src/com/gps/hibernate/Fuelusagetest.java |
42 |
publicMethodCommentRequirement Required |
| 37648 |
src/com/gps/hibernate/Geofence.java |
13 |
Classes implementing Serializable should set a serialVersionUID |
| 37649 |
src/com/gps/hibernate/Geofence.java |
13 |
Too many fields |
| 37650 |
src/com/gps/hibernate/Geofence.java |
17 |
Avoid variables with short names like id |
| 37651 |
src/com/gps/hibernate/Geofence.java |
17 |
fieldCommentRequirement Required |
| 37652 |
src/com/gps/hibernate/Geofence.java |
18 |
fieldCommentRequirement Required |
| 37653 |
src/com/gps/hibernate/Geofence.java |
19 |
fieldCommentRequirement Required |
| 37654 |
src/com/gps/hibernate/Geofence.java |
20 |
fieldCommentRequirement Required |
| 37655 |
src/com/gps/hibernate/Geofence.java |
21 |
fieldCommentRequirement Required |
| 37656 |
src/com/gps/hibernate/Geofence.java |
22 |
fieldCommentRequirement Required |
| 37657 |
src/com/gps/hibernate/Geofence.java |
23 |
fieldCommentRequirement Required |
| 37658 |
src/com/gps/hibernate/Geofence.java |
24 |
fieldCommentRequirement Required |
| 37659 |
src/com/gps/hibernate/Geofence.java |
25 |
fieldCommentRequirement Required |
| 37660 |
src/com/gps/hibernate/Geofence.java |
26 |
fieldCommentRequirement Required |
| 37661 |
src/com/gps/hibernate/Geofence.java |
27 |
fieldCommentRequirement Required |
| 37662 |
src/com/gps/hibernate/Geofence.java |
28 |
fieldCommentRequirement Required |
| 37663 |
src/com/gps/hibernate/Geofence.java |
29 |
Variables should start with a lowercase character, 'SeqFenceAM' starts with uppercase character. |
| 37664 |
src/com/gps/hibernate/Geofence.java |
29 |
fieldCommentRequirement Required |
| 37665 |
src/com/gps/hibernate/Geofence.java |
30 |
Variables should start with a lowercase character, 'SeqFencePM' starts with uppercase character. |
| 37666 |
src/com/gps/hibernate/Geofence.java |
30 |
fieldCommentRequirement Required |
| 37667 |
src/com/gps/hibernate/Geofence.java |
31 |
Variables should start with a lowercase character, 'StopTimeAM' starts with uppercase character. |
| 37668 |
src/com/gps/hibernate/Geofence.java |
31 |
fieldCommentRequirement Required |
| 37669 |
src/com/gps/hibernate/Geofence.java |
32 |
Variables should start with a lowercase character, 'StopTimePM' starts with uppercase character. |
| 37670 |
src/com/gps/hibernate/Geofence.java |
32 |
fieldCommentRequirement Required |
| 37671 |
src/com/gps/hibernate/Geofence.java |
33 |
fieldCommentRequirement Required |
| 37672 |
src/com/gps/hibernate/Geofence.java |
34 |
fieldCommentRequirement Required |
| 37673 |
src/com/gps/hibernate/Geofence.java |
35 |
fieldCommentRequirement Required |
| 37674 |
src/com/gps/hibernate/Geofence.java |
36 |
fieldCommentRequirement Required |
| 37675 |
src/com/gps/hibernate/Geofence.java |
46 |
Avoid variables with short names like id |
| 37676 |
src/com/gps/hibernate/Geofence.java |
46 |
Parameter 'geoName' is not assigned and could be declared final |
| 37677 |
src/com/gps/hibernate/Geofence.java |
46 |
Parameter 'id' is not assigned and could be declared final |
| 37678 |
src/com/gps/hibernate/Geofence.java |
46 |
Parameter 'landmark' is not assigned and could be declared final |
| 37679 |
src/com/gps/hibernate/Geofence.java |
62 |
Parameter 'rfhistorygeo' is not assigned and could be declared final |
| 37680 |
src/com/gps/hibernate/Geofence.java |
74 |
Parameter 'userFences' is not assigned and could be declared final |
| 37681 |
src/com/gps/hibernate/Geofence.java |
78 |
Document empty constructor |
| 37682 |
src/com/gps/hibernate/Geofence.java |
80 |
Parameter 'geoLatitude' is not assigned and could be declared final |
| 37683 |
src/com/gps/hibernate/Geofence.java |
80 |
Parameter 'geoLongitude' is not assigned and could be declared final |
| 37684 |
src/com/gps/hibernate/Geofence.java |
80 |
publicMethodCommentRequirement Required |
| 37685 |
src/com/gps/hibernate/Geofence.java |
87 |
Avoid long parameter lists. |
| 37686 |
src/com/gps/hibernate/Geofence.java |
87 |
Parameter 'geofenceId' is not assigned and could be declared final |
| 37687 |
src/com/gps/hibernate/Geofence.java |
87 |
Parameter 'tripDetails' is not assigned and could be declared final |
| 37688 |
src/com/gps/hibernate/Geofence.java |
87 |
Parameter 'userid' is not assigned and could be declared final |
| 37689 |
src/com/gps/hibernate/Geofence.java |
88 |
Parameter 'address' is not assigned and could be declared final |
| 37690 |
src/com/gps/hibernate/Geofence.java |
88 |
Parameter 'countryCode' is not assigned and could be declared final |
| 37691 |
src/com/gps/hibernate/Geofence.java |
88 |
Parameter 'geoName' is not assigned and could be declared final |
| 37692 |
src/com/gps/hibernate/Geofence.java |
89 |
Parameter 'geoLatitude' is not assigned and could be declared final |
| 37693 |
src/com/gps/hibernate/Geofence.java |
89 |
Parameter 'geoLongitude' is not assigned and could be declared final |
| 37694 |
src/com/gps/hibernate/Geofence.java |
89 |
Parameter 'radius' is not assigned and could be declared final |
| 37695 |
src/com/gps/hibernate/Geofence.java |
90 |
Parameter 'fenceHistories' is not assigned and could be declared final |
| 37696 |
src/com/gps/hibernate/Geofence.java |
90 |
Parameter 'insertOrder' is not assigned and could be declared final |
| 37697 |
src/com/gps/hibernate/Geofence.java |
106 |
publicMethodCommentRequirement Required |
| 37698 |
src/com/gps/hibernate/Geofence.java |
110 |
Avoid variables with short names like id |
| 37699 |
src/com/gps/hibernate/Geofence.java |
110 |
Parameter 'id' is not assigned and could be declared final |
| 37700 |
src/com/gps/hibernate/Geofence.java |
110 |
publicMethodCommentRequirement Required |
| 37701 |
src/com/gps/hibernate/Geofence.java |
114 |
publicMethodCommentRequirement Required |
| 37702 |
src/com/gps/hibernate/Geofence.java |
118 |
Parameter 'tripDetails' is not assigned and could be declared final |
| 37703 |
src/com/gps/hibernate/Geofence.java |
118 |
publicMethodCommentRequirement Required |
| 37704 |
src/com/gps/hibernate/Geofence.java |
122 |
publicMethodCommentRequirement Required |
| 37705 |
src/com/gps/hibernate/Geofence.java |
126 |
Parameter 'userid' is not assigned and could be declared final |
| 37706 |
src/com/gps/hibernate/Geofence.java |
126 |
publicMethodCommentRequirement Required |
| 37707 |
src/com/gps/hibernate/Geofence.java |
130 |
publicMethodCommentRequirement Required |
| 37708 |
src/com/gps/hibernate/Geofence.java |
134 |
Parameter 'geofenceId' is not assigned and could be declared final |
| 37709 |
src/com/gps/hibernate/Geofence.java |
134 |
publicMethodCommentRequirement Required |
| 37710 |
src/com/gps/hibernate/Geofence.java |
138 |
publicMethodCommentRequirement Required |
| 37711 |
src/com/gps/hibernate/Geofence.java |
142 |
Parameter 'geoName' is not assigned and could be declared final |
| 37712 |
src/com/gps/hibernate/Geofence.java |
142 |
publicMethodCommentRequirement Required |
| 37713 |
src/com/gps/hibernate/Geofence.java |
146 |
publicMethodCommentRequirement Required |
| 37714 |
src/com/gps/hibernate/Geofence.java |
150 |
Parameter 'address' is not assigned and could be declared final |
| 37715 |
src/com/gps/hibernate/Geofence.java |
150 |
publicMethodCommentRequirement Required |
| 37716 |
src/com/gps/hibernate/Geofence.java |
154 |
publicMethodCommentRequirement Required |
| 37717 |
src/com/gps/hibernate/Geofence.java |
158 |
Parameter 'countryCode' is not assigned and could be declared final |
| 37718 |
src/com/gps/hibernate/Geofence.java |
158 |
publicMethodCommentRequirement Required |
| 37719 |
src/com/gps/hibernate/Geofence.java |
162 |
publicMethodCommentRequirement Required |
| 37720 |
src/com/gps/hibernate/Geofence.java |
166 |
Parameter 'geoLatitude' is not assigned and could be declared final |
| 37721 |
src/com/gps/hibernate/Geofence.java |
166 |
publicMethodCommentRequirement Required |
| 37722 |
src/com/gps/hibernate/Geofence.java |
170 |
publicMethodCommentRequirement Required |
| 37723 |
src/com/gps/hibernate/Geofence.java |
174 |
Parameter 'geoLongitude' is not assigned and could be declared final |
| 37724 |
src/com/gps/hibernate/Geofence.java |
174 |
publicMethodCommentRequirement Required |
| 37725 |
src/com/gps/hibernate/Geofence.java |
178 |
publicMethodCommentRequirement Required |
| 37726 |
src/com/gps/hibernate/Geofence.java |
182 |
Parameter 'radius' is not assigned and could be declared final |
| 37727 |
src/com/gps/hibernate/Geofence.java |
182 |
publicMethodCommentRequirement Required |
| 37728 |
src/com/gps/hibernate/Geofence.java |
186 |
publicMethodCommentRequirement Required |
| 37729 |
src/com/gps/hibernate/Geofence.java |
190 |
Parameter 'insertOrder' is not assigned and could be declared final |
| 37730 |
src/com/gps/hibernate/Geofence.java |
190 |
publicMethodCommentRequirement Required |
| 37731 |
src/com/gps/hibernate/Geofence.java |
194 |
publicMethodCommentRequirement Required |
| 37732 |
src/com/gps/hibernate/Geofence.java |
199 |
Parameter 'landmark' is not assigned and could be declared final |
| 37733 |
src/com/gps/hibernate/Geofence.java |
199 |
publicMethodCommentRequirement Required |
| 37734 |
src/com/gps/hibernate/Geofence.java |
202 |
publicMethodCommentRequirement Required |
| 37735 |
src/com/gps/hibernate/Geofence.java |
206 |
Parameter 'fenceHistories' is not assigned and could be declared final |
| 37736 |
src/com/gps/hibernate/Geofence.java |
206 |
publicMethodCommentRequirement Required |
| 37737 |
src/com/gps/hibernate/Geofence.java |
220 |
Parameter 'isValid' is not assigned and could be declared final |
| 37738 |
src/com/gps/hibernate/Geofence.java |
234 |
Parameter 'seqFenceAM' is not assigned and could be declared final |
| 37739 |
src/com/gps/hibernate/Geofence.java |
248 |
Parameter 'seqFencePM' is not assigned and could be declared final |
| 37740 |
src/com/gps/hibernate/Geofence.java |
262 |
Parameter 'stopTimeAM' is not assigned and could be declared final |
| 37741 |
src/com/gps/hibernate/Geofence.java |
276 |
Parameter 'stopTimePM' is not assigned and could be declared final |
| 37742 |
src/com/gps/hibernate/GeofenceDAO.java |
11 |
Comment is too large: Too many lines |
| 37743 |
src/com/gps/hibernate/GeofenceDAO.java |
23 |
This class has too many methods, consider refactoring it. |
| 37744 |
src/com/gps/hibernate/GeofenceDAO.java |
24 |
Logger should be defined private static final and have the correct class |
| 37745 |
src/com/gps/hibernate/GeofenceDAO.java |
24 |
Variables that are final and static should be all capitals, 'log' is not all capitals. |
| 37746 |
src/com/gps/hibernate/GeofenceDAO.java |
24 |
fieldCommentRequirement Required |
| 37747 |
src/com/gps/hibernate/GeofenceDAO.java |
26 |
fieldCommentRequirement Required |
| 37748 |
src/com/gps/hibernate/GeofenceDAO.java |
27 |
fieldCommentRequirement Required |
| 37749 |
src/com/gps/hibernate/GeofenceDAO.java |
28 |
fieldCommentRequirement Required |
| 37750 |
src/com/gps/hibernate/GeofenceDAO.java |
29 |
fieldCommentRequirement Required |
| 37751 |
src/com/gps/hibernate/GeofenceDAO.java |
30 |
fieldCommentRequirement Required |
| 37752 |
src/com/gps/hibernate/GeofenceDAO.java |
31 |
fieldCommentRequirement Required |
| 37753 |
src/com/gps/hibernate/GeofenceDAO.java |
32 |
fieldCommentRequirement Required |
| 37754 |
src/com/gps/hibernate/GeofenceDAO.java |
33 |
fieldCommentRequirement Required |
| 37755 |
src/com/gps/hibernate/GeofenceDAO.java |
34 |
fieldCommentRequirement Required |
| 37756 |
src/com/gps/hibernate/GeofenceDAO.java |
36 |
Parameter 'transientInstance' is not assigned and could be declared final |
| 37757 |
src/com/gps/hibernate/GeofenceDAO.java |
36 |
publicMethodCommentRequirement Required |
| 37758 |
src/com/gps/hibernate/GeofenceDAO.java |
37 |
There is log block not surrounded by if |
| 37759 |
src/com/gps/hibernate/GeofenceDAO.java |
37 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 37760 |
src/com/gps/hibernate/GeofenceDAO.java |
39 |
Potential violation of Law of Demeter (method chain calls) |
| 37761 |
src/com/gps/hibernate/GeofenceDAO.java |
40 |
There is log block not surrounded by if |
| 37762 |
src/com/gps/hibernate/GeofenceDAO.java |
40 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 37763 |
src/com/gps/hibernate/GeofenceDAO.java |
41 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 37764 |
src/com/gps/hibernate/GeofenceDAO.java |
42 |
There is log block not surrounded by if |
| 37765 |
src/com/gps/hibernate/GeofenceDAO.java |
47 |
Avoid excessively long variable names like persistentInstance |
| 37766 |
src/com/gps/hibernate/GeofenceDAO.java |
47 |
Parameter 'persistentInstance' is not assigned and could be declared final |
| 37767 |
src/com/gps/hibernate/GeofenceDAO.java |
47 |
publicMethodCommentRequirement Required |
| 37768 |
src/com/gps/hibernate/GeofenceDAO.java |
48 |
There is log block not surrounded by if |
| 37769 |
src/com/gps/hibernate/GeofenceDAO.java |
48 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 37770 |
src/com/gps/hibernate/GeofenceDAO.java |
50 |
Potential violation of Law of Demeter (method chain calls) |
| 37771 |
src/com/gps/hibernate/GeofenceDAO.java |
51 |
There is log block not surrounded by if |
| 37772 |
src/com/gps/hibernate/GeofenceDAO.java |
51 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 37773 |
src/com/gps/hibernate/GeofenceDAO.java |
52 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 37774 |
src/com/gps/hibernate/GeofenceDAO.java |
53 |
There is log block not surrounded by if |
| 37775 |
src/com/gps/hibernate/GeofenceDAO.java |
58 |
Avoid variables with short names like id |
| 37776 |
src/com/gps/hibernate/GeofenceDAO.java |
58 |
Parameter 'id' is not assigned and could be declared final |
| 37777 |
src/com/gps/hibernate/GeofenceDAO.java |
58 |
publicMethodCommentRequirement Required |
| 37778 |
src/com/gps/hibernate/GeofenceDAO.java |
59 |
There is log block not surrounded by if |
| 37779 |
src/com/gps/hibernate/GeofenceDAO.java |
59 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 37780 |
src/com/gps/hibernate/GeofenceDAO.java |
61 |
Avoid using if statements without curly braces |
| 37781 |
src/com/gps/hibernate/GeofenceDAO.java |
62 |
A method should have only one exit point, and that should be the last statement in the method |
| 37782 |
src/com/gps/hibernate/GeofenceDAO.java |
63 |
Local variable 'instance' could be declared final |
| 37783 |
src/com/gps/hibernate/GeofenceDAO.java |
63 |
Potential violation of Law of Demeter (method chain calls) |
| 37784 |
src/com/gps/hibernate/GeofenceDAO.java |
65 |
A method should have only one exit point, and that should be the last statement in the method |
| 37785 |
src/com/gps/hibernate/GeofenceDAO.java |
66 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 37786 |
src/com/gps/hibernate/GeofenceDAO.java |
67 |
There is log block not surrounded by if |
| 37787 |
src/com/gps/hibernate/GeofenceDAO.java |
72 |
Parameter 'instance' is not assigned and could be declared final |
| 37788 |
src/com/gps/hibernate/GeofenceDAO.java |
72 |
publicMethodCommentRequirement Required |
| 37789 |
src/com/gps/hibernate/GeofenceDAO.java |
73 |
There is log block not surrounded by if |
| 37790 |
src/com/gps/hibernate/GeofenceDAO.java |
73 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 37791 |
src/com/gps/hibernate/GeofenceDAO.java |
75 |
Local variable 'results' could be declared final |
| 37792 |
src/com/gps/hibernate/GeofenceDAO.java |
75 |
Potential violation of Law of Demeter (method chain calls) |
| 37793 |
src/com/gps/hibernate/GeofenceDAO.java |
75 |
Potential violation of Law of Demeter (method chain calls) |
| 37794 |
src/com/gps/hibernate/GeofenceDAO.java |
75 |
Potential violation of Law of Demeter (method chain calls) |
| 37795 |
src/com/gps/hibernate/GeofenceDAO.java |
78 |
There is log block not surrounded by if |
| 37796 |
src/com/gps/hibernate/GeofenceDAO.java |
78 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 37797 |
src/com/gps/hibernate/GeofenceDAO.java |
79 |
Potential violation of Law of Demeter (object not created locally) |
| 37798 |
src/com/gps/hibernate/GeofenceDAO.java |
81 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 37799 |
src/com/gps/hibernate/GeofenceDAO.java |
82 |
There is log block not surrounded by if |
| 37800 |
src/com/gps/hibernate/GeofenceDAO.java |
87 |
Parameter 'propertyName' is not assigned and could be declared final |
| 37801 |
src/com/gps/hibernate/GeofenceDAO.java |
87 |
Parameter 'value' is not assigned and could be declared final |
| 37802 |
src/com/gps/hibernate/GeofenceDAO.java |
87 |
publicMethodCommentRequirement Required |
| 37803 |
src/com/gps/hibernate/GeofenceDAO.java |
88 |
There is log block not surrounded by if |
| 37804 |
src/com/gps/hibernate/GeofenceDAO.java |
88 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 37805 |
src/com/gps/hibernate/GeofenceDAO.java |
91 |
Local variable 'queryString' could be declared final |
| 37806 |
src/com/gps/hibernate/GeofenceDAO.java |
93 |
Local variable 'queryObject' could be declared final |
| 37807 |
src/com/gps/hibernate/GeofenceDAO.java |
93 |
Potential violation of Law of Demeter (method chain calls) |
| 37808 |
src/com/gps/hibernate/GeofenceDAO.java |
94 |
Potential violation of Law of Demeter (object not created locally) |
| 37809 |
src/com/gps/hibernate/GeofenceDAO.java |
95 |
Potential violation of Law of Demeter (object not created locally) |
| 37810 |
src/com/gps/hibernate/GeofenceDAO.java |
96 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 37811 |
src/com/gps/hibernate/GeofenceDAO.java |
97 |
There is log block not surrounded by if |
| 37812 |
src/com/gps/hibernate/GeofenceDAO.java |
102 |
Parameter 'userid' is not assigned and could be declared final |
| 37813 |
src/com/gps/hibernate/GeofenceDAO.java |
102 |
publicMethodCommentRequirement Required |
| 37814 |
src/com/gps/hibernate/GeofenceDAO.java |
106 |
Parameter 'geofenceId' is not assigned and could be declared final |
| 37815 |
src/com/gps/hibernate/GeofenceDAO.java |
106 |
publicMethodCommentRequirement Required |
| 37816 |
src/com/gps/hibernate/GeofenceDAO.java |
110 |
Parameter 'geoName' is not assigned and could be declared final |
| 37817 |
src/com/gps/hibernate/GeofenceDAO.java |
110 |
publicMethodCommentRequirement Required |
| 37818 |
src/com/gps/hibernate/GeofenceDAO.java |
114 |
Parameter 'address' is not assigned and could be declared final |
| 37819 |
src/com/gps/hibernate/GeofenceDAO.java |
114 |
publicMethodCommentRequirement Required |
| 37820 |
src/com/gps/hibernate/GeofenceDAO.java |
118 |
Parameter 'countryCode' is not assigned and could be declared final |
| 37821 |
src/com/gps/hibernate/GeofenceDAO.java |
118 |
publicMethodCommentRequirement Required |
| 37822 |
src/com/gps/hibernate/GeofenceDAO.java |
122 |
Parameter 'geoLatitude' is not assigned and could be declared final |
| 37823 |
src/com/gps/hibernate/GeofenceDAO.java |
122 |
publicMethodCommentRequirement Required |
| 37824 |
src/com/gps/hibernate/GeofenceDAO.java |
126 |
Parameter 'geoLongitude' is not assigned and could be declared final |
| 37825 |
src/com/gps/hibernate/GeofenceDAO.java |
126 |
publicMethodCommentRequirement Required |
| 37826 |
src/com/gps/hibernate/GeofenceDAO.java |
130 |
Parameter 'radius' is not assigned and could be declared final |
| 37827 |
src/com/gps/hibernate/GeofenceDAO.java |
130 |
publicMethodCommentRequirement Required |
| 37828 |
src/com/gps/hibernate/GeofenceDAO.java |
134 |
Parameter 'insertOrder' is not assigned and could be declared final |
| 37829 |
src/com/gps/hibernate/GeofenceDAO.java |
134 |
publicMethodCommentRequirement Required |
| 37830 |
src/com/gps/hibernate/GeofenceDAO.java |
138 |
publicMethodCommentRequirement Required |
| 37831 |
src/com/gps/hibernate/GeofenceDAO.java |
139 |
There is log block not surrounded by if |
| 37832 |
src/com/gps/hibernate/GeofenceDAO.java |
139 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 37833 |
src/com/gps/hibernate/GeofenceDAO.java |
141 |
Local variable 'queryString' could be declared final |
| 37834 |
src/com/gps/hibernate/GeofenceDAO.java |
142 |
Local variable 'queryObject' could be declared final |
| 37835 |
src/com/gps/hibernate/GeofenceDAO.java |
142 |
Potential violation of Law of Demeter (method chain calls) |
| 37836 |
src/com/gps/hibernate/GeofenceDAO.java |
143 |
Potential violation of Law of Demeter (object not created locally) |
| 37837 |
src/com/gps/hibernate/GeofenceDAO.java |
144 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 37838 |
src/com/gps/hibernate/GeofenceDAO.java |
145 |
There is log block not surrounded by if |
| 37839 |
src/com/gps/hibernate/GeofenceDAO.java |
150 |
Parameter 'detachedInstance' is not assigned and could be declared final |
| 37840 |
src/com/gps/hibernate/GeofenceDAO.java |
150 |
publicMethodCommentRequirement Required |
| 37841 |
src/com/gps/hibernate/GeofenceDAO.java |
151 |
There is log block not surrounded by if |
| 37842 |
src/com/gps/hibernate/GeofenceDAO.java |
151 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 37843 |
src/com/gps/hibernate/GeofenceDAO.java |
153 |
Local variable 'result' could be declared final |
| 37844 |
src/com/gps/hibernate/GeofenceDAO.java |
153 |
Potential violation of Law of Demeter (method chain calls) |
| 37845 |
src/com/gps/hibernate/GeofenceDAO.java |
154 |
There is log block not surrounded by if |
| 37846 |
src/com/gps/hibernate/GeofenceDAO.java |
154 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 37847 |
src/com/gps/hibernate/GeofenceDAO.java |
156 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 37848 |
src/com/gps/hibernate/GeofenceDAO.java |
157 |
There is log block not surrounded by if |
| 37849 |
src/com/gps/hibernate/GeofenceDAO.java |
162 |
Parameter 'instance' is not assigned and could be declared final |
| 37850 |
src/com/gps/hibernate/GeofenceDAO.java |
162 |
publicMethodCommentRequirement Required |
| 37851 |
src/com/gps/hibernate/GeofenceDAO.java |
163 |
There is log block not surrounded by if |
| 37852 |
src/com/gps/hibernate/GeofenceDAO.java |
163 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 37853 |
src/com/gps/hibernate/GeofenceDAO.java |
165 |
Potential violation of Law of Demeter (method chain calls) |
| 37854 |
src/com/gps/hibernate/GeofenceDAO.java |
166 |
There is log block not surrounded by if |
| 37855 |
src/com/gps/hibernate/GeofenceDAO.java |
166 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 37856 |
src/com/gps/hibernate/GeofenceDAO.java |
167 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 37857 |
src/com/gps/hibernate/GeofenceDAO.java |
168 |
There is log block not surrounded by if |
| 37858 |
src/com/gps/hibernate/GeofenceDAO.java |
173 |
Parameter 'instance' is not assigned and could be declared final |
| 37859 |
src/com/gps/hibernate/GeofenceDAO.java |
173 |
publicMethodCommentRequirement Required |
| 37860 |
src/com/gps/hibernate/GeofenceDAO.java |
174 |
There is log block not surrounded by if |
| 37861 |
src/com/gps/hibernate/GeofenceDAO.java |
174 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 37862 |
src/com/gps/hibernate/GeofenceDAO.java |
176 |
Potential violation of Law of Demeter (method chain calls) |
| 37863 |
src/com/gps/hibernate/GeofenceDAO.java |
177 |
There is log block not surrounded by if |
| 37864 |
src/com/gps/hibernate/GeofenceDAO.java |
177 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 37865 |
src/com/gps/hibernate/GeofenceDAO.java |
178 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 37866 |
src/com/gps/hibernate/GeofenceDAO.java |
179 |
There is log block not surrounded by if |
| 37867 |
src/com/gps/hibernate/GeovehicleMap.java |
12 |
Classes implementing Serializable should set a serialVersionUID |
| 37868 |
src/com/gps/hibernate/GeovehicleMap.java |
16 |
Avoid variables with short names like id |
| 37869 |
src/com/gps/hibernate/GeovehicleMap.java |
16 |
fieldCommentRequirement Required |
| 37870 |
src/com/gps/hibernate/GeovehicleMap.java |
17 |
fieldCommentRequirement Required |
| 37871 |
src/com/gps/hibernate/GeovehicleMap.java |
18 |
fieldCommentRequirement Required |
| 37872 |
src/com/gps/hibernate/GeovehicleMap.java |
19 |
fieldCommentRequirement Required |
| 37873 |
src/com/gps/hibernate/GeovehicleMap.java |
24 |
Document empty constructor |
| 37874 |
src/com/gps/hibernate/GeovehicleMap.java |
26 |
Avoid variables with short names like id |
| 37875 |
src/com/gps/hibernate/GeovehicleMap.java |
26 |
Parameter 'geofenceId' is not assigned and could be declared final |
| 37876 |
src/com/gps/hibernate/GeovehicleMap.java |
26 |
Parameter 'id' is not assigned and could be declared final |
| 37877 |
src/com/gps/hibernate/GeovehicleMap.java |
26 |
publicMethodCommentRequirement Required |
| 37878 |
src/com/gps/hibernate/GeovehicleMap.java |
33 |
Parameter 'geofenceId' is not assigned and could be declared final |
| 37879 |
src/com/gps/hibernate/GeovehicleMap.java |
33 |
Parameter 'vehicleDetails' is not assigned and could be declared final |
| 37880 |
src/com/gps/hibernate/GeovehicleMap.java |
39 |
Parameter 'geofenceId' is not assigned and could be declared final |
| 37881 |
src/com/gps/hibernate/GeovehicleMap.java |
39 |
Parameter 'vehicleDetails' is not assigned and could be declared final |
| 37882 |
src/com/gps/hibernate/GeovehicleMap.java |
40 |
Parameter 'notifications' is not assigned and could be declared final |
| 37883 |
src/com/gps/hibernate/GeovehicleMap.java |
48 |
publicMethodCommentRequirement Required |
| 37884 |
src/com/gps/hibernate/GeovehicleMap.java |
52 |
Avoid variables with short names like id |
| 37885 |
src/com/gps/hibernate/GeovehicleMap.java |
52 |
Parameter 'id' is not assigned and could be declared final |
| 37886 |
src/com/gps/hibernate/GeovehicleMap.java |
52 |
publicMethodCommentRequirement Required |
| 37887 |
src/com/gps/hibernate/GeovehicleMap.java |
56 |
publicMethodCommentRequirement Required |
| 37888 |
src/com/gps/hibernate/GeovehicleMap.java |
60 |
Parameter 'vehicleDetails' is not assigned and could be declared final |
| 37889 |
src/com/gps/hibernate/GeovehicleMap.java |
60 |
publicMethodCommentRequirement Required |
| 37890 |
src/com/gps/hibernate/GeovehicleMap.java |
64 |
publicMethodCommentRequirement Required |
| 37891 |
src/com/gps/hibernate/GeovehicleMap.java |
68 |
Parameter 'geofenceId' is not assigned and could be declared final |
| 37892 |
src/com/gps/hibernate/GeovehicleMap.java |
68 |
publicMethodCommentRequirement Required |
| 37893 |
src/com/gps/hibernate/GeovehicleMap.java |
72 |
publicMethodCommentRequirement Required |
| 37894 |
src/com/gps/hibernate/GeovehicleMap.java |
76 |
Parameter 'notifications' is not assigned and could be declared final |
| 37895 |
src/com/gps/hibernate/GeovehicleMap.java |
76 |
publicMethodCommentRequirement Required |
| 37896 |
src/com/gps/hibernate/GeovehicleMapDAO.java |
11 |
Comment is too large: Too many lines |
| 37897 |
src/com/gps/hibernate/GeovehicleMapDAO.java |
24 |
Logger should be defined private static final and have the correct class |
| 37898 |
src/com/gps/hibernate/GeovehicleMapDAO.java |
24 |
Variables that are final and static should be all capitals, 'log' is not all capitals. |
| 37899 |
src/com/gps/hibernate/GeovehicleMapDAO.java |
24 |
fieldCommentRequirement Required |
| 37900 |
src/com/gps/hibernate/GeovehicleMapDAO.java |
26 |
fieldCommentRequirement Required |
| 37901 |
src/com/gps/hibernate/GeovehicleMapDAO.java |
28 |
Parameter 'transientInstance' is not assigned and could be declared final |
| 37902 |
src/com/gps/hibernate/GeovehicleMapDAO.java |
28 |
publicMethodCommentRequirement Required |
| 37903 |
src/com/gps/hibernate/GeovehicleMapDAO.java |
29 |
There is log block not surrounded by if |
| 37904 |
src/com/gps/hibernate/GeovehicleMapDAO.java |
29 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 37905 |
src/com/gps/hibernate/GeovehicleMapDAO.java |
31 |
Potential violation of Law of Demeter (method chain calls) |
| 37906 |
src/com/gps/hibernate/GeovehicleMapDAO.java |
32 |
There is log block not surrounded by if |
| 37907 |
src/com/gps/hibernate/GeovehicleMapDAO.java |
32 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 37908 |
src/com/gps/hibernate/GeovehicleMapDAO.java |
33 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 37909 |
src/com/gps/hibernate/GeovehicleMapDAO.java |
34 |
There is log block not surrounded by if |
| 37910 |
src/com/gps/hibernate/GeovehicleMapDAO.java |
39 |
Avoid excessively long variable names like persistentInstance |
| 37911 |
src/com/gps/hibernate/GeovehicleMapDAO.java |
39 |
Parameter 'persistentInstance' is not assigned and could be declared final |
| 37912 |
src/com/gps/hibernate/GeovehicleMapDAO.java |
39 |
publicMethodCommentRequirement Required |
| 37913 |
src/com/gps/hibernate/GeovehicleMapDAO.java |
40 |
There is log block not surrounded by if |
| 37914 |
src/com/gps/hibernate/GeovehicleMapDAO.java |
40 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 37915 |
src/com/gps/hibernate/GeovehicleMapDAO.java |
42 |
Potential violation of Law of Demeter (method chain calls) |
| 37916 |
src/com/gps/hibernate/GeovehicleMapDAO.java |
43 |
There is log block not surrounded by if |
| 37917 |
src/com/gps/hibernate/GeovehicleMapDAO.java |
43 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 37918 |
src/com/gps/hibernate/GeovehicleMapDAO.java |
44 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 37919 |
src/com/gps/hibernate/GeovehicleMapDAO.java |
45 |
There is log block not surrounded by if |
| 37920 |
src/com/gps/hibernate/GeovehicleMapDAO.java |
50 |
Avoid variables with short names like id |
| 37921 |
src/com/gps/hibernate/GeovehicleMapDAO.java |
50 |
Parameter 'id' is not assigned and could be declared final |
| 37922 |
src/com/gps/hibernate/GeovehicleMapDAO.java |
50 |
publicMethodCommentRequirement Required |
| 37923 |
src/com/gps/hibernate/GeovehicleMapDAO.java |
51 |
There is log block not surrounded by if |
| 37924 |
src/com/gps/hibernate/GeovehicleMapDAO.java |
51 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 37925 |
src/com/gps/hibernate/GeovehicleMapDAO.java |
53 |
Local variable 'instance' could be declared final |
| 37926 |
src/com/gps/hibernate/GeovehicleMapDAO.java |
53 |
Potential violation of Law of Demeter (method chain calls) |
| 37927 |
src/com/gps/hibernate/GeovehicleMapDAO.java |
56 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 37928 |
src/com/gps/hibernate/GeovehicleMapDAO.java |
57 |
There is log block not surrounded by if |
| 37929 |
src/com/gps/hibernate/GeovehicleMapDAO.java |
62 |
Parameter 'instance' is not assigned and could be declared final |
| 37930 |
src/com/gps/hibernate/GeovehicleMapDAO.java |
62 |
publicMethodCommentRequirement Required |
| 37931 |
src/com/gps/hibernate/GeovehicleMapDAO.java |
63 |
There is log block not surrounded by if |
| 37932 |
src/com/gps/hibernate/GeovehicleMapDAO.java |
63 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 37933 |
src/com/gps/hibernate/GeovehicleMapDAO.java |
65 |
Local variable 'results' could be declared final |
| 37934 |
src/com/gps/hibernate/GeovehicleMapDAO.java |
65 |
Potential violation of Law of Demeter (method chain calls) |
| 37935 |
src/com/gps/hibernate/GeovehicleMapDAO.java |
65 |
Potential violation of Law of Demeter (method chain calls) |
| 37936 |
src/com/gps/hibernate/GeovehicleMapDAO.java |
65 |
Potential violation of Law of Demeter (method chain calls) |
| 37937 |
src/com/gps/hibernate/GeovehicleMapDAO.java |
68 |
There is log block not surrounded by if |
| 37938 |
src/com/gps/hibernate/GeovehicleMapDAO.java |
68 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 37939 |
src/com/gps/hibernate/GeovehicleMapDAO.java |
69 |
Potential violation of Law of Demeter (object not created locally) |
| 37940 |
src/com/gps/hibernate/GeovehicleMapDAO.java |
71 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 37941 |
src/com/gps/hibernate/GeovehicleMapDAO.java |
72 |
There is log block not surrounded by if |
| 37942 |
src/com/gps/hibernate/GeovehicleMapDAO.java |
77 |
Parameter 'propertyName' is not assigned and could be declared final |
| 37943 |
src/com/gps/hibernate/GeovehicleMapDAO.java |
77 |
Parameter 'value' is not assigned and could be declared final |
| 37944 |
src/com/gps/hibernate/GeovehicleMapDAO.java |
77 |
publicMethodCommentRequirement Required |
| 37945 |
src/com/gps/hibernate/GeovehicleMapDAO.java |
78 |
There is log block not surrounded by if |
| 37946 |
src/com/gps/hibernate/GeovehicleMapDAO.java |
78 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 37947 |
src/com/gps/hibernate/GeovehicleMapDAO.java |
81 |
Local variable 'queryString' could be declared final |
| 37948 |
src/com/gps/hibernate/GeovehicleMapDAO.java |
83 |
Local variable 'queryObject' could be declared final |
| 37949 |
src/com/gps/hibernate/GeovehicleMapDAO.java |
83 |
Potential violation of Law of Demeter (method chain calls) |
| 37950 |
src/com/gps/hibernate/GeovehicleMapDAO.java |
84 |
Potential violation of Law of Demeter (object not created locally) |
| 37951 |
src/com/gps/hibernate/GeovehicleMapDAO.java |
85 |
Potential violation of Law of Demeter (object not created locally) |
| 37952 |
src/com/gps/hibernate/GeovehicleMapDAO.java |
86 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 37953 |
src/com/gps/hibernate/GeovehicleMapDAO.java |
87 |
There is log block not surrounded by if |
| 37954 |
src/com/gps/hibernate/GeovehicleMapDAO.java |
92 |
Parameter 'geofenceId' is not assigned and could be declared final |
| 37955 |
src/com/gps/hibernate/GeovehicleMapDAO.java |
92 |
publicMethodCommentRequirement Required |
| 37956 |
src/com/gps/hibernate/GeovehicleMapDAO.java |
96 |
publicMethodCommentRequirement Required |
| 37957 |
src/com/gps/hibernate/GeovehicleMapDAO.java |
97 |
There is log block not surrounded by if |
| 37958 |
src/com/gps/hibernate/GeovehicleMapDAO.java |
97 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 37959 |
src/com/gps/hibernate/GeovehicleMapDAO.java |
99 |
Local variable 'queryString' could be declared final |
| 37960 |
src/com/gps/hibernate/GeovehicleMapDAO.java |
100 |
Local variable 'queryObject' could be declared final |
| 37961 |
src/com/gps/hibernate/GeovehicleMapDAO.java |
100 |
Potential violation of Law of Demeter (method chain calls) |
| 37962 |
src/com/gps/hibernate/GeovehicleMapDAO.java |
101 |
Potential violation of Law of Demeter (object not created locally) |
| 37963 |
src/com/gps/hibernate/GeovehicleMapDAO.java |
102 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 37964 |
src/com/gps/hibernate/GeovehicleMapDAO.java |
103 |
There is log block not surrounded by if |
| 37965 |
src/com/gps/hibernate/GeovehicleMapDAO.java |
108 |
Parameter 'detachedInstance' is not assigned and could be declared final |
| 37966 |
src/com/gps/hibernate/GeovehicleMapDAO.java |
108 |
publicMethodCommentRequirement Required |
| 37967 |
src/com/gps/hibernate/GeovehicleMapDAO.java |
109 |
There is log block not surrounded by if |
| 37968 |
src/com/gps/hibernate/GeovehicleMapDAO.java |
109 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 37969 |
src/com/gps/hibernate/GeovehicleMapDAO.java |
111 |
Local variable 'result' could be declared final |
| 37970 |
src/com/gps/hibernate/GeovehicleMapDAO.java |
111 |
Potential violation of Law of Demeter (method chain calls) |
| 37971 |
src/com/gps/hibernate/GeovehicleMapDAO.java |
113 |
There is log block not surrounded by if |
| 37972 |
src/com/gps/hibernate/GeovehicleMapDAO.java |
113 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 37973 |
src/com/gps/hibernate/GeovehicleMapDAO.java |
115 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 37974 |
src/com/gps/hibernate/GeovehicleMapDAO.java |
116 |
There is log block not surrounded by if |
| 37975 |
src/com/gps/hibernate/GeovehicleMapDAO.java |
121 |
Parameter 'instance' is not assigned and could be declared final |
| 37976 |
src/com/gps/hibernate/GeovehicleMapDAO.java |
121 |
publicMethodCommentRequirement Required |
| 37977 |
src/com/gps/hibernate/GeovehicleMapDAO.java |
122 |
There is log block not surrounded by if |
| 37978 |
src/com/gps/hibernate/GeovehicleMapDAO.java |
122 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 37979 |
src/com/gps/hibernate/GeovehicleMapDAO.java |
124 |
Potential violation of Law of Demeter (method chain calls) |
| 37980 |
src/com/gps/hibernate/GeovehicleMapDAO.java |
125 |
There is log block not surrounded by if |
| 37981 |
src/com/gps/hibernate/GeovehicleMapDAO.java |
125 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 37982 |
src/com/gps/hibernate/GeovehicleMapDAO.java |
126 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 37983 |
src/com/gps/hibernate/GeovehicleMapDAO.java |
127 |
There is log block not surrounded by if |
| 37984 |
src/com/gps/hibernate/GeovehicleMapDAO.java |
132 |
Parameter 'instance' is not assigned and could be declared final |
| 37985 |
src/com/gps/hibernate/GeovehicleMapDAO.java |
132 |
publicMethodCommentRequirement Required |
| 37986 |
src/com/gps/hibernate/GeovehicleMapDAO.java |
133 |
There is log block not surrounded by if |
| 37987 |
src/com/gps/hibernate/GeovehicleMapDAO.java |
133 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 37988 |
src/com/gps/hibernate/GeovehicleMapDAO.java |
135 |
Potential violation of Law of Demeter (method chain calls) |
| 37989 |
src/com/gps/hibernate/GeovehicleMapDAO.java |
136 |
There is log block not surrounded by if |
| 37990 |
src/com/gps/hibernate/GeovehicleMapDAO.java |
136 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 37991 |
src/com/gps/hibernate/GeovehicleMapDAO.java |
137 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 37992 |
src/com/gps/hibernate/GeovehicleMapDAO.java |
138 |
There is log block not surrounded by if |
| 37993 |
src/com/gps/hibernate/HibernateSessionFactory.java |
12 |
A class which only has private constructors should be final |
| 37994 |
src/com/gps/hibernate/HibernateSessionFactory.java |
23 |
Avoid excessively long variable names like CONFIG_FILE_LOCATION |
| 37995 |
src/com/gps/hibernate/HibernateSessionFactory.java |
23 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'CONFIG_FILE_LOCATION' is not final. |
| 37996 |
src/com/gps/hibernate/HibernateSessionFactory.java |
23 |
The field name indicates a constant but its modifiers do not |
| 37997 |
src/com/gps/hibernate/HibernateSessionFactory.java |
23 |
Variables should start with a lowercase character, 'CONFIG_FILE_LOCATION' starts with uppercase character. |
| 37998 |
src/com/gps/hibernate/HibernateSessionFactory.java |
24 |
Variables that are final and static should be all capitals, 'threadLocal' is not all capitals. |
| 37999 |
src/com/gps/hibernate/HibernateSessionFactory.java |
24 |
fieldCommentRequirement Required |
| 38000 |
src/com/gps/hibernate/HibernateSessionFactory.java |
25 |
fieldCommentRequirement Required |
| 38001 |
src/com/gps/hibernate/HibernateSessionFactory.java |
26 |
fieldCommentRequirement Required |
| 38002 |
src/com/gps/hibernate/HibernateSessionFactory.java |
27 |
fieldCommentRequirement Required |
| 38003 |
src/com/gps/hibernate/HibernateSessionFactory.java |
33 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 38004 |
src/com/gps/hibernate/HibernateSessionFactory.java |
34 |
System.out.print is used |
| 38005 |
src/com/gps/hibernate/HibernateSessionFactory.java |
36 |
Avoid printStackTrace(); use a logger call instead. |
| 38006 |
src/com/gps/hibernate/HibernateSessionFactory.java |
52 |
Potential violation of Law of Demeter (object not created locally) |
| 38007 |
src/com/gps/hibernate/HibernateSessionFactory.java |
56 |
Avoid if (x != y) ..; else ..; |
| 38008 |
src/com/gps/hibernate/HibernateSessionFactory.java |
57 |
Assigning an Object to null is a code smell. Consider refactoring. |
| 38009 |
src/com/gps/hibernate/HibernateSessionFactory.java |
72 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 38010 |
src/com/gps/hibernate/HibernateSessionFactory.java |
73 |
System.out.print is used |
| 38011 |
src/com/gps/hibernate/HibernateSessionFactory.java |
75 |
Avoid printStackTrace(); use a logger call instead. |
| 38012 |
src/com/gps/hibernate/HibernateSessionFactory.java |
75 |
Potential violation of Law of Demeter (object not created locally) |
| 38013 |
src/com/gps/hibernate/HibernateSessionFactory.java |
85 |
Local variable 'session' could be declared final |
| 38014 |
src/com/gps/hibernate/HibernateSessionFactory.java |
89 |
Potential violation of Law of Demeter (object not created locally) |
| 38015 |
src/com/gps/hibernate/HibernateSessionFactory.java |
106 |
Parameter 'configFile' is not assigned and could be declared final |
| 38016 |
src/com/gps/hibernate/HibernateSessionFactory.java |
108 |
Assigning an Object to null is a code smell. Consider refactoring. |
| 38017 |
src/com/gps/hibernate/Holidays.java |
5 |
Classes implementing Serializable should set a serialVersionUID |
| 38018 |
src/com/gps/hibernate/Holidays.java |
5 |
headerCommentRequirement Required |
| 38019 |
src/com/gps/hibernate/Holidays.java |
8 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'h_id' is not final. |
| 38020 |
src/com/gps/hibernate/Holidays.java |
8 |
fieldCommentRequirement Required |
| 38021 |
src/com/gps/hibernate/Holidays.java |
9 |
fieldCommentRequirement Required |
| 38022 |
src/com/gps/hibernate/Holidays.java |
10 |
fieldCommentRequirement Required |
| 38023 |
src/com/gps/hibernate/Holidays.java |
11 |
fieldCommentRequirement Required |
| 38024 |
src/com/gps/hibernate/Holidays.java |
14 |
Document empty constructor |
| 38025 |
src/com/gps/hibernate/Holidays.java |
17 |
Parameter 'hId' is not assigned and could be declared final |
| 38026 |
src/com/gps/hibernate/Holidays.java |
17 |
Parameter 'holiday' is not assigned and could be declared final |
| 38027 |
src/com/gps/hibernate/Holidays.java |
17 |
publicMethodCommentRequirement Required |
| 38028 |
src/com/gps/hibernate/Holidays.java |
18 |
Parameter 'day' is not assigned and could be declared final |
| 38029 |
src/com/gps/hibernate/Holidays.java |
18 |
Parameter 'organization' is not assigned and could be declared final |
| 38030 |
src/com/gps/hibernate/Holidays.java |
27 |
Method names should not contain underscores |
| 38031 |
src/com/gps/hibernate/Holidays.java |
27 |
publicMethodCommentRequirement Required |
| 38032 |
src/com/gps/hibernate/Holidays.java |
30 |
Method names should not contain underscores |
| 38033 |
src/com/gps/hibernate/Holidays.java |
30 |
Parameter 'hId' is not assigned and could be declared final |
| 38034 |
src/com/gps/hibernate/Holidays.java |
30 |
publicMethodCommentRequirement Required |
| 38035 |
src/com/gps/hibernate/Holidays.java |
33 |
publicMethodCommentRequirement Required |
| 38036 |
src/com/gps/hibernate/Holidays.java |
36 |
Parameter 'holiday' is not assigned and could be declared final |
| 38037 |
src/com/gps/hibernate/Holidays.java |
36 |
publicMethodCommentRequirement Required |
| 38038 |
src/com/gps/hibernate/Holidays.java |
39 |
publicMethodCommentRequirement Required |
| 38039 |
src/com/gps/hibernate/Holidays.java |
42 |
Parameter 'day' is not assigned and could be declared final |
| 38040 |
src/com/gps/hibernate/Holidays.java |
42 |
publicMethodCommentRequirement Required |
| 38041 |
src/com/gps/hibernate/Holidays.java |
45 |
publicMethodCommentRequirement Required |
| 38042 |
src/com/gps/hibernate/Holidays.java |
48 |
Parameter 'organization' is not assigned and could be declared final |
| 38043 |
src/com/gps/hibernate/Holidays.java |
48 |
publicMethodCommentRequirement Required |
| 38044 |
src/com/gps/hibernate/HolidaysDAO.java |
11 |
headerCommentRequirement Required |
| 38045 |
src/com/gps/hibernate/HolidaysDAO.java |
12 |
Logger should be defined private static final and have the correct class |
| 38046 |
src/com/gps/hibernate/HolidaysDAO.java |
12 |
Variables that are final and static should be all capitals, 'log' is not all capitals. |
| 38047 |
src/com/gps/hibernate/HolidaysDAO.java |
12 |
fieldCommentRequirement Required |
| 38048 |
src/com/gps/hibernate/HolidaysDAO.java |
14 |
fieldCommentRequirement Required |
| 38049 |
src/com/gps/hibernate/HolidaysDAO.java |
15 |
fieldCommentRequirement Required |
| 38050 |
src/com/gps/hibernate/HolidaysDAO.java |
16 |
fieldCommentRequirement Required |
| 38051 |
src/com/gps/hibernate/HolidaysDAO.java |
17 |
fieldCommentRequirement Required |
| 38052 |
src/com/gps/hibernate/HolidaysDAO.java |
20 |
Parameter 'transientInstance' is not assigned and could be declared final |
| 38053 |
src/com/gps/hibernate/HolidaysDAO.java |
20 |
publicMethodCommentRequirement Required |
| 38054 |
src/com/gps/hibernate/HolidaysDAO.java |
22 |
Potential violation of Law of Demeter (method chain calls) |
| 38055 |
src/com/gps/hibernate/HolidaysDAO.java |
23 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 38056 |
src/com/gps/hibernate/HolidaysDAO.java |
24 |
There is log block not surrounded by if |
| 38057 |
src/com/gps/hibernate/HolidaysDAO.java |
29 |
Avoid excessively long variable names like persistentInstance |
| 38058 |
src/com/gps/hibernate/HolidaysDAO.java |
29 |
Parameter 'persistentInstance' is not assigned and could be declared final |
| 38059 |
src/com/gps/hibernate/HolidaysDAO.java |
29 |
publicMethodCommentRequirement Required |
| 38060 |
src/com/gps/hibernate/HolidaysDAO.java |
31 |
Potential violation of Law of Demeter (method chain calls) |
| 38061 |
src/com/gps/hibernate/HolidaysDAO.java |
32 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 38062 |
src/com/gps/hibernate/HolidaysDAO.java |
33 |
There is log block not surrounded by if |
| 38063 |
src/com/gps/hibernate/HolidaysDAO.java |
38 |
Avoid variables with short names like id |
| 38064 |
src/com/gps/hibernate/HolidaysDAO.java |
38 |
Parameter 'id' is not assigned and could be declared final |
| 38065 |
src/com/gps/hibernate/HolidaysDAO.java |
38 |
publicMethodCommentRequirement Required |
| 38066 |
src/com/gps/hibernate/HolidaysDAO.java |
40 |
Local variable 'instance' could be declared final |
| 38067 |
src/com/gps/hibernate/HolidaysDAO.java |
40 |
Potential violation of Law of Demeter (method chain calls) |
| 38068 |
src/com/gps/hibernate/HolidaysDAO.java |
43 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 38069 |
src/com/gps/hibernate/HolidaysDAO.java |
44 |
There is log block not surrounded by if |
| 38070 |
src/com/gps/hibernate/HolidaysDAO.java |
50 |
Parameter 'propertyName' is not assigned and could be declared final |
| 38071 |
src/com/gps/hibernate/HolidaysDAO.java |
50 |
Parameter 'value' is not assigned and could be declared final |
| 38072 |
src/com/gps/hibernate/HolidaysDAO.java |
50 |
publicMethodCommentRequirement Required |
| 38073 |
src/com/gps/hibernate/HolidaysDAO.java |
52 |
Local variable 'queryString' could be declared final |
| 38074 |
src/com/gps/hibernate/HolidaysDAO.java |
54 |
Local variable 'queryObject' could be declared final |
| 38075 |
src/com/gps/hibernate/HolidaysDAO.java |
54 |
Potential violation of Law of Demeter (method chain calls) |
| 38076 |
src/com/gps/hibernate/HolidaysDAO.java |
55 |
Potential violation of Law of Demeter (object not created locally) |
| 38077 |
src/com/gps/hibernate/HolidaysDAO.java |
56 |
Potential violation of Law of Demeter (object not created locally) |
| 38078 |
src/com/gps/hibernate/HolidaysDAO.java |
57 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 38079 |
src/com/gps/hibernate/HolidaysDAO.java |
58 |
There is log block not surrounded by if |
| 38080 |
src/com/gps/hibernate/HolidaysDAO.java |
63 |
Parameter 'hId' is not assigned and could be declared final |
| 38081 |
src/com/gps/hibernate/HolidaysDAO.java |
63 |
publicMethodCommentRequirement Required |
| 38082 |
src/com/gps/hibernate/HolidaysDAO.java |
67 |
Parameter 'organizationId' is not assigned and could be declared final |
| 38083 |
src/com/gps/hibernate/HolidaysDAO.java |
67 |
publicMethodCommentRequirement Required |
| 38084 |
src/com/gps/hibernate/HolidaysDAO.java |
71 |
Parameter 'organizationId' is not assigned and could be declared final |
| 38085 |
src/com/gps/hibernate/HolidaysDAO.java |
71 |
publicMethodCommentRequirement Required |
| 38086 |
src/com/gps/hibernate/HolidaysDAO.java |
74 |
Local variable 'hdao' could be declared final |
| 38087 |
src/com/gps/hibernate/HolidaysDAO.java |
76 |
Potential violation of Law of Demeter (object not created locally) |
| 38088 |
src/com/gps/hibernate/HolidaysDAO.java |
78 |
Potential violation of Law of Demeter (method chain calls) |
| 38089 |
src/com/gps/hibernate/HolidaysDAO.java |
78 |
Potential violation of Law of Demeter (object not created locally) |
| 38090 |
src/com/gps/hibernate/HolidaysDAO.java |
82 |
Parameter 'first' is not assigned and could be declared final |
| 38091 |
src/com/gps/hibernate/HolidaysDAO.java |
82 |
Parameter 'last' is not assigned and could be declared final |
| 38092 |
src/com/gps/hibernate/HolidaysDAO.java |
82 |
publicMethodCommentRequirement Required |
| 38093 |
src/com/gps/hibernate/HolidaysDAO.java |
86 |
Local variable 'queryString' could be declared final |
| 38094 |
src/com/gps/hibernate/HolidaysDAO.java |
87 |
Local variable 'queryObject' could be declared final |
| 38095 |
src/com/gps/hibernate/HolidaysDAO.java |
87 |
Potential violation of Law of Demeter (method chain calls) |
| 38096 |
src/com/gps/hibernate/HolidaysDAO.java |
90 |
Potential violation of Law of Demeter (object not created locally) |
| 38097 |
src/com/gps/hibernate/HolidaysDAO.java |
91 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 38098 |
src/com/gps/hibernate/HolidaysDAO.java |
92 |
There is log block not surrounded by if |
| 38099 |
src/com/gps/hibernate/IBaseHibernateDAO.java |
12 |
Avoid modifiers which are implied by the context |
| 38100 |
src/com/gps/hibernate/IBaseHibernateDAO.java |
12 |
publicMethodCommentRequirement Required |
| 38101 |
src/com/gps/hibernate/MessageFormat.java |
8 |
Classes implementing Serializable should set a serialVersionUID |
| 38102 |
src/com/gps/hibernate/MessageFormat.java |
10 |
Avoid variables with short names like id |
| 38103 |
src/com/gps/hibernate/MessageFormat.java |
10 |
fieldCommentRequirement Required |
| 38104 |
src/com/gps/hibernate/MessageFormat.java |
11 |
fieldCommentRequirement Required |
| 38105 |
src/com/gps/hibernate/MessageFormat.java |
12 |
fieldCommentRequirement Required |
| 38106 |
src/com/gps/hibernate/MessageFormat.java |
13 |
fieldCommentRequirement Required |
| 38107 |
src/com/gps/hibernate/MessageFormat.java |
15 |
Document empty constructor |
| 38108 |
src/com/gps/hibernate/MessageFormat.java |
15 |
publicMethodCommentRequirement Required |
| 38109 |
src/com/gps/hibernate/MessageFormat.java |
18 |
Parameter 'symbol' is not assigned and could be declared final |
| 38110 |
src/com/gps/hibernate/MessageFormat.java |
18 |
publicMethodCommentRequirement Required |
| 38111 |
src/com/gps/hibernate/MessageFormat.java |
22 |
Parameter 'property' is not assigned and could be declared final |
| 38112 |
src/com/gps/hibernate/MessageFormat.java |
22 |
Parameter 'symbol' is not assigned and could be declared final |
| 38113 |
src/com/gps/hibernate/MessageFormat.java |
22 |
Parameter 'value' is not assigned and could be declared final |
| 38114 |
src/com/gps/hibernate/MessageFormat.java |
22 |
publicMethodCommentRequirement Required |
| 38115 |
src/com/gps/hibernate/MessageFormat.java |
28 |
publicMethodCommentRequirement Required |
| 38116 |
src/com/gps/hibernate/MessageFormat.java |
32 |
Avoid variables with short names like id |
| 38117 |
src/com/gps/hibernate/MessageFormat.java |
32 |
Parameter 'id' is not assigned and could be declared final |
| 38118 |
src/com/gps/hibernate/MessageFormat.java |
32 |
publicMethodCommentRequirement Required |
| 38119 |
src/com/gps/hibernate/MessageFormat.java |
36 |
publicMethodCommentRequirement Required |
| 38120 |
src/com/gps/hibernate/MessageFormat.java |
40 |
Parameter 'symbol' is not assigned and could be declared final |
| 38121 |
src/com/gps/hibernate/MessageFormat.java |
40 |
publicMethodCommentRequirement Required |
| 38122 |
src/com/gps/hibernate/MessageFormat.java |
44 |
publicMethodCommentRequirement Required |
| 38123 |
src/com/gps/hibernate/MessageFormat.java |
48 |
Parameter 'property' is not assigned and could be declared final |
| 38124 |
src/com/gps/hibernate/MessageFormat.java |
48 |
publicMethodCommentRequirement Required |
| 38125 |
src/com/gps/hibernate/MessageFormat.java |
52 |
publicMethodCommentRequirement Required |
| 38126 |
src/com/gps/hibernate/MessageFormat.java |
56 |
Parameter 'value' is not assigned and could be declared final |
| 38127 |
src/com/gps/hibernate/MessageFormat.java |
56 |
publicMethodCommentRequirement Required |
| 38128 |
src/com/gps/hibernate/MessageTemplates.java |
12 |
Classes implementing Serializable should set a serialVersionUID |
| 38129 |
src/com/gps/hibernate/MessageTemplates.java |
14 |
Document empty constructor |
| 38130 |
src/com/gps/hibernate/MessageTemplates.java |
14 |
publicMethodCommentRequirement Required |
| 38131 |
src/com/gps/hibernate/MessageTemplates.java |
18 |
Parameter 'createdDate' is not assigned and could be declared final |
| 38132 |
src/com/gps/hibernate/MessageTemplates.java |
18 |
Parameter 'template' is not assigned and could be declared final |
| 38133 |
src/com/gps/hibernate/MessageTemplates.java |
18 |
publicMethodCommentRequirement Required |
| 38134 |
src/com/gps/hibernate/MessageTemplates.java |
23 |
Parameter 'template' is not assigned and could be declared final |
| 38135 |
src/com/gps/hibernate/MessageTemplates.java |
23 |
Parameter 'templateId' is not assigned and could be declared final |
| 38136 |
src/com/gps/hibernate/MessageTemplates.java |
23 |
publicMethodCommentRequirement Required |
| 38137 |
src/com/gps/hibernate/MessageTemplates.java |
24 |
Parameter 'createdDate' is not assigned and could be declared final |
| 38138 |
src/com/gps/hibernate/MessageTemplates.java |
30 |
Parameter 'template' is not assigned and could be declared final |
| 38139 |
src/com/gps/hibernate/MessageTemplates.java |
30 |
Parameter 'templateId' is not assigned and could be declared final |
| 38140 |
src/com/gps/hibernate/MessageTemplates.java |
30 |
publicMethodCommentRequirement Required |
| 38141 |
src/com/gps/hibernate/MessageTemplates.java |
31 |
Parameter 'createdBy' is not assigned and could be declared final |
| 38142 |
src/com/gps/hibernate/MessageTemplates.java |
31 |
Parameter 'createdDate' is not assigned and could be declared final |
| 38143 |
src/com/gps/hibernate/MessageTemplates.java |
31 |
Parameter 'organization' is not assigned and could be declared final |
| 38144 |
src/com/gps/hibernate/MessageTemplates.java |
41 |
Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. |
| 38145 |
src/com/gps/hibernate/MessageTemplates.java |
41 |
fieldCommentRequirement Required |
| 38146 |
src/com/gps/hibernate/MessageTemplates.java |
42 |
publicMethodCommentRequirement Required |
| 38147 |
src/com/gps/hibernate/MessageTemplates.java |
45 |
Parameter 'templateId' is not assigned and could be declared final |
| 38148 |
src/com/gps/hibernate/MessageTemplates.java |
45 |
publicMethodCommentRequirement Required |
| 38149 |
src/com/gps/hibernate/MessageTemplates.java |
48 |
publicMethodCommentRequirement Required |
| 38150 |
src/com/gps/hibernate/MessageTemplates.java |
51 |
Parameter 'template' is not assigned and could be declared final |
| 38151 |
src/com/gps/hibernate/MessageTemplates.java |
51 |
publicMethodCommentRequirement Required |
| 38152 |
src/com/gps/hibernate/MessageTemplates.java |
54 |
publicMethodCommentRequirement Required |
| 38153 |
src/com/gps/hibernate/MessageTemplates.java |
57 |
Parameter 'organization' is not assigned and could be declared final |
| 38154 |
src/com/gps/hibernate/MessageTemplates.java |
57 |
publicMethodCommentRequirement Required |
| 38155 |
src/com/gps/hibernate/MessageTemplates.java |
60 |
publicMethodCommentRequirement Required |
| 38156 |
src/com/gps/hibernate/MessageTemplates.java |
63 |
Parameter 'createdDate' is not assigned and could be declared final |
| 38157 |
src/com/gps/hibernate/MessageTemplates.java |
63 |
publicMethodCommentRequirement Required |
| 38158 |
src/com/gps/hibernate/MessageTemplates.java |
66 |
publicMethodCommentRequirement Required |
| 38159 |
src/com/gps/hibernate/MessageTemplates.java |
69 |
Parameter 'createdBy' is not assigned and could be declared final |
| 38160 |
src/com/gps/hibernate/MessageTemplates.java |
69 |
publicMethodCommentRequirement Required |
| 38161 |
src/com/gps/hibernate/MessageTemplates.java |
72 |
Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. |
| 38162 |
src/com/gps/hibernate/MessageTemplates.java |
72 |
fieldCommentRequirement Required |
| 38163 |
src/com/gps/hibernate/MessageTemplates.java |
73 |
Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. |
| 38164 |
src/com/gps/hibernate/MessageTemplates.java |
73 |
fieldCommentRequirement Required |
| 38165 |
src/com/gps/hibernate/MessageTemplates.java |
74 |
Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. |
| 38166 |
src/com/gps/hibernate/MessageTemplates.java |
74 |
fieldCommentRequirement Required |
| 38167 |
src/com/gps/hibernate/MessageTemplates.java |
75 |
Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. |
| 38168 |
src/com/gps/hibernate/MessageTemplates.java |
75 |
fieldCommentRequirement Required |
| 38169 |
src/com/gps/hibernate/MessageTemplatesDAO.java |
12 |
Comment is too large: Too many lines |
| 38170 |
src/com/gps/hibernate/MessageTemplatesDAO.java |
24 |
This class has too many methods, consider refactoring it. |
| 38171 |
src/com/gps/hibernate/MessageTemplatesDAO.java |
25 |
Logger should be defined private static final and have the correct class |
| 38172 |
src/com/gps/hibernate/MessageTemplatesDAO.java |
25 |
Variables that are final and static should be all capitals, 'log' is not all capitals. |
| 38173 |
src/com/gps/hibernate/MessageTemplatesDAO.java |
25 |
fieldCommentRequirement Required |
| 38174 |
src/com/gps/hibernate/MessageTemplatesDAO.java |
27 |
fieldCommentRequirement Required |
| 38175 |
src/com/gps/hibernate/MessageTemplatesDAO.java |
28 |
fieldCommentRequirement Required |
| 38176 |
src/com/gps/hibernate/MessageTemplatesDAO.java |
30 |
Parameter 'transientInstance' is not assigned and could be declared final |
| 38177 |
src/com/gps/hibernate/MessageTemplatesDAO.java |
30 |
publicMethodCommentRequirement Required |
| 38178 |
src/com/gps/hibernate/MessageTemplatesDAO.java |
31 |
There is log block not surrounded by if |
| 38179 |
src/com/gps/hibernate/MessageTemplatesDAO.java |
31 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 38180 |
src/com/gps/hibernate/MessageTemplatesDAO.java |
33 |
Potential violation of Law of Demeter (method chain calls) |
| 38181 |
src/com/gps/hibernate/MessageTemplatesDAO.java |
34 |
There is log block not surrounded by if |
| 38182 |
src/com/gps/hibernate/MessageTemplatesDAO.java |
34 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 38183 |
src/com/gps/hibernate/MessageTemplatesDAO.java |
35 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 38184 |
src/com/gps/hibernate/MessageTemplatesDAO.java |
36 |
There is log block not surrounded by if |
| 38185 |
src/com/gps/hibernate/MessageTemplatesDAO.java |
41 |
Avoid excessively long variable names like persistentInstance |
| 38186 |
src/com/gps/hibernate/MessageTemplatesDAO.java |
41 |
Parameter 'persistentInstance' is not assigned and could be declared final |
| 38187 |
src/com/gps/hibernate/MessageTemplatesDAO.java |
41 |
publicMethodCommentRequirement Required |
| 38188 |
src/com/gps/hibernate/MessageTemplatesDAO.java |
42 |
There is log block not surrounded by if |
| 38189 |
src/com/gps/hibernate/MessageTemplatesDAO.java |
42 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 38190 |
src/com/gps/hibernate/MessageTemplatesDAO.java |
44 |
Potential violation of Law of Demeter (method chain calls) |
| 38191 |
src/com/gps/hibernate/MessageTemplatesDAO.java |
45 |
There is log block not surrounded by if |
| 38192 |
src/com/gps/hibernate/MessageTemplatesDAO.java |
45 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 38193 |
src/com/gps/hibernate/MessageTemplatesDAO.java |
46 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 38194 |
src/com/gps/hibernate/MessageTemplatesDAO.java |
47 |
There is log block not surrounded by if |
| 38195 |
src/com/gps/hibernate/MessageTemplatesDAO.java |
52 |
Avoid variables with short names like id |
| 38196 |
src/com/gps/hibernate/MessageTemplatesDAO.java |
52 |
Parameter 'id' is not assigned and could be declared final |
| 38197 |
src/com/gps/hibernate/MessageTemplatesDAO.java |
52 |
publicMethodCommentRequirement Required |
| 38198 |
src/com/gps/hibernate/MessageTemplatesDAO.java |
53 |
There is log block not surrounded by if |
| 38199 |
src/com/gps/hibernate/MessageTemplatesDAO.java |
53 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 38200 |
src/com/gps/hibernate/MessageTemplatesDAO.java |
55 |
Local variable 'instance' could be declared final |
| 38201 |
src/com/gps/hibernate/MessageTemplatesDAO.java |
55 |
Potential violation of Law of Demeter (method chain calls) |
| 38202 |
src/com/gps/hibernate/MessageTemplatesDAO.java |
58 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 38203 |
src/com/gps/hibernate/MessageTemplatesDAO.java |
59 |
There is log block not surrounded by if |
| 38204 |
src/com/gps/hibernate/MessageTemplatesDAO.java |
64 |
Parameter 'instance' is not assigned and could be declared final |
| 38205 |
src/com/gps/hibernate/MessageTemplatesDAO.java |
64 |
publicMethodCommentRequirement Required |
| 38206 |
src/com/gps/hibernate/MessageTemplatesDAO.java |
65 |
There is log block not surrounded by if |
| 38207 |
src/com/gps/hibernate/MessageTemplatesDAO.java |
65 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 38208 |
src/com/gps/hibernate/MessageTemplatesDAO.java |
67 |
Local variable 'results' could be declared final |
| 38209 |
src/com/gps/hibernate/MessageTemplatesDAO.java |
67 |
Potential violation of Law of Demeter (method chain calls) |
| 38210 |
src/com/gps/hibernate/MessageTemplatesDAO.java |
67 |
Potential violation of Law of Demeter (method chain calls) |
| 38211 |
src/com/gps/hibernate/MessageTemplatesDAO.java |
67 |
Potential violation of Law of Demeter (method chain calls) |
| 38212 |
src/com/gps/hibernate/MessageTemplatesDAO.java |
70 |
There is log block not surrounded by if |
| 38213 |
src/com/gps/hibernate/MessageTemplatesDAO.java |
70 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 38214 |
src/com/gps/hibernate/MessageTemplatesDAO.java |
71 |
Potential violation of Law of Demeter (object not created locally) |
| 38215 |
src/com/gps/hibernate/MessageTemplatesDAO.java |
73 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 38216 |
src/com/gps/hibernate/MessageTemplatesDAO.java |
74 |
There is log block not surrounded by if |
| 38217 |
src/com/gps/hibernate/MessageTemplatesDAO.java |
79 |
Parameter 'propertyName' is not assigned and could be declared final |
| 38218 |
src/com/gps/hibernate/MessageTemplatesDAO.java |
79 |
Parameter 'value' is not assigned and could be declared final |
| 38219 |
src/com/gps/hibernate/MessageTemplatesDAO.java |
79 |
publicMethodCommentRequirement Required |
| 38220 |
src/com/gps/hibernate/MessageTemplatesDAO.java |
80 |
There is log block not surrounded by if |
| 38221 |
src/com/gps/hibernate/MessageTemplatesDAO.java |
80 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 38222 |
src/com/gps/hibernate/MessageTemplatesDAO.java |
83 |
Local variable 'queryString' could be declared final |
| 38223 |
src/com/gps/hibernate/MessageTemplatesDAO.java |
85 |
Local variable 'queryObject' could be declared final |
| 38224 |
src/com/gps/hibernate/MessageTemplatesDAO.java |
85 |
Potential violation of Law of Demeter (method chain calls) |
| 38225 |
src/com/gps/hibernate/MessageTemplatesDAO.java |
86 |
Potential violation of Law of Demeter (object not created locally) |
| 38226 |
src/com/gps/hibernate/MessageTemplatesDAO.java |
87 |
Potential violation of Law of Demeter (object not created locally) |
| 38227 |
src/com/gps/hibernate/MessageTemplatesDAO.java |
88 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 38228 |
src/com/gps/hibernate/MessageTemplatesDAO.java |
89 |
There is log block not surrounded by if |
| 38229 |
src/com/gps/hibernate/MessageTemplatesDAO.java |
94 |
Parameter 'template' is not assigned and could be declared final |
| 38230 |
src/com/gps/hibernate/MessageTemplatesDAO.java |
94 |
publicMethodCommentRequirement Required |
| 38231 |
src/com/gps/hibernate/MessageTemplatesDAO.java |
98 |
Parameter 'createdBy' is not assigned and could be declared final |
| 38232 |
src/com/gps/hibernate/MessageTemplatesDAO.java |
98 |
publicMethodCommentRequirement Required |
| 38233 |
src/com/gps/hibernate/MessageTemplatesDAO.java |
102 |
Parameter 'first' is not assigned and could be declared final |
| 38234 |
src/com/gps/hibernate/MessageTemplatesDAO.java |
102 |
Parameter 'last' is not assigned and could be declared final |
| 38235 |
src/com/gps/hibernate/MessageTemplatesDAO.java |
102 |
publicMethodCommentRequirement Required |
| 38236 |
src/com/gps/hibernate/MessageTemplatesDAO.java |
104 |
There is log block not surrounded by if |
| 38237 |
src/com/gps/hibernate/MessageTemplatesDAO.java |
104 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 38238 |
src/com/gps/hibernate/MessageTemplatesDAO.java |
107 |
Local variable 'queryString' could be declared final |
| 38239 |
src/com/gps/hibernate/MessageTemplatesDAO.java |
108 |
Local variable 'queryObject' could be declared final |
| 38240 |
src/com/gps/hibernate/MessageTemplatesDAO.java |
108 |
Potential violation of Law of Demeter (method chain calls) |
| 38241 |
src/com/gps/hibernate/MessageTemplatesDAO.java |
111 |
Potential violation of Law of Demeter (object not created locally) |
| 38242 |
src/com/gps/hibernate/MessageTemplatesDAO.java |
112 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 38243 |
src/com/gps/hibernate/MessageTemplatesDAO.java |
113 |
There is log block not surrounded by if |
| 38244 |
src/com/gps/hibernate/MessageTemplatesDAO.java |
119 |
Parameter 'detachedInstance' is not assigned and could be declared final |
| 38245 |
src/com/gps/hibernate/MessageTemplatesDAO.java |
119 |
publicMethodCommentRequirement Required |
| 38246 |
src/com/gps/hibernate/MessageTemplatesDAO.java |
120 |
There is log block not surrounded by if |
| 38247 |
src/com/gps/hibernate/MessageTemplatesDAO.java |
120 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 38248 |
src/com/gps/hibernate/MessageTemplatesDAO.java |
122 |
Local variable 'result' could be declared final |
| 38249 |
src/com/gps/hibernate/MessageTemplatesDAO.java |
122 |
Potential violation of Law of Demeter (method chain calls) |
| 38250 |
src/com/gps/hibernate/MessageTemplatesDAO.java |
124 |
There is log block not surrounded by if |
| 38251 |
src/com/gps/hibernate/MessageTemplatesDAO.java |
124 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 38252 |
src/com/gps/hibernate/MessageTemplatesDAO.java |
126 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 38253 |
src/com/gps/hibernate/MessageTemplatesDAO.java |
127 |
There is log block not surrounded by if |
| 38254 |
src/com/gps/hibernate/MessageTemplatesDAO.java |
132 |
Parameter 'instance' is not assigned and could be declared final |
| 38255 |
src/com/gps/hibernate/MessageTemplatesDAO.java |
132 |
publicMethodCommentRequirement Required |
| 38256 |
src/com/gps/hibernate/MessageTemplatesDAO.java |
133 |
There is log block not surrounded by if |
| 38257 |
src/com/gps/hibernate/MessageTemplatesDAO.java |
133 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 38258 |
src/com/gps/hibernate/MessageTemplatesDAO.java |
135 |
Potential violation of Law of Demeter (method chain calls) |
| 38259 |
src/com/gps/hibernate/MessageTemplatesDAO.java |
136 |
There is log block not surrounded by if |
| 38260 |
src/com/gps/hibernate/MessageTemplatesDAO.java |
136 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 38261 |
src/com/gps/hibernate/MessageTemplatesDAO.java |
137 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 38262 |
src/com/gps/hibernate/MessageTemplatesDAO.java |
138 |
There is log block not surrounded by if |
| 38263 |
src/com/gps/hibernate/MessageTemplatesDAO.java |
143 |
Parameter 'instance' is not assigned and could be declared final |
| 38264 |
src/com/gps/hibernate/MessageTemplatesDAO.java |
143 |
publicMethodCommentRequirement Required |
| 38265 |
src/com/gps/hibernate/MessageTemplatesDAO.java |
144 |
There is log block not surrounded by if |
| 38266 |
src/com/gps/hibernate/MessageTemplatesDAO.java |
144 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 38267 |
src/com/gps/hibernate/MessageTemplatesDAO.java |
146 |
Potential violation of Law of Demeter (method chain calls) |
| 38268 |
src/com/gps/hibernate/MessageTemplatesDAO.java |
147 |
There is log block not surrounded by if |
| 38269 |
src/com/gps/hibernate/MessageTemplatesDAO.java |
147 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 38270 |
src/com/gps/hibernate/MessageTemplatesDAO.java |
148 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 38271 |
src/com/gps/hibernate/MessageTemplatesDAO.java |
149 |
There is log block not surrounded by if |
| 38272 |
src/com/gps/hibernate/MetaDistance.java |
5 |
Classes implementing Serializable should set a serialVersionUID |
| 38273 |
src/com/gps/hibernate/MetaDistance.java |
5 |
headerCommentRequirement Required |
| 38274 |
src/com/gps/hibernate/MetaDistance.java |
6 |
fieldCommentRequirement Required |
| 38275 |
src/com/gps/hibernate/MetaDistance.java |
7 |
fieldCommentRequirement Required |
| 38276 |
src/com/gps/hibernate/MetaDistance.java |
8 |
fieldCommentRequirement Required |
| 38277 |
src/com/gps/hibernate/MetaDistance.java |
10 |
Document empty constructor |
| 38278 |
src/com/gps/hibernate/MetaDistance.java |
10 |
publicMethodCommentRequirement Required |
| 38279 |
src/com/gps/hibernate/MetaDistance.java |
14 |
Parameter 'metaDate' is not assigned and could be declared final |
| 38280 |
src/com/gps/hibernate/MetaDistance.java |
14 |
Parameter 'metaId' is not assigned and could be declared final |
| 38281 |
src/com/gps/hibernate/MetaDistance.java |
14 |
Parameter 'vehicleId' is not assigned and could be declared final |
| 38282 |
src/com/gps/hibernate/MetaDistance.java |
14 |
publicMethodCommentRequirement Required |
| 38283 |
src/com/gps/hibernate/MetaDistance.java |
21 |
publicMethodCommentRequirement Required |
| 38284 |
src/com/gps/hibernate/MetaDistance.java |
25 |
Parameter 'metaId' is not assigned and could be declared final |
| 38285 |
src/com/gps/hibernate/MetaDistance.java |
25 |
publicMethodCommentRequirement Required |
| 38286 |
src/com/gps/hibernate/MetaDistance.java |
29 |
publicMethodCommentRequirement Required |
| 38287 |
src/com/gps/hibernate/MetaDistance.java |
33 |
Parameter 'vehicleId' is not assigned and could be declared final |
| 38288 |
src/com/gps/hibernate/MetaDistance.java |
33 |
publicMethodCommentRequirement Required |
| 38289 |
src/com/gps/hibernate/MetaDistance.java |
37 |
publicMethodCommentRequirement Required |
| 38290 |
src/com/gps/hibernate/MetaDistance.java |
41 |
Parameter 'metaDate' is not assigned and could be declared final |
| 38291 |
src/com/gps/hibernate/MetaDistance.java |
41 |
publicMethodCommentRequirement Required |
| 38292 |
src/com/gps/hibernate/MetaDistanceBean.java |
5 |
headerCommentRequirement Required |
| 38293 |
src/com/gps/hibernate/MetaDistanceBean.java |
6 |
fieldCommentRequirement Required |
| 38294 |
src/com/gps/hibernate/MetaDistanceBean.java |
7 |
fieldCommentRequirement Required |
| 38295 |
src/com/gps/hibernate/MetaDistanceBean.java |
8 |
fieldCommentRequirement Required |
| 38296 |
src/com/gps/hibernate/MetaDistanceBean.java |
10 |
Document empty constructor |
| 38297 |
src/com/gps/hibernate/MetaDistanceBean.java |
10 |
publicMethodCommentRequirement Required |
| 38298 |
src/com/gps/hibernate/MetaDistanceBean.java |
14 |
Parameter 'metaDate' is not assigned and could be declared final |
| 38299 |
src/com/gps/hibernate/MetaDistanceBean.java |
14 |
Parameter 'vehicleId' is not assigned and could be declared final |
| 38300 |
src/com/gps/hibernate/MetaDistanceBean.java |
14 |
publicMethodCommentRequirement Required |
| 38301 |
src/com/gps/hibernate/MetaDistanceBean.java |
20 |
publicMethodCommentRequirement Required |
| 38302 |
src/com/gps/hibernate/MetaDistanceBean.java |
24 |
Parameter 'metaId' is not assigned and could be declared final |
| 38303 |
src/com/gps/hibernate/MetaDistanceBean.java |
24 |
publicMethodCommentRequirement Required |
| 38304 |
src/com/gps/hibernate/MetaDistanceBean.java |
28 |
publicMethodCommentRequirement Required |
| 38305 |
src/com/gps/hibernate/MetaDistanceBean.java |
32 |
Parameter 'vehicleId' is not assigned and could be declared final |
| 38306 |
src/com/gps/hibernate/MetaDistanceBean.java |
32 |
publicMethodCommentRequirement Required |
| 38307 |
src/com/gps/hibernate/MetaDistanceBean.java |
36 |
publicMethodCommentRequirement Required |
| 38308 |
src/com/gps/hibernate/MetaDistanceBean.java |
40 |
Parameter 'metaDate' is not assigned and could be declared final |
| 38309 |
src/com/gps/hibernate/MetaDistanceBean.java |
40 |
publicMethodCommentRequirement Required |
| 38310 |
src/com/gps/hibernate/MetaFuel.java |
10 |
Classes implementing Serializable should set a serialVersionUID |
| 38311 |
src/com/gps/hibernate/MetaFuel.java |
12 |
fieldCommentRequirement Required |
| 38312 |
src/com/gps/hibernate/MetaFuel.java |
13 |
fieldCommentRequirement Required |
| 38313 |
src/com/gps/hibernate/MetaFuel.java |
14 |
fieldCommentRequirement Required |
| 38314 |
src/com/gps/hibernate/MetaFuel.java |
15 |
fieldCommentRequirement Required |
| 38315 |
src/com/gps/hibernate/MetaFuel.java |
17 |
Document empty constructor |
| 38316 |
src/com/gps/hibernate/MetaFuel.java |
17 |
publicMethodCommentRequirement Required |
| 38317 |
src/com/gps/hibernate/MetaFuel.java |
20 |
Parameter 'tripParameters' is not assigned and could be declared final |
| 38318 |
src/com/gps/hibernate/MetaFuel.java |
20 |
publicMethodCommentRequirement Required |
| 38319 |
src/com/gps/hibernate/MetaFuel.java |
21 |
Parameter 'metaDate' is not assigned and could be declared final |
| 38320 |
src/com/gps/hibernate/MetaFuel.java |
21 |
Parameter 'vehicleDetails' is not assigned and could be declared final |
| 38321 |
src/com/gps/hibernate/MetaFuel.java |
27 |
publicMethodCommentRequirement Required |
| 38322 |
src/com/gps/hibernate/MetaFuel.java |
31 |
Parameter 'metaId' is not assigned and could be declared final |
| 38323 |
src/com/gps/hibernate/MetaFuel.java |
31 |
publicMethodCommentRequirement Required |
| 38324 |
src/com/gps/hibernate/MetaFuel.java |
35 |
publicMethodCommentRequirement Required |
| 38325 |
src/com/gps/hibernate/MetaFuel.java |
39 |
Parameter 'tripParameters' is not assigned and could be declared final |
| 38326 |
src/com/gps/hibernate/MetaFuel.java |
39 |
publicMethodCommentRequirement Required |
| 38327 |
src/com/gps/hibernate/MetaFuel.java |
43 |
publicMethodCommentRequirement Required |
| 38328 |
src/com/gps/hibernate/MetaFuel.java |
47 |
Parameter 'vehicleDetails' is not assigned and could be declared final |
| 38329 |
src/com/gps/hibernate/MetaFuel.java |
47 |
publicMethodCommentRequirement Required |
| 38330 |
src/com/gps/hibernate/MetaFuel.java |
51 |
publicMethodCommentRequirement Required |
| 38331 |
src/com/gps/hibernate/MetaFuel.java |
55 |
Parameter 'metaDate' is not assigned and could be declared final |
| 38332 |
src/com/gps/hibernate/MetaFuel.java |
55 |
publicMethodCommentRequirement Required |
| 38333 |
src/com/gps/hibernate/MetaFuelBean.java |
5 |
headerCommentRequirement Required |
| 38334 |
src/com/gps/hibernate/MetaFuelBean.java |
6 |
fieldCommentRequirement Required |
| 38335 |
src/com/gps/hibernate/MetaFuelBean.java |
7 |
fieldCommentRequirement Required |
| 38336 |
src/com/gps/hibernate/MetaFuelBean.java |
8 |
fieldCommentRequirement Required |
| 38337 |
src/com/gps/hibernate/MetaFuelBean.java |
9 |
fieldCommentRequirement Required |
| 38338 |
src/com/gps/hibernate/MetaFuelBean.java |
10 |
Document empty constructor |
| 38339 |
src/com/gps/hibernate/MetaFuelBean.java |
10 |
publicMethodCommentRequirement Required |
| 38340 |
src/com/gps/hibernate/MetaFuelBean.java |
13 |
Parameter 'metaDate' is not assigned and could be declared final |
| 38341 |
src/com/gps/hibernate/MetaFuelBean.java |
13 |
Parameter 'metaId' is not assigned and could be declared final |
| 38342 |
src/com/gps/hibernate/MetaFuelBean.java |
13 |
Parameter 'vehicleId' is not assigned and could be declared final |
| 38343 |
src/com/gps/hibernate/MetaFuelBean.java |
13 |
publicMethodCommentRequirement Required |
| 38344 |
src/com/gps/hibernate/MetaFuelBean.java |
14 |
Parameter 'tripParamid' is not assigned and could be declared final |
| 38345 |
src/com/gps/hibernate/MetaFuelBean.java |
21 |
publicMethodCommentRequirement Required |
| 38346 |
src/com/gps/hibernate/MetaFuelBean.java |
24 |
Parameter 'metaId' is not assigned and could be declared final |
| 38347 |
src/com/gps/hibernate/MetaFuelBean.java |
24 |
publicMethodCommentRequirement Required |
| 38348 |
src/com/gps/hibernate/MetaFuelBean.java |
27 |
publicMethodCommentRequirement Required |
| 38349 |
src/com/gps/hibernate/MetaFuelBean.java |
30 |
Parameter 'metaDate' is not assigned and could be declared final |
| 38350 |
src/com/gps/hibernate/MetaFuelBean.java |
30 |
publicMethodCommentRequirement Required |
| 38351 |
src/com/gps/hibernate/MetaFuelBean.java |
33 |
publicMethodCommentRequirement Required |
| 38352 |
src/com/gps/hibernate/MetaFuelBean.java |
36 |
Parameter 'vehicleId' is not assigned and could be declared final |
| 38353 |
src/com/gps/hibernate/MetaFuelBean.java |
36 |
publicMethodCommentRequirement Required |
| 38354 |
src/com/gps/hibernate/MetaFuelBean.java |
39 |
publicMethodCommentRequirement Required |
| 38355 |
src/com/gps/hibernate/MetaFuelBean.java |
42 |
Parameter 'tripParamid' is not assigned and could be declared final |
| 38356 |
src/com/gps/hibernate/MetaFuelBean.java |
42 |
publicMethodCommentRequirement Required |
| 38357 |
src/com/gps/hibernate/Notification.java |
9 |
Classes implementing Serializable should set a serialVersionUID |
| 38358 |
src/com/gps/hibernate/Notification.java |
13 |
Avoid variables with short names like id |
| 38359 |
src/com/gps/hibernate/Notification.java |
13 |
fieldCommentRequirement Required |
| 38360 |
src/com/gps/hibernate/Notification.java |
14 |
fieldCommentRequirement Required |
| 38361 |
src/com/gps/hibernate/Notification.java |
15 |
fieldCommentRequirement Required |
| 38362 |
src/com/gps/hibernate/Notification.java |
16 |
fieldCommentRequirement Required |
| 38363 |
src/com/gps/hibernate/Notification.java |
17 |
fieldCommentRequirement Required |
| 38364 |
src/com/gps/hibernate/Notification.java |
22 |
Document empty constructor |
| 38365 |
src/com/gps/hibernate/Notification.java |
26 |
Parameter 'geovehicleMap' is not assigned and could be declared final |
| 38366 |
src/com/gps/hibernate/Notification.java |
30 |
Parameter 'mobileNo' is not assigned and could be declared final |
| 38367 |
src/com/gps/hibernate/Notification.java |
30 |
Parameter 'notifyAddress' is not assigned and could be declared final |
| 38368 |
src/com/gps/hibernate/Notification.java |
30 |
Parameter 'notifyName' is not assigned and could be declared final |
| 38369 |
src/com/gps/hibernate/Notification.java |
30 |
publicMethodCommentRequirement Required |
| 38370 |
src/com/gps/hibernate/Notification.java |
39 |
Avoid variables with short names like id |
| 38371 |
src/com/gps/hibernate/Notification.java |
39 |
Parameter 'id' is not assigned and could be declared final |
| 38372 |
src/com/gps/hibernate/Notification.java |
39 |
Parameter 'notifyAddress' is not assigned and could be declared final |
| 38373 |
src/com/gps/hibernate/Notification.java |
39 |
Parameter 'notifyName' is not assigned and could be declared final |
| 38374 |
src/com/gps/hibernate/Notification.java |
39 |
publicMethodCommentRequirement Required |
| 38375 |
src/com/gps/hibernate/Notification.java |
40 |
Parameter 'mobileNo' is not assigned and could be declared final |
| 38376 |
src/com/gps/hibernate/Notification.java |
49 |
Parameter 'geovehicleMap' is not assigned and could be declared final |
| 38377 |
src/com/gps/hibernate/Notification.java |
49 |
Parameter 'notifyName' is not assigned and could be declared final |
| 38378 |
src/com/gps/hibernate/Notification.java |
50 |
Parameter 'mobileNo' is not assigned and could be declared final |
| 38379 |
src/com/gps/hibernate/Notification.java |
50 |
Parameter 'notifyAddress' is not assigned and could be declared final |
| 38380 |
src/com/gps/hibernate/Notification.java |
59 |
publicMethodCommentRequirement Required |
| 38381 |
src/com/gps/hibernate/Notification.java |
63 |
Avoid variables with short names like id |
| 38382 |
src/com/gps/hibernate/Notification.java |
63 |
Parameter 'id' is not assigned and could be declared final |
| 38383 |
src/com/gps/hibernate/Notification.java |
63 |
publicMethodCommentRequirement Required |
| 38384 |
src/com/gps/hibernate/Notification.java |
67 |
publicMethodCommentRequirement Required |
| 38385 |
src/com/gps/hibernate/Notification.java |
71 |
Parameter 'geovehicleMap' is not assigned and could be declared final |
| 38386 |
src/com/gps/hibernate/Notification.java |
71 |
publicMethodCommentRequirement Required |
| 38387 |
src/com/gps/hibernate/Notification.java |
75 |
publicMethodCommentRequirement Required |
| 38388 |
src/com/gps/hibernate/Notification.java |
79 |
Parameter 'notifyName' is not assigned and could be declared final |
| 38389 |
src/com/gps/hibernate/Notification.java |
79 |
publicMethodCommentRequirement Required |
| 38390 |
src/com/gps/hibernate/Notification.java |
83 |
publicMethodCommentRequirement Required |
| 38391 |
src/com/gps/hibernate/Notification.java |
87 |
Parameter 'notifyAddress' is not assigned and could be declared final |
| 38392 |
src/com/gps/hibernate/Notification.java |
87 |
publicMethodCommentRequirement Required |
| 38393 |
src/com/gps/hibernate/Notification.java |
91 |
publicMethodCommentRequirement Required |
| 38394 |
src/com/gps/hibernate/Notification.java |
95 |
Parameter 'mobileNo' is not assigned and could be declared final |
| 38395 |
src/com/gps/hibernate/Notification.java |
95 |
publicMethodCommentRequirement Required |
| 38396 |
src/com/gps/hibernate/NotificationDAO.java |
11 |
Comment is too large: Too many lines |
| 38397 |
src/com/gps/hibernate/NotificationDAO.java |
23 |
This class has too many methods, consider refactoring it. |
| 38398 |
src/com/gps/hibernate/NotificationDAO.java |
24 |
Logger should be defined private static final and have the correct class |
| 38399 |
src/com/gps/hibernate/NotificationDAO.java |
24 |
Variables that are final and static should be all capitals, 'log' is not all capitals. |
| 38400 |
src/com/gps/hibernate/NotificationDAO.java |
24 |
fieldCommentRequirement Required |
| 38401 |
src/com/gps/hibernate/NotificationDAO.java |
26 |
fieldCommentRequirement Required |
| 38402 |
src/com/gps/hibernate/NotificationDAO.java |
27 |
fieldCommentRequirement Required |
| 38403 |
src/com/gps/hibernate/NotificationDAO.java |
28 |
fieldCommentRequirement Required |
| 38404 |
src/com/gps/hibernate/NotificationDAO.java |
30 |
Parameter 'transientInstance' is not assigned and could be declared final |
| 38405 |
src/com/gps/hibernate/NotificationDAO.java |
30 |
publicMethodCommentRequirement Required |
| 38406 |
src/com/gps/hibernate/NotificationDAO.java |
31 |
There is log block not surrounded by if |
| 38407 |
src/com/gps/hibernate/NotificationDAO.java |
31 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 38408 |
src/com/gps/hibernate/NotificationDAO.java |
33 |
Potential violation of Law of Demeter (method chain calls) |
| 38409 |
src/com/gps/hibernate/NotificationDAO.java |
34 |
There is log block not surrounded by if |
| 38410 |
src/com/gps/hibernate/NotificationDAO.java |
34 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 38411 |
src/com/gps/hibernate/NotificationDAO.java |
35 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 38412 |
src/com/gps/hibernate/NotificationDAO.java |
36 |
There is log block not surrounded by if |
| 38413 |
src/com/gps/hibernate/NotificationDAO.java |
41 |
Avoid excessively long variable names like persistentInstance |
| 38414 |
src/com/gps/hibernate/NotificationDAO.java |
41 |
Parameter 'persistentInstance' is not assigned and could be declared final |
| 38415 |
src/com/gps/hibernate/NotificationDAO.java |
41 |
publicMethodCommentRequirement Required |
| 38416 |
src/com/gps/hibernate/NotificationDAO.java |
42 |
There is log block not surrounded by if |
| 38417 |
src/com/gps/hibernate/NotificationDAO.java |
42 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 38418 |
src/com/gps/hibernate/NotificationDAO.java |
44 |
Potential violation of Law of Demeter (method chain calls) |
| 38419 |
src/com/gps/hibernate/NotificationDAO.java |
45 |
There is log block not surrounded by if |
| 38420 |
src/com/gps/hibernate/NotificationDAO.java |
45 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 38421 |
src/com/gps/hibernate/NotificationDAO.java |
46 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 38422 |
src/com/gps/hibernate/NotificationDAO.java |
47 |
There is log block not surrounded by if |
| 38423 |
src/com/gps/hibernate/NotificationDAO.java |
52 |
Avoid variables with short names like id |
| 38424 |
src/com/gps/hibernate/NotificationDAO.java |
52 |
Parameter 'id' is not assigned and could be declared final |
| 38425 |
src/com/gps/hibernate/NotificationDAO.java |
52 |
publicMethodCommentRequirement Required |
| 38426 |
src/com/gps/hibernate/NotificationDAO.java |
53 |
There is log block not surrounded by if |
| 38427 |
src/com/gps/hibernate/NotificationDAO.java |
53 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 38428 |
src/com/gps/hibernate/NotificationDAO.java |
55 |
Local variable 'instance' could be declared final |
| 38429 |
src/com/gps/hibernate/NotificationDAO.java |
55 |
Potential violation of Law of Demeter (method chain calls) |
| 38430 |
src/com/gps/hibernate/NotificationDAO.java |
58 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 38431 |
src/com/gps/hibernate/NotificationDAO.java |
59 |
There is log block not surrounded by if |
| 38432 |
src/com/gps/hibernate/NotificationDAO.java |
64 |
Parameter 'instance' is not assigned and could be declared final |
| 38433 |
src/com/gps/hibernate/NotificationDAO.java |
64 |
publicMethodCommentRequirement Required |
| 38434 |
src/com/gps/hibernate/NotificationDAO.java |
65 |
There is log block not surrounded by if |
| 38435 |
src/com/gps/hibernate/NotificationDAO.java |
65 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 38436 |
src/com/gps/hibernate/NotificationDAO.java |
67 |
Local variable 'results' could be declared final |
| 38437 |
src/com/gps/hibernate/NotificationDAO.java |
67 |
Potential violation of Law of Demeter (method chain calls) |
| 38438 |
src/com/gps/hibernate/NotificationDAO.java |
67 |
Potential violation of Law of Demeter (method chain calls) |
| 38439 |
src/com/gps/hibernate/NotificationDAO.java |
67 |
Potential violation of Law of Demeter (method chain calls) |
| 38440 |
src/com/gps/hibernate/NotificationDAO.java |
70 |
There is log block not surrounded by if |
| 38441 |
src/com/gps/hibernate/NotificationDAO.java |
70 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 38442 |
src/com/gps/hibernate/NotificationDAO.java |
71 |
Potential violation of Law of Demeter (object not created locally) |
| 38443 |
src/com/gps/hibernate/NotificationDAO.java |
73 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 38444 |
src/com/gps/hibernate/NotificationDAO.java |
74 |
There is log block not surrounded by if |
| 38445 |
src/com/gps/hibernate/NotificationDAO.java |
79 |
Parameter 'propertyName' is not assigned and could be declared final |
| 38446 |
src/com/gps/hibernate/NotificationDAO.java |
79 |
Parameter 'value' is not assigned and could be declared final |
| 38447 |
src/com/gps/hibernate/NotificationDAO.java |
79 |
publicMethodCommentRequirement Required |
| 38448 |
src/com/gps/hibernate/NotificationDAO.java |
80 |
There is log block not surrounded by if |
| 38449 |
src/com/gps/hibernate/NotificationDAO.java |
80 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 38450 |
src/com/gps/hibernate/NotificationDAO.java |
83 |
Local variable 'queryString' could be declared final |
| 38451 |
src/com/gps/hibernate/NotificationDAO.java |
85 |
Local variable 'queryObject' could be declared final |
| 38452 |
src/com/gps/hibernate/NotificationDAO.java |
85 |
Potential violation of Law of Demeter (method chain calls) |
| 38453 |
src/com/gps/hibernate/NotificationDAO.java |
86 |
Potential violation of Law of Demeter (object not created locally) |
| 38454 |
src/com/gps/hibernate/NotificationDAO.java |
87 |
Potential violation of Law of Demeter (object not created locally) |
| 38455 |
src/com/gps/hibernate/NotificationDAO.java |
88 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 38456 |
src/com/gps/hibernate/NotificationDAO.java |
89 |
There is log block not surrounded by if |
| 38457 |
src/com/gps/hibernate/NotificationDAO.java |
94 |
Parameter 'notifyName' is not assigned and could be declared final |
| 38458 |
src/com/gps/hibernate/NotificationDAO.java |
94 |
publicMethodCommentRequirement Required |
| 38459 |
src/com/gps/hibernate/NotificationDAO.java |
98 |
Parameter 'notifyAddress' is not assigned and could be declared final |
| 38460 |
src/com/gps/hibernate/NotificationDAO.java |
98 |
publicMethodCommentRequirement Required |
| 38461 |
src/com/gps/hibernate/NotificationDAO.java |
102 |
Parameter 'mobileNo' is not assigned and could be declared final |
| 38462 |
src/com/gps/hibernate/NotificationDAO.java |
102 |
publicMethodCommentRequirement Required |
| 38463 |
src/com/gps/hibernate/NotificationDAO.java |
106 |
publicMethodCommentRequirement Required |
| 38464 |
src/com/gps/hibernate/NotificationDAO.java |
107 |
There is log block not surrounded by if |
| 38465 |
src/com/gps/hibernate/NotificationDAO.java |
107 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 38466 |
src/com/gps/hibernate/NotificationDAO.java |
109 |
Local variable 'queryString' could be declared final |
| 38467 |
src/com/gps/hibernate/NotificationDAO.java |
110 |
Local variable 'queryObject' could be declared final |
| 38468 |
src/com/gps/hibernate/NotificationDAO.java |
110 |
Potential violation of Law of Demeter (method chain calls) |
| 38469 |
src/com/gps/hibernate/NotificationDAO.java |
111 |
Potential violation of Law of Demeter (object not created locally) |
| 38470 |
src/com/gps/hibernate/NotificationDAO.java |
112 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 38471 |
src/com/gps/hibernate/NotificationDAO.java |
113 |
There is log block not surrounded by if |
| 38472 |
src/com/gps/hibernate/NotificationDAO.java |
118 |
Parameter 'detachedInstance' is not assigned and could be declared final |
| 38473 |
src/com/gps/hibernate/NotificationDAO.java |
118 |
publicMethodCommentRequirement Required |
| 38474 |
src/com/gps/hibernate/NotificationDAO.java |
119 |
There is log block not surrounded by if |
| 38475 |
src/com/gps/hibernate/NotificationDAO.java |
119 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 38476 |
src/com/gps/hibernate/NotificationDAO.java |
121 |
Local variable 'result' could be declared final |
| 38477 |
src/com/gps/hibernate/NotificationDAO.java |
121 |
Potential violation of Law of Demeter (method chain calls) |
| 38478 |
src/com/gps/hibernate/NotificationDAO.java |
123 |
There is log block not surrounded by if |
| 38479 |
src/com/gps/hibernate/NotificationDAO.java |
123 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 38480 |
src/com/gps/hibernate/NotificationDAO.java |
125 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 38481 |
src/com/gps/hibernate/NotificationDAO.java |
126 |
There is log block not surrounded by if |
| 38482 |
src/com/gps/hibernate/NotificationDAO.java |
131 |
Parameter 'instance' is not assigned and could be declared final |
| 38483 |
src/com/gps/hibernate/NotificationDAO.java |
131 |
publicMethodCommentRequirement Required |
| 38484 |
src/com/gps/hibernate/NotificationDAO.java |
132 |
There is log block not surrounded by if |
| 38485 |
src/com/gps/hibernate/NotificationDAO.java |
132 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 38486 |
src/com/gps/hibernate/NotificationDAO.java |
134 |
Potential violation of Law of Demeter (method chain calls) |
| 38487 |
src/com/gps/hibernate/NotificationDAO.java |
135 |
There is log block not surrounded by if |
| 38488 |
src/com/gps/hibernate/NotificationDAO.java |
135 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 38489 |
src/com/gps/hibernate/NotificationDAO.java |
136 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 38490 |
src/com/gps/hibernate/NotificationDAO.java |
137 |
There is log block not surrounded by if |
| 38491 |
src/com/gps/hibernate/NotificationDAO.java |
142 |
Parameter 'instance' is not assigned and could be declared final |
| 38492 |
src/com/gps/hibernate/NotificationDAO.java |
142 |
publicMethodCommentRequirement Required |
| 38493 |
src/com/gps/hibernate/NotificationDAO.java |
143 |
There is log block not surrounded by if |
| 38494 |
src/com/gps/hibernate/NotificationDAO.java |
143 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 38495 |
src/com/gps/hibernate/NotificationDAO.java |
145 |
Potential violation of Law of Demeter (method chain calls) |
| 38496 |
src/com/gps/hibernate/NotificationDAO.java |
146 |
There is log block not surrounded by if |
| 38497 |
src/com/gps/hibernate/NotificationDAO.java |
146 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 38498 |
src/com/gps/hibernate/NotificationDAO.java |
147 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 38499 |
src/com/gps/hibernate/NotificationDAO.java |
148 |
There is log block not surrounded by if |
| 38500 |
src/com/gps/hibernate/Organization.java |
12 |
Classes implementing Serializable should set a serialVersionUID |
| 38501 |
src/com/gps/hibernate/Organization.java |
16 |
fieldCommentRequirement Required |
| 38502 |
src/com/gps/hibernate/Organization.java |
17 |
fieldCommentRequirement Required |
| 38503 |
src/com/gps/hibernate/Organization.java |
18 |
Avoid excessively long variable names like parentOrganizationId |
| 38504 |
src/com/gps/hibernate/Organization.java |
18 |
fieldCommentRequirement Required |
| 38505 |
src/com/gps/hibernate/Organization.java |
19 |
Avoid excessively long variable names like leftOrganizationId |
| 38506 |
src/com/gps/hibernate/Organization.java |
19 |
fieldCommentRequirement Required |
| 38507 |
src/com/gps/hibernate/Organization.java |
20 |
Avoid excessively long variable names like rightOrganizationId |
| 38508 |
src/com/gps/hibernate/Organization.java |
20 |
fieldCommentRequirement Required |
| 38509 |
src/com/gps/hibernate/Organization.java |
21 |
fieldCommentRequirement Required |
| 38510 |
src/com/gps/hibernate/Organization.java |
22 |
fieldCommentRequirement Required |
| 38511 |
src/com/gps/hibernate/Organization.java |
23 |
fieldCommentRequirement Required |
| 38512 |
src/com/gps/hibernate/Organization.java |
24 |
fieldCommentRequirement Required |
| 38513 |
src/com/gps/hibernate/Organization.java |
25 |
fieldCommentRequirement Required |
| 38514 |
src/com/gps/hibernate/Organization.java |
26 |
fieldCommentRequirement Required |
| 38515 |
src/com/gps/hibernate/Organization.java |
27 |
fieldCommentRequirement Required |
| 38516 |
src/com/gps/hibernate/Organization.java |
28 |
fieldCommentRequirement Required |
| 38517 |
src/com/gps/hibernate/Organization.java |
29 |
fieldCommentRequirement Required |
| 38518 |
src/com/gps/hibernate/Organization.java |
34 |
Document empty constructor |
| 38519 |
src/com/gps/hibernate/Organization.java |
38 |
Parameter 'organizationId' is not assigned and could be declared final |
| 38520 |
src/com/gps/hibernate/Organization.java |
43 |
Avoid long parameter lists. |
| 38521 |
src/com/gps/hibernate/Organization.java |
43 |
Parameter 'companyId' is not assigned and could be declared final |
| 38522 |
src/com/gps/hibernate/Organization.java |
43 |
Parameter 'organizationId' is not assigned and could be declared final |
| 38523 |
src/com/gps/hibernate/Organization.java |
44 |
Avoid excessively long variable names like leftOrganizationId |
| 38524 |
src/com/gps/hibernate/Organization.java |
44 |
Avoid excessively long variable names like parentOrganizationId |
| 38525 |
src/com/gps/hibernate/Organization.java |
44 |
Parameter 'leftOrganizationId' is not assigned and could be declared final |
| 38526 |
src/com/gps/hibernate/Organization.java |
44 |
Parameter 'parentOrganizationId' is not assigned and could be declared final |
| 38527 |
src/com/gps/hibernate/Organization.java |
45 |
Avoid excessively long variable names like rightOrganizationId |
| 38528 |
src/com/gps/hibernate/Organization.java |
45 |
Parameter 'name' is not assigned and could be declared final |
| 38529 |
src/com/gps/hibernate/Organization.java |
45 |
Parameter 'rightOrganizationId' is not assigned and could be declared final |
| 38530 |
src/com/gps/hibernate/Organization.java |
45 |
Parameter 'type' is not assigned and could be declared final |
| 38531 |
src/com/gps/hibernate/Organization.java |
46 |
Parameter 'countryId' is not assigned and could be declared final |
| 38532 |
src/com/gps/hibernate/Organization.java |
46 |
Parameter 'recursable' is not assigned and could be declared final |
| 38533 |
src/com/gps/hibernate/Organization.java |
46 |
Parameter 'regionId' is not assigned and could be declared final |
| 38534 |
src/com/gps/hibernate/Organization.java |
46 |
Parameter 'statusId' is not assigned and could be declared final |
| 38535 |
src/com/gps/hibernate/Organization.java |
47 |
Parameter 'comments' is not assigned and could be declared final |
| 38536 |
src/com/gps/hibernate/Organization.java |
47 |
Parameter 'vehicleDetailses' is not assigned and could be declared final |
| 38537 |
src/com/gps/hibernate/Organization.java |
65 |
publicMethodCommentRequirement Required |
| 38538 |
src/com/gps/hibernate/Organization.java |
69 |
Parameter 'organizationId' is not assigned and could be declared final |
| 38539 |
src/com/gps/hibernate/Organization.java |
69 |
publicMethodCommentRequirement Required |
| 38540 |
src/com/gps/hibernate/Organization.java |
73 |
publicMethodCommentRequirement Required |
| 38541 |
src/com/gps/hibernate/Organization.java |
77 |
Parameter 'companyId' is not assigned and could be declared final |
| 38542 |
src/com/gps/hibernate/Organization.java |
77 |
publicMethodCommentRequirement Required |
| 38543 |
src/com/gps/hibernate/Organization.java |
81 |
publicMethodCommentRequirement Required |
| 38544 |
src/com/gps/hibernate/Organization.java |
85 |
Avoid excessively long variable names like parentOrganizationId |
| 38545 |
src/com/gps/hibernate/Organization.java |
85 |
Parameter 'parentOrganizationId' is not assigned and could be declared final |
| 38546 |
src/com/gps/hibernate/Organization.java |
85 |
publicMethodCommentRequirement Required |
| 38547 |
src/com/gps/hibernate/Organization.java |
89 |
publicMethodCommentRequirement Required |
| 38548 |
src/com/gps/hibernate/Organization.java |
93 |
Avoid excessively long variable names like leftOrganizationId |
| 38549 |
src/com/gps/hibernate/Organization.java |
93 |
Parameter 'leftOrganizationId' is not assigned and could be declared final |
| 38550 |
src/com/gps/hibernate/Organization.java |
93 |
publicMethodCommentRequirement Required |
| 38551 |
src/com/gps/hibernate/Organization.java |
97 |
publicMethodCommentRequirement Required |
| 38552 |
src/com/gps/hibernate/Organization.java |
101 |
Avoid excessively long variable names like rightOrganizationId |
| 38553 |
src/com/gps/hibernate/Organization.java |
101 |
Parameter 'rightOrganizationId' is not assigned and could be declared final |
| 38554 |
src/com/gps/hibernate/Organization.java |
101 |
publicMethodCommentRequirement Required |
| 38555 |
src/com/gps/hibernate/Organization.java |
105 |
publicMethodCommentRequirement Required |
| 38556 |
src/com/gps/hibernate/Organization.java |
109 |
Parameter 'name' is not assigned and could be declared final |
| 38557 |
src/com/gps/hibernate/Organization.java |
109 |
publicMethodCommentRequirement Required |
| 38558 |
src/com/gps/hibernate/Organization.java |
113 |
publicMethodCommentRequirement Required |
| 38559 |
src/com/gps/hibernate/Organization.java |
117 |
Parameter 'type' is not assigned and could be declared final |
| 38560 |
src/com/gps/hibernate/Organization.java |
117 |
publicMethodCommentRequirement Required |
| 38561 |
src/com/gps/hibernate/Organization.java |
121 |
publicMethodCommentRequirement Required |
| 38562 |
src/com/gps/hibernate/Organization.java |
125 |
Parameter 'recursable' is not assigned and could be declared final |
| 38563 |
src/com/gps/hibernate/Organization.java |
125 |
publicMethodCommentRequirement Required |
| 38564 |
src/com/gps/hibernate/Organization.java |
129 |
publicMethodCommentRequirement Required |
| 38565 |
src/com/gps/hibernate/Organization.java |
133 |
Parameter 'regionId' is not assigned and could be declared final |
| 38566 |
src/com/gps/hibernate/Organization.java |
133 |
publicMethodCommentRequirement Required |
| 38567 |
src/com/gps/hibernate/Organization.java |
137 |
publicMethodCommentRequirement Required |
| 38568 |
src/com/gps/hibernate/Organization.java |
141 |
Parameter 'countryId' is not assigned and could be declared final |
| 38569 |
src/com/gps/hibernate/Organization.java |
141 |
publicMethodCommentRequirement Required |
| 38570 |
src/com/gps/hibernate/Organization.java |
145 |
publicMethodCommentRequirement Required |
| 38571 |
src/com/gps/hibernate/Organization.java |
149 |
Parameter 'statusId' is not assigned and could be declared final |
| 38572 |
src/com/gps/hibernate/Organization.java |
149 |
publicMethodCommentRequirement Required |
| 38573 |
src/com/gps/hibernate/Organization.java |
153 |
publicMethodCommentRequirement Required |
| 38574 |
src/com/gps/hibernate/Organization.java |
157 |
Parameter 'comments' is not assigned and could be declared final |
| 38575 |
src/com/gps/hibernate/Organization.java |
157 |
publicMethodCommentRequirement Required |
| 38576 |
src/com/gps/hibernate/Organization.java |
161 |
publicMethodCommentRequirement Required |
| 38577 |
src/com/gps/hibernate/Organization.java |
165 |
Parameter 'vehicleDetailses' is not assigned and could be declared final |
| 38578 |
src/com/gps/hibernate/Organization.java |
165 |
publicMethodCommentRequirement Required |
| 38579 |
src/com/gps/hibernate/Organization.java |
169 |
Parameter 'tripDetailses' is not assigned and could be declared final |
| 38580 |
src/com/gps/hibernate/Organization.java |
169 |
publicMethodCommentRequirement Required |
| 38581 |
src/com/gps/hibernate/Organization.java |
173 |
publicMethodCommentRequirement Required |
| 38582 |
src/com/gps/hibernate/OrganizationDAO.java |
11 |
Comment is too large: Too many lines |
| 38583 |
src/com/gps/hibernate/OrganizationDAO.java |
23 |
This class has too many methods, consider refactoring it. |
| 38584 |
src/com/gps/hibernate/OrganizationDAO.java |
24 |
Logger should be defined private static final and have the correct class |
| 38585 |
src/com/gps/hibernate/OrganizationDAO.java |
24 |
Variables that are final and static should be all capitals, 'log' is not all capitals. |
| 38586 |
src/com/gps/hibernate/OrganizationDAO.java |
24 |
fieldCommentRequirement Required |
| 38587 |
src/com/gps/hibernate/OrganizationDAO.java |
26 |
fieldCommentRequirement Required |
| 38588 |
src/com/gps/hibernate/OrganizationDAO.java |
27 |
Avoid excessively long variable names like PARENT_ORGANIZATION_ID |
| 38589 |
src/com/gps/hibernate/OrganizationDAO.java |
27 |
fieldCommentRequirement Required |
| 38590 |
src/com/gps/hibernate/OrganizationDAO.java |
28 |
Avoid excessively long variable names like LEFT_ORGANIZATION_ID |
| 38591 |
src/com/gps/hibernate/OrganizationDAO.java |
28 |
fieldCommentRequirement Required |
| 38592 |
src/com/gps/hibernate/OrganizationDAO.java |
29 |
Avoid excessively long variable names like RIGHT_ORGANIZATION_ID |
| 38593 |
src/com/gps/hibernate/OrganizationDAO.java |
29 |
fieldCommentRequirement Required |
| 38594 |
src/com/gps/hibernate/OrganizationDAO.java |
30 |
fieldCommentRequirement Required |
| 38595 |
src/com/gps/hibernate/OrganizationDAO.java |
31 |
fieldCommentRequirement Required |
| 38596 |
src/com/gps/hibernate/OrganizationDAO.java |
32 |
fieldCommentRequirement Required |
| 38597 |
src/com/gps/hibernate/OrganizationDAO.java |
33 |
fieldCommentRequirement Required |
| 38598 |
src/com/gps/hibernate/OrganizationDAO.java |
34 |
fieldCommentRequirement Required |
| 38599 |
src/com/gps/hibernate/OrganizationDAO.java |
35 |
fieldCommentRequirement Required |
| 38600 |
src/com/gps/hibernate/OrganizationDAO.java |
36 |
fieldCommentRequirement Required |
| 38601 |
src/com/gps/hibernate/OrganizationDAO.java |
38 |
Parameter 'transientInstance' is not assigned and could be declared final |
| 38602 |
src/com/gps/hibernate/OrganizationDAO.java |
38 |
publicMethodCommentRequirement Required |
| 38603 |
src/com/gps/hibernate/OrganizationDAO.java |
39 |
There is log block not surrounded by if |
| 38604 |
src/com/gps/hibernate/OrganizationDAO.java |
39 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 38605 |
src/com/gps/hibernate/OrganizationDAO.java |
41 |
Potential violation of Law of Demeter (method chain calls) |
| 38606 |
src/com/gps/hibernate/OrganizationDAO.java |
42 |
There is log block not surrounded by if |
| 38607 |
src/com/gps/hibernate/OrganizationDAO.java |
42 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 38608 |
src/com/gps/hibernate/OrganizationDAO.java |
43 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 38609 |
src/com/gps/hibernate/OrganizationDAO.java |
44 |
There is log block not surrounded by if |
| 38610 |
src/com/gps/hibernate/OrganizationDAO.java |
49 |
Avoid excessively long variable names like persistentInstance |
| 38611 |
src/com/gps/hibernate/OrganizationDAO.java |
49 |
Parameter 'persistentInstance' is not assigned and could be declared final |
| 38612 |
src/com/gps/hibernate/OrganizationDAO.java |
49 |
publicMethodCommentRequirement Required |
| 38613 |
src/com/gps/hibernate/OrganizationDAO.java |
50 |
There is log block not surrounded by if |
| 38614 |
src/com/gps/hibernate/OrganizationDAO.java |
50 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 38615 |
src/com/gps/hibernate/OrganizationDAO.java |
52 |
Potential violation of Law of Demeter (method chain calls) |
| 38616 |
src/com/gps/hibernate/OrganizationDAO.java |
53 |
There is log block not surrounded by if |
| 38617 |
src/com/gps/hibernate/OrganizationDAO.java |
53 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 38618 |
src/com/gps/hibernate/OrganizationDAO.java |
54 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 38619 |
src/com/gps/hibernate/OrganizationDAO.java |
55 |
There is log block not surrounded by if |
| 38620 |
src/com/gps/hibernate/OrganizationDAO.java |
60 |
Avoid variables with short names like id |
| 38621 |
src/com/gps/hibernate/OrganizationDAO.java |
60 |
Parameter 'id' is not assigned and could be declared final |
| 38622 |
src/com/gps/hibernate/OrganizationDAO.java |
60 |
publicMethodCommentRequirement Required |
| 38623 |
src/com/gps/hibernate/OrganizationDAO.java |
61 |
There is log block not surrounded by if |
| 38624 |
src/com/gps/hibernate/OrganizationDAO.java |
61 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 38625 |
src/com/gps/hibernate/OrganizationDAO.java |
63 |
Local variable 'instance' could be declared final |
| 38626 |
src/com/gps/hibernate/OrganizationDAO.java |
63 |
Potential violation of Law of Demeter (method chain calls) |
| 38627 |
src/com/gps/hibernate/OrganizationDAO.java |
66 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 38628 |
src/com/gps/hibernate/OrganizationDAO.java |
67 |
There is log block not surrounded by if |
| 38629 |
src/com/gps/hibernate/OrganizationDAO.java |
72 |
Parameter 'instance' is not assigned and could be declared final |
| 38630 |
src/com/gps/hibernate/OrganizationDAO.java |
72 |
publicMethodCommentRequirement Required |
| 38631 |
src/com/gps/hibernate/OrganizationDAO.java |
73 |
There is log block not surrounded by if |
| 38632 |
src/com/gps/hibernate/OrganizationDAO.java |
73 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 38633 |
src/com/gps/hibernate/OrganizationDAO.java |
75 |
Local variable 'results' could be declared final |
| 38634 |
src/com/gps/hibernate/OrganizationDAO.java |
75 |
Potential violation of Law of Demeter (method chain calls) |
| 38635 |
src/com/gps/hibernate/OrganizationDAO.java |
75 |
Potential violation of Law of Demeter (method chain calls) |
| 38636 |
src/com/gps/hibernate/OrganizationDAO.java |
75 |
Potential violation of Law of Demeter (method chain calls) |
| 38637 |
src/com/gps/hibernate/OrganizationDAO.java |
78 |
There is log block not surrounded by if |
| 38638 |
src/com/gps/hibernate/OrganizationDAO.java |
78 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 38639 |
src/com/gps/hibernate/OrganizationDAO.java |
79 |
Potential violation of Law of Demeter (object not created locally) |
| 38640 |
src/com/gps/hibernate/OrganizationDAO.java |
81 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 38641 |
src/com/gps/hibernate/OrganizationDAO.java |
82 |
There is log block not surrounded by if |
| 38642 |
src/com/gps/hibernate/OrganizationDAO.java |
87 |
Parameter 'propertyName' is not assigned and could be declared final |
| 38643 |
src/com/gps/hibernate/OrganizationDAO.java |
87 |
Parameter 'value' is not assigned and could be declared final |
| 38644 |
src/com/gps/hibernate/OrganizationDAO.java |
87 |
publicMethodCommentRequirement Required |
| 38645 |
src/com/gps/hibernate/OrganizationDAO.java |
88 |
There is log block not surrounded by if |
| 38646 |
src/com/gps/hibernate/OrganizationDAO.java |
88 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 38647 |
src/com/gps/hibernate/OrganizationDAO.java |
91 |
Local variable 'queryString' could be declared final |
| 38648 |
src/com/gps/hibernate/OrganizationDAO.java |
93 |
Local variable 'queryObject' could be declared final |
| 38649 |
src/com/gps/hibernate/OrganizationDAO.java |
93 |
Potential violation of Law of Demeter (method chain calls) |
| 38650 |
src/com/gps/hibernate/OrganizationDAO.java |
94 |
Potential violation of Law of Demeter (object not created locally) |
| 38651 |
src/com/gps/hibernate/OrganizationDAO.java |
95 |
Potential violation of Law of Demeter (object not created locally) |
| 38652 |
src/com/gps/hibernate/OrganizationDAO.java |
96 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 38653 |
src/com/gps/hibernate/OrganizationDAO.java |
97 |
There is log block not surrounded by if |
| 38654 |
src/com/gps/hibernate/OrganizationDAO.java |
102 |
Parameter 'companyId' is not assigned and could be declared final |
| 38655 |
src/com/gps/hibernate/OrganizationDAO.java |
102 |
publicMethodCommentRequirement Required |
| 38656 |
src/com/gps/hibernate/OrganizationDAO.java |
106 |
Avoid excessively long variable names like parentOrganizationId |
| 38657 |
src/com/gps/hibernate/OrganizationDAO.java |
106 |
Parameter 'parentOrganizationId' is not assigned and could be declared final |
| 38658 |
src/com/gps/hibernate/OrganizationDAO.java |
106 |
publicMethodCommentRequirement Required |
| 38659 |
src/com/gps/hibernate/OrganizationDAO.java |
110 |
Avoid excessively long variable names like leftOrganizationId |
| 38660 |
src/com/gps/hibernate/OrganizationDAO.java |
110 |
Parameter 'leftOrganizationId' is not assigned and could be declared final |
| 38661 |
src/com/gps/hibernate/OrganizationDAO.java |
110 |
publicMethodCommentRequirement Required |
| 38662 |
src/com/gps/hibernate/OrganizationDAO.java |
114 |
Avoid excessively long variable names like rightOrganizationId |
| 38663 |
src/com/gps/hibernate/OrganizationDAO.java |
114 |
Parameter 'rightOrganizationId' is not assigned and could be declared final |
| 38664 |
src/com/gps/hibernate/OrganizationDAO.java |
114 |
publicMethodCommentRequirement Required |
| 38665 |
src/com/gps/hibernate/OrganizationDAO.java |
118 |
Parameter 'name' is not assigned and could be declared final |
| 38666 |
src/com/gps/hibernate/OrganizationDAO.java |
118 |
publicMethodCommentRequirement Required |
| 38667 |
src/com/gps/hibernate/OrganizationDAO.java |
122 |
Parameter 'type' is not assigned and could be declared final |
| 38668 |
src/com/gps/hibernate/OrganizationDAO.java |
122 |
publicMethodCommentRequirement Required |
| 38669 |
src/com/gps/hibernate/OrganizationDAO.java |
126 |
Parameter 'recursable' is not assigned and could be declared final |
| 38670 |
src/com/gps/hibernate/OrganizationDAO.java |
126 |
publicMethodCommentRequirement Required |
| 38671 |
src/com/gps/hibernate/OrganizationDAO.java |
130 |
Parameter 'regionId' is not assigned and could be declared final |
| 38672 |
src/com/gps/hibernate/OrganizationDAO.java |
130 |
publicMethodCommentRequirement Required |
| 38673 |
src/com/gps/hibernate/OrganizationDAO.java |
134 |
Parameter 'countryId' is not assigned and could be declared final |
| 38674 |
src/com/gps/hibernate/OrganizationDAO.java |
134 |
publicMethodCommentRequirement Required |
| 38675 |
src/com/gps/hibernate/OrganizationDAO.java |
138 |
Parameter 'statusId' is not assigned and could be declared final |
| 38676 |
src/com/gps/hibernate/OrganizationDAO.java |
138 |
publicMethodCommentRequirement Required |
| 38677 |
src/com/gps/hibernate/OrganizationDAO.java |
142 |
Parameter 'comments' is not assigned and could be declared final |
| 38678 |
src/com/gps/hibernate/OrganizationDAO.java |
142 |
publicMethodCommentRequirement Required |
| 38679 |
src/com/gps/hibernate/OrganizationDAO.java |
146 |
publicMethodCommentRequirement Required |
| 38680 |
src/com/gps/hibernate/OrganizationDAO.java |
147 |
There is log block not surrounded by if |
| 38681 |
src/com/gps/hibernate/OrganizationDAO.java |
147 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 38682 |
src/com/gps/hibernate/OrganizationDAO.java |
149 |
Local variable 'queryString' could be declared final |
| 38683 |
src/com/gps/hibernate/OrganizationDAO.java |
150 |
Local variable 'queryObject' could be declared final |
| 38684 |
src/com/gps/hibernate/OrganizationDAO.java |
150 |
Potential violation of Law of Demeter (method chain calls) |
| 38685 |
src/com/gps/hibernate/OrganizationDAO.java |
151 |
Potential violation of Law of Demeter (object not created locally) |
| 38686 |
src/com/gps/hibernate/OrganizationDAO.java |
152 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 38687 |
src/com/gps/hibernate/OrganizationDAO.java |
153 |
There is log block not surrounded by if |
| 38688 |
src/com/gps/hibernate/OrganizationDAO.java |
158 |
Parameter 'detachedInstance' is not assigned and could be declared final |
| 38689 |
src/com/gps/hibernate/OrganizationDAO.java |
158 |
publicMethodCommentRequirement Required |
| 38690 |
src/com/gps/hibernate/OrganizationDAO.java |
159 |
There is log block not surrounded by if |
| 38691 |
src/com/gps/hibernate/OrganizationDAO.java |
159 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 38692 |
src/com/gps/hibernate/OrganizationDAO.java |
161 |
Local variable 'result' could be declared final |
| 38693 |
src/com/gps/hibernate/OrganizationDAO.java |
161 |
Potential violation of Law of Demeter (method chain calls) |
| 38694 |
src/com/gps/hibernate/OrganizationDAO.java |
163 |
There is log block not surrounded by if |
| 38695 |
src/com/gps/hibernate/OrganizationDAO.java |
163 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 38696 |
src/com/gps/hibernate/OrganizationDAO.java |
165 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 38697 |
src/com/gps/hibernate/OrganizationDAO.java |
166 |
There is log block not surrounded by if |
| 38698 |
src/com/gps/hibernate/OrganizationDAO.java |
171 |
Parameter 'instance' is not assigned and could be declared final |
| 38699 |
src/com/gps/hibernate/OrganizationDAO.java |
171 |
publicMethodCommentRequirement Required |
| 38700 |
src/com/gps/hibernate/OrganizationDAO.java |
172 |
There is log block not surrounded by if |
| 38701 |
src/com/gps/hibernate/OrganizationDAO.java |
172 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 38702 |
src/com/gps/hibernate/OrganizationDAO.java |
174 |
Potential violation of Law of Demeter (method chain calls) |
| 38703 |
src/com/gps/hibernate/OrganizationDAO.java |
175 |
There is log block not surrounded by if |
| 38704 |
src/com/gps/hibernate/OrganizationDAO.java |
175 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 38705 |
src/com/gps/hibernate/OrganizationDAO.java |
176 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 38706 |
src/com/gps/hibernate/OrganizationDAO.java |
177 |
There is log block not surrounded by if |
| 38707 |
src/com/gps/hibernate/OrganizationDAO.java |
182 |
Parameter 'instance' is not assigned and could be declared final |
| 38708 |
src/com/gps/hibernate/OrganizationDAO.java |
182 |
publicMethodCommentRequirement Required |
| 38709 |
src/com/gps/hibernate/OrganizationDAO.java |
183 |
There is log block not surrounded by if |
| 38710 |
src/com/gps/hibernate/OrganizationDAO.java |
183 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 38711 |
src/com/gps/hibernate/OrganizationDAO.java |
185 |
Potential violation of Law of Demeter (method chain calls) |
| 38712 |
src/com/gps/hibernate/OrganizationDAO.java |
186 |
There is log block not surrounded by if |
| 38713 |
src/com/gps/hibernate/OrganizationDAO.java |
186 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 38714 |
src/com/gps/hibernate/OrganizationDAO.java |
187 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 38715 |
src/com/gps/hibernate/OrganizationDAO.java |
188 |
There is log block not surrounded by if |
| 38716 |
src/com/gps/hibernate/Packet.java |
6 |
headerCommentRequirement Required |
| 38717 |
src/com/gps/hibernate/Packet.java |
8 |
fieldCommentRequirement Required |
| 38718 |
src/com/gps/hibernate/Packet.java |
9 |
fieldCommentRequirement Required |
| 38719 |
src/com/gps/hibernate/Packet.java |
10 |
fieldCommentRequirement Required |
| 38720 |
src/com/gps/hibernate/Packet.java |
12 |
Parameter 'dbdate' is not assigned and could be declared final |
| 38721 |
src/com/gps/hibernate/Packet.java |
12 |
Parameter 'end' is not assigned and could be declared final |
| 38722 |
src/com/gps/hibernate/Packet.java |
12 |
Parameter 'start' is not assigned and could be declared final |
| 38723 |
src/com/gps/hibernate/Packet.java |
12 |
publicMethodCommentRequirement Required |
| 38724 |
src/com/gps/hibernate/Packet.java |
18 |
Parameter 'dbdate' is not assigned and could be declared final |
| 38725 |
src/com/gps/hibernate/Packet.java |
18 |
publicMethodCommentRequirement Required |
| 38726 |
src/com/gps/hibernate/Packet.java |
21 |
publicMethodCommentRequirement Required |
| 38727 |
src/com/gps/hibernate/Packet.java |
25 |
Parameter 'start' is not assigned and could be declared final |
| 38728 |
src/com/gps/hibernate/Packet.java |
25 |
publicMethodCommentRequirement Required |
| 38729 |
src/com/gps/hibernate/Packet.java |
28 |
publicMethodCommentRequirement Required |
| 38730 |
src/com/gps/hibernate/Packet.java |
31 |
Parameter 'end' is not assigned and could be declared final |
| 38731 |
src/com/gps/hibernate/Packet.java |
31 |
publicMethodCommentRequirement Required |
| 38732 |
src/com/gps/hibernate/Packet.java |
34 |
publicMethodCommentRequirement Required |
| 38733 |
src/com/gps/hibernate/ParamsSummary.java |
5 |
Classes implementing Serializable should set a serialVersionUID |
| 38734 |
src/com/gps/hibernate/ParamsSummary.java |
5 |
headerCommentRequirement Required |
| 38735 |
src/com/gps/hibernate/ParamsSummary.java |
7 |
fieldCommentRequirement Required |
| 38736 |
src/com/gps/hibernate/ParamsSummary.java |
8 |
fieldCommentRequirement Required |
| 38737 |
src/com/gps/hibernate/ParamsSummary.java |
9 |
fieldCommentRequirement Required |
| 38738 |
src/com/gps/hibernate/ParamsSummary.java |
10 |
fieldCommentRequirement Required |
| 38739 |
src/com/gps/hibernate/ParamsSummary.java |
11 |
fieldCommentRequirement Required |
| 38740 |
src/com/gps/hibernate/ParamsSummary.java |
21 |
Parameter 'summaryId' is not assigned and could be declared final |
| 38741 |
src/com/gps/hibernate/ParamsSummary.java |
33 |
Parameter 'vehicleId' is not assigned and could be declared final |
| 38742 |
src/com/gps/hibernate/ParamsSummary.java |
45 |
Parameter 'date' is not assigned and could be declared final |
| 38743 |
src/com/gps/hibernate/ParamsSummary.java |
57 |
Parameter 'paramStartId' is not assigned and could be declared final |
| 38744 |
src/com/gps/hibernate/ParamsSummary.java |
69 |
Parameter 'paramEndId' is not assigned and could be declared final |
| 38745 |
src/com/gps/hibernate/ParamsSummaryDAO.java |
10 |
headerCommentRequirement Required |
| 38746 |
src/com/gps/hibernate/ParamsSummaryDAO.java |
12 |
Logger should be defined private static final and have the correct class |
| 38747 |
src/com/gps/hibernate/ParamsSummaryDAO.java |
12 |
Variables that are final and static should be all capitals, 'log' is not all capitals. |
| 38748 |
src/com/gps/hibernate/ParamsSummaryDAO.java |
12 |
fieldCommentRequirement Required |
| 38749 |
src/com/gps/hibernate/ParamsSummaryDAO.java |
16 |
Parameter 'transientInstance' is not assigned and could be declared final |
| 38750 |
src/com/gps/hibernate/ParamsSummaryDAO.java |
16 |
publicMethodCommentRequirement Required |
| 38751 |
src/com/gps/hibernate/ParamsSummaryDAO.java |
17 |
There is log block not surrounded by if |
| 38752 |
src/com/gps/hibernate/ParamsSummaryDAO.java |
17 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 38753 |
src/com/gps/hibernate/ParamsSummaryDAO.java |
19 |
Potential violation of Law of Demeter (method chain calls) |
| 38754 |
src/com/gps/hibernate/ParamsSummaryDAO.java |
20 |
There is log block not surrounded by if |
| 38755 |
src/com/gps/hibernate/ParamsSummaryDAO.java |
20 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 38756 |
src/com/gps/hibernate/ParamsSummaryDAO.java |
22 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 38757 |
src/com/gps/hibernate/ParamsSummaryDAO.java |
23 |
There is log block not surrounded by if |
| 38758 |
src/com/gps/hibernate/ParamsSummaryDAO.java |
28 |
Parameter 'instance' is not assigned and could be declared final |
| 38759 |
src/com/gps/hibernate/ParamsSummaryDAO.java |
28 |
publicMethodCommentRequirement Required |
| 38760 |
src/com/gps/hibernate/ParamsSummaryDAO.java |
29 |
There is log block not surrounded by if |
| 38761 |
src/com/gps/hibernate/ParamsSummaryDAO.java |
29 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 38762 |
src/com/gps/hibernate/ParamsSummaryDAO.java |
31 |
Potential violation of Law of Demeter (method chain calls) |
| 38763 |
src/com/gps/hibernate/ParamsSummaryDAO.java |
32 |
There is log block not surrounded by if |
| 38764 |
src/com/gps/hibernate/ParamsSummaryDAO.java |
32 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 38765 |
src/com/gps/hibernate/ParamsSummaryDAO.java |
34 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 38766 |
src/com/gps/hibernate/ParamsSummaryDAO.java |
35 |
There is log block not surrounded by if |
| 38767 |
src/com/gps/hibernate/ParamsSummaryDAO.java |
40 |
Parameter 'instance' is not assigned and could be declared final |
| 38768 |
src/com/gps/hibernate/ParamsSummaryDAO.java |
40 |
publicMethodCommentRequirement Required |
| 38769 |
src/com/gps/hibernate/ParamsSummaryDAO.java |
41 |
There is log block not surrounded by if |
| 38770 |
src/com/gps/hibernate/ParamsSummaryDAO.java |
41 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 38771 |
src/com/gps/hibernate/ParamsSummaryDAO.java |
43 |
Potential violation of Law of Demeter (method chain calls) |
| 38772 |
src/com/gps/hibernate/ParamsSummaryDAO.java |
44 |
There is log block not surrounded by if |
| 38773 |
src/com/gps/hibernate/ParamsSummaryDAO.java |
44 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 38774 |
src/com/gps/hibernate/ParamsSummaryDAO.java |
46 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 38775 |
src/com/gps/hibernate/ParamsSummaryDAO.java |
47 |
There is log block not surrounded by if |
| 38776 |
src/com/gps/hibernate/ParamsSummaryDAO.java |
52 |
Avoid excessively long variable names like persistentInstance |
| 38777 |
src/com/gps/hibernate/ParamsSummaryDAO.java |
52 |
Parameter 'persistentInstance' is not assigned and could be declared final |
| 38778 |
src/com/gps/hibernate/ParamsSummaryDAO.java |
52 |
publicMethodCommentRequirement Required |
| 38779 |
src/com/gps/hibernate/ParamsSummaryDAO.java |
53 |
There is log block not surrounded by if |
| 38780 |
src/com/gps/hibernate/ParamsSummaryDAO.java |
53 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 38781 |
src/com/gps/hibernate/ParamsSummaryDAO.java |
55 |
Potential violation of Law of Demeter (method chain calls) |
| 38782 |
src/com/gps/hibernate/ParamsSummaryDAO.java |
56 |
There is log block not surrounded by if |
| 38783 |
src/com/gps/hibernate/ParamsSummaryDAO.java |
56 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 38784 |
src/com/gps/hibernate/ParamsSummaryDAO.java |
58 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 38785 |
src/com/gps/hibernate/ParamsSummaryDAO.java |
59 |
There is log block not surrounded by if |
| 38786 |
src/com/gps/hibernate/ParamsSummaryDAO.java |
64 |
Parameter 'detachedInstance' is not assigned and could be declared final |
| 38787 |
src/com/gps/hibernate/ParamsSummaryDAO.java |
64 |
publicMethodCommentRequirement Required |
| 38788 |
src/com/gps/hibernate/ParamsSummaryDAO.java |
65 |
There is log block not surrounded by if |
| 38789 |
src/com/gps/hibernate/ParamsSummaryDAO.java |
65 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 38790 |
src/com/gps/hibernate/ParamsSummaryDAO.java |
67 |
Local variable 'result' could be declared final |
| 38791 |
src/com/gps/hibernate/ParamsSummaryDAO.java |
67 |
Potential violation of Law of Demeter (method chain calls) |
| 38792 |
src/com/gps/hibernate/ParamsSummaryDAO.java |
69 |
There is log block not surrounded by if |
| 38793 |
src/com/gps/hibernate/ParamsSummaryDAO.java |
69 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 38794 |
src/com/gps/hibernate/ParamsSummaryDAO.java |
72 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 38795 |
src/com/gps/hibernate/ParamsSummaryDAO.java |
73 |
There is log block not surrounded by if |
| 38796 |
src/com/gps/hibernate/ParamsSummaryDAO.java |
78 |
Avoid variables with short names like id |
| 38797 |
src/com/gps/hibernate/ParamsSummaryDAO.java |
78 |
Parameter 'id' is not assigned and could be declared final |
| 38798 |
src/com/gps/hibernate/ParamsSummaryDAO.java |
78 |
publicMethodCommentRequirement Required |
| 38799 |
src/com/gps/hibernate/ParamsSummaryDAO.java |
79 |
There is log block not surrounded by if |
| 38800 |
src/com/gps/hibernate/ParamsSummaryDAO.java |
79 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 38801 |
src/com/gps/hibernate/ParamsSummaryDAO.java |
81 |
Local variable 'instance' could be declared final |
| 38802 |
src/com/gps/hibernate/ParamsSummaryDAO.java |
81 |
Potential violation of Law of Demeter (method chain calls) |
| 38803 |
src/com/gps/hibernate/ParamsSummaryDAO.java |
84 |
There is log block not surrounded by if |
| 38804 |
src/com/gps/hibernate/ParamsSummaryDAO.java |
84 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 38805 |
src/com/gps/hibernate/ParamsSummaryDAO.java |
87 |
There is log block not surrounded by if |
| 38806 |
src/com/gps/hibernate/ParamsSummaryDAO.java |
87 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 38807 |
src/com/gps/hibernate/ParamsSummaryDAO.java |
91 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 38808 |
src/com/gps/hibernate/ParamsSummaryDAO.java |
92 |
There is log block not surrounded by if |
| 38809 |
src/com/gps/hibernate/ParamsSummaryDAO.java |
98 |
Parameter 'instance' is not assigned and could be declared final |
| 38810 |
src/com/gps/hibernate/ParamsSummaryDAO.java |
98 |
publicMethodCommentRequirement Required |
| 38811 |
src/com/gps/hibernate/ParamsSummaryDAO.java |
99 |
There is log block not surrounded by if |
| 38812 |
src/com/gps/hibernate/ParamsSummaryDAO.java |
99 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 38813 |
src/com/gps/hibernate/ParamsSummaryDAO.java |
101 |
Local variable 'results' could be declared final |
| 38814 |
src/com/gps/hibernate/ParamsSummaryDAO.java |
101 |
Potential violation of Law of Demeter (method chain calls) |
| 38815 |
src/com/gps/hibernate/ParamsSummaryDAO.java |
101 |
Potential violation of Law of Demeter (method chain calls) |
| 38816 |
src/com/gps/hibernate/ParamsSummaryDAO.java |
101 |
Potential violation of Law of Demeter (method chain calls) |
| 38817 |
src/com/gps/hibernate/ParamsSummaryDAO.java |
105 |
Potential violation of Law of Demeter (object not created locally) |
| 38818 |
src/com/gps/hibernate/ParamsSummaryDAO.java |
105 |
There is log block not surrounded by if |
| 38819 |
src/com/gps/hibernate/ParamsSummaryDAO.java |
105 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 38820 |
src/com/gps/hibernate/ParamsSummaryDAO.java |
108 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 38821 |
src/com/gps/hibernate/ParamsSummaryDAO.java |
109 |
There is log block not surrounded by if |
| 38822 |
src/com/gps/hibernate/PartiallyOfflineInfo.java |
12 |
headerCommentRequirement Required |
| 38823 |
src/com/gps/hibernate/PartiallyOfflineInfo.java |
13 |
fieldCommentRequirement Required |
| 38824 |
src/com/gps/hibernate/PartiallyOfflineInfo.java |
14 |
fieldCommentRequirement Required |
| 38825 |
src/com/gps/hibernate/PartiallyOfflineInfo.java |
15 |
fieldCommentRequirement Required |
| 38826 |
src/com/gps/hibernate/PartiallyOfflineInfo.java |
16 |
fieldCommentRequirement Required |
| 38827 |
src/com/gps/hibernate/PartiallyOfflineInfo.java |
18 |
publicMethodCommentRequirement Required |
| 38828 |
src/com/gps/hibernate/PartiallyOfflineInfo.java |
21 |
Parameter 'summaryId' is not assigned and could be declared final |
| 38829 |
src/com/gps/hibernate/PartiallyOfflineInfo.java |
21 |
publicMethodCommentRequirement Required |
| 38830 |
src/com/gps/hibernate/PartiallyOfflineInfo.java |
24 |
publicMethodCommentRequirement Required |
| 38831 |
src/com/gps/hibernate/PartiallyOfflineInfo.java |
27 |
Parameter 'vehicleId' is not assigned and could be declared final |
| 38832 |
src/com/gps/hibernate/PartiallyOfflineInfo.java |
27 |
publicMethodCommentRequirement Required |
| 38833 |
src/com/gps/hibernate/PartiallyOfflineInfo.java |
30 |
publicMethodCommentRequirement Required |
| 38834 |
src/com/gps/hibernate/PartiallyOfflineInfo.java |
33 |
Parameter 'date' is not assigned and could be declared final |
| 38835 |
src/com/gps/hibernate/PartiallyOfflineInfo.java |
33 |
publicMethodCommentRequirement Required |
| 38836 |
src/com/gps/hibernate/PartiallyOfflineInfo.java |
36 |
publicMethodCommentRequirement Required |
| 38837 |
src/com/gps/hibernate/PartiallyOfflineInfo.java |
39 |
Parameter 'paramEndId' is not assigned and could be declared final |
| 38838 |
src/com/gps/hibernate/PartiallyOfflineInfo.java |
39 |
publicMethodCommentRequirement Required |
| 38839 |
src/com/gps/hibernate/Phone.java |
11 |
Classes implementing Serializable should set a serialVersionUID |
| 38840 |
src/com/gps/hibernate/Phone.java |
15 |
fieldCommentRequirement Required |
| 38841 |
src/com/gps/hibernate/Phone.java |
16 |
fieldCommentRequirement Required |
| 38842 |
src/com/gps/hibernate/Phone.java |
17 |
fieldCommentRequirement Required |
| 38843 |
src/com/gps/hibernate/Phone.java |
18 |
fieldCommentRequirement Required |
| 38844 |
src/com/gps/hibernate/Phone.java |
19 |
fieldCommentRequirement Required |
| 38845 |
src/com/gps/hibernate/Phone.java |
20 |
fieldCommentRequirement Required |
| 38846 |
src/com/gps/hibernate/Phone.java |
21 |
fieldCommentRequirement Required |
| 38847 |
src/com/gps/hibernate/Phone.java |
22 |
fieldCommentRequirement Required |
| 38848 |
src/com/gps/hibernate/Phone.java |
23 |
fieldCommentRequirement Required |
| 38849 |
src/com/gps/hibernate/Phone.java |
24 |
fieldCommentRequirement Required |
| 38850 |
src/com/gps/hibernate/Phone.java |
25 |
fieldCommentRequirement Required |
| 38851 |
src/com/gps/hibernate/Phone.java |
26 |
fieldCommentRequirement Required |
| 38852 |
src/com/gps/hibernate/Phone.java |
31 |
Document empty constructor |
| 38853 |
src/com/gps/hibernate/Phone.java |
35 |
Parameter 'phoneId' is not assigned and could be declared final |
| 38854 |
src/com/gps/hibernate/Phone.java |
40 |
Avoid long parameter lists. |
| 38855 |
src/com/gps/hibernate/Phone.java |
40 |
Parameter 'companyId' is not assigned and could be declared final |
| 38856 |
src/com/gps/hibernate/Phone.java |
40 |
Parameter 'phoneId' is not assigned and could be declared final |
| 38857 |
src/com/gps/hibernate/Phone.java |
40 |
Parameter 'userId' is not assigned and could be declared final |
| 38858 |
src/com/gps/hibernate/Phone.java |
40 |
Parameter 'userName' is not assigned and could be declared final |
| 38859 |
src/com/gps/hibernate/Phone.java |
41 |
Parameter 'classNameId' is not assigned and could be declared final |
| 38860 |
src/com/gps/hibernate/Phone.java |
41 |
Parameter 'classPk' is not assigned and could be declared final |
| 38861 |
src/com/gps/hibernate/Phone.java |
41 |
Parameter 'createDate' is not assigned and could be declared final |
| 38862 |
src/com/gps/hibernate/Phone.java |
41 |
Parameter 'modifiedDate' is not assigned and could be declared final |
| 38863 |
src/com/gps/hibernate/Phone.java |
42 |
Parameter 'extension' is not assigned and could be declared final |
| 38864 |
src/com/gps/hibernate/Phone.java |
42 |
Parameter 'number' is not assigned and could be declared final |
| 38865 |
src/com/gps/hibernate/Phone.java |
42 |
Parameter 'primary' is not assigned and could be declared final |
| 38866 |
src/com/gps/hibernate/Phone.java |
42 |
Parameter 'typeId' is not assigned and could be declared final |
| 38867 |
src/com/gps/hibernate/Phone.java |
59 |
publicMethodCommentRequirement Required |
| 38868 |
src/com/gps/hibernate/Phone.java |
63 |
Parameter 'phoneId' is not assigned and could be declared final |
| 38869 |
src/com/gps/hibernate/Phone.java |
63 |
publicMethodCommentRequirement Required |
| 38870 |
src/com/gps/hibernate/Phone.java |
67 |
publicMethodCommentRequirement Required |
| 38871 |
src/com/gps/hibernate/Phone.java |
71 |
Parameter 'companyId' is not assigned and could be declared final |
| 38872 |
src/com/gps/hibernate/Phone.java |
71 |
publicMethodCommentRequirement Required |
| 38873 |
src/com/gps/hibernate/Phone.java |
75 |
publicMethodCommentRequirement Required |
| 38874 |
src/com/gps/hibernate/Phone.java |
79 |
Parameter 'userId' is not assigned and could be declared final |
| 38875 |
src/com/gps/hibernate/Phone.java |
79 |
publicMethodCommentRequirement Required |
| 38876 |
src/com/gps/hibernate/Phone.java |
83 |
publicMethodCommentRequirement Required |
| 38877 |
src/com/gps/hibernate/Phone.java |
87 |
Parameter 'userName' is not assigned and could be declared final |
| 38878 |
src/com/gps/hibernate/Phone.java |
87 |
publicMethodCommentRequirement Required |
| 38879 |
src/com/gps/hibernate/Phone.java |
91 |
publicMethodCommentRequirement Required |
| 38880 |
src/com/gps/hibernate/Phone.java |
95 |
Parameter 'createDate' is not assigned and could be declared final |
| 38881 |
src/com/gps/hibernate/Phone.java |
95 |
publicMethodCommentRequirement Required |
| 38882 |
src/com/gps/hibernate/Phone.java |
99 |
publicMethodCommentRequirement Required |
| 38883 |
src/com/gps/hibernate/Phone.java |
103 |
Parameter 'modifiedDate' is not assigned and could be declared final |
| 38884 |
src/com/gps/hibernate/Phone.java |
103 |
publicMethodCommentRequirement Required |
| 38885 |
src/com/gps/hibernate/Phone.java |
107 |
publicMethodCommentRequirement Required |
| 38886 |
src/com/gps/hibernate/Phone.java |
111 |
Parameter 'classNameId' is not assigned and could be declared final |
| 38887 |
src/com/gps/hibernate/Phone.java |
111 |
publicMethodCommentRequirement Required |
| 38888 |
src/com/gps/hibernate/Phone.java |
115 |
publicMethodCommentRequirement Required |
| 38889 |
src/com/gps/hibernate/Phone.java |
119 |
Parameter 'classPk' is not assigned and could be declared final |
| 38890 |
src/com/gps/hibernate/Phone.java |
119 |
publicMethodCommentRequirement Required |
| 38891 |
src/com/gps/hibernate/Phone.java |
123 |
publicMethodCommentRequirement Required |
| 38892 |
src/com/gps/hibernate/Phone.java |
127 |
Parameter 'number' is not assigned and could be declared final |
| 38893 |
src/com/gps/hibernate/Phone.java |
127 |
publicMethodCommentRequirement Required |
| 38894 |
src/com/gps/hibernate/Phone.java |
131 |
publicMethodCommentRequirement Required |
| 38895 |
src/com/gps/hibernate/Phone.java |
135 |
Parameter 'extension' is not assigned and could be declared final |
| 38896 |
src/com/gps/hibernate/Phone.java |
135 |
publicMethodCommentRequirement Required |
| 38897 |
src/com/gps/hibernate/Phone.java |
139 |
publicMethodCommentRequirement Required |
| 38898 |
src/com/gps/hibernate/Phone.java |
143 |
Parameter 'typeId' is not assigned and could be declared final |
| 38899 |
src/com/gps/hibernate/Phone.java |
143 |
publicMethodCommentRequirement Required |
| 38900 |
src/com/gps/hibernate/Phone.java |
147 |
publicMethodCommentRequirement Required |
| 38901 |
src/com/gps/hibernate/Phone.java |
151 |
Parameter 'primary' is not assigned and could be declared final |
| 38902 |
src/com/gps/hibernate/Phone.java |
151 |
publicMethodCommentRequirement Required |
| 38903 |
src/com/gps/hibernate/PhoneDAO.java |
11 |
Comment is too large: Too many lines |
| 38904 |
src/com/gps/hibernate/PhoneDAO.java |
23 |
This class has too many methods, consider refactoring it. |
| 38905 |
src/com/gps/hibernate/PhoneDAO.java |
24 |
Logger should be defined private static final and have the correct class |
| 38906 |
src/com/gps/hibernate/PhoneDAO.java |
24 |
Variables that are final and static should be all capitals, 'log' is not all capitals. |
| 38907 |
src/com/gps/hibernate/PhoneDAO.java |
24 |
fieldCommentRequirement Required |
| 38908 |
src/com/gps/hibernate/PhoneDAO.java |
26 |
fieldCommentRequirement Required |
| 38909 |
src/com/gps/hibernate/PhoneDAO.java |
27 |
fieldCommentRequirement Required |
| 38910 |
src/com/gps/hibernate/PhoneDAO.java |
28 |
fieldCommentRequirement Required |
| 38911 |
src/com/gps/hibernate/PhoneDAO.java |
29 |
fieldCommentRequirement Required |
| 38912 |
src/com/gps/hibernate/PhoneDAO.java |
30 |
fieldCommentRequirement Required |
| 38913 |
src/com/gps/hibernate/PhoneDAO.java |
31 |
fieldCommentRequirement Required |
| 38914 |
src/com/gps/hibernate/PhoneDAO.java |
32 |
fieldCommentRequirement Required |
| 38915 |
src/com/gps/hibernate/PhoneDAO.java |
33 |
fieldCommentRequirement Required |
| 38916 |
src/com/gps/hibernate/PhoneDAO.java |
34 |
fieldCommentRequirement Required |
| 38917 |
src/com/gps/hibernate/PhoneDAO.java |
36 |
Parameter 'transientInstance' is not assigned and could be declared final |
| 38918 |
src/com/gps/hibernate/PhoneDAO.java |
36 |
publicMethodCommentRequirement Required |
| 38919 |
src/com/gps/hibernate/PhoneDAO.java |
37 |
There is log block not surrounded by if |
| 38920 |
src/com/gps/hibernate/PhoneDAO.java |
37 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 38921 |
src/com/gps/hibernate/PhoneDAO.java |
39 |
Potential violation of Law of Demeter (method chain calls) |
| 38922 |
src/com/gps/hibernate/PhoneDAO.java |
40 |
There is log block not surrounded by if |
| 38923 |
src/com/gps/hibernate/PhoneDAO.java |
40 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 38924 |
src/com/gps/hibernate/PhoneDAO.java |
41 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 38925 |
src/com/gps/hibernate/PhoneDAO.java |
42 |
There is log block not surrounded by if |
| 38926 |
src/com/gps/hibernate/PhoneDAO.java |
47 |
Avoid excessively long variable names like persistentInstance |
| 38927 |
src/com/gps/hibernate/PhoneDAO.java |
47 |
Parameter 'persistentInstance' is not assigned and could be declared final |
| 38928 |
src/com/gps/hibernate/PhoneDAO.java |
47 |
publicMethodCommentRequirement Required |
| 38929 |
src/com/gps/hibernate/PhoneDAO.java |
48 |
There is log block not surrounded by if |
| 38930 |
src/com/gps/hibernate/PhoneDAO.java |
48 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 38931 |
src/com/gps/hibernate/PhoneDAO.java |
50 |
Potential violation of Law of Demeter (method chain calls) |
| 38932 |
src/com/gps/hibernate/PhoneDAO.java |
51 |
There is log block not surrounded by if |
| 38933 |
src/com/gps/hibernate/PhoneDAO.java |
51 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 38934 |
src/com/gps/hibernate/PhoneDAO.java |
52 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 38935 |
src/com/gps/hibernate/PhoneDAO.java |
53 |
There is log block not surrounded by if |
| 38936 |
src/com/gps/hibernate/PhoneDAO.java |
58 |
Avoid variables with short names like id |
| 38937 |
src/com/gps/hibernate/PhoneDAO.java |
58 |
Parameter 'id' is not assigned and could be declared final |
| 38938 |
src/com/gps/hibernate/PhoneDAO.java |
58 |
publicMethodCommentRequirement Required |
| 38939 |
src/com/gps/hibernate/PhoneDAO.java |
59 |
There is log block not surrounded by if |
| 38940 |
src/com/gps/hibernate/PhoneDAO.java |
59 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 38941 |
src/com/gps/hibernate/PhoneDAO.java |
61 |
Local variable 'instance' could be declared final |
| 38942 |
src/com/gps/hibernate/PhoneDAO.java |
61 |
Potential violation of Law of Demeter (method chain calls) |
| 38943 |
src/com/gps/hibernate/PhoneDAO.java |
64 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 38944 |
src/com/gps/hibernate/PhoneDAO.java |
65 |
There is log block not surrounded by if |
| 38945 |
src/com/gps/hibernate/PhoneDAO.java |
70 |
Parameter 'instance' is not assigned and could be declared final |
| 38946 |
src/com/gps/hibernate/PhoneDAO.java |
70 |
publicMethodCommentRequirement Required |
| 38947 |
src/com/gps/hibernate/PhoneDAO.java |
71 |
There is log block not surrounded by if |
| 38948 |
src/com/gps/hibernate/PhoneDAO.java |
71 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 38949 |
src/com/gps/hibernate/PhoneDAO.java |
73 |
Local variable 'results' could be declared final |
| 38950 |
src/com/gps/hibernate/PhoneDAO.java |
73 |
Potential violation of Law of Demeter (method chain calls) |
| 38951 |
src/com/gps/hibernate/PhoneDAO.java |
73 |
Potential violation of Law of Demeter (method chain calls) |
| 38952 |
src/com/gps/hibernate/PhoneDAO.java |
73 |
Potential violation of Law of Demeter (method chain calls) |
| 38953 |
src/com/gps/hibernate/PhoneDAO.java |
76 |
There is log block not surrounded by if |
| 38954 |
src/com/gps/hibernate/PhoneDAO.java |
76 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 38955 |
src/com/gps/hibernate/PhoneDAO.java |
77 |
Potential violation of Law of Demeter (object not created locally) |
| 38956 |
src/com/gps/hibernate/PhoneDAO.java |
79 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 38957 |
src/com/gps/hibernate/PhoneDAO.java |
80 |
There is log block not surrounded by if |
| 38958 |
src/com/gps/hibernate/PhoneDAO.java |
85 |
Parameter 'propertyName' is not assigned and could be declared final |
| 38959 |
src/com/gps/hibernate/PhoneDAO.java |
85 |
Parameter 'value' is not assigned and could be declared final |
| 38960 |
src/com/gps/hibernate/PhoneDAO.java |
85 |
publicMethodCommentRequirement Required |
| 38961 |
src/com/gps/hibernate/PhoneDAO.java |
86 |
There is log block not surrounded by if |
| 38962 |
src/com/gps/hibernate/PhoneDAO.java |
86 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 38963 |
src/com/gps/hibernate/PhoneDAO.java |
89 |
Local variable 'queryString' could be declared final |
| 38964 |
src/com/gps/hibernate/PhoneDAO.java |
91 |
Local variable 'queryObject' could be declared final |
| 38965 |
src/com/gps/hibernate/PhoneDAO.java |
91 |
Potential violation of Law of Demeter (method chain calls) |
| 38966 |
src/com/gps/hibernate/PhoneDAO.java |
92 |
Potential violation of Law of Demeter (object not created locally) |
| 38967 |
src/com/gps/hibernate/PhoneDAO.java |
93 |
Potential violation of Law of Demeter (object not created locally) |
| 38968 |
src/com/gps/hibernate/PhoneDAO.java |
94 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 38969 |
src/com/gps/hibernate/PhoneDAO.java |
95 |
There is log block not surrounded by if |
| 38970 |
src/com/gps/hibernate/PhoneDAO.java |
100 |
Parameter 'companyId' is not assigned and could be declared final |
| 38971 |
src/com/gps/hibernate/PhoneDAO.java |
100 |
publicMethodCommentRequirement Required |
| 38972 |
src/com/gps/hibernate/PhoneDAO.java |
104 |
Parameter 'userId' is not assigned and could be declared final |
| 38973 |
src/com/gps/hibernate/PhoneDAO.java |
104 |
publicMethodCommentRequirement Required |
| 38974 |
src/com/gps/hibernate/PhoneDAO.java |
108 |
Parameter 'userName' is not assigned and could be declared final |
| 38975 |
src/com/gps/hibernate/PhoneDAO.java |
108 |
publicMethodCommentRequirement Required |
| 38976 |
src/com/gps/hibernate/PhoneDAO.java |
112 |
Parameter 'classNameId' is not assigned and could be declared final |
| 38977 |
src/com/gps/hibernate/PhoneDAO.java |
112 |
publicMethodCommentRequirement Required |
| 38978 |
src/com/gps/hibernate/PhoneDAO.java |
116 |
Parameter 'classPk' is not assigned and could be declared final |
| 38979 |
src/com/gps/hibernate/PhoneDAO.java |
116 |
publicMethodCommentRequirement Required |
| 38980 |
src/com/gps/hibernate/PhoneDAO.java |
120 |
Parameter 'number' is not assigned and could be declared final |
| 38981 |
src/com/gps/hibernate/PhoneDAO.java |
120 |
publicMethodCommentRequirement Required |
| 38982 |
src/com/gps/hibernate/PhoneDAO.java |
124 |
Parameter 'extension' is not assigned and could be declared final |
| 38983 |
src/com/gps/hibernate/PhoneDAO.java |
124 |
publicMethodCommentRequirement Required |
| 38984 |
src/com/gps/hibernate/PhoneDAO.java |
128 |
Parameter 'typeId' is not assigned and could be declared final |
| 38985 |
src/com/gps/hibernate/PhoneDAO.java |
128 |
publicMethodCommentRequirement Required |
| 38986 |
src/com/gps/hibernate/PhoneDAO.java |
132 |
Parameter 'primary' is not assigned and could be declared final |
| 38987 |
src/com/gps/hibernate/PhoneDAO.java |
132 |
publicMethodCommentRequirement Required |
| 38988 |
src/com/gps/hibernate/PhoneDAO.java |
136 |
publicMethodCommentRequirement Required |
| 38989 |
src/com/gps/hibernate/PhoneDAO.java |
137 |
There is log block not surrounded by if |
| 38990 |
src/com/gps/hibernate/PhoneDAO.java |
137 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 38991 |
src/com/gps/hibernate/PhoneDAO.java |
139 |
Local variable 'queryString' could be declared final |
| 38992 |
src/com/gps/hibernate/PhoneDAO.java |
140 |
Local variable 'queryObject' could be declared final |
| 38993 |
src/com/gps/hibernate/PhoneDAO.java |
140 |
Potential violation of Law of Demeter (method chain calls) |
| 38994 |
src/com/gps/hibernate/PhoneDAO.java |
141 |
Potential violation of Law of Demeter (object not created locally) |
| 38995 |
src/com/gps/hibernate/PhoneDAO.java |
142 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 38996 |
src/com/gps/hibernate/PhoneDAO.java |
143 |
There is log block not surrounded by if |
| 38997 |
src/com/gps/hibernate/PhoneDAO.java |
148 |
Parameter 'detachedInstance' is not assigned and could be declared final |
| 38998 |
src/com/gps/hibernate/PhoneDAO.java |
148 |
publicMethodCommentRequirement Required |
| 38999 |
src/com/gps/hibernate/PhoneDAO.java |
149 |
There is log block not surrounded by if |
| 39000 |
src/com/gps/hibernate/PhoneDAO.java |
149 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 39001 |
src/com/gps/hibernate/PhoneDAO.java |
151 |
Local variable 'result' could be declared final |
| 39002 |
src/com/gps/hibernate/PhoneDAO.java |
151 |
Potential violation of Law of Demeter (method chain calls) |
| 39003 |
src/com/gps/hibernate/PhoneDAO.java |
152 |
There is log block not surrounded by if |
| 39004 |
src/com/gps/hibernate/PhoneDAO.java |
152 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 39005 |
src/com/gps/hibernate/PhoneDAO.java |
154 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 39006 |
src/com/gps/hibernate/PhoneDAO.java |
155 |
There is log block not surrounded by if |
| 39007 |
src/com/gps/hibernate/PhoneDAO.java |
160 |
Parameter 'instance' is not assigned and could be declared final |
| 39008 |
src/com/gps/hibernate/PhoneDAO.java |
160 |
publicMethodCommentRequirement Required |
| 39009 |
src/com/gps/hibernate/PhoneDAO.java |
161 |
There is log block not surrounded by if |
| 39010 |
src/com/gps/hibernate/PhoneDAO.java |
161 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 39011 |
src/com/gps/hibernate/PhoneDAO.java |
163 |
Potential violation of Law of Demeter (method chain calls) |
| 39012 |
src/com/gps/hibernate/PhoneDAO.java |
164 |
There is log block not surrounded by if |
| 39013 |
src/com/gps/hibernate/PhoneDAO.java |
164 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 39014 |
src/com/gps/hibernate/PhoneDAO.java |
165 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 39015 |
src/com/gps/hibernate/PhoneDAO.java |
166 |
There is log block not surrounded by if |
| 39016 |
src/com/gps/hibernate/PhoneDAO.java |
171 |
Parameter 'instance' is not assigned and could be declared final |
| 39017 |
src/com/gps/hibernate/PhoneDAO.java |
171 |
publicMethodCommentRequirement Required |
| 39018 |
src/com/gps/hibernate/PhoneDAO.java |
172 |
There is log block not surrounded by if |
| 39019 |
src/com/gps/hibernate/PhoneDAO.java |
172 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 39020 |
src/com/gps/hibernate/PhoneDAO.java |
174 |
Potential violation of Law of Demeter (method chain calls) |
| 39021 |
src/com/gps/hibernate/PhoneDAO.java |
175 |
There is log block not surrounded by if |
| 39022 |
src/com/gps/hibernate/PhoneDAO.java |
175 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 39023 |
src/com/gps/hibernate/PhoneDAO.java |
176 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 39024 |
src/com/gps/hibernate/PhoneDAO.java |
177 |
There is log block not surrounded by if |
| 39025 |
src/com/gps/hibernate/ReportRef.java |
3 |
headerCommentRequirement Required |
| 39026 |
src/com/gps/hibernate/ReportRef.java |
4 |
fieldCommentRequirement Required |
| 39027 |
src/com/gps/hibernate/ReportRef.java |
6 |
fieldCommentRequirement Required |
| 39028 |
src/com/gps/hibernate/ReportRef.java |
8 |
Parameter 'eventCode' is not assigned and could be declared final |
| 39029 |
src/com/gps/hibernate/ReportRef.java |
8 |
publicMethodCommentRequirement Required |
| 39030 |
src/com/gps/hibernate/ReportRef.java |
12 |
publicMethodCommentRequirement Required |
| 39031 |
src/com/gps/hibernate/ReportRef.java |
16 |
Parameter 'description' is not assigned and could be declared final |
| 39032 |
src/com/gps/hibernate/ReportRef.java |
16 |
publicMethodCommentRequirement Required |
| 39033 |
src/com/gps/hibernate/ReportRef.java |
20 |
publicMethodCommentRequirement Required |
| 39034 |
src/com/gps/hibernate/ReportSummary.java |
1 |
This class has a bunch of public methods and attributes |
| 39035 |
src/com/gps/hibernate/ReportSummary.java |
5 |
headerCommentRequirement Required |
| 39036 |
src/com/gps/hibernate/ReportSummary.java |
7 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'summary_id' is not final. |
| 39037 |
src/com/gps/hibernate/ReportSummary.java |
7 |
fieldCommentRequirement Required |
| 39038 |
src/com/gps/hibernate/ReportSummary.java |
8 |
fieldCommentRequirement Required |
| 39039 |
src/com/gps/hibernate/ReportSummary.java |
9 |
fieldCommentRequirement Required |
| 39040 |
src/com/gps/hibernate/ReportSummary.java |
10 |
fieldCommentRequirement Required |
| 39041 |
src/com/gps/hibernate/ReportSummary.java |
11 |
fieldCommentRequirement Required |
| 39042 |
src/com/gps/hibernate/ReportSummary.java |
12 |
fieldCommentRequirement Required |
| 39043 |
src/com/gps/hibernate/ReportSummary.java |
13 |
fieldCommentRequirement Required |
| 39044 |
src/com/gps/hibernate/ReportSummary.java |
14 |
fieldCommentRequirement Required |
| 39045 |
src/com/gps/hibernate/ReportSummary.java |
15 |
fieldCommentRequirement Required |
| 39046 |
src/com/gps/hibernate/ReportSummary.java |
16 |
fieldCommentRequirement Required |
| 39047 |
src/com/gps/hibernate/ReportSummary.java |
17 |
fieldCommentRequirement Required |
| 39048 |
src/com/gps/hibernate/ReportSummary.java |
18 |
fieldCommentRequirement Required |
| 39049 |
src/com/gps/hibernate/ReportSummary.java |
19 |
fieldCommentRequirement Required |
| 39050 |
src/com/gps/hibernate/ReportSummary.java |
20 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'start_time' is not final. |
| 39051 |
src/com/gps/hibernate/ReportSummary.java |
20 |
fieldCommentRequirement Required |
| 39052 |
src/com/gps/hibernate/ReportSummary.java |
21 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'end_time' is not final. |
| 39053 |
src/com/gps/hibernate/ReportSummary.java |
21 |
fieldCommentRequirement Required |
| 39054 |
src/com/gps/hibernate/ReportSummary.java |
22 |
Method names should not contain underscores |
| 39055 |
src/com/gps/hibernate/ReportSummary.java |
22 |
publicMethodCommentRequirement Required |
| 39056 |
src/com/gps/hibernate/ReportSummary.java |
25 |
Method names should not contain underscores |
| 39057 |
src/com/gps/hibernate/ReportSummary.java |
25 |
Parameter 'summaryId' is not assigned and could be declared final |
| 39058 |
src/com/gps/hibernate/ReportSummary.java |
25 |
publicMethodCommentRequirement Required |
| 39059 |
src/com/gps/hibernate/ReportSummary.java |
28 |
publicMethodCommentRequirement Required |
| 39060 |
src/com/gps/hibernate/ReportSummary.java |
31 |
Parameter 'vehicleid' is not assigned and could be declared final |
| 39061 |
src/com/gps/hibernate/ReportSummary.java |
31 |
publicMethodCommentRequirement Required |
| 39062 |
src/com/gps/hibernate/ReportSummary.java |
34 |
publicMethodCommentRequirement Required |
| 39063 |
src/com/gps/hibernate/ReportSummary.java |
37 |
Parameter 'tripid' is not assigned and could be declared final |
| 39064 |
src/com/gps/hibernate/ReportSummary.java |
37 |
publicMethodCommentRequirement Required |
| 39065 |
src/com/gps/hibernate/ReportSummary.java |
40 |
publicMethodCommentRequirement Required |
| 39066 |
src/com/gps/hibernate/ReportSummary.java |
43 |
Parameter 'date' is not assigned and could be declared final |
| 39067 |
src/com/gps/hibernate/ReportSummary.java |
43 |
publicMethodCommentRequirement Required |
| 39068 |
src/com/gps/hibernate/ReportSummary.java |
46 |
publicMethodCommentRequirement Required |
| 39069 |
src/com/gps/hibernate/ReportSummary.java |
49 |
Parameter 'session' is not assigned and could be declared final |
| 39070 |
src/com/gps/hibernate/ReportSummary.java |
49 |
publicMethodCommentRequirement Required |
| 39071 |
src/com/gps/hibernate/ReportSummary.java |
52 |
publicMethodCommentRequirement Required |
| 39072 |
src/com/gps/hibernate/ReportSummary.java |
55 |
Parameter 'dist0to20' is not assigned and could be declared final |
| 39073 |
src/com/gps/hibernate/ReportSummary.java |
55 |
publicMethodCommentRequirement Required |
| 39074 |
src/com/gps/hibernate/ReportSummary.java |
58 |
publicMethodCommentRequirement Required |
| 39075 |
src/com/gps/hibernate/ReportSummary.java |
61 |
Parameter 'dist20to45' is not assigned and could be declared final |
| 39076 |
src/com/gps/hibernate/ReportSummary.java |
61 |
publicMethodCommentRequirement Required |
| 39077 |
src/com/gps/hibernate/ReportSummary.java |
64 |
publicMethodCommentRequirement Required |
| 39078 |
src/com/gps/hibernate/ReportSummary.java |
67 |
Parameter 'dist45to55' is not assigned and could be declared final |
| 39079 |
src/com/gps/hibernate/ReportSummary.java |
67 |
publicMethodCommentRequirement Required |
| 39080 |
src/com/gps/hibernate/ReportSummary.java |
70 |
publicMethodCommentRequirement Required |
| 39081 |
src/com/gps/hibernate/ReportSummary.java |
73 |
Parameter 'dist55to65' is not assigned and could be declared final |
| 39082 |
src/com/gps/hibernate/ReportSummary.java |
73 |
publicMethodCommentRequirement Required |
| 39083 |
src/com/gps/hibernate/ReportSummary.java |
76 |
publicMethodCommentRequirement Required |
| 39084 |
src/com/gps/hibernate/ReportSummary.java |
79 |
Parameter 'distgrt65' is not assigned and could be declared final |
| 39085 |
src/com/gps/hibernate/ReportSummary.java |
79 |
publicMethodCommentRequirement Required |
| 39086 |
src/com/gps/hibernate/ReportSummary.java |
82 |
publicMethodCommentRequirement Required |
| 39087 |
src/com/gps/hibernate/ReportSummary.java |
85 |
Parameter 'distance' is not assigned and could be declared final |
| 39088 |
src/com/gps/hibernate/ReportSummary.java |
85 |
publicMethodCommentRequirement Required |
| 39089 |
src/com/gps/hibernate/ReportSummary.java |
88 |
publicMethodCommentRequirement Required |
| 39090 |
src/com/gps/hibernate/ReportSummary.java |
91 |
Parameter 'maxspeed' is not assigned and could be declared final |
| 39091 |
src/com/gps/hibernate/ReportSummary.java |
91 |
publicMethodCommentRequirement Required |
| 39092 |
src/com/gps/hibernate/ReportSummary.java |
94 |
publicMethodCommentRequirement Required |
| 39093 |
src/com/gps/hibernate/ReportSummary.java |
97 |
Parameter 'hardbrakes' is not assigned and could be declared final |
| 39094 |
src/com/gps/hibernate/ReportSummary.java |
97 |
publicMethodCommentRequirement Required |
| 39095 |
src/com/gps/hibernate/ReportSummary.java |
100 |
Method names should not contain underscores |
| 39096 |
src/com/gps/hibernate/ReportSummary.java |
100 |
publicMethodCommentRequirement Required |
| 39097 |
src/com/gps/hibernate/ReportSummary.java |
103 |
Method names should not contain underscores |
| 39098 |
src/com/gps/hibernate/ReportSummary.java |
103 |
Parameter 'startTime' is not assigned and could be declared final |
| 39099 |
src/com/gps/hibernate/ReportSummary.java |
103 |
publicMethodCommentRequirement Required |
| 39100 |
src/com/gps/hibernate/ReportSummary.java |
106 |
Method names should not contain underscores |
| 39101 |
src/com/gps/hibernate/ReportSummary.java |
106 |
publicMethodCommentRequirement Required |
| 39102 |
src/com/gps/hibernate/ReportSummary.java |
109 |
Method names should not contain underscores |
| 39103 |
src/com/gps/hibernate/ReportSummary.java |
109 |
Parameter 'endTime' is not assigned and could be declared final |
| 39104 |
src/com/gps/hibernate/ReportSummary.java |
109 |
publicMethodCommentRequirement Required |
| 39105 |
src/com/gps/hibernate/ReportSummaryDAO.java |
8 |
headerCommentRequirement Required |
| 39106 |
src/com/gps/hibernate/ReportSummaryDAO.java |
10 |
The Logger variable declaration does not contain the static and final modifiers |
| 39107 |
src/com/gps/hibernate/ReportSummaryDAO.java |
10 |
fieldCommentRequirement Required |
| 39108 |
src/com/gps/hibernate/ReportSummaryDAO.java |
11 |
Method names should not start with capital letters |
| 39109 |
src/com/gps/hibernate/ReportSummaryDAO.java |
11 |
Parameter 'fromDate' is not assigned and could be declared final |
| 39110 |
src/com/gps/hibernate/ReportSummaryDAO.java |
11 |
Parameter 'toDate' is not assigned and could be declared final |
| 39111 |
src/com/gps/hibernate/ReportSummaryDAO.java |
11 |
Parameter 'vehicleId' is not assigned and could be declared final |
| 39112 |
src/com/gps/hibernate/ReportSummaryDAO.java |
11 |
publicMethodCommentRequirement Required |
| 39113 |
src/com/gps/hibernate/ReportSummaryDAO.java |
13 |
Found 'DD'-anomaly for variable 'ReportSummaryList' (lines '13'-'16'). |
| 39114 |
src/com/gps/hibernate/ReportSummaryDAO.java |
13 |
Variables should start with a lowercase character, 'ReportSummaryList' starts with uppercase character. |
| 39115 |
src/com/gps/hibernate/ReportSummaryDAO.java |
16 |
Potential violation of Law of Demeter (method chain calls) |
| 39116 |
src/com/gps/hibernate/ReportSummaryDAO.java |
16 |
Potential violation of Law of Demeter (method chain calls) |
| 39117 |
src/com/gps/hibernate/ReportSummaryDAO.java |
18 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 39118 |
src/com/gps/hibernate/ReportSummaryDAO.java |
20 |
There is log block not surrounded by if |
| 39119 |
src/com/gps/hibernate/RfidHistory.java |
5 |
Classes implementing Serializable should set a serialVersionUID |
| 39120 |
src/com/gps/hibernate/RfidHistory.java |
5 |
headerCommentRequirement Required |
| 39121 |
src/com/gps/hibernate/RfidHistory.java |
9 |
fieldCommentRequirement Required |
| 39122 |
src/com/gps/hibernate/RfidHistory.java |
10 |
fieldCommentRequirement Required |
| 39123 |
src/com/gps/hibernate/RfidHistory.java |
11 |
fieldCommentRequirement Required |
| 39124 |
src/com/gps/hibernate/RfidHistory.java |
12 |
fieldCommentRequirement Required |
| 39125 |
src/com/gps/hibernate/RfidHistory.java |
13 |
fieldCommentRequirement Required |
| 39126 |
src/com/gps/hibernate/RfidHistory.java |
14 |
fieldCommentRequirement Required |
| 39127 |
src/com/gps/hibernate/RfidHistory.java |
15 |
fieldCommentRequirement Required |
| 39128 |
src/com/gps/hibernate/RfidHistory.java |
20 |
Document empty constructor |
| 39129 |
src/com/gps/hibernate/RfidHistory.java |
24 |
Parameter 'historyId' is not assigned and could be declared final |
| 39130 |
src/com/gps/hibernate/RfidHistory.java |
24 |
Parameter 'insertionTime' is not assigned and could be declared final |
| 39131 |
src/com/gps/hibernate/RfidHistory.java |
24 |
Parameter 'userRfid' is not assigned and could be declared final |
| 39132 |
src/com/gps/hibernate/RfidHistory.java |
31 |
Parameter 'fence' is not assigned and could be declared final |
| 39133 |
src/com/gps/hibernate/RfidHistory.java |
31 |
Parameter 'historyId' is not assigned and could be declared final |
| 39134 |
src/com/gps/hibernate/RfidHistory.java |
31 |
Parameter 'insertionTime' is not assigned and could be declared final |
| 39135 |
src/com/gps/hibernate/RfidHistory.java |
31 |
Parameter 'session' is not assigned and could be declared final |
| 39136 |
src/com/gps/hibernate/RfidHistory.java |
31 |
Parameter 'status' is not assigned and could be declared final |
| 39137 |
src/com/gps/hibernate/RfidHistory.java |
31 |
Parameter 'userRfid' is not assigned and could be declared final |
| 39138 |
src/com/gps/hibernate/RfidHistory.java |
44 |
publicMethodCommentRequirement Required |
| 39139 |
src/com/gps/hibernate/RfidHistory.java |
48 |
Parameter 'historyId' is not assigned and could be declared final |
| 39140 |
src/com/gps/hibernate/RfidHistory.java |
48 |
publicMethodCommentRequirement Required |
| 39141 |
src/com/gps/hibernate/RfidHistory.java |
52 |
publicMethodCommentRequirement Required |
| 39142 |
src/com/gps/hibernate/RfidHistory.java |
56 |
Parameter 'userRfid' is not assigned and could be declared final |
| 39143 |
src/com/gps/hibernate/RfidHistory.java |
56 |
publicMethodCommentRequirement Required |
| 39144 |
src/com/gps/hibernate/RfidHistory.java |
60 |
publicMethodCommentRequirement Required |
| 39145 |
src/com/gps/hibernate/RfidHistory.java |
64 |
Parameter 'fence' is not assigned and could be declared final |
| 39146 |
src/com/gps/hibernate/RfidHistory.java |
64 |
publicMethodCommentRequirement Required |
| 39147 |
src/com/gps/hibernate/RfidHistory.java |
68 |
publicMethodCommentRequirement Required |
| 39148 |
src/com/gps/hibernate/RfidHistory.java |
72 |
Parameter 'insertionTime' is not assigned and could be declared final |
| 39149 |
src/com/gps/hibernate/RfidHistory.java |
72 |
publicMethodCommentRequirement Required |
| 39150 |
src/com/gps/hibernate/RfidHistory.java |
76 |
publicMethodCommentRequirement Required |
| 39151 |
src/com/gps/hibernate/RfidHistory.java |
80 |
Parameter 'session' is not assigned and could be declared final |
| 39152 |
src/com/gps/hibernate/RfidHistory.java |
80 |
publicMethodCommentRequirement Required |
| 39153 |
src/com/gps/hibernate/RfidHistory.java |
84 |
publicMethodCommentRequirement Required |
| 39154 |
src/com/gps/hibernate/RfidHistory.java |
88 |
Parameter 'status' is not assigned and could be declared final |
| 39155 |
src/com/gps/hibernate/RfidHistory.java |
88 |
publicMethodCommentRequirement Required |
| 39156 |
src/com/gps/hibernate/RfidHistory.java |
92 |
Parameter 'fence' is not assigned and could be declared final |
| 39157 |
src/com/gps/hibernate/RfidHistory.java |
92 |
Parameter 'historyId' is not assigned and could be declared final |
| 39158 |
src/com/gps/hibernate/RfidHistory.java |
92 |
Parameter 'userRfid' is not assigned and could be declared final |
| 39159 |
src/com/gps/hibernate/RfidHistory.java |
92 |
publicMethodCommentRequirement Required |
| 39160 |
src/com/gps/hibernate/RfidHistory.java |
93 |
Parameter 'insertionTime' is not assigned and could be declared final |
| 39161 |
src/com/gps/hibernate/RfidHistory.java |
93 |
Parameter 'session' is not assigned and could be declared final |
| 39162 |
src/com/gps/hibernate/RfidHistory.java |
93 |
Parameter 'status' is not assigned and could be declared final |
| 39163 |
src/com/gps/hibernate/RfidHistory.java |
94 |
Parameter 'tripDetails' is not assigned and could be declared final |
| 39164 |
src/com/gps/hibernate/RfidHistory.java |
105 |
publicMethodCommentRequirement Required |
| 39165 |
src/com/gps/hibernate/RfidHistory.java |
109 |
Parameter 'tripDetails' is not assigned and could be declared final |
| 39166 |
src/com/gps/hibernate/RfidHistory.java |
109 |
publicMethodCommentRequirement Required |
| 39167 |
src/com/gps/hibernate/RfidHistoryDAO.java |
20 |
Logger should be defined private static final and have the correct class |
| 39168 |
src/com/gps/hibernate/RfidHistoryDAO.java |
20 |
Variables that are final and static should be all capitals, 'log' is not all capitals. |
| 39169 |
src/com/gps/hibernate/RfidHistoryDAO.java |
20 |
fieldCommentRequirement Required |
| 39170 |
src/com/gps/hibernate/RfidHistoryDAO.java |
24 |
Parameter 'transientInstance' is not assigned and could be declared final |
| 39171 |
src/com/gps/hibernate/RfidHistoryDAO.java |
24 |
publicMethodCommentRequirement Required |
| 39172 |
src/com/gps/hibernate/RfidHistoryDAO.java |
25 |
There is log block not surrounded by if |
| 39173 |
src/com/gps/hibernate/RfidHistoryDAO.java |
25 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 39174 |
src/com/gps/hibernate/RfidHistoryDAO.java |
27 |
Potential violation of Law of Demeter (method chain calls) |
| 39175 |
src/com/gps/hibernate/RfidHistoryDAO.java |
28 |
There is log block not surrounded by if |
| 39176 |
src/com/gps/hibernate/RfidHistoryDAO.java |
28 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 39177 |
src/com/gps/hibernate/RfidHistoryDAO.java |
30 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 39178 |
src/com/gps/hibernate/RfidHistoryDAO.java |
31 |
There is log block not surrounded by if |
| 39179 |
src/com/gps/hibernate/RfidHistoryDAO.java |
36 |
Parameter 'instance' is not assigned and could be declared final |
| 39180 |
src/com/gps/hibernate/RfidHistoryDAO.java |
36 |
publicMethodCommentRequirement Required |
| 39181 |
src/com/gps/hibernate/RfidHistoryDAO.java |
37 |
There is log block not surrounded by if |
| 39182 |
src/com/gps/hibernate/RfidHistoryDAO.java |
37 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 39183 |
src/com/gps/hibernate/RfidHistoryDAO.java |
39 |
Potential violation of Law of Demeter (method chain calls) |
| 39184 |
src/com/gps/hibernate/RfidHistoryDAO.java |
40 |
There is log block not surrounded by if |
| 39185 |
src/com/gps/hibernate/RfidHistoryDAO.java |
40 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 39186 |
src/com/gps/hibernate/RfidHistoryDAO.java |
42 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 39187 |
src/com/gps/hibernate/RfidHistoryDAO.java |
43 |
There is log block not surrounded by if |
| 39188 |
src/com/gps/hibernate/RfidHistoryDAO.java |
48 |
Parameter 'instance' is not assigned and could be declared final |
| 39189 |
src/com/gps/hibernate/RfidHistoryDAO.java |
48 |
publicMethodCommentRequirement Required |
| 39190 |
src/com/gps/hibernate/RfidHistoryDAO.java |
49 |
There is log block not surrounded by if |
| 39191 |
src/com/gps/hibernate/RfidHistoryDAO.java |
49 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 39192 |
src/com/gps/hibernate/RfidHistoryDAO.java |
51 |
Potential violation of Law of Demeter (method chain calls) |
| 39193 |
src/com/gps/hibernate/RfidHistoryDAO.java |
52 |
There is log block not surrounded by if |
| 39194 |
src/com/gps/hibernate/RfidHistoryDAO.java |
52 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 39195 |
src/com/gps/hibernate/RfidHistoryDAO.java |
54 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 39196 |
src/com/gps/hibernate/RfidHistoryDAO.java |
55 |
There is log block not surrounded by if |
| 39197 |
src/com/gps/hibernate/RfidHistoryDAO.java |
60 |
Avoid excessively long variable names like persistentInstance |
| 39198 |
src/com/gps/hibernate/RfidHistoryDAO.java |
60 |
Parameter 'persistentInstance' is not assigned and could be declared final |
| 39199 |
src/com/gps/hibernate/RfidHistoryDAO.java |
60 |
publicMethodCommentRequirement Required |
| 39200 |
src/com/gps/hibernate/RfidHistoryDAO.java |
61 |
There is log block not surrounded by if |
| 39201 |
src/com/gps/hibernate/RfidHistoryDAO.java |
61 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 39202 |
src/com/gps/hibernate/RfidHistoryDAO.java |
63 |
Potential violation of Law of Demeter (method chain calls) |
| 39203 |
src/com/gps/hibernate/RfidHistoryDAO.java |
64 |
There is log block not surrounded by if |
| 39204 |
src/com/gps/hibernate/RfidHistoryDAO.java |
64 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 39205 |
src/com/gps/hibernate/RfidHistoryDAO.java |
66 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 39206 |
src/com/gps/hibernate/RfidHistoryDAO.java |
67 |
There is log block not surrounded by if |
| 39207 |
src/com/gps/hibernate/RfidHistoryDAO.java |
72 |
Parameter 'detachedInstance' is not assigned and could be declared final |
| 39208 |
src/com/gps/hibernate/RfidHistoryDAO.java |
72 |
publicMethodCommentRequirement Required |
| 39209 |
src/com/gps/hibernate/RfidHistoryDAO.java |
73 |
There is log block not surrounded by if |
| 39210 |
src/com/gps/hibernate/RfidHistoryDAO.java |
73 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 39211 |
src/com/gps/hibernate/RfidHistoryDAO.java |
75 |
Local variable 'result' could be declared final |
| 39212 |
src/com/gps/hibernate/RfidHistoryDAO.java |
75 |
Potential violation of Law of Demeter (method chain calls) |
| 39213 |
src/com/gps/hibernate/RfidHistoryDAO.java |
77 |
There is log block not surrounded by if |
| 39214 |
src/com/gps/hibernate/RfidHistoryDAO.java |
77 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 39215 |
src/com/gps/hibernate/RfidHistoryDAO.java |
80 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 39216 |
src/com/gps/hibernate/RfidHistoryDAO.java |
81 |
There is log block not surrounded by if |
| 39217 |
src/com/gps/hibernate/RfidHistoryDAO.java |
86 |
Avoid variables with short names like id |
| 39218 |
src/com/gps/hibernate/RfidHistoryDAO.java |
86 |
Parameter 'id' is not assigned and could be declared final |
| 39219 |
src/com/gps/hibernate/RfidHistoryDAO.java |
86 |
publicMethodCommentRequirement Required |
| 39220 |
src/com/gps/hibernate/RfidHistoryDAO.java |
87 |
There is log block not surrounded by if |
| 39221 |
src/com/gps/hibernate/RfidHistoryDAO.java |
87 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 39222 |
src/com/gps/hibernate/RfidHistoryDAO.java |
89 |
Local variable 'instance' could be declared final |
| 39223 |
src/com/gps/hibernate/RfidHistoryDAO.java |
89 |
Potential violation of Law of Demeter (method chain calls) |
| 39224 |
src/com/gps/hibernate/RfidHistoryDAO.java |
92 |
There is log block not surrounded by if |
| 39225 |
src/com/gps/hibernate/RfidHistoryDAO.java |
92 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 39226 |
src/com/gps/hibernate/RfidHistoryDAO.java |
95 |
There is log block not surrounded by if |
| 39227 |
src/com/gps/hibernate/RfidHistoryDAO.java |
95 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 39228 |
src/com/gps/hibernate/RfidHistoryDAO.java |
99 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 39229 |
src/com/gps/hibernate/RfidHistoryDAO.java |
100 |
There is log block not surrounded by if |
| 39230 |
src/com/gps/hibernate/RfidHistoryDAO.java |
106 |
Parameter 'instance' is not assigned and could be declared final |
| 39231 |
src/com/gps/hibernate/RfidHistoryDAO.java |
106 |
publicMethodCommentRequirement Required |
| 39232 |
src/com/gps/hibernate/RfidHistoryDAO.java |
107 |
There is log block not surrounded by if |
| 39233 |
src/com/gps/hibernate/RfidHistoryDAO.java |
107 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 39234 |
src/com/gps/hibernate/RfidHistoryDAO.java |
109 |
Local variable 'results' could be declared final |
| 39235 |
src/com/gps/hibernate/RfidHistoryDAO.java |
109 |
Potential violation of Law of Demeter (method chain calls) |
| 39236 |
src/com/gps/hibernate/RfidHistoryDAO.java |
109 |
Potential violation of Law of Demeter (method chain calls) |
| 39237 |
src/com/gps/hibernate/RfidHistoryDAO.java |
109 |
Potential violation of Law of Demeter (method chain calls) |
| 39238 |
src/com/gps/hibernate/RfidHistoryDAO.java |
113 |
Potential violation of Law of Demeter (object not created locally) |
| 39239 |
src/com/gps/hibernate/RfidHistoryDAO.java |
113 |
There is log block not surrounded by if |
| 39240 |
src/com/gps/hibernate/RfidHistoryDAO.java |
113 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 39241 |
src/com/gps/hibernate/RfidHistoryDAO.java |
116 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 39242 |
src/com/gps/hibernate/RfidHistoryDAO.java |
117 |
There is log block not surrounded by if |
| 39243 |
src/com/gps/hibernate/RfidParameters.java |
5 |
Classes implementing Serializable should set a serialVersionUID |
| 39244 |
src/com/gps/hibernate/RfidParameters.java |
5 |
headerCommentRequirement Required |
| 39245 |
src/com/gps/hibernate/RfidParameters.java |
7 |
Avoid variables with short names like id |
| 39246 |
src/com/gps/hibernate/RfidParameters.java |
7 |
fieldCommentRequirement Required |
| 39247 |
src/com/gps/hibernate/RfidParameters.java |
8 |
fieldCommentRequirement Required |
| 39248 |
src/com/gps/hibernate/RfidParameters.java |
9 |
fieldCommentRequirement Required |
| 39249 |
src/com/gps/hibernate/RfidParameters.java |
10 |
fieldCommentRequirement Required |
| 39250 |
src/com/gps/hibernate/RfidParameters.java |
11 |
fieldCommentRequirement Required |
| 39251 |
src/com/gps/hibernate/RfidParameters.java |
21 |
Avoid variables with short names like id |
| 39252 |
src/com/gps/hibernate/RfidParameters.java |
21 |
Parameter 'id' is not assigned and could be declared final |
| 39253 |
src/com/gps/hibernate/RfidParameters.java |
33 |
Parameter 'tripParams' is not assigned and could be declared final |
| 39254 |
src/com/gps/hibernate/RfidParameters.java |
45 |
Parameter 'rfid' is not assigned and could be declared final |
| 39255 |
src/com/gps/hibernate/RfidParameters.java |
57 |
Parameter 'creationTime' is not assigned and could be declared final |
| 39256 |
src/com/gps/hibernate/RfidParameters.java |
69 |
Parameter 'dbInsertTime' is not assigned and could be declared final |
| 39257 |
src/com/gps/hibernate/RfidStatus.java |
8 |
Classes implementing Serializable should set a serialVersionUID |
| 39258 |
src/com/gps/hibernate/RfidStatus.java |
10 |
Avoid variables with short names like no |
| 39259 |
src/com/gps/hibernate/RfidStatus.java |
10 |
fieldCommentRequirement Required |
| 39260 |
src/com/gps/hibernate/RfidStatus.java |
11 |
fieldCommentRequirement Required |
| 39261 |
src/com/gps/hibernate/RfidStatus.java |
12 |
fieldCommentRequirement Required |
| 39262 |
src/com/gps/hibernate/RfidStatus.java |
13 |
fieldCommentRequirement Required |
| 39263 |
src/com/gps/hibernate/RfidStatus.java |
15 |
Document empty constructor |
| 39264 |
src/com/gps/hibernate/RfidStatus.java |
15 |
publicMethodCommentRequirement Required |
| 39265 |
src/com/gps/hibernate/RfidStatus.java |
18 |
Parameter 'message' is not assigned and could be declared final |
| 39266 |
src/com/gps/hibernate/RfidStatus.java |
18 |
Parameter 'status' is not assigned and could be declared final |
| 39267 |
src/com/gps/hibernate/RfidStatus.java |
18 |
publicMethodCommentRequirement Required |
| 39268 |
src/com/gps/hibernate/RfidStatus.java |
23 |
Parameter 'alerts' is not assigned and could be declared final |
| 39269 |
src/com/gps/hibernate/RfidStatus.java |
23 |
Parameter 'message' is not assigned and could be declared final |
| 39270 |
src/com/gps/hibernate/RfidStatus.java |
23 |
Parameter 'status' is not assigned and could be declared final |
| 39271 |
src/com/gps/hibernate/RfidStatus.java |
23 |
publicMethodCommentRequirement Required |
| 39272 |
src/com/gps/hibernate/RfidStatus.java |
29 |
publicMethodCommentRequirement Required |
| 39273 |
src/com/gps/hibernate/RfidStatus.java |
33 |
Avoid variables with short names like no |
| 39274 |
src/com/gps/hibernate/RfidStatus.java |
33 |
Parameter 'no' is not assigned and could be declared final |
| 39275 |
src/com/gps/hibernate/RfidStatus.java |
33 |
publicMethodCommentRequirement Required |
| 39276 |
src/com/gps/hibernate/RfidStatus.java |
37 |
publicMethodCommentRequirement Required |
| 39277 |
src/com/gps/hibernate/RfidStatus.java |
41 |
Parameter 'status' is not assigned and could be declared final |
| 39278 |
src/com/gps/hibernate/RfidStatus.java |
41 |
publicMethodCommentRequirement Required |
| 39279 |
src/com/gps/hibernate/RfidStatus.java |
45 |
publicMethodCommentRequirement Required |
| 39280 |
src/com/gps/hibernate/RfidStatus.java |
49 |
Parameter 'message' is not assigned and could be declared final |
| 39281 |
src/com/gps/hibernate/RfidStatus.java |
49 |
publicMethodCommentRequirement Required |
| 39282 |
src/com/gps/hibernate/RfidStatus.java |
53 |
publicMethodCommentRequirement Required |
| 39283 |
src/com/gps/hibernate/RfidStatus.java |
57 |
Parameter 'alerts' is not assigned and could be declared final |
| 39284 |
src/com/gps/hibernate/RfidStatus.java |
57 |
publicMethodCommentRequirement Required |
| 39285 |
src/com/gps/hibernate/ScheduleReport.java |
10 |
Classes implementing Serializable should set a serialVersionUID |
| 39286 |
src/com/gps/hibernate/ScheduleReport.java |
12 |
Avoid variables with short names like id |
| 39287 |
src/com/gps/hibernate/ScheduleReport.java |
12 |
fieldCommentRequirement Required |
| 39288 |
src/com/gps/hibernate/ScheduleReport.java |
13 |
fieldCommentRequirement Required |
| 39289 |
src/com/gps/hibernate/ScheduleReport.java |
14 |
fieldCommentRequirement Required |
| 39290 |
src/com/gps/hibernate/ScheduleReport.java |
15 |
fieldCommentRequirement Required |
| 39291 |
src/com/gps/hibernate/ScheduleReport.java |
16 |
fieldCommentRequirement Required |
| 39292 |
src/com/gps/hibernate/ScheduleReport.java |
17 |
fieldCommentRequirement Required |
| 39293 |
src/com/gps/hibernate/ScheduleReport.java |
18 |
fieldCommentRequirement Required |
| 39294 |
src/com/gps/hibernate/ScheduleReport.java |
19 |
fieldCommentRequirement Required |
| 39295 |
src/com/gps/hibernate/ScheduleReport.java |
21 |
Document empty constructor |
| 39296 |
src/com/gps/hibernate/ScheduleReport.java |
21 |
publicMethodCommentRequirement Required |
| 39297 |
src/com/gps/hibernate/ScheduleReport.java |
24 |
Parameter 'mailType' is not assigned and could be declared final |
| 39298 |
src/com/gps/hibernate/ScheduleReport.java |
24 |
Parameter 'orgId' is not assigned and could be declared final |
| 39299 |
src/com/gps/hibernate/ScheduleReport.java |
24 |
Parameter 'type' is not assigned and could be declared final |
| 39300 |
src/com/gps/hibernate/ScheduleReport.java |
24 |
publicMethodCommentRequirement Required |
| 39301 |
src/com/gps/hibernate/ScheduleReport.java |
25 |
Parameter 'dayDelta' is not assigned and could be declared final |
| 39302 |
src/com/gps/hibernate/ScheduleReport.java |
25 |
Parameter 'recipients' is not assigned and could be declared final |
| 39303 |
src/com/gps/hibernate/ScheduleReport.java |
25 |
Parameter 'session' is not assigned and could be declared final |
| 39304 |
src/com/gps/hibernate/ScheduleReport.java |
25 |
Parameter 'timings' is not assigned and could be declared final |
| 39305 |
src/com/gps/hibernate/ScheduleReport.java |
35 |
publicMethodCommentRequirement Required |
| 39306 |
src/com/gps/hibernate/ScheduleReport.java |
39 |
Avoid variables with short names like id |
| 39307 |
src/com/gps/hibernate/ScheduleReport.java |
39 |
Parameter 'id' is not assigned and could be declared final |
| 39308 |
src/com/gps/hibernate/ScheduleReport.java |
39 |
publicMethodCommentRequirement Required |
| 39309 |
src/com/gps/hibernate/ScheduleReport.java |
43 |
publicMethodCommentRequirement Required |
| 39310 |
src/com/gps/hibernate/ScheduleReport.java |
47 |
Parameter 'orgId' is not assigned and could be declared final |
| 39311 |
src/com/gps/hibernate/ScheduleReport.java |
47 |
publicMethodCommentRequirement Required |
| 39312 |
src/com/gps/hibernate/ScheduleReport.java |
51 |
publicMethodCommentRequirement Required |
| 39313 |
src/com/gps/hibernate/ScheduleReport.java |
55 |
Parameter 'type' is not assigned and could be declared final |
| 39314 |
src/com/gps/hibernate/ScheduleReport.java |
55 |
publicMethodCommentRequirement Required |
| 39315 |
src/com/gps/hibernate/ScheduleReport.java |
59 |
publicMethodCommentRequirement Required |
| 39316 |
src/com/gps/hibernate/ScheduleReport.java |
63 |
Parameter 'mailType' is not assigned and could be declared final |
| 39317 |
src/com/gps/hibernate/ScheduleReport.java |
63 |
publicMethodCommentRequirement Required |
| 39318 |
src/com/gps/hibernate/ScheduleReport.java |
67 |
publicMethodCommentRequirement Required |
| 39319 |
src/com/gps/hibernate/ScheduleReport.java |
71 |
Parameter 'timings' is not assigned and could be declared final |
| 39320 |
src/com/gps/hibernate/ScheduleReport.java |
71 |
publicMethodCommentRequirement Required |
| 39321 |
src/com/gps/hibernate/ScheduleReport.java |
75 |
publicMethodCommentRequirement Required |
| 39322 |
src/com/gps/hibernate/ScheduleReport.java |
79 |
Parameter 'session' is not assigned and could be declared final |
| 39323 |
src/com/gps/hibernate/ScheduleReport.java |
79 |
publicMethodCommentRequirement Required |
| 39324 |
src/com/gps/hibernate/ScheduleReport.java |
83 |
publicMethodCommentRequirement Required |
| 39325 |
src/com/gps/hibernate/ScheduleReport.java |
87 |
Parameter 'recipients' is not assigned and could be declared final |
| 39326 |
src/com/gps/hibernate/ScheduleReport.java |
87 |
publicMethodCommentRequirement Required |
| 39327 |
src/com/gps/hibernate/ScheduleReport.java |
91 |
publicMethodCommentRequirement Required |
| 39328 |
src/com/gps/hibernate/ScheduleReport.java |
95 |
Parameter 'dayDelta' is not assigned and could be declared final |
| 39329 |
src/com/gps/hibernate/ScheduleReport.java |
95 |
publicMethodCommentRequirement Required |
| 39330 |
src/com/gps/hibernate/Schools.java |
8 |
Classes implementing Serializable should set a serialVersionUID |
| 39331 |
src/com/gps/hibernate/Schools.java |
10 |
fieldCommentRequirement Required |
| 39332 |
src/com/gps/hibernate/Schools.java |
11 |
fieldCommentRequirement Required |
| 39333 |
src/com/gps/hibernate/Schools.java |
12 |
fieldCommentRequirement Required |
| 39334 |
src/com/gps/hibernate/Schools.java |
14 |
Document empty constructor |
| 39335 |
src/com/gps/hibernate/Schools.java |
14 |
publicMethodCommentRequirement Required |
| 39336 |
src/com/gps/hibernate/Schools.java |
17 |
Parameter 'address' is not assigned and could be declared final |
| 39337 |
src/com/gps/hibernate/Schools.java |
17 |
Parameter 'customerCode' is not assigned and could be declared final |
| 39338 |
src/com/gps/hibernate/Schools.java |
17 |
Parameter 'schoolName' is not assigned and could be declared final |
| 39339 |
src/com/gps/hibernate/Schools.java |
17 |
publicMethodCommentRequirement Required |
| 39340 |
src/com/gps/hibernate/Schools.java |
23 |
publicMethodCommentRequirement Required |
| 39341 |
src/com/gps/hibernate/Schools.java |
27 |
Parameter 'schoolName' is not assigned and could be declared final |
| 39342 |
src/com/gps/hibernate/Schools.java |
27 |
publicMethodCommentRequirement Required |
| 39343 |
src/com/gps/hibernate/Schools.java |
31 |
publicMethodCommentRequirement Required |
| 39344 |
src/com/gps/hibernate/Schools.java |
35 |
Parameter 'address' is not assigned and could be declared final |
| 39345 |
src/com/gps/hibernate/Schools.java |
35 |
publicMethodCommentRequirement Required |
| 39346 |
src/com/gps/hibernate/Schools.java |
39 |
publicMethodCommentRequirement Required |
| 39347 |
src/com/gps/hibernate/Schools.java |
43 |
Parameter 'customerCode' is not assigned and could be declared final |
| 39348 |
src/com/gps/hibernate/Schools.java |
43 |
publicMethodCommentRequirement Required |
| 39349 |
src/com/gps/hibernate/Settings.java |
8 |
Classes implementing Serializable should set a serialVersionUID |
| 39350 |
src/com/gps/hibernate/Settings.java |
10 |
Avoid variables with short names like id |
| 39351 |
src/com/gps/hibernate/Settings.java |
10 |
fieldCommentRequirement Required |
| 39352 |
src/com/gps/hibernate/Settings.java |
11 |
fieldCommentRequirement Required |
| 39353 |
src/com/gps/hibernate/Settings.java |
12 |
fieldCommentRequirement Required |
| 39354 |
src/com/gps/hibernate/Settings.java |
14 |
Document empty constructor |
| 39355 |
src/com/gps/hibernate/Settings.java |
14 |
publicMethodCommentRequirement Required |
| 39356 |
src/com/gps/hibernate/Settings.java |
17 |
Parameter 'settingName' is not assigned and could be declared final |
| 39357 |
src/com/gps/hibernate/Settings.java |
17 |
Parameter 'settingValue' is not assigned and could be declared final |
| 39358 |
src/com/gps/hibernate/Settings.java |
17 |
publicMethodCommentRequirement Required |
| 39359 |
src/com/gps/hibernate/Settings.java |
22 |
publicMethodCommentRequirement Required |
| 39360 |
src/com/gps/hibernate/Settings.java |
26 |
Avoid variables with short names like id |
| 39361 |
src/com/gps/hibernate/Settings.java |
26 |
Parameter 'id' is not assigned and could be declared final |
| 39362 |
src/com/gps/hibernate/Settings.java |
26 |
publicMethodCommentRequirement Required |
| 39363 |
src/com/gps/hibernate/Settings.java |
30 |
publicMethodCommentRequirement Required |
| 39364 |
src/com/gps/hibernate/Settings.java |
34 |
Parameter 'settingName' is not assigned and could be declared final |
| 39365 |
src/com/gps/hibernate/Settings.java |
34 |
publicMethodCommentRequirement Required |
| 39366 |
src/com/gps/hibernate/Settings.java |
38 |
publicMethodCommentRequirement Required |
| 39367 |
src/com/gps/hibernate/Settings.java |
42 |
Parameter 'settingValue' is not assigned and could be declared final |
| 39368 |
src/com/gps/hibernate/Settings.java |
42 |
publicMethodCommentRequirement Required |
| 39369 |
src/com/gps/hibernate/SmsDetails.java |
10 |
Classes implementing Serializable should set a serialVersionUID |
| 39370 |
src/com/gps/hibernate/SmsDetails.java |
12 |
fieldCommentRequirement Required |
| 39371 |
src/com/gps/hibernate/SmsDetails.java |
13 |
fieldCommentRequirement Required |
| 39372 |
src/com/gps/hibernate/SmsDetails.java |
14 |
fieldCommentRequirement Required |
| 39373 |
src/com/gps/hibernate/SmsDetails.java |
15 |
fieldCommentRequirement Required |
| 39374 |
src/com/gps/hibernate/SmsDetails.java |
16 |
fieldCommentRequirement Required |
| 39375 |
src/com/gps/hibernate/SmsDetails.java |
17 |
fieldCommentRequirement Required |
| 39376 |
src/com/gps/hibernate/SmsDetails.java |
18 |
fieldCommentRequirement Required |
| 39377 |
src/com/gps/hibernate/SmsDetails.java |
19 |
fieldCommentRequirement Required |
| 39378 |
src/com/gps/hibernate/SmsDetails.java |
20 |
fieldCommentRequirement Required |
| 39379 |
src/com/gps/hibernate/SmsDetails.java |
22 |
Document empty constructor |
| 39380 |
src/com/gps/hibernate/SmsDetails.java |
22 |
publicMethodCommentRequirement Required |
| 39381 |
src/com/gps/hibernate/SmsDetails.java |
25 |
Parameter 'mobileNo' is not assigned and could be declared final |
| 39382 |
src/com/gps/hibernate/SmsDetails.java |
25 |
Parameter 'packetTime' is not assigned and could be declared final |
| 39383 |
src/com/gps/hibernate/SmsDetails.java |
25 |
Parameter 'smsType' is not assigned and could be declared final |
| 39384 |
src/com/gps/hibernate/SmsDetails.java |
25 |
publicMethodCommentRequirement Required |
| 39385 |
src/com/gps/hibernate/SmsDetails.java |
26 |
Parameter 'msgContent' is not assigned and could be declared final |
| 39386 |
src/com/gps/hibernate/SmsDetails.java |
26 |
Parameter 'sentTime' is not assigned and could be declared final |
| 39387 |
src/com/gps/hibernate/SmsDetails.java |
34 |
Parameter 'mobileNo' is not assigned and could be declared final |
| 39388 |
src/com/gps/hibernate/SmsDetails.java |
34 |
Parameter 'packetTime' is not assigned and could be declared final |
| 39389 |
src/com/gps/hibernate/SmsDetails.java |
34 |
Parameter 'smsType' is not assigned and could be declared final |
| 39390 |
src/com/gps/hibernate/SmsDetails.java |
34 |
publicMethodCommentRequirement Required |
| 39391 |
src/com/gps/hibernate/SmsDetails.java |
35 |
Parameter 'fenceid' is not assigned and could be declared final |
| 39392 |
src/com/gps/hibernate/SmsDetails.java |
35 |
Parameter 'msgContent' is not assigned and could be declared final |
| 39393 |
src/com/gps/hibernate/SmsDetails.java |
35 |
Parameter 'orgid' is not assigned and could be declared final |
| 39394 |
src/com/gps/hibernate/SmsDetails.java |
35 |
Parameter 'tripid' is not assigned and could be declared final |
| 39395 |
src/com/gps/hibernate/SmsDetails.java |
36 |
Parameter 'sentTime' is not assigned and could be declared final |
| 39396 |
src/com/gps/hibernate/SmsDetails.java |
47 |
publicMethodCommentRequirement Required |
| 39397 |
src/com/gps/hibernate/SmsDetails.java |
51 |
Parameter 'smsId' is not assigned and could be declared final |
| 39398 |
src/com/gps/hibernate/SmsDetails.java |
51 |
publicMethodCommentRequirement Required |
| 39399 |
src/com/gps/hibernate/SmsDetails.java |
55 |
publicMethodCommentRequirement Required |
| 39400 |
src/com/gps/hibernate/SmsDetails.java |
59 |
Parameter 'mobileNo' is not assigned and could be declared final |
| 39401 |
src/com/gps/hibernate/SmsDetails.java |
59 |
publicMethodCommentRequirement Required |
| 39402 |
src/com/gps/hibernate/SmsDetails.java |
63 |
publicMethodCommentRequirement Required |
| 39403 |
src/com/gps/hibernate/SmsDetails.java |
67 |
Parameter 'smsType' is not assigned and could be declared final |
| 39404 |
src/com/gps/hibernate/SmsDetails.java |
67 |
publicMethodCommentRequirement Required |
| 39405 |
src/com/gps/hibernate/SmsDetails.java |
71 |
publicMethodCommentRequirement Required |
| 39406 |
src/com/gps/hibernate/SmsDetails.java |
75 |
Parameter 'packetTime' is not assigned and could be declared final |
| 39407 |
src/com/gps/hibernate/SmsDetails.java |
75 |
publicMethodCommentRequirement Required |
| 39408 |
src/com/gps/hibernate/SmsDetails.java |
79 |
publicMethodCommentRequirement Required |
| 39409 |
src/com/gps/hibernate/SmsDetails.java |
83 |
Parameter 'msgContent' is not assigned and could be declared final |
| 39410 |
src/com/gps/hibernate/SmsDetails.java |
83 |
publicMethodCommentRequirement Required |
| 39411 |
src/com/gps/hibernate/SmsDetails.java |
87 |
publicMethodCommentRequirement Required |
| 39412 |
src/com/gps/hibernate/SmsDetails.java |
91 |
Parameter 'orgid' is not assigned and could be declared final |
| 39413 |
src/com/gps/hibernate/SmsDetails.java |
91 |
publicMethodCommentRequirement Required |
| 39414 |
src/com/gps/hibernate/SmsDetails.java |
95 |
publicMethodCommentRequirement Required |
| 39415 |
src/com/gps/hibernate/SmsDetails.java |
99 |
Parameter 'fenceid' is not assigned and could be declared final |
| 39416 |
src/com/gps/hibernate/SmsDetails.java |
99 |
publicMethodCommentRequirement Required |
| 39417 |
src/com/gps/hibernate/SmsDetails.java |
103 |
publicMethodCommentRequirement Required |
| 39418 |
src/com/gps/hibernate/SmsDetails.java |
107 |
Parameter 'tripid' is not assigned and could be declared final |
| 39419 |
src/com/gps/hibernate/SmsDetails.java |
107 |
publicMethodCommentRequirement Required |
| 39420 |
src/com/gps/hibernate/SmsDetails.java |
111 |
publicMethodCommentRequirement Required |
| 39421 |
src/com/gps/hibernate/SmsDetails.java |
115 |
Parameter 'sentTime' is not assigned and could be declared final |
| 39422 |
src/com/gps/hibernate/SmsDetails.java |
115 |
publicMethodCommentRequirement Required |
| 39423 |
src/com/gps/hibernate/SmsRegister.java |
10 |
Classes implementing Serializable should set a serialVersionUID |
| 39424 |
src/com/gps/hibernate/SmsRegister.java |
12 |
Avoid variables with short names like id |
| 39425 |
src/com/gps/hibernate/SmsRegister.java |
12 |
fieldCommentRequirement Required |
| 39426 |
src/com/gps/hibernate/SmsRegister.java |
13 |
fieldCommentRequirement Required |
| 39427 |
src/com/gps/hibernate/SmsRegister.java |
14 |
fieldCommentRequirement Required |
| 39428 |
src/com/gps/hibernate/SmsRegister.java |
15 |
fieldCommentRequirement Required |
| 39429 |
src/com/gps/hibernate/SmsRegister.java |
17 |
Document empty constructor |
| 39430 |
src/com/gps/hibernate/SmsRegister.java |
17 |
publicMethodCommentRequirement Required |
| 39431 |
src/com/gps/hibernate/SmsRegister.java |
20 |
Parameter 'smsTime' is not assigned and could be declared final |
| 39432 |
src/com/gps/hibernate/SmsRegister.java |
20 |
publicMethodCommentRequirement Required |
| 39433 |
src/com/gps/hibernate/SmsRegister.java |
24 |
Parameter 'smsReasonCode' is not assigned and could be declared final |
| 39434 |
src/com/gps/hibernate/SmsRegister.java |
24 |
Parameter 'smsRefId' is not assigned and could be declared final |
| 39435 |
src/com/gps/hibernate/SmsRegister.java |
24 |
Parameter 'smsTime' is not assigned and could be declared final |
| 39436 |
src/com/gps/hibernate/SmsRegister.java |
24 |
publicMethodCommentRequirement Required |
| 39437 |
src/com/gps/hibernate/SmsRegister.java |
30 |
publicMethodCommentRequirement Required |
| 39438 |
src/com/gps/hibernate/SmsRegister.java |
34 |
Avoid variables with short names like id |
| 39439 |
src/com/gps/hibernate/SmsRegister.java |
34 |
Parameter 'id' is not assigned and could be declared final |
| 39440 |
src/com/gps/hibernate/SmsRegister.java |
34 |
publicMethodCommentRequirement Required |
| 39441 |
src/com/gps/hibernate/SmsRegister.java |
38 |
publicMethodCommentRequirement Required |
| 39442 |
src/com/gps/hibernate/SmsRegister.java |
42 |
Parameter 'smsReasonCode' is not assigned and could be declared final |
| 39443 |
src/com/gps/hibernate/SmsRegister.java |
42 |
publicMethodCommentRequirement Required |
| 39444 |
src/com/gps/hibernate/SmsRegister.java |
46 |
publicMethodCommentRequirement Required |
| 39445 |
src/com/gps/hibernate/SmsRegister.java |
50 |
Parameter 'smsRefId' is not assigned and could be declared final |
| 39446 |
src/com/gps/hibernate/SmsRegister.java |
50 |
publicMethodCommentRequirement Required |
| 39447 |
src/com/gps/hibernate/SmsRegister.java |
54 |
publicMethodCommentRequirement Required |
| 39448 |
src/com/gps/hibernate/SmsRegister.java |
58 |
Parameter 'smsTime' is not assigned and could be declared final |
| 39449 |
src/com/gps/hibernate/SmsRegister.java |
58 |
publicMethodCommentRequirement Required |
| 39450 |
src/com/gps/hibernate/SpeedSettings.java |
5 |
headerCommentRequirement Required |
| 39451 |
src/com/gps/hibernate/SpeedSettings.java |
11 |
Avoid variables with short names like id |
| 39452 |
src/com/gps/hibernate/SpeedSettings.java |
11 |
fieldCommentRequirement Required |
| 39453 |
src/com/gps/hibernate/SpeedSettings.java |
12 |
fieldCommentRequirement Required |
| 39454 |
src/com/gps/hibernate/SpeedSettings.java |
13 |
fieldCommentRequirement Required |
| 39455 |
src/com/gps/hibernate/SpeedSettings.java |
14 |
fieldCommentRequirement Required |
| 39456 |
src/com/gps/hibernate/SpeedSettings.java |
15 |
fieldCommentRequirement Required |
| 39457 |
src/com/gps/hibernate/SpeedSettings.java |
16 |
fieldCommentRequirement Required |
| 39458 |
src/com/gps/hibernate/SpeedSettings.java |
17 |
fieldCommentRequirement Required |
| 39459 |
src/com/gps/hibernate/SpeedSettings.java |
18 |
fieldCommentRequirement Required |
| 39460 |
src/com/gps/hibernate/SpeedSettings.java |
19 |
fieldCommentRequirement Required |
| 39461 |
src/com/gps/hibernate/SpeedSettings.java |
21 |
publicMethodCommentRequirement Required |
| 39462 |
src/com/gps/hibernate/SpeedSettings.java |
25 |
Parameter 'organizationId' is not assigned and could be declared final |
| 39463 |
src/com/gps/hibernate/SpeedSettings.java |
25 |
Parameter 'speed' is not assigned and could be declared final |
| 39464 |
src/com/gps/hibernate/SpeedSettings.java |
25 |
Parameter 'vehicleId' is not assigned and could be declared final |
| 39465 |
src/com/gps/hibernate/SpeedSettings.java |
25 |
publicMethodCommentRequirement Required |
| 39466 |
src/com/gps/hibernate/SpeedSettings.java |
26 |
Parameter 'createdUserId' is not assigned and could be declared final |
| 39467 |
src/com/gps/hibernate/SpeedSettings.java |
26 |
Parameter 'creationTime' is not assigned and could be declared final |
| 39468 |
src/com/gps/hibernate/SpeedSettings.java |
26 |
Parameter 'status' is not assigned and could be declared final |
| 39469 |
src/com/gps/hibernate/SpeedSettings.java |
44 |
Parameter 'vehicleId' is not assigned and could be declared final |
| 39470 |
src/com/gps/hibernate/SpeedSettings.java |
56 |
Parameter 'organizationId' is not assigned and could be declared final |
| 39471 |
src/com/gps/hibernate/SpeedSettings.java |
68 |
Parameter 'speed' is not assigned and could be declared final |
| 39472 |
src/com/gps/hibernate/SpeedSettings.java |
80 |
Parameter 'creationTime' is not assigned and could be declared final |
| 39473 |
src/com/gps/hibernate/SpeedSettings.java |
92 |
Parameter 'createdUserId' is not assigned and could be declared final |
| 39474 |
src/com/gps/hibernate/SpeedSettings.java |
104 |
Parameter 'updationTime' is not assigned and could be declared final |
| 39475 |
src/com/gps/hibernate/SpeedSettings.java |
116 |
Parameter 'updatedUserId' is not assigned and could be declared final |
| 39476 |
src/com/gps/hibernate/SpeedSettings.java |
128 |
Parameter 'status' is not assigned and could be declared final |
| 39477 |
src/com/gps/hibernate/SpeedSettings.java |
142 |
Avoid variables with short names like id |
| 39478 |
src/com/gps/hibernate/SpeedSettings.java |
142 |
Parameter 'id' is not assigned and could be declared final |
| 39479 |
src/com/gps/hibernate/SpeedSettingsDAO.java |
10 |
headerCommentRequirement Required |
| 39480 |
src/com/gps/hibernate/SpeedSettingsDAO.java |
12 |
Logger should be defined private static final and have the correct class |
| 39481 |
src/com/gps/hibernate/SpeedSettingsDAO.java |
12 |
Variables that are final and static should be all capitals, 'log' is not all capitals. |
| 39482 |
src/com/gps/hibernate/SpeedSettingsDAO.java |
12 |
fieldCommentRequirement Required |
| 39483 |
src/com/gps/hibernate/SpeedSettingsDAO.java |
14 |
Parameter 'transientInstance' is not assigned and could be declared final |
| 39484 |
src/com/gps/hibernate/SpeedSettingsDAO.java |
14 |
publicMethodCommentRequirement Required |
| 39485 |
src/com/gps/hibernate/SpeedSettingsDAO.java |
16 |
Potential violation of Law of Demeter (method chain calls) |
| 39486 |
src/com/gps/hibernate/SpeedSettingsDAO.java |
17 |
There is log block not surrounded by if |
| 39487 |
src/com/gps/hibernate/SpeedSettingsDAO.java |
17 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 39488 |
src/com/gps/hibernate/SpeedSettingsDAO.java |
18 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 39489 |
src/com/gps/hibernate/SpeedSettingsDAO.java |
19 |
There is log block not surrounded by if |
| 39490 |
src/com/gps/hibernate/SpeedSettingsDAO.java |
24 |
Avoid excessively long variable names like persistentInstance |
| 39491 |
src/com/gps/hibernate/SpeedSettingsDAO.java |
24 |
Parameter 'persistentInstance' is not assigned and could be declared final |
| 39492 |
src/com/gps/hibernate/SpeedSettingsDAO.java |
24 |
publicMethodCommentRequirement Required |
| 39493 |
src/com/gps/hibernate/SpeedSettingsDAO.java |
26 |
Potential violation of Law of Demeter (method chain calls) |
| 39494 |
src/com/gps/hibernate/SpeedSettingsDAO.java |
27 |
There is log block not surrounded by if |
| 39495 |
src/com/gps/hibernate/SpeedSettingsDAO.java |
27 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 39496 |
src/com/gps/hibernate/SpeedSettingsDAO.java |
28 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 39497 |
src/com/gps/hibernate/SpeedSettingsDAO.java |
29 |
There is log block not surrounded by if |
| 39498 |
src/com/gps/hibernate/SpeedSettingsDAO.java |
34 |
Avoid variables with short names like id |
| 39499 |
src/com/gps/hibernate/SpeedSettingsDAO.java |
34 |
Parameter 'id' is not assigned and could be declared final |
| 39500 |
src/com/gps/hibernate/SpeedSettingsDAO.java |
34 |
publicMethodCommentRequirement Required |
| 39501 |
src/com/gps/hibernate/SpeedSettingsDAO.java |
36 |
Local variable 'instance' could be declared final |
| 39502 |
src/com/gps/hibernate/SpeedSettingsDAO.java |
36 |
Potential violation of Law of Demeter (method chain calls) |
| 39503 |
src/com/gps/hibernate/SpeedSettingsDAO.java |
40 |
Avoid catching NullPointerException; consider removing the cause of the NPE. |
| 39504 |
src/com/gps/hibernate/SpeedSettingsDAO.java |
40 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 39505 |
src/com/gps/hibernate/SpeedSettingsDAO.java |
42 |
There is log block not surrounded by if |
| 39506 |
src/com/gps/hibernate/SpeedSettingsDAO.java |
45 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 39507 |
src/com/gps/hibernate/SpeedSettingsDAO.java |
46 |
There is log block not surrounded by if |
| 39508 |
src/com/gps/hibernate/SpeedSettingsDAO.java |
51 |
Parameter 'instance' is not assigned and could be declared final |
| 39509 |
src/com/gps/hibernate/SpeedSettingsDAO.java |
51 |
publicMethodCommentRequirement Required |
| 39510 |
src/com/gps/hibernate/SpeedSettingsDAO.java |
53 |
Local variable 'results' could be declared final |
| 39511 |
src/com/gps/hibernate/SpeedSettingsDAO.java |
53 |
Potential violation of Law of Demeter (method chain calls) |
| 39512 |
src/com/gps/hibernate/SpeedSettingsDAO.java |
53 |
Potential violation of Law of Demeter (method chain calls) |
| 39513 |
src/com/gps/hibernate/SpeedSettingsDAO.java |
53 |
Potential violation of Law of Demeter (method chain calls) |
| 39514 |
src/com/gps/hibernate/SpeedSettingsDAO.java |
57 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 39515 |
src/com/gps/hibernate/SpeedSettingsDAO.java |
58 |
There is log block not surrounded by if |
| 39516 |
src/com/gps/hibernate/Speedparameter.java |
9 |
Classes implementing Serializable should set a serialVersionUID |
| 39517 |
src/com/gps/hibernate/Speedparameter.java |
13 |
Avoid variables with short names like id |
| 39518 |
src/com/gps/hibernate/Speedparameter.java |
13 |
fieldCommentRequirement Required |
| 39519 |
src/com/gps/hibernate/Speedparameter.java |
14 |
fieldCommentRequirement Required |
| 39520 |
src/com/gps/hibernate/Speedparameter.java |
15 |
fieldCommentRequirement Required |
| 39521 |
src/com/gps/hibernate/Speedparameter.java |
16 |
fieldCommentRequirement Required |
| 39522 |
src/com/gps/hibernate/Speedparameter.java |
21 |
Document empty constructor |
| 39523 |
src/com/gps/hibernate/Speedparameter.java |
25 |
Parameter 'colourcode' is not assigned and could be declared final |
| 39524 |
src/com/gps/hibernate/Speedparameter.java |
25 |
Parameter 'parameter' is not assigned and could be declared final |
| 39525 |
src/com/gps/hibernate/Speedparameter.java |
25 |
publicMethodCommentRequirement Required |
| 39526 |
src/com/gps/hibernate/Speedparameter.java |
32 |
Parameter 'parameter' is not assigned and could be declared final |
| 39527 |
src/com/gps/hibernate/Speedparameter.java |
32 |
Parameter 'user' is not assigned and could be declared final |
| 39528 |
src/com/gps/hibernate/Speedparameter.java |
33 |
Parameter 'colourcode' is not assigned and could be declared final |
| 39529 |
src/com/gps/hibernate/Speedparameter.java |
41 |
publicMethodCommentRequirement Required |
| 39530 |
src/com/gps/hibernate/Speedparameter.java |
45 |
Avoid variables with short names like id |
| 39531 |
src/com/gps/hibernate/Speedparameter.java |
45 |
Parameter 'id' is not assigned and could be declared final |
| 39532 |
src/com/gps/hibernate/Speedparameter.java |
45 |
publicMethodCommentRequirement Required |
| 39533 |
src/com/gps/hibernate/Speedparameter.java |
49 |
publicMethodCommentRequirement Required |
| 39534 |
src/com/gps/hibernate/Speedparameter.java |
53 |
Parameter 'user' is not assigned and could be declared final |
| 39535 |
src/com/gps/hibernate/Speedparameter.java |
53 |
publicMethodCommentRequirement Required |
| 39536 |
src/com/gps/hibernate/Speedparameter.java |
57 |
publicMethodCommentRequirement Required |
| 39537 |
src/com/gps/hibernate/Speedparameter.java |
61 |
Parameter 'parameter' is not assigned and could be declared final |
| 39538 |
src/com/gps/hibernate/Speedparameter.java |
61 |
publicMethodCommentRequirement Required |
| 39539 |
src/com/gps/hibernate/Speedparameter.java |
65 |
publicMethodCommentRequirement Required |
| 39540 |
src/com/gps/hibernate/Speedparameter.java |
69 |
Parameter 'colourcode' is not assigned and could be declared final |
| 39541 |
src/com/gps/hibernate/Speedparameter.java |
69 |
publicMethodCommentRequirement Required |
| 39542 |
src/com/gps/hibernate/SpeedparameterDAO.java |
11 |
Comment is too large: Too many lines |
| 39543 |
src/com/gps/hibernate/SpeedparameterDAO.java |
23 |
This class has too many methods, consider refactoring it. |
| 39544 |
src/com/gps/hibernate/SpeedparameterDAO.java |
24 |
Logger should be defined private static final and have the correct class |
| 39545 |
src/com/gps/hibernate/SpeedparameterDAO.java |
24 |
Variables that are final and static should be all capitals, 'log' is not all capitals. |
| 39546 |
src/com/gps/hibernate/SpeedparameterDAO.java |
24 |
fieldCommentRequirement Required |
| 39547 |
src/com/gps/hibernate/SpeedparameterDAO.java |
26 |
fieldCommentRequirement Required |
| 39548 |
src/com/gps/hibernate/SpeedparameterDAO.java |
27 |
fieldCommentRequirement Required |
| 39549 |
src/com/gps/hibernate/SpeedparameterDAO.java |
29 |
Parameter 'transientInstance' is not assigned and could be declared final |
| 39550 |
src/com/gps/hibernate/SpeedparameterDAO.java |
29 |
publicMethodCommentRequirement Required |
| 39551 |
src/com/gps/hibernate/SpeedparameterDAO.java |
30 |
There is log block not surrounded by if |
| 39552 |
src/com/gps/hibernate/SpeedparameterDAO.java |
30 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 39553 |
src/com/gps/hibernate/SpeedparameterDAO.java |
32 |
Potential violation of Law of Demeter (method chain calls) |
| 39554 |
src/com/gps/hibernate/SpeedparameterDAO.java |
33 |
There is log block not surrounded by if |
| 39555 |
src/com/gps/hibernate/SpeedparameterDAO.java |
33 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 39556 |
src/com/gps/hibernate/SpeedparameterDAO.java |
34 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 39557 |
src/com/gps/hibernate/SpeedparameterDAO.java |
35 |
There is log block not surrounded by if |
| 39558 |
src/com/gps/hibernate/SpeedparameterDAO.java |
40 |
Avoid excessively long variable names like persistentInstance |
| 39559 |
src/com/gps/hibernate/SpeedparameterDAO.java |
40 |
Parameter 'persistentInstance' is not assigned and could be declared final |
| 39560 |
src/com/gps/hibernate/SpeedparameterDAO.java |
40 |
publicMethodCommentRequirement Required |
| 39561 |
src/com/gps/hibernate/SpeedparameterDAO.java |
41 |
There is log block not surrounded by if |
| 39562 |
src/com/gps/hibernate/SpeedparameterDAO.java |
41 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 39563 |
src/com/gps/hibernate/SpeedparameterDAO.java |
43 |
Potential violation of Law of Demeter (method chain calls) |
| 39564 |
src/com/gps/hibernate/SpeedparameterDAO.java |
44 |
There is log block not surrounded by if |
| 39565 |
src/com/gps/hibernate/SpeedparameterDAO.java |
44 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 39566 |
src/com/gps/hibernate/SpeedparameterDAO.java |
45 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 39567 |
src/com/gps/hibernate/SpeedparameterDAO.java |
46 |
There is log block not surrounded by if |
| 39568 |
src/com/gps/hibernate/SpeedparameterDAO.java |
51 |
Avoid variables with short names like id |
| 39569 |
src/com/gps/hibernate/SpeedparameterDAO.java |
51 |
Parameter 'id' is not assigned and could be declared final |
| 39570 |
src/com/gps/hibernate/SpeedparameterDAO.java |
51 |
publicMethodCommentRequirement Required |
| 39571 |
src/com/gps/hibernate/SpeedparameterDAO.java |
52 |
There is log block not surrounded by if |
| 39572 |
src/com/gps/hibernate/SpeedparameterDAO.java |
52 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 39573 |
src/com/gps/hibernate/SpeedparameterDAO.java |
54 |
Local variable 'instance' could be declared final |
| 39574 |
src/com/gps/hibernate/SpeedparameterDAO.java |
54 |
Potential violation of Law of Demeter (method chain calls) |
| 39575 |
src/com/gps/hibernate/SpeedparameterDAO.java |
57 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 39576 |
src/com/gps/hibernate/SpeedparameterDAO.java |
58 |
There is log block not surrounded by if |
| 39577 |
src/com/gps/hibernate/SpeedparameterDAO.java |
63 |
Parameter 'instance' is not assigned and could be declared final |
| 39578 |
src/com/gps/hibernate/SpeedparameterDAO.java |
63 |
publicMethodCommentRequirement Required |
| 39579 |
src/com/gps/hibernate/SpeedparameterDAO.java |
64 |
There is log block not surrounded by if |
| 39580 |
src/com/gps/hibernate/SpeedparameterDAO.java |
64 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 39581 |
src/com/gps/hibernate/SpeedparameterDAO.java |
66 |
Local variable 'results' could be declared final |
| 39582 |
src/com/gps/hibernate/SpeedparameterDAO.java |
66 |
Potential violation of Law of Demeter (method chain calls) |
| 39583 |
src/com/gps/hibernate/SpeedparameterDAO.java |
66 |
Potential violation of Law of Demeter (method chain calls) |
| 39584 |
src/com/gps/hibernate/SpeedparameterDAO.java |
66 |
Potential violation of Law of Demeter (method chain calls) |
| 39585 |
src/com/gps/hibernate/SpeedparameterDAO.java |
69 |
There is log block not surrounded by if |
| 39586 |
src/com/gps/hibernate/SpeedparameterDAO.java |
69 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 39587 |
src/com/gps/hibernate/SpeedparameterDAO.java |
70 |
Potential violation of Law of Demeter (object not created locally) |
| 39588 |
src/com/gps/hibernate/SpeedparameterDAO.java |
72 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 39589 |
src/com/gps/hibernate/SpeedparameterDAO.java |
73 |
There is log block not surrounded by if |
| 39590 |
src/com/gps/hibernate/SpeedparameterDAO.java |
78 |
Parameter 'propertyName' is not assigned and could be declared final |
| 39591 |
src/com/gps/hibernate/SpeedparameterDAO.java |
78 |
Parameter 'value' is not assigned and could be declared final |
| 39592 |
src/com/gps/hibernate/SpeedparameterDAO.java |
78 |
publicMethodCommentRequirement Required |
| 39593 |
src/com/gps/hibernate/SpeedparameterDAO.java |
79 |
There is log block not surrounded by if |
| 39594 |
src/com/gps/hibernate/SpeedparameterDAO.java |
79 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 39595 |
src/com/gps/hibernate/SpeedparameterDAO.java |
82 |
Local variable 'queryString' could be declared final |
| 39596 |
src/com/gps/hibernate/SpeedparameterDAO.java |
84 |
Local variable 'queryObject' could be declared final |
| 39597 |
src/com/gps/hibernate/SpeedparameterDAO.java |
84 |
Potential violation of Law of Demeter (method chain calls) |
| 39598 |
src/com/gps/hibernate/SpeedparameterDAO.java |
85 |
Potential violation of Law of Demeter (object not created locally) |
| 39599 |
src/com/gps/hibernate/SpeedparameterDAO.java |
86 |
Potential violation of Law of Demeter (object not created locally) |
| 39600 |
src/com/gps/hibernate/SpeedparameterDAO.java |
87 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 39601 |
src/com/gps/hibernate/SpeedparameterDAO.java |
88 |
There is log block not surrounded by if |
| 39602 |
src/com/gps/hibernate/SpeedparameterDAO.java |
93 |
Parameter 'parameter' is not assigned and could be declared final |
| 39603 |
src/com/gps/hibernate/SpeedparameterDAO.java |
93 |
publicMethodCommentRequirement Required |
| 39604 |
src/com/gps/hibernate/SpeedparameterDAO.java |
97 |
Parameter 'colourcode' is not assigned and could be declared final |
| 39605 |
src/com/gps/hibernate/SpeedparameterDAO.java |
97 |
publicMethodCommentRequirement Required |
| 39606 |
src/com/gps/hibernate/SpeedparameterDAO.java |
101 |
publicMethodCommentRequirement Required |
| 39607 |
src/com/gps/hibernate/SpeedparameterDAO.java |
102 |
There is log block not surrounded by if |
| 39608 |
src/com/gps/hibernate/SpeedparameterDAO.java |
102 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 39609 |
src/com/gps/hibernate/SpeedparameterDAO.java |
104 |
Local variable 'queryString' could be declared final |
| 39610 |
src/com/gps/hibernate/SpeedparameterDAO.java |
105 |
Local variable 'queryObject' could be declared final |
| 39611 |
src/com/gps/hibernate/SpeedparameterDAO.java |
105 |
Potential violation of Law of Demeter (method chain calls) |
| 39612 |
src/com/gps/hibernate/SpeedparameterDAO.java |
106 |
Potential violation of Law of Demeter (object not created locally) |
| 39613 |
src/com/gps/hibernate/SpeedparameterDAO.java |
107 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 39614 |
src/com/gps/hibernate/SpeedparameterDAO.java |
108 |
There is log block not surrounded by if |
| 39615 |
src/com/gps/hibernate/SpeedparameterDAO.java |
113 |
Parameter 'detachedInstance' is not assigned and could be declared final |
| 39616 |
src/com/gps/hibernate/SpeedparameterDAO.java |
113 |
publicMethodCommentRequirement Required |
| 39617 |
src/com/gps/hibernate/SpeedparameterDAO.java |
114 |
There is log block not surrounded by if |
| 39618 |
src/com/gps/hibernate/SpeedparameterDAO.java |
114 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 39619 |
src/com/gps/hibernate/SpeedparameterDAO.java |
116 |
Local variable 'result' could be declared final |
| 39620 |
src/com/gps/hibernate/SpeedparameterDAO.java |
116 |
Potential violation of Law of Demeter (method chain calls) |
| 39621 |
src/com/gps/hibernate/SpeedparameterDAO.java |
118 |
There is log block not surrounded by if |
| 39622 |
src/com/gps/hibernate/SpeedparameterDAO.java |
118 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 39623 |
src/com/gps/hibernate/SpeedparameterDAO.java |
120 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 39624 |
src/com/gps/hibernate/SpeedparameterDAO.java |
121 |
There is log block not surrounded by if |
| 39625 |
src/com/gps/hibernate/SpeedparameterDAO.java |
126 |
Parameter 'instance' is not assigned and could be declared final |
| 39626 |
src/com/gps/hibernate/SpeedparameterDAO.java |
126 |
publicMethodCommentRequirement Required |
| 39627 |
src/com/gps/hibernate/SpeedparameterDAO.java |
127 |
There is log block not surrounded by if |
| 39628 |
src/com/gps/hibernate/SpeedparameterDAO.java |
127 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 39629 |
src/com/gps/hibernate/SpeedparameterDAO.java |
129 |
Potential violation of Law of Demeter (method chain calls) |
| 39630 |
src/com/gps/hibernate/SpeedparameterDAO.java |
130 |
There is log block not surrounded by if |
| 39631 |
src/com/gps/hibernate/SpeedparameterDAO.java |
130 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 39632 |
src/com/gps/hibernate/SpeedparameterDAO.java |
131 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 39633 |
src/com/gps/hibernate/SpeedparameterDAO.java |
132 |
There is log block not surrounded by if |
| 39634 |
src/com/gps/hibernate/SpeedparameterDAO.java |
137 |
Parameter 'instance' is not assigned and could be declared final |
| 39635 |
src/com/gps/hibernate/SpeedparameterDAO.java |
137 |
publicMethodCommentRequirement Required |
| 39636 |
src/com/gps/hibernate/SpeedparameterDAO.java |
138 |
There is log block not surrounded by if |
| 39637 |
src/com/gps/hibernate/SpeedparameterDAO.java |
138 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 39638 |
src/com/gps/hibernate/SpeedparameterDAO.java |
140 |
Potential violation of Law of Demeter (method chain calls) |
| 39639 |
src/com/gps/hibernate/SpeedparameterDAO.java |
141 |
There is log block not surrounded by if |
| 39640 |
src/com/gps/hibernate/SpeedparameterDAO.java |
141 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 39641 |
src/com/gps/hibernate/SpeedparameterDAO.java |
142 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 39642 |
src/com/gps/hibernate/SpeedparameterDAO.java |
143 |
There is log block not surrounded by if |
| 39643 |
src/com/gps/hibernate/Stopfencemapping.java |
8 |
Classes implementing Serializable should set a serialVersionUID |
| 39644 |
src/com/gps/hibernate/Stopfencemapping.java |
10 |
fieldCommentRequirement Required |
| 39645 |
src/com/gps/hibernate/Stopfencemapping.java |
11 |
fieldCommentRequirement Required |
| 39646 |
src/com/gps/hibernate/Stopfencemapping.java |
12 |
fieldCommentRequirement Required |
| 39647 |
src/com/gps/hibernate/Stopfencemapping.java |
13 |
fieldCommentRequirement Required |
| 39648 |
src/com/gps/hibernate/Stopfencemapping.java |
15 |
Document empty constructor |
| 39649 |
src/com/gps/hibernate/Stopfencemapping.java |
15 |
publicMethodCommentRequirement Required |
| 39650 |
src/com/gps/hibernate/Stopfencemapping.java |
18 |
Parameter 'fenceId' is not assigned and could be declared final |
| 39651 |
src/com/gps/hibernate/Stopfencemapping.java |
18 |
Parameter 'session' is not assigned and could be declared final |
| 39652 |
src/com/gps/hibernate/Stopfencemapping.java |
18 |
Parameter 'stopId' is not assigned and could be declared final |
| 39653 |
src/com/gps/hibernate/Stopfencemapping.java |
18 |
publicMethodCommentRequirement Required |
| 39654 |
src/com/gps/hibernate/Stopfencemapping.java |
24 |
publicMethodCommentRequirement Required |
| 39655 |
src/com/gps/hibernate/Stopfencemapping.java |
28 |
Parameter 'mapId' is not assigned and could be declared final |
| 39656 |
src/com/gps/hibernate/Stopfencemapping.java |
28 |
publicMethodCommentRequirement Required |
| 39657 |
src/com/gps/hibernate/Stopfencemapping.java |
32 |
publicMethodCommentRequirement Required |
| 39658 |
src/com/gps/hibernate/Stopfencemapping.java |
36 |
Parameter 'stopId' is not assigned and could be declared final |
| 39659 |
src/com/gps/hibernate/Stopfencemapping.java |
36 |
publicMethodCommentRequirement Required |
| 39660 |
src/com/gps/hibernate/Stopfencemapping.java |
40 |
publicMethodCommentRequirement Required |
| 39661 |
src/com/gps/hibernate/Stopfencemapping.java |
44 |
Parameter 'fenceId' is not assigned and could be declared final |
| 39662 |
src/com/gps/hibernate/Stopfencemapping.java |
44 |
publicMethodCommentRequirement Required |
| 39663 |
src/com/gps/hibernate/Stopfencemapping.java |
48 |
publicMethodCommentRequirement Required |
| 39664 |
src/com/gps/hibernate/Stopfencemapping.java |
52 |
Parameter 'session' is not assigned and could be declared final |
| 39665 |
src/com/gps/hibernate/Stopfencemapping.java |
52 |
publicMethodCommentRequirement Required |
| 39666 |
src/com/gps/hibernate/TripAttender.java |
8 |
Classes implementing Serializable should set a serialVersionUID |
| 39667 |
src/com/gps/hibernate/TripAttender.java |
10 |
Avoid variables with short names like id |
| 39668 |
src/com/gps/hibernate/TripAttender.java |
10 |
fieldCommentRequirement Required |
| 39669 |
src/com/gps/hibernate/TripAttender.java |
11 |
fieldCommentRequirement Required |
| 39670 |
src/com/gps/hibernate/TripAttender.java |
12 |
fieldCommentRequirement Required |
| 39671 |
src/com/gps/hibernate/TripAttender.java |
13 |
fieldCommentRequirement Required |
| 39672 |
src/com/gps/hibernate/TripAttender.java |
15 |
Document empty constructor |
| 39673 |
src/com/gps/hibernate/TripAttender.java |
15 |
publicMethodCommentRequirement Required |
| 39674 |
src/com/gps/hibernate/TripAttender.java |
18 |
Parameter 'mobileNo' is not assigned and could be declared final |
| 39675 |
src/com/gps/hibernate/TripAttender.java |
18 |
Parameter 'session' is not assigned and could be declared final |
| 39676 |
src/com/gps/hibernate/TripAttender.java |
18 |
Parameter 'tripDetails' is not assigned and could be declared final |
| 39677 |
src/com/gps/hibernate/TripAttender.java |
18 |
publicMethodCommentRequirement Required |
| 39678 |
src/com/gps/hibernate/TripAttender.java |
24 |
publicMethodCommentRequirement Required |
| 39679 |
src/com/gps/hibernate/TripAttender.java |
28 |
Avoid variables with short names like id |
| 39680 |
src/com/gps/hibernate/TripAttender.java |
28 |
Parameter 'id' is not assigned and could be declared final |
| 39681 |
src/com/gps/hibernate/TripAttender.java |
28 |
publicMethodCommentRequirement Required |
| 39682 |
src/com/gps/hibernate/TripAttender.java |
32 |
publicMethodCommentRequirement Required |
| 39683 |
src/com/gps/hibernate/TripAttender.java |
36 |
Parameter 'tripDetails' is not assigned and could be declared final |
| 39684 |
src/com/gps/hibernate/TripAttender.java |
36 |
publicMethodCommentRequirement Required |
| 39685 |
src/com/gps/hibernate/TripAttender.java |
40 |
publicMethodCommentRequirement Required |
| 39686 |
src/com/gps/hibernate/TripAttender.java |
44 |
Parameter 'mobileNo' is not assigned and could be declared final |
| 39687 |
src/com/gps/hibernate/TripAttender.java |
44 |
publicMethodCommentRequirement Required |
| 39688 |
src/com/gps/hibernate/TripAttender.java |
48 |
publicMethodCommentRequirement Required |
| 39689 |
src/com/gps/hibernate/TripAttender.java |
52 |
Parameter 'session' is not assigned and could be declared final |
| 39690 |
src/com/gps/hibernate/TripAttender.java |
52 |
publicMethodCommentRequirement Required |
| 39691 |
src/com/gps/hibernate/TripDetails.java |
2 |
This class has a bunch of public methods and attributes |
| 39692 |
src/com/gps/hibernate/TripDetails.java |
14 |
Classes implementing Serializable should set a serialVersionUID |
| 39693 |
src/com/gps/hibernate/TripDetails.java |
14 |
Too many fields |
| 39694 |
src/com/gps/hibernate/TripDetails.java |
18 |
fieldCommentRequirement Required |
| 39695 |
src/com/gps/hibernate/TripDetails.java |
19 |
fieldCommentRequirement Required |
| 39696 |
src/com/gps/hibernate/TripDetails.java |
20 |
fieldCommentRequirement Required |
| 39697 |
src/com/gps/hibernate/TripDetails.java |
21 |
fieldCommentRequirement Required |
| 39698 |
src/com/gps/hibernate/TripDetails.java |
22 |
fieldCommentRequirement Required |
| 39699 |
src/com/gps/hibernate/TripDetails.java |
23 |
fieldCommentRequirement Required |
| 39700 |
src/com/gps/hibernate/TripDetails.java |
24 |
fieldCommentRequirement Required |
| 39701 |
src/com/gps/hibernate/TripDetails.java |
25 |
fieldCommentRequirement Required |
| 39702 |
src/com/gps/hibernate/TripDetails.java |
26 |
fieldCommentRequirement Required |
| 39703 |
src/com/gps/hibernate/TripDetails.java |
27 |
fieldCommentRequirement Required |
| 39704 |
src/com/gps/hibernate/TripDetails.java |
28 |
fieldCommentRequirement Required |
| 39705 |
src/com/gps/hibernate/TripDetails.java |
29 |
fieldCommentRequirement Required |
| 39706 |
src/com/gps/hibernate/TripDetails.java |
30 |
fieldCommentRequirement Required |
| 39707 |
src/com/gps/hibernate/TripDetails.java |
31 |
Avoid excessively long variable names like noConfirmedTravellers |
| 39708 |
src/com/gps/hibernate/TripDetails.java |
31 |
fieldCommentRequirement Required |
| 39709 |
src/com/gps/hibernate/TripDetails.java |
32 |
fieldCommentRequirement Required |
| 39710 |
src/com/gps/hibernate/TripDetails.java |
33 |
fieldCommentRequirement Required |
| 39711 |
src/com/gps/hibernate/TripDetails.java |
34 |
fieldCommentRequirement Required |
| 39712 |
src/com/gps/hibernate/TripDetails.java |
35 |
fieldCommentRequirement Required |
| 39713 |
src/com/gps/hibernate/TripDetails.java |
36 |
fieldCommentRequirement Required |
| 39714 |
src/com/gps/hibernate/TripDetails.java |
37 |
fieldCommentRequirement Required |
| 39715 |
src/com/gps/hibernate/TripDetails.java |
38 |
fieldCommentRequirement Required |
| 39716 |
src/com/gps/hibernate/TripDetails.java |
39 |
fieldCommentRequirement Required |
| 39717 |
src/com/gps/hibernate/TripDetails.java |
40 |
fieldCommentRequirement Required |
| 39718 |
src/com/gps/hibernate/TripDetails.java |
41 |
fieldCommentRequirement Required |
| 39719 |
src/com/gps/hibernate/TripDetails.java |
42 |
fieldCommentRequirement Required |
| 39720 |
src/com/gps/hibernate/TripDetails.java |
43 |
fieldCommentRequirement Required |
| 39721 |
src/com/gps/hibernate/TripDetails.java |
44 |
fieldCommentRequirement Required |
| 39722 |
src/com/gps/hibernate/TripDetails.java |
45 |
fieldCommentRequirement Required |
| 39723 |
src/com/gps/hibernate/TripDetails.java |
46 |
fieldCommentRequirement Required |
| 39724 |
src/com/gps/hibernate/TripDetails.java |
47 |
fieldCommentRequirement Required |
| 39725 |
src/com/gps/hibernate/TripDetails.java |
48 |
fieldCommentRequirement Required |
| 39726 |
src/com/gps/hibernate/TripDetails.java |
49 |
fieldCommentRequirement Required |
| 39727 |
src/com/gps/hibernate/TripDetails.java |
50 |
fieldCommentRequirement Required |
| 39728 |
src/com/gps/hibernate/TripDetails.java |
51 |
fieldCommentRequirement Required |
| 39729 |
src/com/gps/hibernate/TripDetails.java |
52 |
fieldCommentRequirement Required |
| 39730 |
src/com/gps/hibernate/TripDetails.java |
54 |
publicMethodCommentRequirement Required |
| 39731 |
src/com/gps/hibernate/TripDetails.java |
58 |
Parameter 'hasMorning' is not assigned and could be declared final |
| 39732 |
src/com/gps/hibernate/TripDetails.java |
58 |
publicMethodCommentRequirement Required |
| 39733 |
src/com/gps/hibernate/TripDetails.java |
62 |
publicMethodCommentRequirement Required |
| 39734 |
src/com/gps/hibernate/TripDetails.java |
66 |
Parameter 'hasEvening' is not assigned and could be declared final |
| 39735 |
src/com/gps/hibernate/TripDetails.java |
66 |
publicMethodCommentRequirement Required |
| 39736 |
src/com/gps/hibernate/TripDetails.java |
70 |
publicMethodCommentRequirement Required |
| 39737 |
src/com/gps/hibernate/TripDetails.java |
74 |
Parameter 'evenendhours' is not assigned and could be declared final |
| 39738 |
src/com/gps/hibernate/TripDetails.java |
74 |
publicMethodCommentRequirement Required |
| 39739 |
src/com/gps/hibernate/TripDetails.java |
78 |
publicMethodCommentRequirement Required |
| 39740 |
src/com/gps/hibernate/TripDetails.java |
82 |
Parameter 'evenendmins' is not assigned and could be declared final |
| 39741 |
src/com/gps/hibernate/TripDetails.java |
82 |
publicMethodCommentRequirement Required |
| 39742 |
src/com/gps/hibernate/TripDetails.java |
86 |
Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. |
| 39743 |
src/com/gps/hibernate/TripDetails.java |
86 |
fieldCommentRequirement Required |
| 39744 |
src/com/gps/hibernate/TripDetails.java |
87 |
Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. |
| 39745 |
src/com/gps/hibernate/TripDetails.java |
87 |
fieldCommentRequirement Required |
| 39746 |
src/com/gps/hibernate/TripDetails.java |
89 |
Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. |
| 39747 |
src/com/gps/hibernate/TripDetails.java |
89 |
fieldCommentRequirement Required |
| 39748 |
src/com/gps/hibernate/TripDetails.java |
90 |
Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. |
| 39749 |
src/com/gps/hibernate/TripDetails.java |
90 |
fieldCommentRequirement Required |
| 39750 |
src/com/gps/hibernate/TripDetails.java |
92 |
Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. |
| 39751 |
src/com/gps/hibernate/TripDetails.java |
92 |
fieldCommentRequirement Required |
| 39752 |
src/com/gps/hibernate/TripDetails.java |
93 |
Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. |
| 39753 |
src/com/gps/hibernate/TripDetails.java |
93 |
fieldCommentRequirement Required |
| 39754 |
src/com/gps/hibernate/TripDetails.java |
95 |
publicMethodCommentRequirement Required |
| 39755 |
src/com/gps/hibernate/TripDetails.java |
99 |
Parameter 'monendhours' is not assigned and could be declared final |
| 39756 |
src/com/gps/hibernate/TripDetails.java |
99 |
publicMethodCommentRequirement Required |
| 39757 |
src/com/gps/hibernate/TripDetails.java |
103 |
publicMethodCommentRequirement Required |
| 39758 |
src/com/gps/hibernate/TripDetails.java |
107 |
Parameter 'monendmins' is not assigned and could be declared final |
| 39759 |
src/com/gps/hibernate/TripDetails.java |
107 |
publicMethodCommentRequirement Required |
| 39760 |
src/com/gps/hibernate/TripDetails.java |
111 |
Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. |
| 39761 |
src/com/gps/hibernate/TripDetails.java |
111 |
fieldCommentRequirement Required |
| 39762 |
src/com/gps/hibernate/TripDetails.java |
113 |
Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. |
| 39763 |
src/com/gps/hibernate/TripDetails.java |
113 |
fieldCommentRequirement Required |
| 39764 |
src/com/gps/hibernate/TripDetails.java |
115 |
publicMethodCommentRequirement Required |
| 39765 |
src/com/gps/hibernate/TripDetails.java |
120 |
publicMethodCommentRequirement Required |
| 39766 |
src/com/gps/hibernate/TripDetails.java |
124 |
Parameter 'startLat' is not assigned and could be declared final |
| 39767 |
src/com/gps/hibernate/TripDetails.java |
124 |
publicMethodCommentRequirement Required |
| 39768 |
src/com/gps/hibernate/TripDetails.java |
128 |
publicMethodCommentRequirement Required |
| 39769 |
src/com/gps/hibernate/TripDetails.java |
132 |
Parameter 'startLong' is not assigned and could be declared final |
| 39770 |
src/com/gps/hibernate/TripDetails.java |
132 |
publicMethodCommentRequirement Required |
| 39771 |
src/com/gps/hibernate/TripDetails.java |
136 |
publicMethodCommentRequirement Required |
| 39772 |
src/com/gps/hibernate/TripDetails.java |
140 |
Parameter 'stopLat' is not assigned and could be declared final |
| 39773 |
src/com/gps/hibernate/TripDetails.java |
140 |
publicMethodCommentRequirement Required |
| 39774 |
src/com/gps/hibernate/TripDetails.java |
144 |
publicMethodCommentRequirement Required |
| 39775 |
src/com/gps/hibernate/TripDetails.java |
148 |
Parameter 'stopLong' is not assigned and could be declared final |
| 39776 |
src/com/gps/hibernate/TripDetails.java |
148 |
publicMethodCommentRequirement Required |
| 39777 |
src/com/gps/hibernate/TripDetails.java |
153 |
Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. |
| 39778 |
src/com/gps/hibernate/TripDetails.java |
153 |
fieldCommentRequirement Required |
| 39779 |
src/com/gps/hibernate/TripDetails.java |
158 |
Avoid excessively long variable names like frequentTripDetailses |
| 39780 |
src/com/gps/hibernate/TripDetails.java |
158 |
Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. |
| 39781 |
src/com/gps/hibernate/TripDetails.java |
158 |
fieldCommentRequirement Required |
| 39782 |
src/com/gps/hibernate/TripDetails.java |
164 |
Document empty constructor |
| 39783 |
src/com/gps/hibernate/TripDetails.java |
167 |
Parameter 'user' is not assigned and could be declared final |
| 39784 |
src/com/gps/hibernate/TripDetails.java |
167 |
Parameter 'vehicleDetails' is not assigned and could be declared final |
| 39785 |
src/com/gps/hibernate/TripDetails.java |
172 |
Parameter 'tripName' is not assigned and could be declared final |
| 39786 |
src/com/gps/hibernate/TripDetails.java |
172 |
Parameter 'tripid' is not assigned and could be declared final |
| 39787 |
src/com/gps/hibernate/TripDetails.java |
172 |
publicMethodCommentRequirement Required |
| 39788 |
src/com/gps/hibernate/TripDetails.java |
177 |
Parameter 'sourceLocation' is not assigned and could be declared final |
| 39789 |
src/com/gps/hibernate/TripDetails.java |
177 |
Parameter 'tripid' is not assigned and could be declared final |
| 39790 |
src/com/gps/hibernate/TripDetails.java |
177 |
publicMethodCommentRequirement Required |
| 39791 |
src/com/gps/hibernate/TripDetails.java |
178 |
Parameter 'destination' is not assigned and could be declared final |
| 39792 |
src/com/gps/hibernate/TripDetails.java |
178 |
Parameter 'returnTime' is not assigned and could be declared final |
| 39793 |
src/com/gps/hibernate/TripDetails.java |
178 |
Parameter 'startdate' is not assigned and could be declared final |
| 39794 |
src/com/gps/hibernate/TripDetails.java |
179 |
Parameter 'returndate' is not assigned and could be declared final |
| 39795 |
src/com/gps/hibernate/TripDetails.java |
179 |
Parameter 'startTime' is not assigned and could be declared final |
| 39796 |
src/com/gps/hibernate/TripDetails.java |
179 |
Parameter 'tripFrequency' is not assigned and could be declared final |
| 39797 |
src/com/gps/hibernate/TripDetails.java |
179 |
Parameter 'tripName' is not assigned and could be declared final |
| 39798 |
src/com/gps/hibernate/TripDetails.java |
193 |
Avoid long parameter lists. |
| 39799 |
src/com/gps/hibernate/TripDetails.java |
193 |
Parameter 'userDetails' is not assigned and could be declared final |
| 39800 |
src/com/gps/hibernate/TripDetails.java |
193 |
Parameter 'vehicleDetails' is not assigned and could be declared final |
| 39801 |
src/com/gps/hibernate/TripDetails.java |
194 |
Parameter 'costofTrip' is not assigned and could be declared final |
| 39802 |
src/com/gps/hibernate/TripDetails.java |
194 |
Parameter 'destination' is not assigned and could be declared final |
| 39803 |
src/com/gps/hibernate/TripDetails.java |
194 |
Parameter 'sourceLocation' is not assigned and could be declared final |
| 39804 |
src/com/gps/hibernate/TripDetails.java |
195 |
Parameter 'distance' is not assigned and could be declared final |
| 39805 |
src/com/gps/hibernate/TripDetails.java |
195 |
Parameter 'route' is not assigned and could be declared final |
| 39806 |
src/com/gps/hibernate/TripDetails.java |
195 |
Parameter 'tripDirection' is not assigned and could be declared final |
| 39807 |
src/com/gps/hibernate/TripDetails.java |
196 |
Parameter 'noSeats' is not assigned and could be declared final |
| 39808 |
src/com/gps/hibernate/TripDetails.java |
196 |
Parameter 'startdate' is not assigned and could be declared final |
| 39809 |
src/com/gps/hibernate/TripDetails.java |
196 |
Parameter 'tripFrequency' is not assigned and could be declared final |
| 39810 |
src/com/gps/hibernate/TripDetails.java |
197 |
Avoid excessively long variable names like noConfirmedTravellers |
| 39811 |
src/com/gps/hibernate/TripDetails.java |
197 |
Parameter 'noConfirmedTravellers' is not assigned and could be declared final |
| 39812 |
src/com/gps/hibernate/TripDetails.java |
197 |
Parameter 'returnTime' is not assigned and could be declared final |
| 39813 |
src/com/gps/hibernate/TripDetails.java |
197 |
Parameter 'via' is not assigned and could be declared final |
| 39814 |
src/com/gps/hibernate/TripDetails.java |
198 |
Parameter 'returndate' is not assigned and could be declared final |
| 39815 |
src/com/gps/hibernate/TripDetails.java |
198 |
Parameter 'role' is not assigned and could be declared final |
| 39816 |
src/com/gps/hibernate/TripDetails.java |
198 |
Parameter 'startTime' is not assigned and could be declared final |
| 39817 |
src/com/gps/hibernate/TripDetails.java |
198 |
Parameter 'status' is not assigned and could be declared final |
| 39818 |
src/com/gps/hibernate/TripDetails.java |
199 |
Avoid unused constructor parameters such as 'pickupPoints'. |
| 39819 |
src/com/gps/hibernate/TripDetails.java |
199 |
Parameter 'parentId' is not assigned and could be declared final |
| 39820 |
src/com/gps/hibernate/TripDetails.java |
199 |
Parameter 'pickupPoints' is not assigned and could be declared final |
| 39821 |
src/com/gps/hibernate/TripDetails.java |
199 |
Parameter 'tripName' is not assigned and could be declared final |
| 39822 |
src/com/gps/hibernate/TripDetails.java |
200 |
Avoid unused constructor parameters such as 'tripScrapses'. |
| 39823 |
src/com/gps/hibernate/TripDetails.java |
200 |
Parameter 'tripDesc' is not assigned and could be declared final |
| 39824 |
src/com/gps/hibernate/TripDetails.java |
200 |
Parameter 'tripParameterses' is not assigned and could be declared final |
| 39825 |
src/com/gps/hibernate/TripDetails.java |
200 |
Parameter 'tripScrapses' is not assigned and could be declared final |
| 39826 |
src/com/gps/hibernate/TripDetails.java |
201 |
Avoid excessively long variable names like tripTravelerDetailses |
| 39827 |
src/com/gps/hibernate/TripDetails.java |
201 |
Avoid unused constructor parameters such as 'feedbacks'. |
| 39828 |
src/com/gps/hibernate/TripDetails.java |
201 |
Avoid unused constructor parameters such as 'tripTravelerDetailses'. |
| 39829 |
src/com/gps/hibernate/TripDetails.java |
201 |
Avoid unused constructor parameters such as 'tripVehicleMaps'. |
| 39830 |
src/com/gps/hibernate/TripDetails.java |
201 |
Parameter 'feedbacks' is not assigned and could be declared final |
| 39831 |
src/com/gps/hibernate/TripDetails.java |
201 |
Parameter 'tripTravelerDetailses' is not assigned and could be declared final |
| 39832 |
src/com/gps/hibernate/TripDetails.java |
201 |
Parameter 'tripVehicleMaps' is not assigned and could be declared final |
| 39833 |
src/com/gps/hibernate/TripDetails.java |
202 |
Avoid excessively long variable names like frequentTripDetailses |
| 39834 |
src/com/gps/hibernate/TripDetails.java |
202 |
Avoid unused constructor parameters such as 'frequentTripDetailses'. |
| 39835 |
src/com/gps/hibernate/TripDetails.java |
202 |
Avoid unused constructor parameters such as 'pickupPointses'. |
| 39836 |
src/com/gps/hibernate/TripDetails.java |
202 |
Parameter 'frequentTripDetailses' is not assigned and could be declared final |
| 39837 |
src/com/gps/hibernate/TripDetails.java |
202 |
Parameter 'geofences' is not assigned and could be declared final |
| 39838 |
src/com/gps/hibernate/TripDetails.java |
202 |
Parameter 'pickupPointses' is not assigned and could be declared final |
| 39839 |
src/com/gps/hibernate/TripDetails.java |
235 |
Avoid long parameter lists. |
| 39840 |
src/com/gps/hibernate/TripDetails.java |
235 |
Parameter 'userDetails' is not assigned and could be declared final |
| 39841 |
src/com/gps/hibernate/TripDetails.java |
235 |
Parameter 'vehicleDetails' is not assigned and could be declared final |
| 39842 |
src/com/gps/hibernate/TripDetails.java |
235 |
publicMethodCommentRequirement Required |
| 39843 |
src/com/gps/hibernate/TripDetails.java |
236 |
Parameter 'costofTrip' is not assigned and could be declared final |
| 39844 |
src/com/gps/hibernate/TripDetails.java |
236 |
Parameter 'destination' is not assigned and could be declared final |
| 39845 |
src/com/gps/hibernate/TripDetails.java |
236 |
Parameter 'sourceLocation' is not assigned and could be declared final |
| 39846 |
src/com/gps/hibernate/TripDetails.java |
237 |
Parameter 'distance' is not assigned and could be declared final |
| 39847 |
src/com/gps/hibernate/TripDetails.java |
237 |
Parameter 'route' is not assigned and could be declared final |
| 39848 |
src/com/gps/hibernate/TripDetails.java |
237 |
Parameter 'tripDirection' is not assigned and could be declared final |
| 39849 |
src/com/gps/hibernate/TripDetails.java |
238 |
Parameter 'noSeats' is not assigned and could be declared final |
| 39850 |
src/com/gps/hibernate/TripDetails.java |
238 |
Parameter 'startdate' is not assigned and could be declared final |
| 39851 |
src/com/gps/hibernate/TripDetails.java |
238 |
Parameter 'tripFrequency' is not assigned and could be declared final |
| 39852 |
src/com/gps/hibernate/TripDetails.java |
239 |
Avoid excessively long variable names like noConfirmedTravellers |
| 39853 |
src/com/gps/hibernate/TripDetails.java |
239 |
Parameter 'noConfirmedTravellers' is not assigned and could be declared final |
| 39854 |
src/com/gps/hibernate/TripDetails.java |
239 |
Parameter 'returnTime' is not assigned and could be declared final |
| 39855 |
src/com/gps/hibernate/TripDetails.java |
239 |
Parameter 'via' is not assigned and could be declared final |
| 39856 |
src/com/gps/hibernate/TripDetails.java |
240 |
Parameter 'returndate' is not assigned and could be declared final |
| 39857 |
src/com/gps/hibernate/TripDetails.java |
240 |
Parameter 'role' is not assigned and could be declared final |
| 39858 |
src/com/gps/hibernate/TripDetails.java |
240 |
Parameter 'startTime' is not assigned and could be declared final |
| 39859 |
src/com/gps/hibernate/TripDetails.java |
240 |
Parameter 'status' is not assigned and could be declared final |
| 39860 |
src/com/gps/hibernate/TripDetails.java |
241 |
Avoid unused constructor parameters such as 'pickupPoints'. |
| 39861 |
src/com/gps/hibernate/TripDetails.java |
241 |
Parameter 'parentId' is not assigned and could be declared final |
| 39862 |
src/com/gps/hibernate/TripDetails.java |
241 |
Parameter 'pickupPoints' is not assigned and could be declared final |
| 39863 |
src/com/gps/hibernate/TripDetails.java |
241 |
Parameter 'tripName' is not assigned and could be declared final |
| 39864 |
src/com/gps/hibernate/TripDetails.java |
242 |
Avoid unused constructor parameters such as 'tripScrapses'. |
| 39865 |
src/com/gps/hibernate/TripDetails.java |
242 |
Parameter 'tripDesc' is not assigned and could be declared final |
| 39866 |
src/com/gps/hibernate/TripDetails.java |
242 |
Parameter 'tripParameterses' is not assigned and could be declared final |
| 39867 |
src/com/gps/hibernate/TripDetails.java |
242 |
Parameter 'tripScrapses' is not assigned and could be declared final |
| 39868 |
src/com/gps/hibernate/TripDetails.java |
243 |
Avoid excessively long variable names like tripTravelerDetailses |
| 39869 |
src/com/gps/hibernate/TripDetails.java |
243 |
Avoid unused constructor parameters such as 'feedbacks'. |
| 39870 |
src/com/gps/hibernate/TripDetails.java |
243 |
Avoid unused constructor parameters such as 'tripTravelerDetailses'. |
| 39871 |
src/com/gps/hibernate/TripDetails.java |
243 |
Avoid unused constructor parameters such as 'tripVehicleMaps'. |
| 39872 |
src/com/gps/hibernate/TripDetails.java |
243 |
Parameter 'feedbacks' is not assigned and could be declared final |
| 39873 |
src/com/gps/hibernate/TripDetails.java |
243 |
Parameter 'tripTravelerDetailses' is not assigned and could be declared final |
| 39874 |
src/com/gps/hibernate/TripDetails.java |
243 |
Parameter 'tripVehicleMaps' is not assigned and could be declared final |
| 39875 |
src/com/gps/hibernate/TripDetails.java |
244 |
Avoid excessively long variable names like frequentTripDetailses |
| 39876 |
src/com/gps/hibernate/TripDetails.java |
244 |
Avoid unused constructor parameters such as 'frequentTripDetailses'. |
| 39877 |
src/com/gps/hibernate/TripDetails.java |
244 |
Avoid unused constructor parameters such as 'pickupPointses'. |
| 39878 |
src/com/gps/hibernate/TripDetails.java |
244 |
Parameter 'frequentTripDetailses' is not assigned and could be declared final |
| 39879 |
src/com/gps/hibernate/TripDetails.java |
244 |
Parameter 'pickupPointses' is not assigned and could be declared final |
| 39880 |
src/com/gps/hibernate/TripDetails.java |
272 |
publicMethodCommentRequirement Required |
| 39881 |
src/com/gps/hibernate/TripDetails.java |
276 |
Parameter 'tripid' is not assigned and could be declared final |
| 39882 |
src/com/gps/hibernate/TripDetails.java |
276 |
publicMethodCommentRequirement Required |
| 39883 |
src/com/gps/hibernate/TripDetails.java |
280 |
publicMethodCommentRequirement Required |
| 39884 |
src/com/gps/hibernate/TripDetails.java |
284 |
Parameter 'userDetails' is not assigned and could be declared final |
| 39885 |
src/com/gps/hibernate/TripDetails.java |
284 |
publicMethodCommentRequirement Required |
| 39886 |
src/com/gps/hibernate/TripDetails.java |
298 |
Parameter 'organization' is not assigned and could be declared final |
| 39887 |
src/com/gps/hibernate/TripDetails.java |
302 |
publicMethodCommentRequirement Required |
| 39888 |
src/com/gps/hibernate/TripDetails.java |
306 |
Parameter 'vehicleDetails' is not assigned and could be declared final |
| 39889 |
src/com/gps/hibernate/TripDetails.java |
306 |
publicMethodCommentRequirement Required |
| 39890 |
src/com/gps/hibernate/TripDetails.java |
310 |
publicMethodCommentRequirement Required |
| 39891 |
src/com/gps/hibernate/TripDetails.java |
314 |
Parameter 'costofTrip' is not assigned and could be declared final |
| 39892 |
src/com/gps/hibernate/TripDetails.java |
314 |
publicMethodCommentRequirement Required |
| 39893 |
src/com/gps/hibernate/TripDetails.java |
318 |
publicMethodCommentRequirement Required |
| 39894 |
src/com/gps/hibernate/TripDetails.java |
322 |
Parameter 'sourceLocation' is not assigned and could be declared final |
| 39895 |
src/com/gps/hibernate/TripDetails.java |
322 |
publicMethodCommentRequirement Required |
| 39896 |
src/com/gps/hibernate/TripDetails.java |
326 |
publicMethodCommentRequirement Required |
| 39897 |
src/com/gps/hibernate/TripDetails.java |
330 |
Parameter 'destination' is not assigned and could be declared final |
| 39898 |
src/com/gps/hibernate/TripDetails.java |
330 |
publicMethodCommentRequirement Required |
| 39899 |
src/com/gps/hibernate/TripDetails.java |
334 |
publicMethodCommentRequirement Required |
| 39900 |
src/com/gps/hibernate/TripDetails.java |
338 |
Parameter 'distance' is not assigned and could be declared final |
| 39901 |
src/com/gps/hibernate/TripDetails.java |
338 |
publicMethodCommentRequirement Required |
| 39902 |
src/com/gps/hibernate/TripDetails.java |
342 |
publicMethodCommentRequirement Required |
| 39903 |
src/com/gps/hibernate/TripDetails.java |
347 |
Parameter 'route' is not assigned and could be declared final |
| 39904 |
src/com/gps/hibernate/TripDetails.java |
347 |
publicMethodCommentRequirement Required |
| 39905 |
src/com/gps/hibernate/TripDetails.java |
352 |
publicMethodCommentRequirement Required |
| 39906 |
src/com/gps/hibernate/TripDetails.java |
356 |
Parameter 'tripDirection' is not assigned and could be declared final |
| 39907 |
src/com/gps/hibernate/TripDetails.java |
356 |
publicMethodCommentRequirement Required |
| 39908 |
src/com/gps/hibernate/TripDetails.java |
360 |
publicMethodCommentRequirement Required |
| 39909 |
src/com/gps/hibernate/TripDetails.java |
364 |
Parameter 'noSeats' is not assigned and could be declared final |
| 39910 |
src/com/gps/hibernate/TripDetails.java |
364 |
publicMethodCommentRequirement Required |
| 39911 |
src/com/gps/hibernate/TripDetails.java |
368 |
publicMethodCommentRequirement Required |
| 39912 |
src/com/gps/hibernate/TripDetails.java |
372 |
Parameter 'startdate' is not assigned and could be declared final |
| 39913 |
src/com/gps/hibernate/TripDetails.java |
372 |
publicMethodCommentRequirement Required |
| 39914 |
src/com/gps/hibernate/TripDetails.java |
376 |
publicMethodCommentRequirement Required |
| 39915 |
src/com/gps/hibernate/TripDetails.java |
380 |
Parameter 'tripFrequency' is not assigned and could be declared final |
| 39916 |
src/com/gps/hibernate/TripDetails.java |
380 |
publicMethodCommentRequirement Required |
| 39917 |
src/com/gps/hibernate/TripDetails.java |
384 |
publicMethodCommentRequirement Required |
| 39918 |
src/com/gps/hibernate/TripDetails.java |
388 |
Avoid excessively long variable names like noConfirmedTravellers |
| 39919 |
src/com/gps/hibernate/TripDetails.java |
388 |
Parameter 'noConfirmedTravellers' is not assigned and could be declared final |
| 39920 |
src/com/gps/hibernate/TripDetails.java |
388 |
publicMethodCommentRequirement Required |
| 39921 |
src/com/gps/hibernate/TripDetails.java |
392 |
publicMethodCommentRequirement Required |
| 39922 |
src/com/gps/hibernate/TripDetails.java |
396 |
Parameter 'via' is not assigned and could be declared final |
| 39923 |
src/com/gps/hibernate/TripDetails.java |
396 |
publicMethodCommentRequirement Required |
| 39924 |
src/com/gps/hibernate/TripDetails.java |
409 |
Parameter 'ampm' is not assigned and could be declared final |
| 39925 |
src/com/gps/hibernate/TripDetails.java |
412 |
publicMethodCommentRequirement Required |
| 39926 |
src/com/gps/hibernate/TripDetails.java |
416 |
Parameter 'returnTime' is not assigned and could be declared final |
| 39927 |
src/com/gps/hibernate/TripDetails.java |
416 |
publicMethodCommentRequirement Required |
| 39928 |
src/com/gps/hibernate/TripDetails.java |
420 |
publicMethodCommentRequirement Required |
| 39929 |
src/com/gps/hibernate/TripDetails.java |
424 |
Parameter 'returndate' is not assigned and could be declared final |
| 39930 |
src/com/gps/hibernate/TripDetails.java |
424 |
publicMethodCommentRequirement Required |
| 39931 |
src/com/gps/hibernate/TripDetails.java |
428 |
publicMethodCommentRequirement Required |
| 39932 |
src/com/gps/hibernate/TripDetails.java |
432 |
Parameter 'startTime' is not assigned and could be declared final |
| 39933 |
src/com/gps/hibernate/TripDetails.java |
432 |
publicMethodCommentRequirement Required |
| 39934 |
src/com/gps/hibernate/TripDetails.java |
436 |
publicMethodCommentRequirement Required |
| 39935 |
src/com/gps/hibernate/TripDetails.java |
440 |
Parameter 'role' is not assigned and could be declared final |
| 39936 |
src/com/gps/hibernate/TripDetails.java |
440 |
publicMethodCommentRequirement Required |
| 39937 |
src/com/gps/hibernate/TripDetails.java |
444 |
publicMethodCommentRequirement Required |
| 39938 |
src/com/gps/hibernate/TripDetails.java |
448 |
Parameter 'status' is not assigned and could be declared final |
| 39939 |
src/com/gps/hibernate/TripDetails.java |
448 |
publicMethodCommentRequirement Required |
| 39940 |
src/com/gps/hibernate/TripDetails.java |
452 |
publicMethodCommentRequirement Required |
| 39941 |
src/com/gps/hibernate/TripDetails.java |
456 |
Parameter 'parentId' is not assigned and could be declared final |
| 39942 |
src/com/gps/hibernate/TripDetails.java |
456 |
publicMethodCommentRequirement Required |
| 39943 |
src/com/gps/hibernate/TripDetails.java |
462 |
publicMethodCommentRequirement Required |
| 39944 |
src/com/gps/hibernate/TripDetails.java |
466 |
Parameter 'tripName' is not assigned and could be declared final |
| 39945 |
src/com/gps/hibernate/TripDetails.java |
466 |
publicMethodCommentRequirement Required |
| 39946 |
src/com/gps/hibernate/TripDetails.java |
470 |
publicMethodCommentRequirement Required |
| 39947 |
src/com/gps/hibernate/TripDetails.java |
474 |
Parameter 'tripDesc' is not assigned and could be declared final |
| 39948 |
src/com/gps/hibernate/TripDetails.java |
474 |
publicMethodCommentRequirement Required |
| 39949 |
src/com/gps/hibernate/TripDetails.java |
478 |
publicMethodCommentRequirement Required |
| 39950 |
src/com/gps/hibernate/TripDetails.java |
481 |
Parameter 'monhours' is not assigned and could be declared final |
| 39951 |
src/com/gps/hibernate/TripDetails.java |
481 |
publicMethodCommentRequirement Required |
| 39952 |
src/com/gps/hibernate/TripDetails.java |
484 |
publicMethodCommentRequirement Required |
| 39953 |
src/com/gps/hibernate/TripDetails.java |
487 |
Parameter 'monmins' is not assigned and could be declared final |
| 39954 |
src/com/gps/hibernate/TripDetails.java |
487 |
publicMethodCommentRequirement Required |
| 39955 |
src/com/gps/hibernate/TripDetails.java |
490 |
publicMethodCommentRequirement Required |
| 39956 |
src/com/gps/hibernate/TripDetails.java |
493 |
Parameter 'evenhours' is not assigned and could be declared final |
| 39957 |
src/com/gps/hibernate/TripDetails.java |
493 |
publicMethodCommentRequirement Required |
| 39958 |
src/com/gps/hibernate/TripDetails.java |
496 |
publicMethodCommentRequirement Required |
| 39959 |
src/com/gps/hibernate/TripDetails.java |
508 |
Parameter 'monDuration' is not assigned and could be declared final |
| 39960 |
src/com/gps/hibernate/TripDetails.java |
520 |
Parameter 'evenDuration' is not assigned and could be declared final |
| 39961 |
src/com/gps/hibernate/TripDetails.java |
523 |
Parameter 'evenmins' is not assigned and could be declared final |
| 39962 |
src/com/gps/hibernate/TripDetails.java |
523 |
publicMethodCommentRequirement Required |
| 39963 |
src/com/gps/hibernate/TripDetails.java |
535 |
Parameter 'pickupPoints' is not assigned and could be declared final |
| 39964 |
src/com/gps/hibernate/TripDetails.java |
547 |
Parameter 'usersTripses' is not assigned and could be declared final |
| 39965 |
src/com/gps/hibernate/TripDetails.java |
553 |
Parameter 'geofences' is not assigned and could be declared final |
| 39966 |
src/com/gps/hibernate/TripDetails.java |
556 |
publicMethodCommentRequirement Required |
| 39967 |
src/com/gps/hibernate/TripDetails.java |
560 |
Parameter 'tripParameterses' is not assigned and could be declared final |
| 39968 |
src/com/gps/hibernate/TripDetails.java |
560 |
publicMethodCommentRequirement Required |
| 39969 |
src/com/gps/hibernate/TripDetails.java |
596 |
publicMethodCommentRequirement Required |
| 39970 |
src/com/gps/hibernate/TripDetails.java |
600 |
Avoid excessively long variable names like frequentTripDetailses |
| 39971 |
src/com/gps/hibernate/TripDetails.java |
600 |
Parameter 'frequentTripDetailses' is not assigned and could be declared final |
| 39972 |
src/com/gps/hibernate/TripDetails.java |
600 |
publicMethodCommentRequirement Required |
| 39973 |
src/com/gps/hibernate/TripDetails.java |
615 |
Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. |
| 39974 |
src/com/gps/hibernate/TripDetails.java |
615 |
fieldCommentRequirement Required |
| 39975 |
src/com/gps/hibernate/TripDetails.java |
617 |
publicMethodCommentRequirement Required |
| 39976 |
src/com/gps/hibernate/TripDetails.java |
620 |
Parameter 'rfidhistories' is not assigned and could be declared final |
| 39977 |
src/com/gps/hibernate/TripDetails.java |
620 |
publicMethodCommentRequirement Required |
| 39978 |
src/com/gps/hibernate/TripDetailsDAO.java |
12 |
Comment is too large: Too many lines |
| 39979 |
src/com/gps/hibernate/TripDetailsDAO.java |
24 |
This class has too many methods, consider refactoring it. |
| 39980 |
src/com/gps/hibernate/TripDetailsDAO.java |
25 |
Logger should be defined private static final and have the correct class |
| 39981 |
src/com/gps/hibernate/TripDetailsDAO.java |
25 |
Variables that are final and static should be all capitals, 'log' is not all capitals. |
| 39982 |
src/com/gps/hibernate/TripDetailsDAO.java |
25 |
fieldCommentRequirement Required |
| 39983 |
src/com/gps/hibernate/TripDetailsDAO.java |
27 |
fieldCommentRequirement Required |
| 39984 |
src/com/gps/hibernate/TripDetailsDAO.java |
28 |
fieldCommentRequirement Required |
| 39985 |
src/com/gps/hibernate/TripDetailsDAO.java |
29 |
fieldCommentRequirement Required |
| 39986 |
src/com/gps/hibernate/TripDetailsDAO.java |
30 |
fieldCommentRequirement Required |
| 39987 |
src/com/gps/hibernate/TripDetailsDAO.java |
31 |
fieldCommentRequirement Required |
| 39988 |
src/com/gps/hibernate/TripDetailsDAO.java |
32 |
fieldCommentRequirement Required |
| 39989 |
src/com/gps/hibernate/TripDetailsDAO.java |
33 |
fieldCommentRequirement Required |
| 39990 |
src/com/gps/hibernate/TripDetailsDAO.java |
34 |
fieldCommentRequirement Required |
| 39991 |
src/com/gps/hibernate/TripDetailsDAO.java |
35 |
Avoid excessively long variable names like NO_CONFIRMED_TRAVELLERS |
| 39992 |
src/com/gps/hibernate/TripDetailsDAO.java |
35 |
fieldCommentRequirement Required |
| 39993 |
src/com/gps/hibernate/TripDetailsDAO.java |
36 |
fieldCommentRequirement Required |
| 39994 |
src/com/gps/hibernate/TripDetailsDAO.java |
37 |
fieldCommentRequirement Required |
| 39995 |
src/com/gps/hibernate/TripDetailsDAO.java |
38 |
fieldCommentRequirement Required |
| 39996 |
src/com/gps/hibernate/TripDetailsDAO.java |
39 |
fieldCommentRequirement Required |
| 39997 |
src/com/gps/hibernate/TripDetailsDAO.java |
40 |
fieldCommentRequirement Required |
| 39998 |
src/com/gps/hibernate/TripDetailsDAO.java |
41 |
fieldCommentRequirement Required |
| 39999 |
src/com/gps/hibernate/TripDetailsDAO.java |
42 |
fieldCommentRequirement Required |
| 40000 |
src/com/gps/hibernate/TripDetailsDAO.java |
43 |
fieldCommentRequirement Required |
| 40001 |
src/com/gps/hibernate/TripDetailsDAO.java |
44 |
fieldCommentRequirement Required |
| 40002 |
src/com/gps/hibernate/TripDetailsDAO.java |
46 |
Parameter 'transientInstance' is not assigned and could be declared final |
| 40003 |
src/com/gps/hibernate/TripDetailsDAO.java |
46 |
publicMethodCommentRequirement Required |
| 40004 |
src/com/gps/hibernate/TripDetailsDAO.java |
47 |
There is log block not surrounded by if |
| 40005 |
src/com/gps/hibernate/TripDetailsDAO.java |
47 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 40006 |
src/com/gps/hibernate/TripDetailsDAO.java |
49 |
Potential violation of Law of Demeter (method chain calls) |
| 40007 |
src/com/gps/hibernate/TripDetailsDAO.java |
50 |
There is log block not surrounded by if |
| 40008 |
src/com/gps/hibernate/TripDetailsDAO.java |
50 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 40009 |
src/com/gps/hibernate/TripDetailsDAO.java |
51 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 40010 |
src/com/gps/hibernate/TripDetailsDAO.java |
52 |
There is log block not surrounded by if |
| 40011 |
src/com/gps/hibernate/TripDetailsDAO.java |
57 |
Avoid excessively long variable names like persistentInstance |
| 40012 |
src/com/gps/hibernate/TripDetailsDAO.java |
57 |
Parameter 'persistentInstance' is not assigned and could be declared final |
| 40013 |
src/com/gps/hibernate/TripDetailsDAO.java |
57 |
publicMethodCommentRequirement Required |
| 40014 |
src/com/gps/hibernate/TripDetailsDAO.java |
58 |
There is log block not surrounded by if |
| 40015 |
src/com/gps/hibernate/TripDetailsDAO.java |
58 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 40016 |
src/com/gps/hibernate/TripDetailsDAO.java |
60 |
Potential violation of Law of Demeter (method chain calls) |
| 40017 |
src/com/gps/hibernate/TripDetailsDAO.java |
61 |
There is log block not surrounded by if |
| 40018 |
src/com/gps/hibernate/TripDetailsDAO.java |
61 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 40019 |
src/com/gps/hibernate/TripDetailsDAO.java |
62 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 40020 |
src/com/gps/hibernate/TripDetailsDAO.java |
63 |
There is log block not surrounded by if |
| 40021 |
src/com/gps/hibernate/TripDetailsDAO.java |
68 |
Avoid variables with short names like id |
| 40022 |
src/com/gps/hibernate/TripDetailsDAO.java |
68 |
Parameter 'id' is not assigned and could be declared final |
| 40023 |
src/com/gps/hibernate/TripDetailsDAO.java |
68 |
publicMethodCommentRequirement Required |
| 40024 |
src/com/gps/hibernate/TripDetailsDAO.java |
69 |
There is log block not surrounded by if |
| 40025 |
src/com/gps/hibernate/TripDetailsDAO.java |
69 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 40026 |
src/com/gps/hibernate/TripDetailsDAO.java |
71 |
Local variable 'instance' could be declared final |
| 40027 |
src/com/gps/hibernate/TripDetailsDAO.java |
71 |
Potential violation of Law of Demeter (method chain calls) |
| 40028 |
src/com/gps/hibernate/TripDetailsDAO.java |
74 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 40029 |
src/com/gps/hibernate/TripDetailsDAO.java |
75 |
There is log block not surrounded by if |
| 40030 |
src/com/gps/hibernate/TripDetailsDAO.java |
80 |
Parameter 'instance' is not assigned and could be declared final |
| 40031 |
src/com/gps/hibernate/TripDetailsDAO.java |
80 |
publicMethodCommentRequirement Required |
| 40032 |
src/com/gps/hibernate/TripDetailsDAO.java |
81 |
There is log block not surrounded by if |
| 40033 |
src/com/gps/hibernate/TripDetailsDAO.java |
81 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 40034 |
src/com/gps/hibernate/TripDetailsDAO.java |
83 |
Local variable 'results' could be declared final |
| 40035 |
src/com/gps/hibernate/TripDetailsDAO.java |
83 |
Potential violation of Law of Demeter (method chain calls) |
| 40036 |
src/com/gps/hibernate/TripDetailsDAO.java |
83 |
Potential violation of Law of Demeter (method chain calls) |
| 40037 |
src/com/gps/hibernate/TripDetailsDAO.java |
83 |
Potential violation of Law of Demeter (method chain calls) |
| 40038 |
src/com/gps/hibernate/TripDetailsDAO.java |
86 |
There is log block not surrounded by if |
| 40039 |
src/com/gps/hibernate/TripDetailsDAO.java |
86 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 40040 |
src/com/gps/hibernate/TripDetailsDAO.java |
87 |
Potential violation of Law of Demeter (object not created locally) |
| 40041 |
src/com/gps/hibernate/TripDetailsDAO.java |
89 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 40042 |
src/com/gps/hibernate/TripDetailsDAO.java |
90 |
There is log block not surrounded by if |
| 40043 |
src/com/gps/hibernate/TripDetailsDAO.java |
95 |
Parameter 'propertyName' is not assigned and could be declared final |
| 40044 |
src/com/gps/hibernate/TripDetailsDAO.java |
95 |
Parameter 'value' is not assigned and could be declared final |
| 40045 |
src/com/gps/hibernate/TripDetailsDAO.java |
95 |
publicMethodCommentRequirement Required |
| 40046 |
src/com/gps/hibernate/TripDetailsDAO.java |
96 |
There is log block not surrounded by if |
| 40047 |
src/com/gps/hibernate/TripDetailsDAO.java |
96 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 40048 |
src/com/gps/hibernate/TripDetailsDAO.java |
99 |
Local variable 'queryString' could be declared final |
| 40049 |
src/com/gps/hibernate/TripDetailsDAO.java |
101 |
Local variable 'queryObject' could be declared final |
| 40050 |
src/com/gps/hibernate/TripDetailsDAO.java |
101 |
Potential violation of Law of Demeter (method chain calls) |
| 40051 |
src/com/gps/hibernate/TripDetailsDAO.java |
102 |
Potential violation of Law of Demeter (object not created locally) |
| 40052 |
src/com/gps/hibernate/TripDetailsDAO.java |
103 |
Potential violation of Law of Demeter (object not created locally) |
| 40053 |
src/com/gps/hibernate/TripDetailsDAO.java |
104 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 40054 |
src/com/gps/hibernate/TripDetailsDAO.java |
105 |
There is log block not surrounded by if |
| 40055 |
src/com/gps/hibernate/TripDetailsDAO.java |
110 |
Parameter 'costofTrip' is not assigned and could be declared final |
| 40056 |
src/com/gps/hibernate/TripDetailsDAO.java |
110 |
publicMethodCommentRequirement Required |
| 40057 |
src/com/gps/hibernate/TripDetailsDAO.java |
114 |
Parameter 'sourceLocation' is not assigned and could be declared final |
| 40058 |
src/com/gps/hibernate/TripDetailsDAO.java |
114 |
publicMethodCommentRequirement Required |
| 40059 |
src/com/gps/hibernate/TripDetailsDAO.java |
118 |
Parameter 'destination' is not assigned and could be declared final |
| 40060 |
src/com/gps/hibernate/TripDetailsDAO.java |
118 |
publicMethodCommentRequirement Required |
| 40061 |
src/com/gps/hibernate/TripDetailsDAO.java |
122 |
Parameter 'distance' is not assigned and could be declared final |
| 40062 |
src/com/gps/hibernate/TripDetailsDAO.java |
122 |
publicMethodCommentRequirement Required |
| 40063 |
src/com/gps/hibernate/TripDetailsDAO.java |
126 |
Parameter 'route' is not assigned and could be declared final |
| 40064 |
src/com/gps/hibernate/TripDetailsDAO.java |
126 |
publicMethodCommentRequirement Required |
| 40065 |
src/com/gps/hibernate/TripDetailsDAO.java |
130 |
Parameter 'tripDirection' is not assigned and could be declared final |
| 40066 |
src/com/gps/hibernate/TripDetailsDAO.java |
130 |
publicMethodCommentRequirement Required |
| 40067 |
src/com/gps/hibernate/TripDetailsDAO.java |
134 |
Parameter 'noSeats' is not assigned and could be declared final |
| 40068 |
src/com/gps/hibernate/TripDetailsDAO.java |
134 |
publicMethodCommentRequirement Required |
| 40069 |
src/com/gps/hibernate/TripDetailsDAO.java |
138 |
Parameter 'tripFrequency' is not assigned and could be declared final |
| 40070 |
src/com/gps/hibernate/TripDetailsDAO.java |
138 |
publicMethodCommentRequirement Required |
| 40071 |
src/com/gps/hibernate/TripDetailsDAO.java |
142 |
Avoid excessively long variable names like noConfirmedTravellers |
| 40072 |
src/com/gps/hibernate/TripDetailsDAO.java |
142 |
Parameter 'noConfirmedTravellers' is not assigned and could be declared final |
| 40073 |
src/com/gps/hibernate/TripDetailsDAO.java |
142 |
publicMethodCommentRequirement Required |
| 40074 |
src/com/gps/hibernate/TripDetailsDAO.java |
146 |
Parameter 'via' is not assigned and could be declared final |
| 40075 |
src/com/gps/hibernate/TripDetailsDAO.java |
146 |
publicMethodCommentRequirement Required |
| 40076 |
src/com/gps/hibernate/TripDetailsDAO.java |
150 |
Parameter 'returnTime' is not assigned and could be declared final |
| 40077 |
src/com/gps/hibernate/TripDetailsDAO.java |
150 |
publicMethodCommentRequirement Required |
| 40078 |
src/com/gps/hibernate/TripDetailsDAO.java |
154 |
Parameter 'startTime' is not assigned and could be declared final |
| 40079 |
src/com/gps/hibernate/TripDetailsDAO.java |
154 |
publicMethodCommentRequirement Required |
| 40080 |
src/com/gps/hibernate/TripDetailsDAO.java |
158 |
Parameter 'role' is not assigned and could be declared final |
| 40081 |
src/com/gps/hibernate/TripDetailsDAO.java |
158 |
publicMethodCommentRequirement Required |
| 40082 |
src/com/gps/hibernate/TripDetailsDAO.java |
162 |
Parameter 'status' is not assigned and could be declared final |
| 40083 |
src/com/gps/hibernate/TripDetailsDAO.java |
162 |
publicMethodCommentRequirement Required |
| 40084 |
src/com/gps/hibernate/TripDetailsDAO.java |
166 |
Parameter 'parentId' is not assigned and could be declared final |
| 40085 |
src/com/gps/hibernate/TripDetailsDAO.java |
166 |
publicMethodCommentRequirement Required |
| 40086 |
src/com/gps/hibernate/TripDetailsDAO.java |
170 |
Parameter 'pickupPoints' is not assigned and could be declared final |
| 40087 |
src/com/gps/hibernate/TripDetailsDAO.java |
170 |
publicMethodCommentRequirement Required |
| 40088 |
src/com/gps/hibernate/TripDetailsDAO.java |
174 |
Parameter 'tripName' is not assigned and could be declared final |
| 40089 |
src/com/gps/hibernate/TripDetailsDAO.java |
174 |
publicMethodCommentRequirement Required |
| 40090 |
src/com/gps/hibernate/TripDetailsDAO.java |
178 |
Parameter 'tripDesc' is not assigned and could be declared final |
| 40091 |
src/com/gps/hibernate/TripDetailsDAO.java |
178 |
publicMethodCommentRequirement Required |
| 40092 |
src/com/gps/hibernate/TripDetailsDAO.java |
182 |
Parameter 'first' is not assigned and could be declared final |
| 40093 |
src/com/gps/hibernate/TripDetailsDAO.java |
182 |
Parameter 'last' is not assigned and could be declared final |
| 40094 |
src/com/gps/hibernate/TripDetailsDAO.java |
182 |
publicMethodCommentRequirement Required |
| 40095 |
src/com/gps/hibernate/TripDetailsDAO.java |
184 |
There is log block not surrounded by if |
| 40096 |
src/com/gps/hibernate/TripDetailsDAO.java |
184 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 40097 |
src/com/gps/hibernate/TripDetailsDAO.java |
187 |
Local variable 'queryString' could be declared final |
| 40098 |
src/com/gps/hibernate/TripDetailsDAO.java |
188 |
Local variable 'queryObject' could be declared final |
| 40099 |
src/com/gps/hibernate/TripDetailsDAO.java |
188 |
Potential violation of Law of Demeter (method chain calls) |
| 40100 |
src/com/gps/hibernate/TripDetailsDAO.java |
191 |
Potential violation of Law of Demeter (object not created locally) |
| 40101 |
src/com/gps/hibernate/TripDetailsDAO.java |
192 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 40102 |
src/com/gps/hibernate/TripDetailsDAO.java |
193 |
There is log block not surrounded by if |
| 40103 |
src/com/gps/hibernate/TripDetailsDAO.java |
199 |
Parameter 'detachedInstance' is not assigned and could be declared final |
| 40104 |
src/com/gps/hibernate/TripDetailsDAO.java |
199 |
publicMethodCommentRequirement Required |
| 40105 |
src/com/gps/hibernate/TripDetailsDAO.java |
200 |
There is log block not surrounded by if |
| 40106 |
src/com/gps/hibernate/TripDetailsDAO.java |
200 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 40107 |
src/com/gps/hibernate/TripDetailsDAO.java |
202 |
Local variable 'result' could be declared final |
| 40108 |
src/com/gps/hibernate/TripDetailsDAO.java |
202 |
Potential violation of Law of Demeter (method chain calls) |
| 40109 |
src/com/gps/hibernate/TripDetailsDAO.java |
204 |
There is log block not surrounded by if |
| 40110 |
src/com/gps/hibernate/TripDetailsDAO.java |
204 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 40111 |
src/com/gps/hibernate/TripDetailsDAO.java |
206 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 40112 |
src/com/gps/hibernate/TripDetailsDAO.java |
207 |
There is log block not surrounded by if |
| 40113 |
src/com/gps/hibernate/TripDetailsDAO.java |
212 |
Parameter 'instance' is not assigned and could be declared final |
| 40114 |
src/com/gps/hibernate/TripDetailsDAO.java |
212 |
publicMethodCommentRequirement Required |
| 40115 |
src/com/gps/hibernate/TripDetailsDAO.java |
213 |
There is log block not surrounded by if |
| 40116 |
src/com/gps/hibernate/TripDetailsDAO.java |
213 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 40117 |
src/com/gps/hibernate/TripDetailsDAO.java |
215 |
Potential violation of Law of Demeter (method chain calls) |
| 40118 |
src/com/gps/hibernate/TripDetailsDAO.java |
216 |
There is log block not surrounded by if |
| 40119 |
src/com/gps/hibernate/TripDetailsDAO.java |
216 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 40120 |
src/com/gps/hibernate/TripDetailsDAO.java |
217 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 40121 |
src/com/gps/hibernate/TripDetailsDAO.java |
218 |
There is log block not surrounded by if |
| 40122 |
src/com/gps/hibernate/TripDetailsDAO.java |
223 |
Parameter 'instance' is not assigned and could be declared final |
| 40123 |
src/com/gps/hibernate/TripDetailsDAO.java |
223 |
publicMethodCommentRequirement Required |
| 40124 |
src/com/gps/hibernate/TripDetailsDAO.java |
224 |
There is log block not surrounded by if |
| 40125 |
src/com/gps/hibernate/TripDetailsDAO.java |
224 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 40126 |
src/com/gps/hibernate/TripDetailsDAO.java |
226 |
Potential violation of Law of Demeter (method chain calls) |
| 40127 |
src/com/gps/hibernate/TripDetailsDAO.java |
227 |
There is log block not surrounded by if |
| 40128 |
src/com/gps/hibernate/TripDetailsDAO.java |
227 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 40129 |
src/com/gps/hibernate/TripDetailsDAO.java |
228 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 40130 |
src/com/gps/hibernate/TripDetailsDAO.java |
229 |
There is log block not surrounded by if |
| 40131 |
src/com/gps/hibernate/TripDeviation.java |
10 |
Classes implementing Serializable should set a serialVersionUID |
| 40132 |
src/com/gps/hibernate/TripDeviation.java |
12 |
fieldCommentRequirement Required |
| 40133 |
src/com/gps/hibernate/TripDeviation.java |
13 |
fieldCommentRequirement Required |
| 40134 |
src/com/gps/hibernate/TripDeviation.java |
14 |
fieldCommentRequirement Required |
| 40135 |
src/com/gps/hibernate/TripDeviation.java |
15 |
fieldCommentRequirement Required |
| 40136 |
src/com/gps/hibernate/TripDeviation.java |
17 |
Document empty constructor |
| 40137 |
src/com/gps/hibernate/TripDeviation.java |
17 |
publicMethodCommentRequirement Required |
| 40138 |
src/com/gps/hibernate/TripDeviation.java |
20 |
Parameter 'isSupportTeamOk' is not assigned and could be declared final |
| 40139 |
src/com/gps/hibernate/TripDeviation.java |
20 |
Parameter 'time' is not assigned and could be declared final |
| 40140 |
src/com/gps/hibernate/TripDeviation.java |
20 |
publicMethodCommentRequirement Required |
| 40141 |
src/com/gps/hibernate/TripDeviation.java |
25 |
Parameter 'isSupportTeamOk' is not assigned and could be declared final |
| 40142 |
src/com/gps/hibernate/TripDeviation.java |
25 |
Parameter 'tripReference' is not assigned and could be declared final |
| 40143 |
src/com/gps/hibernate/TripDeviation.java |
25 |
publicMethodCommentRequirement Required |
| 40144 |
src/com/gps/hibernate/TripDeviation.java |
26 |
Parameter 'time' is not assigned and could be declared final |
| 40145 |
src/com/gps/hibernate/TripDeviation.java |
32 |
publicMethodCommentRequirement Required |
| 40146 |
src/com/gps/hibernate/TripDeviation.java |
36 |
Parameter 'tripDeviationId' is not assigned and could be declared final |
| 40147 |
src/com/gps/hibernate/TripDeviation.java |
36 |
publicMethodCommentRequirement Required |
| 40148 |
src/com/gps/hibernate/TripDeviation.java |
40 |
publicMethodCommentRequirement Required |
| 40149 |
src/com/gps/hibernate/TripDeviation.java |
44 |
Parameter 'tripReference' is not assigned and could be declared final |
| 40150 |
src/com/gps/hibernate/TripDeviation.java |
44 |
publicMethodCommentRequirement Required |
| 40151 |
src/com/gps/hibernate/TripDeviation.java |
48 |
publicMethodCommentRequirement Required |
| 40152 |
src/com/gps/hibernate/TripDeviation.java |
52 |
Parameter 'isSupportTeamOk' is not assigned and could be declared final |
| 40153 |
src/com/gps/hibernate/TripDeviation.java |
52 |
publicMethodCommentRequirement Required |
| 40154 |
src/com/gps/hibernate/TripDeviation.java |
56 |
publicMethodCommentRequirement Required |
| 40155 |
src/com/gps/hibernate/TripDeviation.java |
60 |
Parameter 'time' is not assigned and could be declared final |
| 40156 |
src/com/gps/hibernate/TripDeviation.java |
60 |
publicMethodCommentRequirement Required |
| 40157 |
src/com/gps/hibernate/TripMsgParams.java |
8 |
Classes implementing Serializable should set a serialVersionUID |
| 40158 |
src/com/gps/hibernate/TripMsgParams.java |
10 |
fieldCommentRequirement Required |
| 40159 |
src/com/gps/hibernate/TripMsgParams.java |
11 |
fieldCommentRequirement Required |
| 40160 |
src/com/gps/hibernate/TripMsgParams.java |
12 |
fieldCommentRequirement Required |
| 40161 |
src/com/gps/hibernate/TripMsgParams.java |
13 |
fieldCommentRequirement Required |
| 40162 |
src/com/gps/hibernate/TripMsgParams.java |
14 |
fieldCommentRequirement Required |
| 40163 |
src/com/gps/hibernate/TripMsgParams.java |
15 |
fieldCommentRequirement Required |
| 40164 |
src/com/gps/hibernate/TripMsgParams.java |
17 |
Document empty constructor |
| 40165 |
src/com/gps/hibernate/TripMsgParams.java |
17 |
publicMethodCommentRequirement Required |
| 40166 |
src/com/gps/hibernate/TripMsgParams.java |
20 |
Parameter 'tripParameters' is not assigned and could be declared final |
| 40167 |
src/com/gps/hibernate/TripMsgParams.java |
20 |
publicMethodCommentRequirement Required |
| 40168 |
src/com/gps/hibernate/TripMsgParams.java |
24 |
Parameter 'msgRoute' is not assigned and could be declared final |
| 40169 |
src/com/gps/hibernate/TripMsgParams.java |
24 |
Parameter 'tripParameters' is not assigned and could be declared final |
| 40170 |
src/com/gps/hibernate/TripMsgParams.java |
24 |
publicMethodCommentRequirement Required |
| 40171 |
src/com/gps/hibernate/TripMsgParams.java |
25 |
Parameter 'msgId' is not assigned and could be declared final |
| 40172 |
src/com/gps/hibernate/TripMsgParams.java |
25 |
Parameter 'msgLength' is not assigned and could be declared final |
| 40173 |
src/com/gps/hibernate/TripMsgParams.java |
25 |
Parameter 'userMsg' is not assigned and could be declared final |
| 40174 |
src/com/gps/hibernate/TripMsgParams.java |
33 |
publicMethodCommentRequirement Required |
| 40175 |
src/com/gps/hibernate/TripMsgParams.java |
37 |
Parameter 'tripMsgId' is not assigned and could be declared final |
| 40176 |
src/com/gps/hibernate/TripMsgParams.java |
37 |
publicMethodCommentRequirement Required |
| 40177 |
src/com/gps/hibernate/TripMsgParams.java |
41 |
publicMethodCommentRequirement Required |
| 40178 |
src/com/gps/hibernate/TripMsgParams.java |
45 |
Parameter 'tripParameters' is not assigned and could be declared final |
| 40179 |
src/com/gps/hibernate/TripMsgParams.java |
45 |
publicMethodCommentRequirement Required |
| 40180 |
src/com/gps/hibernate/TripMsgParams.java |
49 |
publicMethodCommentRequirement Required |
| 40181 |
src/com/gps/hibernate/TripMsgParams.java |
53 |
Parameter 'msgRoute' is not assigned and could be declared final |
| 40182 |
src/com/gps/hibernate/TripMsgParams.java |
53 |
publicMethodCommentRequirement Required |
| 40183 |
src/com/gps/hibernate/TripMsgParams.java |
57 |
publicMethodCommentRequirement Required |
| 40184 |
src/com/gps/hibernate/TripMsgParams.java |
61 |
Parameter 'msgId' is not assigned and could be declared final |
| 40185 |
src/com/gps/hibernate/TripMsgParams.java |
61 |
publicMethodCommentRequirement Required |
| 40186 |
src/com/gps/hibernate/TripMsgParams.java |
65 |
publicMethodCommentRequirement Required |
| 40187 |
src/com/gps/hibernate/TripMsgParams.java |
69 |
Parameter 'msgLength' is not assigned and could be declared final |
| 40188 |
src/com/gps/hibernate/TripMsgParams.java |
69 |
publicMethodCommentRequirement Required |
| 40189 |
src/com/gps/hibernate/TripMsgParams.java |
73 |
publicMethodCommentRequirement Required |
| 40190 |
src/com/gps/hibernate/TripMsgParams.java |
77 |
Parameter 'userMsg' is not assigned and could be declared final |
| 40191 |
src/com/gps/hibernate/TripMsgParams.java |
77 |
publicMethodCommentRequirement Required |
| 40192 |
src/com/gps/hibernate/TripParameters.java |
13 |
Classes implementing Serializable should set a serialVersionUID |
| 40193 |
src/com/gps/hibernate/TripParameters.java |
13 |
Too many fields |
| 40194 |
src/com/gps/hibernate/TripParameters.java |
16 |
fieldCommentRequirement Required |
| 40195 |
src/com/gps/hibernate/TripParameters.java |
17 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 40196 |
src/com/gps/hibernate/TripParameters.java |
17 |
fieldCommentRequirement Required |
| 40197 |
src/com/gps/hibernate/TripParameters.java |
18 |
fieldCommentRequirement Required |
| 40198 |
src/com/gps/hibernate/TripParameters.java |
19 |
fieldCommentRequirement Required |
| 40199 |
src/com/gps/hibernate/TripParameters.java |
20 |
fieldCommentRequirement Required |
| 40200 |
src/com/gps/hibernate/TripParameters.java |
21 |
fieldCommentRequirement Required |
| 40201 |
src/com/gps/hibernate/TripParameters.java |
22 |
fieldCommentRequirement Required |
| 40202 |
src/com/gps/hibernate/TripParameters.java |
23 |
fieldCommentRequirement Required |
| 40203 |
src/com/gps/hibernate/TripParameters.java |
24 |
fieldCommentRequirement Required |
| 40204 |
src/com/gps/hibernate/TripParameters.java |
25 |
fieldCommentRequirement Required |
| 40205 |
src/com/gps/hibernate/TripParameters.java |
27 |
fieldCommentRequirement Required |
| 40206 |
src/com/gps/hibernate/TripParameters.java |
28 |
fieldCommentRequirement Required |
| 40207 |
src/com/gps/hibernate/TripParameters.java |
29 |
fieldCommentRequirement Required |
| 40208 |
src/com/gps/hibernate/TripParameters.java |
30 |
fieldCommentRequirement Required |
| 40209 |
src/com/gps/hibernate/TripParameters.java |
31 |
fieldCommentRequirement Required |
| 40210 |
src/com/gps/hibernate/TripParameters.java |
32 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 40211 |
src/com/gps/hibernate/TripParameters.java |
32 |
fieldCommentRequirement Required |
| 40212 |
src/com/gps/hibernate/TripParameters.java |
33 |
fieldCommentRequirement Required |
| 40213 |
src/com/gps/hibernate/TripParameters.java |
34 |
fieldCommentRequirement Required |
| 40214 |
src/com/gps/hibernate/TripParameters.java |
36 |
publicMethodCommentRequirement Required |
| 40215 |
src/com/gps/hibernate/TripParameters.java |
40 |
Parameter 'eventDescription' is not assigned and could be declared final |
| 40216 |
src/com/gps/hibernate/TripParameters.java |
40 |
publicMethodCommentRequirement Required |
| 40217 |
src/com/gps/hibernate/TripParameters.java |
54 |
Parameter 'vehicleDetails' is not assigned and could be declared final |
| 40218 |
src/com/gps/hibernate/TripParameters.java |
58 |
publicMethodCommentRequirement Required |
| 40219 |
src/com/gps/hibernate/TripParameters.java |
62 |
Parameter 'cellId' is not assigned and could be declared final |
| 40220 |
src/com/gps/hibernate/TripParameters.java |
62 |
publicMethodCommentRequirement Required |
| 40221 |
src/com/gps/hibernate/TripParameters.java |
68 |
publicMethodCommentRequirement Required |
| 40222 |
src/com/gps/hibernate/TripParameters.java |
72 |
Parameter 'gsmStatus' is not assigned and could be declared final |
| 40223 |
src/com/gps/hibernate/TripParameters.java |
72 |
publicMethodCommentRequirement Required |
| 40224 |
src/com/gps/hibernate/TripParameters.java |
81 |
Parameter 'creationTime' is not assigned and could be declared final |
| 40225 |
src/com/gps/hibernate/TripParameters.java |
81 |
Parameter 'distance' is not assigned and could be declared final |
| 40226 |
src/com/gps/hibernate/TripParameters.java |
81 |
Parameter 'eventCode' is not assigned and could be declared final |
| 40227 |
src/com/gps/hibernate/TripParameters.java |
81 |
Parameter 'lattitude' is not assigned and could be declared final |
| 40228 |
src/com/gps/hibernate/TripParameters.java |
81 |
Parameter 'longitude' is not assigned and could be declared final |
| 40229 |
src/com/gps/hibernate/TripParameters.java |
81 |
Parameter 'speed' is not assigned and could be declared final |
| 40230 |
src/com/gps/hibernate/TripParameters.java |
81 |
Parameter 'tripId' is not assigned and could be declared final |
| 40231 |
src/com/gps/hibernate/TripParameters.java |
81 |
Parameter 'tripParamid' is not assigned and could be declared final |
| 40232 |
src/com/gps/hibernate/TripParameters.java |
93 |
Parameter 'creationTime' is not assigned and could be declared final |
| 40233 |
src/com/gps/hibernate/TripParameters.java |
93 |
Parameter 'distance' is not assigned and could be declared final |
| 40234 |
src/com/gps/hibernate/TripParameters.java |
93 |
Parameter 'eventDescription' is not assigned and could be declared final |
| 40235 |
src/com/gps/hibernate/TripParameters.java |
93 |
Parameter 'lattitude' is not assigned and could be declared final |
| 40236 |
src/com/gps/hibernate/TripParameters.java |
93 |
Parameter 'longitude' is not assigned and could be declared final |
| 40237 |
src/com/gps/hibernate/TripParameters.java |
93 |
Parameter 'speed' is not assigned and could be declared final |
| 40238 |
src/com/gps/hibernate/TripParameters.java |
93 |
Parameter 'tripId' is not assigned and could be declared final |
| 40239 |
src/com/gps/hibernate/TripParameters.java |
93 |
Parameter 'tripParamid' is not assigned and could be declared final |
| 40240 |
src/com/gps/hibernate/TripParameters.java |
93 |
publicMethodCommentRequirement Required |
| 40241 |
src/com/gps/hibernate/TripParameters.java |
106 |
Parameter 'creationTime' is not assigned and could be declared final |
| 40242 |
src/com/gps/hibernate/TripParameters.java |
111 |
Parameter 'lattitude' is not assigned and could be declared final |
| 40243 |
src/com/gps/hibernate/TripParameters.java |
111 |
Parameter 'tripDetails' is not assigned and could be declared final |
| 40244 |
src/com/gps/hibernate/TripParameters.java |
112 |
Parameter 'altitude' is not assigned and could be declared final |
| 40245 |
src/com/gps/hibernate/TripParameters.java |
112 |
Parameter 'heading' is not assigned and could be declared final |
| 40246 |
src/com/gps/hibernate/TripParameters.java |
112 |
Parameter 'longitude' is not assigned and could be declared final |
| 40247 |
src/com/gps/hibernate/TripParameters.java |
112 |
Parameter 'speed' is not assigned and could be declared final |
| 40248 |
src/com/gps/hibernate/TripParameters.java |
113 |
Parameter 'fuelContent' is not assigned and could be declared final |
| 40249 |
src/com/gps/hibernate/TripParameters.java |
114 |
Parameter 'batteryStatus' is not assigned and could be declared final |
| 40250 |
src/com/gps/hibernate/TripParameters.java |
114 |
Parameter 'creationTime' is not assigned and could be declared final |
| 40251 |
src/com/gps/hibernate/TripParameters.java |
133 |
publicMethodCommentRequirement Required |
| 40252 |
src/com/gps/hibernate/TripParameters.java |
137 |
Parameter 'tripParamid' is not assigned and could be declared final |
| 40253 |
src/com/gps/hibernate/TripParameters.java |
137 |
publicMethodCommentRequirement Required |
| 40254 |
src/com/gps/hibernate/TripParameters.java |
141 |
publicMethodCommentRequirement Required |
| 40255 |
src/com/gps/hibernate/TripParameters.java |
145 |
Parameter 'tripDetails' is not assigned and could be declared final |
| 40256 |
src/com/gps/hibernate/TripParameters.java |
145 |
publicMethodCommentRequirement Required |
| 40257 |
src/com/gps/hibernate/TripParameters.java |
149 |
publicMethodCommentRequirement Required |
| 40258 |
src/com/gps/hibernate/TripParameters.java |
153 |
Parameter 'lattitude' is not assigned and could be declared final |
| 40259 |
src/com/gps/hibernate/TripParameters.java |
153 |
publicMethodCommentRequirement Required |
| 40260 |
src/com/gps/hibernate/TripParameters.java |
157 |
publicMethodCommentRequirement Required |
| 40261 |
src/com/gps/hibernate/TripParameters.java |
161 |
Parameter 'longitude' is not assigned and could be declared final |
| 40262 |
src/com/gps/hibernate/TripParameters.java |
161 |
publicMethodCommentRequirement Required |
| 40263 |
src/com/gps/hibernate/TripParameters.java |
165 |
publicMethodCommentRequirement Required |
| 40264 |
src/com/gps/hibernate/TripParameters.java |
169 |
Avoid reassigning parameters such as 'speed' |
| 40265 |
src/com/gps/hibernate/TripParameters.java |
169 |
Avoid reassigning parameters such as 'speed' |
| 40266 |
src/com/gps/hibernate/TripParameters.java |
169 |
Avoid reassigning parameters such as 'speed' |
| 40267 |
src/com/gps/hibernate/TripParameters.java |
169 |
publicMethodCommentRequirement Required |
| 40268 |
src/com/gps/hibernate/TripParameters.java |
170 |
Local variable 'twoDForm' could be declared final |
| 40269 |
src/com/gps/hibernate/TripParameters.java |
172 |
Avoid using Literals in Conditional Statements |
| 40270 |
src/com/gps/hibernate/TripParameters.java |
172 |
Avoid using if statements without curly braces |
| 40271 |
src/com/gps/hibernate/TripParameters.java |
174 |
Potential violation of Law of Demeter (object not created locally) |
| 40272 |
src/com/gps/hibernate/TripParameters.java |
178 |
publicMethodCommentRequirement Required |
| 40273 |
src/com/gps/hibernate/TripParameters.java |
182 |
Parameter 'heading' is not assigned and could be declared final |
| 40274 |
src/com/gps/hibernate/TripParameters.java |
182 |
publicMethodCommentRequirement Required |
| 40275 |
src/com/gps/hibernate/TripParameters.java |
186 |
publicMethodCommentRequirement Required |
| 40276 |
src/com/gps/hibernate/TripParameters.java |
190 |
Parameter 'altitude' is not assigned and could be declared final |
| 40277 |
src/com/gps/hibernate/TripParameters.java |
190 |
publicMethodCommentRequirement Required |
| 40278 |
src/com/gps/hibernate/TripParameters.java |
202 |
publicMethodCommentRequirement Required |
| 40279 |
src/com/gps/hibernate/TripParameters.java |
206 |
Parameter 'fuelContent' is not assigned and could be declared final |
| 40280 |
src/com/gps/hibernate/TripParameters.java |
206 |
publicMethodCommentRequirement Required |
| 40281 |
src/com/gps/hibernate/TripParameters.java |
210 |
publicMethodCommentRequirement Required |
| 40282 |
src/com/gps/hibernate/TripParameters.java |
214 |
Parameter 'creationTime' is not assigned and could be declared final |
| 40283 |
src/com/gps/hibernate/TripParameters.java |
214 |
publicMethodCommentRequirement Required |
| 40284 |
src/com/gps/hibernate/TripParameters.java |
218 |
publicMethodCommentRequirement Required |
| 40285 |
src/com/gps/hibernate/TripParameters.java |
222 |
Parameter 'batteryStatus' is not assigned and could be declared final |
| 40286 |
src/com/gps/hibernate/TripParameters.java |
222 |
publicMethodCommentRequirement Required |
| 40287 |
src/com/gps/hibernate/TripParameters.java |
226 |
Parameter 'reportRef' is not assigned and could be declared final |
| 40288 |
src/com/gps/hibernate/TripParameters.java |
226 |
publicMethodCommentRequirement Required |
| 40289 |
src/com/gps/hibernate/TripParameters.java |
230 |
publicMethodCommentRequirement Required |
| 40290 |
src/com/gps/hibernate/TripParameters.java |
240 |
publicMethodCommentRequirement Required |
| 40291 |
src/com/gps/hibernate/TripParameters.java |
243 |
publicMethodCommentRequirement Required |
| 40292 |
src/com/gps/hibernate/TripParameters.java |
250 |
Parameter 'distance' is not assigned and could be declared final |
| 40293 |
src/com/gps/hibernate/TripParametersDAO.java |
11 |
Comment is too large: Too many lines |
| 40294 |
src/com/gps/hibernate/TripParametersDAO.java |
23 |
This class has too many methods, consider refactoring it. |
| 40295 |
src/com/gps/hibernate/TripParametersDAO.java |
24 |
Logger should be defined private static final and have the correct class |
| 40296 |
src/com/gps/hibernate/TripParametersDAO.java |
24 |
Variables that are final and static should be all capitals, 'log' is not all capitals. |
| 40297 |
src/com/gps/hibernate/TripParametersDAO.java |
24 |
fieldCommentRequirement Required |
| 40298 |
src/com/gps/hibernate/TripParametersDAO.java |
26 |
fieldCommentRequirement Required |
| 40299 |
src/com/gps/hibernate/TripParametersDAO.java |
27 |
fieldCommentRequirement Required |
| 40300 |
src/com/gps/hibernate/TripParametersDAO.java |
28 |
fieldCommentRequirement Required |
| 40301 |
src/com/gps/hibernate/TripParametersDAO.java |
29 |
fieldCommentRequirement Required |
| 40302 |
src/com/gps/hibernate/TripParametersDAO.java |
30 |
fieldCommentRequirement Required |
| 40303 |
src/com/gps/hibernate/TripParametersDAO.java |
32 |
fieldCommentRequirement Required |
| 40304 |
src/com/gps/hibernate/TripParametersDAO.java |
33 |
fieldCommentRequirement Required |
| 40305 |
src/com/gps/hibernate/TripParametersDAO.java |
35 |
Parameter 'transientInstance' is not assigned and could be declared final |
| 40306 |
src/com/gps/hibernate/TripParametersDAO.java |
35 |
publicMethodCommentRequirement Required |
| 40307 |
src/com/gps/hibernate/TripParametersDAO.java |
36 |
There is log block not surrounded by if |
| 40308 |
src/com/gps/hibernate/TripParametersDAO.java |
36 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 40309 |
src/com/gps/hibernate/TripParametersDAO.java |
38 |
Potential violation of Law of Demeter (method chain calls) |
| 40310 |
src/com/gps/hibernate/TripParametersDAO.java |
39 |
There is log block not surrounded by if |
| 40311 |
src/com/gps/hibernate/TripParametersDAO.java |
39 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 40312 |
src/com/gps/hibernate/TripParametersDAO.java |
40 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 40313 |
src/com/gps/hibernate/TripParametersDAO.java |
41 |
There is log block not surrounded by if |
| 40314 |
src/com/gps/hibernate/TripParametersDAO.java |
46 |
Avoid excessively long variable names like persistentInstance |
| 40315 |
src/com/gps/hibernate/TripParametersDAO.java |
46 |
Parameter 'persistentInstance' is not assigned and could be declared final |
| 40316 |
src/com/gps/hibernate/TripParametersDAO.java |
46 |
publicMethodCommentRequirement Required |
| 40317 |
src/com/gps/hibernate/TripParametersDAO.java |
47 |
There is log block not surrounded by if |
| 40318 |
src/com/gps/hibernate/TripParametersDAO.java |
47 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 40319 |
src/com/gps/hibernate/TripParametersDAO.java |
49 |
Potential violation of Law of Demeter (method chain calls) |
| 40320 |
src/com/gps/hibernate/TripParametersDAO.java |
50 |
There is log block not surrounded by if |
| 40321 |
src/com/gps/hibernate/TripParametersDAO.java |
50 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 40322 |
src/com/gps/hibernate/TripParametersDAO.java |
51 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 40323 |
src/com/gps/hibernate/TripParametersDAO.java |
52 |
There is log block not surrounded by if |
| 40324 |
src/com/gps/hibernate/TripParametersDAO.java |
57 |
Avoid variables with short names like id |
| 40325 |
src/com/gps/hibernate/TripParametersDAO.java |
57 |
Parameter 'id' is not assigned and could be declared final |
| 40326 |
src/com/gps/hibernate/TripParametersDAO.java |
57 |
publicMethodCommentRequirement Required |
| 40327 |
src/com/gps/hibernate/TripParametersDAO.java |
58 |
There is log block not surrounded by if |
| 40328 |
src/com/gps/hibernate/TripParametersDAO.java |
58 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 40329 |
src/com/gps/hibernate/TripParametersDAO.java |
60 |
Local variable 'instance' could be declared final |
| 40330 |
src/com/gps/hibernate/TripParametersDAO.java |
60 |
Potential violation of Law of Demeter (method chain calls) |
| 40331 |
src/com/gps/hibernate/TripParametersDAO.java |
63 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 40332 |
src/com/gps/hibernate/TripParametersDAO.java |
64 |
There is log block not surrounded by if |
| 40333 |
src/com/gps/hibernate/TripParametersDAO.java |
69 |
Parameter 'instance' is not assigned and could be declared final |
| 40334 |
src/com/gps/hibernate/TripParametersDAO.java |
69 |
publicMethodCommentRequirement Required |
| 40335 |
src/com/gps/hibernate/TripParametersDAO.java |
70 |
There is log block not surrounded by if |
| 40336 |
src/com/gps/hibernate/TripParametersDAO.java |
70 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 40337 |
src/com/gps/hibernate/TripParametersDAO.java |
72 |
Local variable 'results' could be declared final |
| 40338 |
src/com/gps/hibernate/TripParametersDAO.java |
72 |
Potential violation of Law of Demeter (method chain calls) |
| 40339 |
src/com/gps/hibernate/TripParametersDAO.java |
72 |
Potential violation of Law of Demeter (method chain calls) |
| 40340 |
src/com/gps/hibernate/TripParametersDAO.java |
72 |
Potential violation of Law of Demeter (method chain calls) |
| 40341 |
src/com/gps/hibernate/TripParametersDAO.java |
75 |
There is log block not surrounded by if |
| 40342 |
src/com/gps/hibernate/TripParametersDAO.java |
75 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 40343 |
src/com/gps/hibernate/TripParametersDAO.java |
76 |
Potential violation of Law of Demeter (object not created locally) |
| 40344 |
src/com/gps/hibernate/TripParametersDAO.java |
78 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 40345 |
src/com/gps/hibernate/TripParametersDAO.java |
79 |
There is log block not surrounded by if |
| 40346 |
src/com/gps/hibernate/TripParametersDAO.java |
84 |
Parameter 'propertyName' is not assigned and could be declared final |
| 40347 |
src/com/gps/hibernate/TripParametersDAO.java |
84 |
Parameter 'value' is not assigned and could be declared final |
| 40348 |
src/com/gps/hibernate/TripParametersDAO.java |
84 |
publicMethodCommentRequirement Required |
| 40349 |
src/com/gps/hibernate/TripParametersDAO.java |
85 |
There is log block not surrounded by if |
| 40350 |
src/com/gps/hibernate/TripParametersDAO.java |
85 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 40351 |
src/com/gps/hibernate/TripParametersDAO.java |
88 |
Local variable 'queryString' could be declared final |
| 40352 |
src/com/gps/hibernate/TripParametersDAO.java |
90 |
Local variable 'queryObject' could be declared final |
| 40353 |
src/com/gps/hibernate/TripParametersDAO.java |
90 |
Potential violation of Law of Demeter (method chain calls) |
| 40354 |
src/com/gps/hibernate/TripParametersDAO.java |
91 |
Potential violation of Law of Demeter (object not created locally) |
| 40355 |
src/com/gps/hibernate/TripParametersDAO.java |
92 |
Potential violation of Law of Demeter (object not created locally) |
| 40356 |
src/com/gps/hibernate/TripParametersDAO.java |
93 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 40357 |
src/com/gps/hibernate/TripParametersDAO.java |
94 |
There is log block not surrounded by if |
| 40358 |
src/com/gps/hibernate/TripParametersDAO.java |
99 |
Parameter 'lattitude' is not assigned and could be declared final |
| 40359 |
src/com/gps/hibernate/TripParametersDAO.java |
99 |
publicMethodCommentRequirement Required |
| 40360 |
src/com/gps/hibernate/TripParametersDAO.java |
103 |
Parameter 'longitude' is not assigned and could be declared final |
| 40361 |
src/com/gps/hibernate/TripParametersDAO.java |
103 |
publicMethodCommentRequirement Required |
| 40362 |
src/com/gps/hibernate/TripParametersDAO.java |
107 |
Parameter 'speed' is not assigned and could be declared final |
| 40363 |
src/com/gps/hibernate/TripParametersDAO.java |
107 |
publicMethodCommentRequirement Required |
| 40364 |
src/com/gps/hibernate/TripParametersDAO.java |
111 |
Parameter 'heading' is not assigned and could be declared final |
| 40365 |
src/com/gps/hibernate/TripParametersDAO.java |
111 |
publicMethodCommentRequirement Required |
| 40366 |
src/com/gps/hibernate/TripParametersDAO.java |
115 |
Parameter 'altitude' is not assigned and could be declared final |
| 40367 |
src/com/gps/hibernate/TripParametersDAO.java |
115 |
publicMethodCommentRequirement Required |
| 40368 |
src/com/gps/hibernate/TripParametersDAO.java |
123 |
Parameter 'fuelContent' is not assigned and could be declared final |
| 40369 |
src/com/gps/hibernate/TripParametersDAO.java |
123 |
publicMethodCommentRequirement Required |
| 40370 |
src/com/gps/hibernate/TripParametersDAO.java |
127 |
Parameter 'batteryStatus' is not assigned and could be declared final |
| 40371 |
src/com/gps/hibernate/TripParametersDAO.java |
127 |
publicMethodCommentRequirement Required |
| 40372 |
src/com/gps/hibernate/TripParametersDAO.java |
131 |
publicMethodCommentRequirement Required |
| 40373 |
src/com/gps/hibernate/TripParametersDAO.java |
132 |
There is log block not surrounded by if |
| 40374 |
src/com/gps/hibernate/TripParametersDAO.java |
132 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 40375 |
src/com/gps/hibernate/TripParametersDAO.java |
134 |
Local variable 'queryString' could be declared final |
| 40376 |
src/com/gps/hibernate/TripParametersDAO.java |
135 |
Local variable 'queryObject' could be declared final |
| 40377 |
src/com/gps/hibernate/TripParametersDAO.java |
135 |
Potential violation of Law of Demeter (method chain calls) |
| 40378 |
src/com/gps/hibernate/TripParametersDAO.java |
136 |
Potential violation of Law of Demeter (object not created locally) |
| 40379 |
src/com/gps/hibernate/TripParametersDAO.java |
137 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 40380 |
src/com/gps/hibernate/TripParametersDAO.java |
138 |
There is log block not surrounded by if |
| 40381 |
src/com/gps/hibernate/TripParametersDAO.java |
143 |
Parameter 'detachedInstance' is not assigned and could be declared final |
| 40382 |
src/com/gps/hibernate/TripParametersDAO.java |
143 |
publicMethodCommentRequirement Required |
| 40383 |
src/com/gps/hibernate/TripParametersDAO.java |
144 |
There is log block not surrounded by if |
| 40384 |
src/com/gps/hibernate/TripParametersDAO.java |
144 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 40385 |
src/com/gps/hibernate/TripParametersDAO.java |
146 |
Local variable 'result' could be declared final |
| 40386 |
src/com/gps/hibernate/TripParametersDAO.java |
146 |
Potential violation of Law of Demeter (method chain calls) |
| 40387 |
src/com/gps/hibernate/TripParametersDAO.java |
148 |
There is log block not surrounded by if |
| 40388 |
src/com/gps/hibernate/TripParametersDAO.java |
148 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 40389 |
src/com/gps/hibernate/TripParametersDAO.java |
150 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 40390 |
src/com/gps/hibernate/TripParametersDAO.java |
151 |
There is log block not surrounded by if |
| 40391 |
src/com/gps/hibernate/TripParametersDAO.java |
156 |
Parameter 'instance' is not assigned and could be declared final |
| 40392 |
src/com/gps/hibernate/TripParametersDAO.java |
156 |
publicMethodCommentRequirement Required |
| 40393 |
src/com/gps/hibernate/TripParametersDAO.java |
157 |
There is log block not surrounded by if |
| 40394 |
src/com/gps/hibernate/TripParametersDAO.java |
157 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 40395 |
src/com/gps/hibernate/TripParametersDAO.java |
159 |
Potential violation of Law of Demeter (method chain calls) |
| 40396 |
src/com/gps/hibernate/TripParametersDAO.java |
160 |
There is log block not surrounded by if |
| 40397 |
src/com/gps/hibernate/TripParametersDAO.java |
160 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 40398 |
src/com/gps/hibernate/TripParametersDAO.java |
161 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 40399 |
src/com/gps/hibernate/TripParametersDAO.java |
162 |
There is log block not surrounded by if |
| 40400 |
src/com/gps/hibernate/TripParametersDAO.java |
167 |
Parameter 'instance' is not assigned and could be declared final |
| 40401 |
src/com/gps/hibernate/TripParametersDAO.java |
167 |
publicMethodCommentRequirement Required |
| 40402 |
src/com/gps/hibernate/TripParametersDAO.java |
168 |
There is log block not surrounded by if |
| 40403 |
src/com/gps/hibernate/TripParametersDAO.java |
168 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 40404 |
src/com/gps/hibernate/TripParametersDAO.java |
170 |
Potential violation of Law of Demeter (method chain calls) |
| 40405 |
src/com/gps/hibernate/TripParametersDAO.java |
171 |
There is log block not surrounded by if |
| 40406 |
src/com/gps/hibernate/TripParametersDAO.java |
171 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 40407 |
src/com/gps/hibernate/TripParametersDAO.java |
172 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 40408 |
src/com/gps/hibernate/TripParametersDAO.java |
173 |
There is log block not surrounded by if |
| 40409 |
src/com/gps/hibernate/TripPreference.java |
9 |
Classes implementing Serializable should set a serialVersionUID |
| 40410 |
src/com/gps/hibernate/TripPreference.java |
13 |
fieldCommentRequirement Required |
| 40411 |
src/com/gps/hibernate/TripPreference.java |
14 |
fieldCommentRequirement Required |
| 40412 |
src/com/gps/hibernate/TripPreference.java |
15 |
fieldCommentRequirement Required |
| 40413 |
src/com/gps/hibernate/TripPreference.java |
16 |
fieldCommentRequirement Required |
| 40414 |
src/com/gps/hibernate/TripPreference.java |
17 |
fieldCommentRequirement Required |
| 40415 |
src/com/gps/hibernate/TripPreference.java |
18 |
fieldCommentRequirement Required |
| 40416 |
src/com/gps/hibernate/TripPreference.java |
19 |
fieldCommentRequirement Required |
| 40417 |
src/com/gps/hibernate/TripPreference.java |
20 |
fieldCommentRequirement Required |
| 40418 |
src/com/gps/hibernate/TripPreference.java |
21 |
fieldCommentRequirement Required |
| 40419 |
src/com/gps/hibernate/TripPreference.java |
26 |
Document empty constructor |
| 40420 |
src/com/gps/hibernate/TripPreference.java |
30 |
Parameter 'genderPreference' is not assigned and could be declared final |
| 40421 |
src/com/gps/hibernate/TripPreference.java |
30 |
Parameter 'tripid' is not assigned and could be declared final |
| 40422 |
src/com/gps/hibernate/TripPreference.java |
36 |
Parameter 'pets' is not assigned and could be declared final |
| 40423 |
src/com/gps/hibernate/TripPreference.java |
36 |
Parameter 'smoking' is not assigned and could be declared final |
| 40424 |
src/com/gps/hibernate/TripPreference.java |
36 |
Parameter 'tripid' is not assigned and could be declared final |
| 40425 |
src/com/gps/hibernate/TripPreference.java |
37 |
Parameter 'music' is not assigned and could be declared final |
| 40426 |
src/com/gps/hibernate/TripPreference.java |
37 |
Parameter 'returnTimeFlex' is not assigned and could be declared final |
| 40427 |
src/com/gps/hibernate/TripPreference.java |
37 |
Parameter 'startTimeFlex' is not assigned and could be declared final |
| 40428 |
src/com/gps/hibernate/TripPreference.java |
38 |
Parameter 'drivingSpeed' is not assigned and could be declared final |
| 40429 |
src/com/gps/hibernate/TripPreference.java |
38 |
Parameter 'genderPreference' is not assigned and could be declared final |
| 40430 |
src/com/gps/hibernate/TripPreference.java |
51 |
publicMethodCommentRequirement Required |
| 40431 |
src/com/gps/hibernate/TripPreference.java |
55 |
Parameter 'tripPreferenceId' is not assigned and could be declared final |
| 40432 |
src/com/gps/hibernate/TripPreference.java |
55 |
publicMethodCommentRequirement Required |
| 40433 |
src/com/gps/hibernate/TripPreference.java |
59 |
publicMethodCommentRequirement Required |
| 40434 |
src/com/gps/hibernate/TripPreference.java |
63 |
Parameter 'tripid' is not assigned and could be declared final |
| 40435 |
src/com/gps/hibernate/TripPreference.java |
63 |
publicMethodCommentRequirement Required |
| 40436 |
src/com/gps/hibernate/TripPreference.java |
67 |
publicMethodCommentRequirement Required |
| 40437 |
src/com/gps/hibernate/TripPreference.java |
71 |
Parameter 'smoking' is not assigned and could be declared final |
| 40438 |
src/com/gps/hibernate/TripPreference.java |
71 |
publicMethodCommentRequirement Required |
| 40439 |
src/com/gps/hibernate/TripPreference.java |
75 |
publicMethodCommentRequirement Required |
| 40440 |
src/com/gps/hibernate/TripPreference.java |
79 |
Parameter 'pets' is not assigned and could be declared final |
| 40441 |
src/com/gps/hibernate/TripPreference.java |
79 |
publicMethodCommentRequirement Required |
| 40442 |
src/com/gps/hibernate/TripPreference.java |
83 |
publicMethodCommentRequirement Required |
| 40443 |
src/com/gps/hibernate/TripPreference.java |
87 |
Parameter 'startTimeFlex' is not assigned and could be declared final |
| 40444 |
src/com/gps/hibernate/TripPreference.java |
87 |
publicMethodCommentRequirement Required |
| 40445 |
src/com/gps/hibernate/TripPreference.java |
91 |
publicMethodCommentRequirement Required |
| 40446 |
src/com/gps/hibernate/TripPreference.java |
95 |
Parameter 'returnTimeFlex' is not assigned and could be declared final |
| 40447 |
src/com/gps/hibernate/TripPreference.java |
95 |
publicMethodCommentRequirement Required |
| 40448 |
src/com/gps/hibernate/TripPreference.java |
99 |
publicMethodCommentRequirement Required |
| 40449 |
src/com/gps/hibernate/TripPreference.java |
103 |
Parameter 'music' is not assigned and could be declared final |
| 40450 |
src/com/gps/hibernate/TripPreference.java |
103 |
publicMethodCommentRequirement Required |
| 40451 |
src/com/gps/hibernate/TripPreference.java |
107 |
publicMethodCommentRequirement Required |
| 40452 |
src/com/gps/hibernate/TripPreference.java |
111 |
Parameter 'genderPreference' is not assigned and could be declared final |
| 40453 |
src/com/gps/hibernate/TripPreference.java |
111 |
publicMethodCommentRequirement Required |
| 40454 |
src/com/gps/hibernate/TripPreference.java |
115 |
publicMethodCommentRequirement Required |
| 40455 |
src/com/gps/hibernate/TripPreference.java |
119 |
Parameter 'drivingSpeed' is not assigned and could be declared final |
| 40456 |
src/com/gps/hibernate/TripPreference.java |
119 |
publicMethodCommentRequirement Required |
| 40457 |
src/com/gps/hibernate/TripPreferenceDAO.java |
11 |
Comment is too large: Too many lines |
| 40458 |
src/com/gps/hibernate/TripPreferenceDAO.java |
23 |
This class has too many methods, consider refactoring it. |
| 40459 |
src/com/gps/hibernate/TripPreferenceDAO.java |
24 |
Logger should be defined private static final and have the correct class |
| 40460 |
src/com/gps/hibernate/TripPreferenceDAO.java |
24 |
Variables that are final and static should be all capitals, 'log' is not all capitals. |
| 40461 |
src/com/gps/hibernate/TripPreferenceDAO.java |
24 |
fieldCommentRequirement Required |
| 40462 |
src/com/gps/hibernate/TripPreferenceDAO.java |
26 |
fieldCommentRequirement Required |
| 40463 |
src/com/gps/hibernate/TripPreferenceDAO.java |
27 |
fieldCommentRequirement Required |
| 40464 |
src/com/gps/hibernate/TripPreferenceDAO.java |
28 |
fieldCommentRequirement Required |
| 40465 |
src/com/gps/hibernate/TripPreferenceDAO.java |
29 |
fieldCommentRequirement Required |
| 40466 |
src/com/gps/hibernate/TripPreferenceDAO.java |
30 |
fieldCommentRequirement Required |
| 40467 |
src/com/gps/hibernate/TripPreferenceDAO.java |
31 |
fieldCommentRequirement Required |
| 40468 |
src/com/gps/hibernate/TripPreferenceDAO.java |
32 |
fieldCommentRequirement Required |
| 40469 |
src/com/gps/hibernate/TripPreferenceDAO.java |
33 |
fieldCommentRequirement Required |
| 40470 |
src/com/gps/hibernate/TripPreferenceDAO.java |
35 |
Parameter 'transientInstance' is not assigned and could be declared final |
| 40471 |
src/com/gps/hibernate/TripPreferenceDAO.java |
35 |
publicMethodCommentRequirement Required |
| 40472 |
src/com/gps/hibernate/TripPreferenceDAO.java |
36 |
There is log block not surrounded by if |
| 40473 |
src/com/gps/hibernate/TripPreferenceDAO.java |
36 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 40474 |
src/com/gps/hibernate/TripPreferenceDAO.java |
38 |
Potential violation of Law of Demeter (method chain calls) |
| 40475 |
src/com/gps/hibernate/TripPreferenceDAO.java |
39 |
There is log block not surrounded by if |
| 40476 |
src/com/gps/hibernate/TripPreferenceDAO.java |
39 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 40477 |
src/com/gps/hibernate/TripPreferenceDAO.java |
40 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 40478 |
src/com/gps/hibernate/TripPreferenceDAO.java |
41 |
There is log block not surrounded by if |
| 40479 |
src/com/gps/hibernate/TripPreferenceDAO.java |
46 |
Avoid excessively long variable names like persistentInstance |
| 40480 |
src/com/gps/hibernate/TripPreferenceDAO.java |
46 |
Parameter 'persistentInstance' is not assigned and could be declared final |
| 40481 |
src/com/gps/hibernate/TripPreferenceDAO.java |
46 |
publicMethodCommentRequirement Required |
| 40482 |
src/com/gps/hibernate/TripPreferenceDAO.java |
47 |
There is log block not surrounded by if |
| 40483 |
src/com/gps/hibernate/TripPreferenceDAO.java |
47 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 40484 |
src/com/gps/hibernate/TripPreferenceDAO.java |
49 |
Potential violation of Law of Demeter (method chain calls) |
| 40485 |
src/com/gps/hibernate/TripPreferenceDAO.java |
50 |
There is log block not surrounded by if |
| 40486 |
src/com/gps/hibernate/TripPreferenceDAO.java |
50 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 40487 |
src/com/gps/hibernate/TripPreferenceDAO.java |
51 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 40488 |
src/com/gps/hibernate/TripPreferenceDAO.java |
52 |
There is log block not surrounded by if |
| 40489 |
src/com/gps/hibernate/TripPreferenceDAO.java |
57 |
Avoid variables with short names like id |
| 40490 |
src/com/gps/hibernate/TripPreferenceDAO.java |
57 |
Parameter 'id' is not assigned and could be declared final |
| 40491 |
src/com/gps/hibernate/TripPreferenceDAO.java |
57 |
publicMethodCommentRequirement Required |
| 40492 |
src/com/gps/hibernate/TripPreferenceDAO.java |
58 |
There is log block not surrounded by if |
| 40493 |
src/com/gps/hibernate/TripPreferenceDAO.java |
58 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 40494 |
src/com/gps/hibernate/TripPreferenceDAO.java |
60 |
Local variable 'instance' could be declared final |
| 40495 |
src/com/gps/hibernate/TripPreferenceDAO.java |
60 |
Potential violation of Law of Demeter (method chain calls) |
| 40496 |
src/com/gps/hibernate/TripPreferenceDAO.java |
63 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 40497 |
src/com/gps/hibernate/TripPreferenceDAO.java |
64 |
There is log block not surrounded by if |
| 40498 |
src/com/gps/hibernate/TripPreferenceDAO.java |
69 |
Parameter 'instance' is not assigned and could be declared final |
| 40499 |
src/com/gps/hibernate/TripPreferenceDAO.java |
69 |
publicMethodCommentRequirement Required |
| 40500 |
src/com/gps/hibernate/TripPreferenceDAO.java |
70 |
There is log block not surrounded by if |
| 40501 |
src/com/gps/hibernate/TripPreferenceDAO.java |
70 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 40502 |
src/com/gps/hibernate/TripPreferenceDAO.java |
72 |
Local variable 'results' could be declared final |
| 40503 |
src/com/gps/hibernate/TripPreferenceDAO.java |
72 |
Potential violation of Law of Demeter (method chain calls) |
| 40504 |
src/com/gps/hibernate/TripPreferenceDAO.java |
72 |
Potential violation of Law of Demeter (method chain calls) |
| 40505 |
src/com/gps/hibernate/TripPreferenceDAO.java |
72 |
Potential violation of Law of Demeter (method chain calls) |
| 40506 |
src/com/gps/hibernate/TripPreferenceDAO.java |
75 |
There is log block not surrounded by if |
| 40507 |
src/com/gps/hibernate/TripPreferenceDAO.java |
75 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 40508 |
src/com/gps/hibernate/TripPreferenceDAO.java |
76 |
Potential violation of Law of Demeter (object not created locally) |
| 40509 |
src/com/gps/hibernate/TripPreferenceDAO.java |
78 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 40510 |
src/com/gps/hibernate/TripPreferenceDAO.java |
79 |
There is log block not surrounded by if |
| 40511 |
src/com/gps/hibernate/TripPreferenceDAO.java |
84 |
Parameter 'propertyName' is not assigned and could be declared final |
| 40512 |
src/com/gps/hibernate/TripPreferenceDAO.java |
84 |
Parameter 'value' is not assigned and could be declared final |
| 40513 |
src/com/gps/hibernate/TripPreferenceDAO.java |
84 |
publicMethodCommentRequirement Required |
| 40514 |
src/com/gps/hibernate/TripPreferenceDAO.java |
85 |
There is log block not surrounded by if |
| 40515 |
src/com/gps/hibernate/TripPreferenceDAO.java |
85 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 40516 |
src/com/gps/hibernate/TripPreferenceDAO.java |
88 |
Local variable 'queryString' could be declared final |
| 40517 |
src/com/gps/hibernate/TripPreferenceDAO.java |
90 |
Local variable 'queryObject' could be declared final |
| 40518 |
src/com/gps/hibernate/TripPreferenceDAO.java |
90 |
Potential violation of Law of Demeter (method chain calls) |
| 40519 |
src/com/gps/hibernate/TripPreferenceDAO.java |
91 |
Potential violation of Law of Demeter (object not created locally) |
| 40520 |
src/com/gps/hibernate/TripPreferenceDAO.java |
92 |
Potential violation of Law of Demeter (object not created locally) |
| 40521 |
src/com/gps/hibernate/TripPreferenceDAO.java |
93 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 40522 |
src/com/gps/hibernate/TripPreferenceDAO.java |
94 |
There is log block not surrounded by if |
| 40523 |
src/com/gps/hibernate/TripPreferenceDAO.java |
99 |
Parameter 'tripid' is not assigned and could be declared final |
| 40524 |
src/com/gps/hibernate/TripPreferenceDAO.java |
99 |
publicMethodCommentRequirement Required |
| 40525 |
src/com/gps/hibernate/TripPreferenceDAO.java |
103 |
Parameter 'smoking' is not assigned and could be declared final |
| 40526 |
src/com/gps/hibernate/TripPreferenceDAO.java |
103 |
publicMethodCommentRequirement Required |
| 40527 |
src/com/gps/hibernate/TripPreferenceDAO.java |
107 |
Parameter 'pets' is not assigned and could be declared final |
| 40528 |
src/com/gps/hibernate/TripPreferenceDAO.java |
107 |
publicMethodCommentRequirement Required |
| 40529 |
src/com/gps/hibernate/TripPreferenceDAO.java |
111 |
Parameter 'startTimeFlex' is not assigned and could be declared final |
| 40530 |
src/com/gps/hibernate/TripPreferenceDAO.java |
111 |
publicMethodCommentRequirement Required |
| 40531 |
src/com/gps/hibernate/TripPreferenceDAO.java |
115 |
Parameter 'returnTimeFlex' is not assigned and could be declared final |
| 40532 |
src/com/gps/hibernate/TripPreferenceDAO.java |
115 |
publicMethodCommentRequirement Required |
| 40533 |
src/com/gps/hibernate/TripPreferenceDAO.java |
119 |
Parameter 'music' is not assigned and could be declared final |
| 40534 |
src/com/gps/hibernate/TripPreferenceDAO.java |
119 |
publicMethodCommentRequirement Required |
| 40535 |
src/com/gps/hibernate/TripPreferenceDAO.java |
123 |
Parameter 'genderPreference' is not assigned and could be declared final |
| 40536 |
src/com/gps/hibernate/TripPreferenceDAO.java |
123 |
publicMethodCommentRequirement Required |
| 40537 |
src/com/gps/hibernate/TripPreferenceDAO.java |
127 |
Parameter 'drivingSpeed' is not assigned and could be declared final |
| 40538 |
src/com/gps/hibernate/TripPreferenceDAO.java |
127 |
publicMethodCommentRequirement Required |
| 40539 |
src/com/gps/hibernate/TripPreferenceDAO.java |
131 |
publicMethodCommentRequirement Required |
| 40540 |
src/com/gps/hibernate/TripPreferenceDAO.java |
132 |
There is log block not surrounded by if |
| 40541 |
src/com/gps/hibernate/TripPreferenceDAO.java |
132 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 40542 |
src/com/gps/hibernate/TripPreferenceDAO.java |
134 |
Local variable 'queryString' could be declared final |
| 40543 |
src/com/gps/hibernate/TripPreferenceDAO.java |
135 |
Local variable 'queryObject' could be declared final |
| 40544 |
src/com/gps/hibernate/TripPreferenceDAO.java |
135 |
Potential violation of Law of Demeter (method chain calls) |
| 40545 |
src/com/gps/hibernate/TripPreferenceDAO.java |
136 |
Potential violation of Law of Demeter (object not created locally) |
| 40546 |
src/com/gps/hibernate/TripPreferenceDAO.java |
137 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 40547 |
src/com/gps/hibernate/TripPreferenceDAO.java |
138 |
There is log block not surrounded by if |
| 40548 |
src/com/gps/hibernate/TripPreferenceDAO.java |
143 |
Parameter 'detachedInstance' is not assigned and could be declared final |
| 40549 |
src/com/gps/hibernate/TripPreferenceDAO.java |
143 |
publicMethodCommentRequirement Required |
| 40550 |
src/com/gps/hibernate/TripPreferenceDAO.java |
144 |
There is log block not surrounded by if |
| 40551 |
src/com/gps/hibernate/TripPreferenceDAO.java |
144 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 40552 |
src/com/gps/hibernate/TripPreferenceDAO.java |
146 |
Local variable 'result' could be declared final |
| 40553 |
src/com/gps/hibernate/TripPreferenceDAO.java |
146 |
Potential violation of Law of Demeter (method chain calls) |
| 40554 |
src/com/gps/hibernate/TripPreferenceDAO.java |
148 |
There is log block not surrounded by if |
| 40555 |
src/com/gps/hibernate/TripPreferenceDAO.java |
148 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 40556 |
src/com/gps/hibernate/TripPreferenceDAO.java |
150 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 40557 |
src/com/gps/hibernate/TripPreferenceDAO.java |
151 |
There is log block not surrounded by if |
| 40558 |
src/com/gps/hibernate/TripPreferenceDAO.java |
156 |
Parameter 'instance' is not assigned and could be declared final |
| 40559 |
src/com/gps/hibernate/TripPreferenceDAO.java |
156 |
publicMethodCommentRequirement Required |
| 40560 |
src/com/gps/hibernate/TripPreferenceDAO.java |
157 |
There is log block not surrounded by if |
| 40561 |
src/com/gps/hibernate/TripPreferenceDAO.java |
157 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 40562 |
src/com/gps/hibernate/TripPreferenceDAO.java |
159 |
Potential violation of Law of Demeter (method chain calls) |
| 40563 |
src/com/gps/hibernate/TripPreferenceDAO.java |
160 |
There is log block not surrounded by if |
| 40564 |
src/com/gps/hibernate/TripPreferenceDAO.java |
160 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 40565 |
src/com/gps/hibernate/TripPreferenceDAO.java |
161 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 40566 |
src/com/gps/hibernate/TripPreferenceDAO.java |
162 |
There is log block not surrounded by if |
| 40567 |
src/com/gps/hibernate/TripPreferenceDAO.java |
167 |
Parameter 'instance' is not assigned and could be declared final |
| 40568 |
src/com/gps/hibernate/TripPreferenceDAO.java |
167 |
publicMethodCommentRequirement Required |
| 40569 |
src/com/gps/hibernate/TripPreferenceDAO.java |
168 |
There is log block not surrounded by if |
| 40570 |
src/com/gps/hibernate/TripPreferenceDAO.java |
168 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 40571 |
src/com/gps/hibernate/TripPreferenceDAO.java |
170 |
Potential violation of Law of Demeter (method chain calls) |
| 40572 |
src/com/gps/hibernate/TripPreferenceDAO.java |
171 |
There is log block not surrounded by if |
| 40573 |
src/com/gps/hibernate/TripPreferenceDAO.java |
171 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 40574 |
src/com/gps/hibernate/TripPreferenceDAO.java |
172 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 40575 |
src/com/gps/hibernate/TripPreferenceDAO.java |
173 |
There is log block not surrounded by if |
| 40576 |
src/com/gps/hibernate/TripReference.java |
12 |
Classes implementing Serializable should set a serialVersionUID |
| 40577 |
src/com/gps/hibernate/TripReference.java |
14 |
fieldCommentRequirement Required |
| 40578 |
src/com/gps/hibernate/TripReference.java |
15 |
fieldCommentRequirement Required |
| 40579 |
src/com/gps/hibernate/TripReference.java |
16 |
fieldCommentRequirement Required |
| 40580 |
src/com/gps/hibernate/TripReference.java |
17 |
fieldCommentRequirement Required |
| 40581 |
src/com/gps/hibernate/TripReference.java |
18 |
fieldCommentRequirement Required |
| 40582 |
src/com/gps/hibernate/TripReference.java |
19 |
fieldCommentRequirement Required |
| 40583 |
src/com/gps/hibernate/TripReference.java |
20 |
fieldCommentRequirement Required |
| 40584 |
src/com/gps/hibernate/TripReference.java |
21 |
Avoid excessively long variable names like tripRecurrentLocations |
| 40585 |
src/com/gps/hibernate/TripReference.java |
21 |
fieldCommentRequirement Required |
| 40586 |
src/com/gps/hibernate/TripReference.java |
22 |
Avoid excessively long variable names like tripTraversalsForTripid |
| 40587 |
src/com/gps/hibernate/TripReference.java |
22 |
fieldCommentRequirement Required |
| 40588 |
src/com/gps/hibernate/TripReference.java |
24 |
Avoid excessively long variable names like tripTraversalsForTripPointId |
| 40589 |
src/com/gps/hibernate/TripReference.java |
24 |
fieldCommentRequirement Required |
| 40590 |
src/com/gps/hibernate/TripReference.java |
26 |
fieldCommentRequirement Required |
| 40591 |
src/com/gps/hibernate/TripReference.java |
28 |
Document empty constructor |
| 40592 |
src/com/gps/hibernate/TripReference.java |
28 |
publicMethodCommentRequirement Required |
| 40593 |
src/com/gps/hibernate/TripReference.java |
31 |
Parameter 'tripPointTime' is not assigned and could be declared final |
| 40594 |
src/com/gps/hibernate/TripReference.java |
31 |
Parameter 'tripSession' is not assigned and could be declared final |
| 40595 |
src/com/gps/hibernate/TripReference.java |
31 |
publicMethodCommentRequirement Required |
| 40596 |
src/com/gps/hibernate/TripReference.java |
36 |
Avoid long parameter lists. |
| 40597 |
src/com/gps/hibernate/TripReference.java |
36 |
Parameter 'tripDetails' is not assigned and could be declared final |
| 40598 |
src/com/gps/hibernate/TripReference.java |
36 |
Parameter 'tripPointName' is not assigned and could be declared final |
| 40599 |
src/com/gps/hibernate/TripReference.java |
36 |
publicMethodCommentRequirement Required |
| 40600 |
src/com/gps/hibernate/TripReference.java |
37 |
Parameter 'latitude' is not assigned and could be declared final |
| 40601 |
src/com/gps/hibernate/TripReference.java |
37 |
Parameter 'longitude' is not assigned and could be declared final |
| 40602 |
src/com/gps/hibernate/TripReference.java |
37 |
Parameter 'tripPointTime' is not assigned and could be declared final |
| 40603 |
src/com/gps/hibernate/TripReference.java |
38 |
Avoid excessively long variable names like tripRecurrentLocations |
| 40604 |
src/com/gps/hibernate/TripReference.java |
38 |
Parameter 'tripRecurrentLocations' is not assigned and could be declared final |
| 40605 |
src/com/gps/hibernate/TripReference.java |
38 |
Parameter 'tripSession' is not assigned and could be declared final |
| 40606 |
src/com/gps/hibernate/TripReference.java |
39 |
Avoid excessively long variable names like tripTraversalsForTripid |
| 40607 |
src/com/gps/hibernate/TripReference.java |
39 |
Parameter 'tripTraversalsForTripid' is not assigned and could be declared final |
| 40608 |
src/com/gps/hibernate/TripReference.java |
40 |
Avoid excessively long variable names like tripTraversalsForTripPointId |
| 40609 |
src/com/gps/hibernate/TripReference.java |
40 |
Parameter 'tripTraversalsForTripPointId' is not assigned and could be declared final |
| 40610 |
src/com/gps/hibernate/TripReference.java |
41 |
Parameter 'tripDeviations' is not assigned and could be declared final |
| 40611 |
src/com/gps/hibernate/TripReference.java |
54 |
publicMethodCommentRequirement Required |
| 40612 |
src/com/gps/hibernate/TripReference.java |
58 |
Parameter 'tripPointId' is not assigned and could be declared final |
| 40613 |
src/com/gps/hibernate/TripReference.java |
58 |
publicMethodCommentRequirement Required |
| 40614 |
src/com/gps/hibernate/TripReference.java |
62 |
publicMethodCommentRequirement Required |
| 40615 |
src/com/gps/hibernate/TripReference.java |
66 |
Parameter 'tripDetails' is not assigned and could be declared final |
| 40616 |
src/com/gps/hibernate/TripReference.java |
66 |
publicMethodCommentRequirement Required |
| 40617 |
src/com/gps/hibernate/TripReference.java |
70 |
publicMethodCommentRequirement Required |
| 40618 |
src/com/gps/hibernate/TripReference.java |
74 |
Parameter 'tripPointName' is not assigned and could be declared final |
| 40619 |
src/com/gps/hibernate/TripReference.java |
74 |
publicMethodCommentRequirement Required |
| 40620 |
src/com/gps/hibernate/TripReference.java |
78 |
publicMethodCommentRequirement Required |
| 40621 |
src/com/gps/hibernate/TripReference.java |
82 |
Parameter 'latitude' is not assigned and could be declared final |
| 40622 |
src/com/gps/hibernate/TripReference.java |
82 |
publicMethodCommentRequirement Required |
| 40623 |
src/com/gps/hibernate/TripReference.java |
86 |
publicMethodCommentRequirement Required |
| 40624 |
src/com/gps/hibernate/TripReference.java |
90 |
Parameter 'longitude' is not assigned and could be declared final |
| 40625 |
src/com/gps/hibernate/TripReference.java |
90 |
publicMethodCommentRequirement Required |
| 40626 |
src/com/gps/hibernate/TripReference.java |
94 |
publicMethodCommentRequirement Required |
| 40627 |
src/com/gps/hibernate/TripReference.java |
98 |
Parameter 'tripPointTime' is not assigned and could be declared final |
| 40628 |
src/com/gps/hibernate/TripReference.java |
98 |
publicMethodCommentRequirement Required |
| 40629 |
src/com/gps/hibernate/TripReference.java |
102 |
publicMethodCommentRequirement Required |
| 40630 |
src/com/gps/hibernate/TripReference.java |
106 |
Parameter 'tripSession' is not assigned and could be declared final |
| 40631 |
src/com/gps/hibernate/TripReference.java |
106 |
publicMethodCommentRequirement Required |
| 40632 |
src/com/gps/hibernate/TripReference.java |
110 |
publicMethodCommentRequirement Required |
| 40633 |
src/com/gps/hibernate/TripReference.java |
114 |
Avoid excessively long variable names like tripRecurrentLocations |
| 40634 |
src/com/gps/hibernate/TripReference.java |
114 |
Parameter 'tripRecurrentLocations' is not assigned and could be declared final |
| 40635 |
src/com/gps/hibernate/TripReference.java |
114 |
publicMethodCommentRequirement Required |
| 40636 |
src/com/gps/hibernate/TripReference.java |
118 |
publicMethodCommentRequirement Required |
| 40637 |
src/com/gps/hibernate/TripReference.java |
122 |
publicMethodCommentRequirement Required |
| 40638 |
src/com/gps/hibernate/TripReference.java |
123 |
Avoid excessively long variable names like tripTraversalsForTripid |
| 40639 |
src/com/gps/hibernate/TripReference.java |
123 |
Parameter 'tripTraversalsForTripid' is not assigned and could be declared final |
| 40640 |
src/com/gps/hibernate/TripReference.java |
127 |
publicMethodCommentRequirement Required |
| 40641 |
src/com/gps/hibernate/TripReference.java |
131 |
publicMethodCommentRequirement Required |
| 40642 |
src/com/gps/hibernate/TripReference.java |
132 |
Avoid excessively long variable names like tripTraversalsForTripPointId |
| 40643 |
src/com/gps/hibernate/TripReference.java |
132 |
Parameter 'tripTraversalsForTripPointId' is not assigned and could be declared final |
| 40644 |
src/com/gps/hibernate/TripReference.java |
136 |
publicMethodCommentRequirement Required |
| 40645 |
src/com/gps/hibernate/TripReference.java |
140 |
Parameter 'tripDeviations' is not assigned and could be declared final |
| 40646 |
src/com/gps/hibernate/TripReference.java |
140 |
publicMethodCommentRequirement Required |
| 40647 |
src/com/gps/hibernate/TripScraps.java |
9 |
Classes implementing Serializable should set a serialVersionUID |
| 40648 |
src/com/gps/hibernate/TripScraps.java |
13 |
fieldCommentRequirement Required |
| 40649 |
src/com/gps/hibernate/TripScraps.java |
14 |
fieldCommentRequirement Required |
| 40650 |
src/com/gps/hibernate/TripScraps.java |
15 |
fieldCommentRequirement Required |
| 40651 |
src/com/gps/hibernate/TripScraps.java |
16 |
fieldCommentRequirement Required |
| 40652 |
src/com/gps/hibernate/TripScraps.java |
21 |
Document empty constructor |
| 40653 |
src/com/gps/hibernate/TripScraps.java |
25 |
Parameter 'tripDetails' is not assigned and could be declared final |
| 40654 |
src/com/gps/hibernate/TripScraps.java |
25 |
Parameter 'userid' is not assigned and could be declared final |
| 40655 |
src/com/gps/hibernate/TripScraps.java |
31 |
Parameter 'messages' is not assigned and could be declared final |
| 40656 |
src/com/gps/hibernate/TripScraps.java |
31 |
Parameter 'tripDetails' is not assigned and could be declared final |
| 40657 |
src/com/gps/hibernate/TripScraps.java |
31 |
Parameter 'userid' is not assigned and could be declared final |
| 40658 |
src/com/gps/hibernate/TripScraps.java |
39 |
publicMethodCommentRequirement Required |
| 40659 |
src/com/gps/hibernate/TripScraps.java |
43 |
Parameter 'scrapId' is not assigned and could be declared final |
| 40660 |
src/com/gps/hibernate/TripScraps.java |
43 |
publicMethodCommentRequirement Required |
| 40661 |
src/com/gps/hibernate/TripScraps.java |
47 |
publicMethodCommentRequirement Required |
| 40662 |
src/com/gps/hibernate/TripScraps.java |
51 |
Parameter 'tripDetails' is not assigned and could be declared final |
| 40663 |
src/com/gps/hibernate/TripScraps.java |
51 |
publicMethodCommentRequirement Required |
| 40664 |
src/com/gps/hibernate/TripScraps.java |
55 |
publicMethodCommentRequirement Required |
| 40665 |
src/com/gps/hibernate/TripScraps.java |
59 |
Parameter 'userid' is not assigned and could be declared final |
| 40666 |
src/com/gps/hibernate/TripScraps.java |
59 |
publicMethodCommentRequirement Required |
| 40667 |
src/com/gps/hibernate/TripScraps.java |
63 |
publicMethodCommentRequirement Required |
| 40668 |
src/com/gps/hibernate/TripScraps.java |
67 |
Parameter 'messages' is not assigned and could be declared final |
| 40669 |
src/com/gps/hibernate/TripScraps.java |
67 |
publicMethodCommentRequirement Required |
| 40670 |
src/com/gps/hibernate/TripScrapsDAO.java |
11 |
Comment is too large: Too many lines |
| 40671 |
src/com/gps/hibernate/TripScrapsDAO.java |
23 |
This class has too many methods, consider refactoring it. |
| 40672 |
src/com/gps/hibernate/TripScrapsDAO.java |
24 |
Logger should be defined private static final and have the correct class |
| 40673 |
src/com/gps/hibernate/TripScrapsDAO.java |
24 |
Variables that are final and static should be all capitals, 'log' is not all capitals. |
| 40674 |
src/com/gps/hibernate/TripScrapsDAO.java |
24 |
fieldCommentRequirement Required |
| 40675 |
src/com/gps/hibernate/TripScrapsDAO.java |
26 |
fieldCommentRequirement Required |
| 40676 |
src/com/gps/hibernate/TripScrapsDAO.java |
27 |
fieldCommentRequirement Required |
| 40677 |
src/com/gps/hibernate/TripScrapsDAO.java |
29 |
Parameter 'transientInstance' is not assigned and could be declared final |
| 40678 |
src/com/gps/hibernate/TripScrapsDAO.java |
29 |
publicMethodCommentRequirement Required |
| 40679 |
src/com/gps/hibernate/TripScrapsDAO.java |
30 |
There is log block not surrounded by if |
| 40680 |
src/com/gps/hibernate/TripScrapsDAO.java |
30 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 40681 |
src/com/gps/hibernate/TripScrapsDAO.java |
32 |
Potential violation of Law of Demeter (method chain calls) |
| 40682 |
src/com/gps/hibernate/TripScrapsDAO.java |
33 |
There is log block not surrounded by if |
| 40683 |
src/com/gps/hibernate/TripScrapsDAO.java |
33 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 40684 |
src/com/gps/hibernate/TripScrapsDAO.java |
34 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 40685 |
src/com/gps/hibernate/TripScrapsDAO.java |
35 |
There is log block not surrounded by if |
| 40686 |
src/com/gps/hibernate/TripScrapsDAO.java |
40 |
Avoid excessively long variable names like persistentInstance |
| 40687 |
src/com/gps/hibernate/TripScrapsDAO.java |
40 |
Parameter 'persistentInstance' is not assigned and could be declared final |
| 40688 |
src/com/gps/hibernate/TripScrapsDAO.java |
40 |
publicMethodCommentRequirement Required |
| 40689 |
src/com/gps/hibernate/TripScrapsDAO.java |
41 |
There is log block not surrounded by if |
| 40690 |
src/com/gps/hibernate/TripScrapsDAO.java |
41 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 40691 |
src/com/gps/hibernate/TripScrapsDAO.java |
43 |
Potential violation of Law of Demeter (method chain calls) |
| 40692 |
src/com/gps/hibernate/TripScrapsDAO.java |
44 |
There is log block not surrounded by if |
| 40693 |
src/com/gps/hibernate/TripScrapsDAO.java |
44 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 40694 |
src/com/gps/hibernate/TripScrapsDAO.java |
45 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 40695 |
src/com/gps/hibernate/TripScrapsDAO.java |
46 |
There is log block not surrounded by if |
| 40696 |
src/com/gps/hibernate/TripScrapsDAO.java |
51 |
Avoid variables with short names like id |
| 40697 |
src/com/gps/hibernate/TripScrapsDAO.java |
51 |
Parameter 'id' is not assigned and could be declared final |
| 40698 |
src/com/gps/hibernate/TripScrapsDAO.java |
51 |
publicMethodCommentRequirement Required |
| 40699 |
src/com/gps/hibernate/TripScrapsDAO.java |
52 |
There is log block not surrounded by if |
| 40700 |
src/com/gps/hibernate/TripScrapsDAO.java |
52 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 40701 |
src/com/gps/hibernate/TripScrapsDAO.java |
54 |
Local variable 'instance' could be declared final |
| 40702 |
src/com/gps/hibernate/TripScrapsDAO.java |
54 |
Potential violation of Law of Demeter (method chain calls) |
| 40703 |
src/com/gps/hibernate/TripScrapsDAO.java |
57 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 40704 |
src/com/gps/hibernate/TripScrapsDAO.java |
58 |
There is log block not surrounded by if |
| 40705 |
src/com/gps/hibernate/TripScrapsDAO.java |
63 |
Parameter 'instance' is not assigned and could be declared final |
| 40706 |
src/com/gps/hibernate/TripScrapsDAO.java |
63 |
publicMethodCommentRequirement Required |
| 40707 |
src/com/gps/hibernate/TripScrapsDAO.java |
64 |
There is log block not surrounded by if |
| 40708 |
src/com/gps/hibernate/TripScrapsDAO.java |
64 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 40709 |
src/com/gps/hibernate/TripScrapsDAO.java |
66 |
Local variable 'results' could be declared final |
| 40710 |
src/com/gps/hibernate/TripScrapsDAO.java |
66 |
Potential violation of Law of Demeter (method chain calls) |
| 40711 |
src/com/gps/hibernate/TripScrapsDAO.java |
66 |
Potential violation of Law of Demeter (method chain calls) |
| 40712 |
src/com/gps/hibernate/TripScrapsDAO.java |
66 |
Potential violation of Law of Demeter (method chain calls) |
| 40713 |
src/com/gps/hibernate/TripScrapsDAO.java |
69 |
There is log block not surrounded by if |
| 40714 |
src/com/gps/hibernate/TripScrapsDAO.java |
69 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 40715 |
src/com/gps/hibernate/TripScrapsDAO.java |
70 |
Potential violation of Law of Demeter (object not created locally) |
| 40716 |
src/com/gps/hibernate/TripScrapsDAO.java |
72 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 40717 |
src/com/gps/hibernate/TripScrapsDAO.java |
73 |
There is log block not surrounded by if |
| 40718 |
src/com/gps/hibernate/TripScrapsDAO.java |
78 |
Parameter 'propertyName' is not assigned and could be declared final |
| 40719 |
src/com/gps/hibernate/TripScrapsDAO.java |
78 |
Parameter 'value' is not assigned and could be declared final |
| 40720 |
src/com/gps/hibernate/TripScrapsDAO.java |
78 |
publicMethodCommentRequirement Required |
| 40721 |
src/com/gps/hibernate/TripScrapsDAO.java |
79 |
There is log block not surrounded by if |
| 40722 |
src/com/gps/hibernate/TripScrapsDAO.java |
79 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 40723 |
src/com/gps/hibernate/TripScrapsDAO.java |
82 |
Local variable 'queryString' could be declared final |
| 40724 |
src/com/gps/hibernate/TripScrapsDAO.java |
84 |
Local variable 'queryObject' could be declared final |
| 40725 |
src/com/gps/hibernate/TripScrapsDAO.java |
84 |
Potential violation of Law of Demeter (method chain calls) |
| 40726 |
src/com/gps/hibernate/TripScrapsDAO.java |
85 |
Potential violation of Law of Demeter (object not created locally) |
| 40727 |
src/com/gps/hibernate/TripScrapsDAO.java |
86 |
Potential violation of Law of Demeter (object not created locally) |
| 40728 |
src/com/gps/hibernate/TripScrapsDAO.java |
87 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 40729 |
src/com/gps/hibernate/TripScrapsDAO.java |
88 |
There is log block not surrounded by if |
| 40730 |
src/com/gps/hibernate/TripScrapsDAO.java |
93 |
Parameter 'userid' is not assigned and could be declared final |
| 40731 |
src/com/gps/hibernate/TripScrapsDAO.java |
93 |
publicMethodCommentRequirement Required |
| 40732 |
src/com/gps/hibernate/TripScrapsDAO.java |
97 |
Parameter 'messages' is not assigned and could be declared final |
| 40733 |
src/com/gps/hibernate/TripScrapsDAO.java |
97 |
publicMethodCommentRequirement Required |
| 40734 |
src/com/gps/hibernate/TripScrapsDAO.java |
101 |
publicMethodCommentRequirement Required |
| 40735 |
src/com/gps/hibernate/TripScrapsDAO.java |
102 |
There is log block not surrounded by if |
| 40736 |
src/com/gps/hibernate/TripScrapsDAO.java |
102 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 40737 |
src/com/gps/hibernate/TripScrapsDAO.java |
104 |
Local variable 'queryString' could be declared final |
| 40738 |
src/com/gps/hibernate/TripScrapsDAO.java |
105 |
Local variable 'queryObject' could be declared final |
| 40739 |
src/com/gps/hibernate/TripScrapsDAO.java |
105 |
Potential violation of Law of Demeter (method chain calls) |
| 40740 |
src/com/gps/hibernate/TripScrapsDAO.java |
106 |
Potential violation of Law of Demeter (object not created locally) |
| 40741 |
src/com/gps/hibernate/TripScrapsDAO.java |
107 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 40742 |
src/com/gps/hibernate/TripScrapsDAO.java |
108 |
There is log block not surrounded by if |
| 40743 |
src/com/gps/hibernate/TripScrapsDAO.java |
113 |
Parameter 'detachedInstance' is not assigned and could be declared final |
| 40744 |
src/com/gps/hibernate/TripScrapsDAO.java |
113 |
publicMethodCommentRequirement Required |
| 40745 |
src/com/gps/hibernate/TripScrapsDAO.java |
114 |
There is log block not surrounded by if |
| 40746 |
src/com/gps/hibernate/TripScrapsDAO.java |
114 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 40747 |
src/com/gps/hibernate/TripScrapsDAO.java |
116 |
Local variable 'result' could be declared final |
| 40748 |
src/com/gps/hibernate/TripScrapsDAO.java |
116 |
Potential violation of Law of Demeter (method chain calls) |
| 40749 |
src/com/gps/hibernate/TripScrapsDAO.java |
118 |
There is log block not surrounded by if |
| 40750 |
src/com/gps/hibernate/TripScrapsDAO.java |
118 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 40751 |
src/com/gps/hibernate/TripScrapsDAO.java |
120 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 40752 |
src/com/gps/hibernate/TripScrapsDAO.java |
121 |
There is log block not surrounded by if |
| 40753 |
src/com/gps/hibernate/TripScrapsDAO.java |
126 |
Parameter 'instance' is not assigned and could be declared final |
| 40754 |
src/com/gps/hibernate/TripScrapsDAO.java |
126 |
publicMethodCommentRequirement Required |
| 40755 |
src/com/gps/hibernate/TripScrapsDAO.java |
127 |
There is log block not surrounded by if |
| 40756 |
src/com/gps/hibernate/TripScrapsDAO.java |
127 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 40757 |
src/com/gps/hibernate/TripScrapsDAO.java |
129 |
Potential violation of Law of Demeter (method chain calls) |
| 40758 |
src/com/gps/hibernate/TripScrapsDAO.java |
130 |
There is log block not surrounded by if |
| 40759 |
src/com/gps/hibernate/TripScrapsDAO.java |
130 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 40760 |
src/com/gps/hibernate/TripScrapsDAO.java |
131 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 40761 |
src/com/gps/hibernate/TripScrapsDAO.java |
132 |
There is log block not surrounded by if |
| 40762 |
src/com/gps/hibernate/TripScrapsDAO.java |
137 |
Parameter 'instance' is not assigned and could be declared final |
| 40763 |
src/com/gps/hibernate/TripScrapsDAO.java |
137 |
publicMethodCommentRequirement Required |
| 40764 |
src/com/gps/hibernate/TripScrapsDAO.java |
138 |
There is log block not surrounded by if |
| 40765 |
src/com/gps/hibernate/TripScrapsDAO.java |
138 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 40766 |
src/com/gps/hibernate/TripScrapsDAO.java |
140 |
Potential violation of Law of Demeter (method chain calls) |
| 40767 |
src/com/gps/hibernate/TripScrapsDAO.java |
141 |
There is log block not surrounded by if |
| 40768 |
src/com/gps/hibernate/TripScrapsDAO.java |
141 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 40769 |
src/com/gps/hibernate/TripScrapsDAO.java |
142 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 40770 |
src/com/gps/hibernate/TripScrapsDAO.java |
143 |
There is log block not surrounded by if |
| 40771 |
src/com/gps/hibernate/TripTravelerDetails.java |
13 |
Classes implementing Serializable should set a serialVersionUID |
| 40772 |
src/com/gps/hibernate/TripTravelerDetails.java |
13 |
Too many fields |
| 40773 |
src/com/gps/hibernate/TripTravelerDetails.java |
17 |
fieldCommentRequirement Required |
| 40774 |
src/com/gps/hibernate/TripTravelerDetails.java |
18 |
fieldCommentRequirement Required |
| 40775 |
src/com/gps/hibernate/TripTravelerDetails.java |
19 |
fieldCommentRequirement Required |
| 40776 |
src/com/gps/hibernate/TripTravelerDetails.java |
20 |
fieldCommentRequirement Required |
| 40777 |
src/com/gps/hibernate/TripTravelerDetails.java |
21 |
Avoid excessively long variable names like travellerFrequency |
| 40778 |
src/com/gps/hibernate/TripTravelerDetails.java |
21 |
fieldCommentRequirement Required |
| 40779 |
src/com/gps/hibernate/TripTravelerDetails.java |
22 |
fieldCommentRequirement Required |
| 40780 |
src/com/gps/hibernate/TripTravelerDetails.java |
23 |
fieldCommentRequirement Required |
| 40781 |
src/com/gps/hibernate/TripTravelerDetails.java |
24 |
Avoid excessively long variable names like startTimeFlexibility |
| 40782 |
src/com/gps/hibernate/TripTravelerDetails.java |
24 |
fieldCommentRequirement Required |
| 40783 |
src/com/gps/hibernate/TripTravelerDetails.java |
25 |
fieldCommentRequirement Required |
| 40784 |
src/com/gps/hibernate/TripTravelerDetails.java |
26 |
fieldCommentRequirement Required |
| 40785 |
src/com/gps/hibernate/TripTravelerDetails.java |
27 |
fieldCommentRequirement Required |
| 40786 |
src/com/gps/hibernate/TripTravelerDetails.java |
28 |
Avoid excessively long variable names like coPassengerRelationship |
| 40787 |
src/com/gps/hibernate/TripTravelerDetails.java |
28 |
fieldCommentRequirement Required |
| 40788 |
src/com/gps/hibernate/TripTravelerDetails.java |
29 |
fieldCommentRequirement Required |
| 40789 |
src/com/gps/hibernate/TripTravelerDetails.java |
30 |
fieldCommentRequirement Required |
| 40790 |
src/com/gps/hibernate/TripTravelerDetails.java |
31 |
fieldCommentRequirement Required |
| 40791 |
src/com/gps/hibernate/TripTravelerDetails.java |
32 |
Avoid excessively long variable names like frequentTravellerDetailses |
| 40792 |
src/com/gps/hibernate/TripTravelerDetails.java |
32 |
fieldCommentRequirement Required |
| 40793 |
src/com/gps/hibernate/TripTravelerDetails.java |
37 |
Document empty constructor |
| 40794 |
src/com/gps/hibernate/TripTravelerDetails.java |
41 |
Parameter 'tripDetails' is not assigned and could be declared final |
| 40795 |
src/com/gps/hibernate/TripTravelerDetails.java |
41 |
Parameter 'userid' is not assigned and could be declared final |
| 40796 |
src/com/gps/hibernate/TripTravelerDetails.java |
47 |
Avoid long parameter lists. |
| 40797 |
src/com/gps/hibernate/TripTravelerDetails.java |
47 |
Parameter 'seatsRequested' is not assigned and could be declared final |
| 40798 |
src/com/gps/hibernate/TripTravelerDetails.java |
47 |
Parameter 'tripDetails' is not assigned and could be declared final |
| 40799 |
src/com/gps/hibernate/TripTravelerDetails.java |
48 |
Avoid excessively long variable names like travellerFrequency |
| 40800 |
src/com/gps/hibernate/TripTravelerDetails.java |
48 |
Parameter 'travellerFrequency' is not assigned and could be declared final |
| 40801 |
src/com/gps/hibernate/TripTravelerDetails.java |
48 |
Parameter 'userStatus' is not assigned and could be declared final |
| 40802 |
src/com/gps/hibernate/TripTravelerDetails.java |
48 |
Parameter 'userid' is not assigned and could be declared final |
| 40803 |
src/com/gps/hibernate/TripTravelerDetails.java |
49 |
Avoid excessively long variable names like startTimeFlexibility |
| 40804 |
src/com/gps/hibernate/TripTravelerDetails.java |
49 |
Parameter 'messageSubject' is not assigned and could be declared final |
| 40805 |
src/com/gps/hibernate/TripTravelerDetails.java |
49 |
Parameter 'startTimeFlexibility' is not assigned and could be declared final |
| 40806 |
src/com/gps/hibernate/TripTravelerDetails.java |
50 |
Parameter 'date' is not assigned and could be declared final |
| 40807 |
src/com/gps/hibernate/TripTravelerDetails.java |
50 |
Parameter 'gender' is not assigned and could be declared final |
| 40808 |
src/com/gps/hibernate/TripTravelerDetails.java |
50 |
Parameter 'message' is not assigned and could be declared final |
| 40809 |
src/com/gps/hibernate/TripTravelerDetails.java |
51 |
Avoid excessively long variable names like coPassengerRelationship |
| 40810 |
src/com/gps/hibernate/TripTravelerDetails.java |
51 |
Parameter 'coPassengerRelationship' is not assigned and could be declared final |
| 40811 |
src/com/gps/hibernate/TripTravelerDetails.java |
51 |
Parameter 'isreturn' is not assigned and could be declared final |
| 40812 |
src/com/gps/hibernate/TripTravelerDetails.java |
51 |
Parameter 'role' is not assigned and could be declared final |
| 40813 |
src/com/gps/hibernate/TripTravelerDetails.java |
52 |
Avoid excessively long variable names like frequentTravellerDetailses |
| 40814 |
src/com/gps/hibernate/TripTravelerDetails.java |
52 |
Parameter 'frequentTravellerDetailses' is not assigned and could be declared final |
| 40815 |
src/com/gps/hibernate/TripTravelerDetails.java |
52 |
Parameter 'genderCopy' is not assigned and could be declared final |
| 40816 |
src/com/gps/hibernate/TripTravelerDetails.java |
72 |
publicMethodCommentRequirement Required |
| 40817 |
src/com/gps/hibernate/TripTravelerDetails.java |
76 |
Parameter 'tripTravellerId' is not assigned and could be declared final |
| 40818 |
src/com/gps/hibernate/TripTravelerDetails.java |
76 |
publicMethodCommentRequirement Required |
| 40819 |
src/com/gps/hibernate/TripTravelerDetails.java |
80 |
publicMethodCommentRequirement Required |
| 40820 |
src/com/gps/hibernate/TripTravelerDetails.java |
84 |
Parameter 'tripDetails' is not assigned and could be declared final |
| 40821 |
src/com/gps/hibernate/TripTravelerDetails.java |
84 |
publicMethodCommentRequirement Required |
| 40822 |
src/com/gps/hibernate/TripTravelerDetails.java |
88 |
publicMethodCommentRequirement Required |
| 40823 |
src/com/gps/hibernate/TripTravelerDetails.java |
92 |
Parameter 'seatsRequested' is not assigned and could be declared final |
| 40824 |
src/com/gps/hibernate/TripTravelerDetails.java |
92 |
publicMethodCommentRequirement Required |
| 40825 |
src/com/gps/hibernate/TripTravelerDetails.java |
96 |
publicMethodCommentRequirement Required |
| 40826 |
src/com/gps/hibernate/TripTravelerDetails.java |
100 |
Parameter 'userid' is not assigned and could be declared final |
| 40827 |
src/com/gps/hibernate/TripTravelerDetails.java |
100 |
publicMethodCommentRequirement Required |
| 40828 |
src/com/gps/hibernate/TripTravelerDetails.java |
104 |
publicMethodCommentRequirement Required |
| 40829 |
src/com/gps/hibernate/TripTravelerDetails.java |
108 |
Avoid excessively long variable names like travellerFrequency |
| 40830 |
src/com/gps/hibernate/TripTravelerDetails.java |
108 |
Parameter 'travellerFrequency' is not assigned and could be declared final |
| 40831 |
src/com/gps/hibernate/TripTravelerDetails.java |
108 |
publicMethodCommentRequirement Required |
| 40832 |
src/com/gps/hibernate/TripTravelerDetails.java |
112 |
publicMethodCommentRequirement Required |
| 40833 |
src/com/gps/hibernate/TripTravelerDetails.java |
116 |
Parameter 'userStatus' is not assigned and could be declared final |
| 40834 |
src/com/gps/hibernate/TripTravelerDetails.java |
116 |
publicMethodCommentRequirement Required |
| 40835 |
src/com/gps/hibernate/TripTravelerDetails.java |
120 |
publicMethodCommentRequirement Required |
| 40836 |
src/com/gps/hibernate/TripTravelerDetails.java |
124 |
Parameter 'messageSubject' is not assigned and could be declared final |
| 40837 |
src/com/gps/hibernate/TripTravelerDetails.java |
124 |
publicMethodCommentRequirement Required |
| 40838 |
src/com/gps/hibernate/TripTravelerDetails.java |
128 |
publicMethodCommentRequirement Required |
| 40839 |
src/com/gps/hibernate/TripTravelerDetails.java |
132 |
Avoid excessively long variable names like startTimeFlexibility |
| 40840 |
src/com/gps/hibernate/TripTravelerDetails.java |
132 |
Parameter 'startTimeFlexibility' is not assigned and could be declared final |
| 40841 |
src/com/gps/hibernate/TripTravelerDetails.java |
132 |
publicMethodCommentRequirement Required |
| 40842 |
src/com/gps/hibernate/TripTravelerDetails.java |
136 |
publicMethodCommentRequirement Required |
| 40843 |
src/com/gps/hibernate/TripTravelerDetails.java |
140 |
Parameter 'message' is not assigned and could be declared final |
| 40844 |
src/com/gps/hibernate/TripTravelerDetails.java |
140 |
publicMethodCommentRequirement Required |
| 40845 |
src/com/gps/hibernate/TripTravelerDetails.java |
144 |
publicMethodCommentRequirement Required |
| 40846 |
src/com/gps/hibernate/TripTravelerDetails.java |
148 |
Parameter 'gender' is not assigned and could be declared final |
| 40847 |
src/com/gps/hibernate/TripTravelerDetails.java |
148 |
publicMethodCommentRequirement Required |
| 40848 |
src/com/gps/hibernate/TripTravelerDetails.java |
152 |
publicMethodCommentRequirement Required |
| 40849 |
src/com/gps/hibernate/TripTravelerDetails.java |
156 |
Parameter 'date' is not assigned and could be declared final |
| 40850 |
src/com/gps/hibernate/TripTravelerDetails.java |
156 |
publicMethodCommentRequirement Required |
| 40851 |
src/com/gps/hibernate/TripTravelerDetails.java |
160 |
publicMethodCommentRequirement Required |
| 40852 |
src/com/gps/hibernate/TripTravelerDetails.java |
164 |
Avoid excessively long variable names like coPassengerRelationship |
| 40853 |
src/com/gps/hibernate/TripTravelerDetails.java |
164 |
Parameter 'coPassengerRelationship' is not assigned and could be declared final |
| 40854 |
src/com/gps/hibernate/TripTravelerDetails.java |
164 |
publicMethodCommentRequirement Required |
| 40855 |
src/com/gps/hibernate/TripTravelerDetails.java |
168 |
publicMethodCommentRequirement Required |
| 40856 |
src/com/gps/hibernate/TripTravelerDetails.java |
172 |
Parameter 'isreturn' is not assigned and could be declared final |
| 40857 |
src/com/gps/hibernate/TripTravelerDetails.java |
172 |
publicMethodCommentRequirement Required |
| 40858 |
src/com/gps/hibernate/TripTravelerDetails.java |
176 |
publicMethodCommentRequirement Required |
| 40859 |
src/com/gps/hibernate/TripTravelerDetails.java |
180 |
Parameter 'role' is not assigned and could be declared final |
| 40860 |
src/com/gps/hibernate/TripTravelerDetails.java |
180 |
publicMethodCommentRequirement Required |
| 40861 |
src/com/gps/hibernate/TripTravelerDetails.java |
184 |
publicMethodCommentRequirement Required |
| 40862 |
src/com/gps/hibernate/TripTravelerDetails.java |
188 |
Parameter 'genderCopy' is not assigned and could be declared final |
| 40863 |
src/com/gps/hibernate/TripTravelerDetails.java |
188 |
publicMethodCommentRequirement Required |
| 40864 |
src/com/gps/hibernate/TripTravelerDetails.java |
192 |
publicMethodCommentRequirement Required |
| 40865 |
src/com/gps/hibernate/TripTravelerDetails.java |
196 |
Avoid excessively long variable names like frequentTravellerDetailses |
| 40866 |
src/com/gps/hibernate/TripTravelerDetails.java |
196 |
Parameter 'frequentTravellerDetailses' is not assigned and could be declared final |
| 40867 |
src/com/gps/hibernate/TripTravelerDetails.java |
196 |
publicMethodCommentRequirement Required |
| 40868 |
src/com/gps/hibernate/TripTravelerDetailsDAO.java |
11 |
Comment is too large: Too many lines |
| 40869 |
src/com/gps/hibernate/TripTravelerDetailsDAO.java |
23 |
This class has too many methods, consider refactoring it. |
| 40870 |
src/com/gps/hibernate/TripTravelerDetailsDAO.java |
24 |
Logger should be defined private static final and have the correct class |
| 40871 |
src/com/gps/hibernate/TripTravelerDetailsDAO.java |
24 |
Variables that are final and static should be all capitals, 'log' is not all capitals. |
| 40872 |
src/com/gps/hibernate/TripTravelerDetailsDAO.java |
24 |
fieldCommentRequirement Required |
| 40873 |
src/com/gps/hibernate/TripTravelerDetailsDAO.java |
27 |
fieldCommentRequirement Required |
| 40874 |
src/com/gps/hibernate/TripTravelerDetailsDAO.java |
28 |
fieldCommentRequirement Required |
| 40875 |
src/com/gps/hibernate/TripTravelerDetailsDAO.java |
29 |
Avoid excessively long variable names like TRAVELLER_FREQUENCY |
| 40876 |
src/com/gps/hibernate/TripTravelerDetailsDAO.java |
29 |
fieldCommentRequirement Required |
| 40877 |
src/com/gps/hibernate/TripTravelerDetailsDAO.java |
30 |
fieldCommentRequirement Required |
| 40878 |
src/com/gps/hibernate/TripTravelerDetailsDAO.java |
31 |
fieldCommentRequirement Required |
| 40879 |
src/com/gps/hibernate/TripTravelerDetailsDAO.java |
32 |
Avoid excessively long variable names like START_TIME_FLEXIBILITY |
| 40880 |
src/com/gps/hibernate/TripTravelerDetailsDAO.java |
32 |
fieldCommentRequirement Required |
| 40881 |
src/com/gps/hibernate/TripTravelerDetailsDAO.java |
33 |
fieldCommentRequirement Required |
| 40882 |
src/com/gps/hibernate/TripTravelerDetailsDAO.java |
34 |
fieldCommentRequirement Required |
| 40883 |
src/com/gps/hibernate/TripTravelerDetailsDAO.java |
35 |
Avoid excessively long variable names like CO_PASSENGER_RELATIONSHIP |
| 40884 |
src/com/gps/hibernate/TripTravelerDetailsDAO.java |
35 |
fieldCommentRequirement Required |
| 40885 |
src/com/gps/hibernate/TripTravelerDetailsDAO.java |
36 |
fieldCommentRequirement Required |
| 40886 |
src/com/gps/hibernate/TripTravelerDetailsDAO.java |
37 |
fieldCommentRequirement Required |
| 40887 |
src/com/gps/hibernate/TripTravelerDetailsDAO.java |
38 |
fieldCommentRequirement Required |
| 40888 |
src/com/gps/hibernate/TripTravelerDetailsDAO.java |
40 |
Parameter 'transientInstance' is not assigned and could be declared final |
| 40889 |
src/com/gps/hibernate/TripTravelerDetailsDAO.java |
40 |
publicMethodCommentRequirement Required |
| 40890 |
src/com/gps/hibernate/TripTravelerDetailsDAO.java |
41 |
There is log block not surrounded by if |
| 40891 |
src/com/gps/hibernate/TripTravelerDetailsDAO.java |
41 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 40892 |
src/com/gps/hibernate/TripTravelerDetailsDAO.java |
43 |
Potential violation of Law of Demeter (method chain calls) |
| 40893 |
src/com/gps/hibernate/TripTravelerDetailsDAO.java |
44 |
There is log block not surrounded by if |
| 40894 |
src/com/gps/hibernate/TripTravelerDetailsDAO.java |
44 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 40895 |
src/com/gps/hibernate/TripTravelerDetailsDAO.java |
45 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 40896 |
src/com/gps/hibernate/TripTravelerDetailsDAO.java |
46 |
There is log block not surrounded by if |
| 40897 |
src/com/gps/hibernate/TripTravelerDetailsDAO.java |
51 |
Avoid excessively long variable names like persistentInstance |
| 40898 |
src/com/gps/hibernate/TripTravelerDetailsDAO.java |
51 |
Parameter 'persistentInstance' is not assigned and could be declared final |
| 40899 |
src/com/gps/hibernate/TripTravelerDetailsDAO.java |
51 |
publicMethodCommentRequirement Required |
| 40900 |
src/com/gps/hibernate/TripTravelerDetailsDAO.java |
52 |
There is log block not surrounded by if |
| 40901 |
src/com/gps/hibernate/TripTravelerDetailsDAO.java |
52 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 40902 |
src/com/gps/hibernate/TripTravelerDetailsDAO.java |
54 |
Potential violation of Law of Demeter (method chain calls) |
| 40903 |
src/com/gps/hibernate/TripTravelerDetailsDAO.java |
55 |
There is log block not surrounded by if |
| 40904 |
src/com/gps/hibernate/TripTravelerDetailsDAO.java |
55 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 40905 |
src/com/gps/hibernate/TripTravelerDetailsDAO.java |
56 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 40906 |
src/com/gps/hibernate/TripTravelerDetailsDAO.java |
57 |
There is log block not surrounded by if |
| 40907 |
src/com/gps/hibernate/TripTravelerDetailsDAO.java |
62 |
Avoid variables with short names like id |
| 40908 |
src/com/gps/hibernate/TripTravelerDetailsDAO.java |
62 |
Parameter 'id' is not assigned and could be declared final |
| 40909 |
src/com/gps/hibernate/TripTravelerDetailsDAO.java |
62 |
publicMethodCommentRequirement Required |
| 40910 |
src/com/gps/hibernate/TripTravelerDetailsDAO.java |
63 |
There is log block not surrounded by if |
| 40911 |
src/com/gps/hibernate/TripTravelerDetailsDAO.java |
63 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 40912 |
src/com/gps/hibernate/TripTravelerDetailsDAO.java |
65 |
Local variable 'instance' could be declared final |
| 40913 |
src/com/gps/hibernate/TripTravelerDetailsDAO.java |
65 |
Potential violation of Law of Demeter (method chain calls) |
| 40914 |
src/com/gps/hibernate/TripTravelerDetailsDAO.java |
68 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 40915 |
src/com/gps/hibernate/TripTravelerDetailsDAO.java |
69 |
There is log block not surrounded by if |
| 40916 |
src/com/gps/hibernate/TripTravelerDetailsDAO.java |
74 |
Parameter 'instance' is not assigned and could be declared final |
| 40917 |
src/com/gps/hibernate/TripTravelerDetailsDAO.java |
74 |
publicMethodCommentRequirement Required |
| 40918 |
src/com/gps/hibernate/TripTravelerDetailsDAO.java |
75 |
There is log block not surrounded by if |
| 40919 |
src/com/gps/hibernate/TripTravelerDetailsDAO.java |
75 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 40920 |
src/com/gps/hibernate/TripTravelerDetailsDAO.java |
77 |
Local variable 'results' could be declared final |
| 40921 |
src/com/gps/hibernate/TripTravelerDetailsDAO.java |
77 |
Potential violation of Law of Demeter (method chain calls) |
| 40922 |
src/com/gps/hibernate/TripTravelerDetailsDAO.java |
77 |
Potential violation of Law of Demeter (method chain calls) |
| 40923 |
src/com/gps/hibernate/TripTravelerDetailsDAO.java |
77 |
Potential violation of Law of Demeter (method chain calls) |
| 40924 |
src/com/gps/hibernate/TripTravelerDetailsDAO.java |
80 |
There is log block not surrounded by if |
| 40925 |
src/com/gps/hibernate/TripTravelerDetailsDAO.java |
80 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 40926 |
src/com/gps/hibernate/TripTravelerDetailsDAO.java |
81 |
Potential violation of Law of Demeter (object not created locally) |
| 40927 |
src/com/gps/hibernate/TripTravelerDetailsDAO.java |
83 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 40928 |
src/com/gps/hibernate/TripTravelerDetailsDAO.java |
84 |
There is log block not surrounded by if |
| 40929 |
src/com/gps/hibernate/TripTravelerDetailsDAO.java |
89 |
Parameter 'propertyName' is not assigned and could be declared final |
| 40930 |
src/com/gps/hibernate/TripTravelerDetailsDAO.java |
89 |
Parameter 'value' is not assigned and could be declared final |
| 40931 |
src/com/gps/hibernate/TripTravelerDetailsDAO.java |
89 |
publicMethodCommentRequirement Required |
| 40932 |
src/com/gps/hibernate/TripTravelerDetailsDAO.java |
90 |
There is log block not surrounded by if |
| 40933 |
src/com/gps/hibernate/TripTravelerDetailsDAO.java |
90 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 40934 |
src/com/gps/hibernate/TripTravelerDetailsDAO.java |
93 |
Local variable 'queryString' could be declared final |
| 40935 |
src/com/gps/hibernate/TripTravelerDetailsDAO.java |
95 |
Local variable 'queryObject' could be declared final |
| 40936 |
src/com/gps/hibernate/TripTravelerDetailsDAO.java |
95 |
Potential violation of Law of Demeter (method chain calls) |
| 40937 |
src/com/gps/hibernate/TripTravelerDetailsDAO.java |
96 |
Potential violation of Law of Demeter (object not created locally) |
| 40938 |
src/com/gps/hibernate/TripTravelerDetailsDAO.java |
97 |
Potential violation of Law of Demeter (object not created locally) |
| 40939 |
src/com/gps/hibernate/TripTravelerDetailsDAO.java |
98 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 40940 |
src/com/gps/hibernate/TripTravelerDetailsDAO.java |
99 |
There is log block not surrounded by if |
| 40941 |
src/com/gps/hibernate/TripTravelerDetailsDAO.java |
104 |
Parameter 'seatsRequested' is not assigned and could be declared final |
| 40942 |
src/com/gps/hibernate/TripTravelerDetailsDAO.java |
104 |
publicMethodCommentRequirement Required |
| 40943 |
src/com/gps/hibernate/TripTravelerDetailsDAO.java |
108 |
Parameter 'userid' is not assigned and could be declared final |
| 40944 |
src/com/gps/hibernate/TripTravelerDetailsDAO.java |
108 |
publicMethodCommentRequirement Required |
| 40945 |
src/com/gps/hibernate/TripTravelerDetailsDAO.java |
112 |
Avoid excessively long variable names like travellerFrequency |
| 40946 |
src/com/gps/hibernate/TripTravelerDetailsDAO.java |
112 |
Parameter 'travellerFrequency' is not assigned and could be declared final |
| 40947 |
src/com/gps/hibernate/TripTravelerDetailsDAO.java |
112 |
publicMethodCommentRequirement Required |
| 40948 |
src/com/gps/hibernate/TripTravelerDetailsDAO.java |
116 |
Parameter 'userStatus' is not assigned and could be declared final |
| 40949 |
src/com/gps/hibernate/TripTravelerDetailsDAO.java |
116 |
publicMethodCommentRequirement Required |
| 40950 |
src/com/gps/hibernate/TripTravelerDetailsDAO.java |
120 |
Parameter 'messageSubject' is not assigned and could be declared final |
| 40951 |
src/com/gps/hibernate/TripTravelerDetailsDAO.java |
120 |
publicMethodCommentRequirement Required |
| 40952 |
src/com/gps/hibernate/TripTravelerDetailsDAO.java |
124 |
Avoid excessively long variable names like startTimeFlexibility |
| 40953 |
src/com/gps/hibernate/TripTravelerDetailsDAO.java |
124 |
Parameter 'startTimeFlexibility' is not assigned and could be declared final |
| 40954 |
src/com/gps/hibernate/TripTravelerDetailsDAO.java |
124 |
publicMethodCommentRequirement Required |
| 40955 |
src/com/gps/hibernate/TripTravelerDetailsDAO.java |
128 |
Parameter 'message' is not assigned and could be declared final |
| 40956 |
src/com/gps/hibernate/TripTravelerDetailsDAO.java |
128 |
publicMethodCommentRequirement Required |
| 40957 |
src/com/gps/hibernate/TripTravelerDetailsDAO.java |
132 |
Parameter 'gender' is not assigned and could be declared final |
| 40958 |
src/com/gps/hibernate/TripTravelerDetailsDAO.java |
132 |
publicMethodCommentRequirement Required |
| 40959 |
src/com/gps/hibernate/TripTravelerDetailsDAO.java |
136 |
Avoid excessively long variable names like coPassengerRelationship |
| 40960 |
src/com/gps/hibernate/TripTravelerDetailsDAO.java |
136 |
Parameter 'coPassengerRelationship' is not assigned and could be declared final |
| 40961 |
src/com/gps/hibernate/TripTravelerDetailsDAO.java |
136 |
publicMethodCommentRequirement Required |
| 40962 |
src/com/gps/hibernate/TripTravelerDetailsDAO.java |
141 |
Parameter 'isreturn' is not assigned and could be declared final |
| 40963 |
src/com/gps/hibernate/TripTravelerDetailsDAO.java |
141 |
publicMethodCommentRequirement Required |
| 40964 |
src/com/gps/hibernate/TripTravelerDetailsDAO.java |
145 |
Parameter 'role' is not assigned and could be declared final |
| 40965 |
src/com/gps/hibernate/TripTravelerDetailsDAO.java |
145 |
publicMethodCommentRequirement Required |
| 40966 |
src/com/gps/hibernate/TripTravelerDetailsDAO.java |
149 |
Parameter 'genderCopy' is not assigned and could be declared final |
| 40967 |
src/com/gps/hibernate/TripTravelerDetailsDAO.java |
149 |
publicMethodCommentRequirement Required |
| 40968 |
src/com/gps/hibernate/TripTravelerDetailsDAO.java |
153 |
publicMethodCommentRequirement Required |
| 40969 |
src/com/gps/hibernate/TripTravelerDetailsDAO.java |
154 |
There is log block not surrounded by if |
| 40970 |
src/com/gps/hibernate/TripTravelerDetailsDAO.java |
154 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 40971 |
src/com/gps/hibernate/TripTravelerDetailsDAO.java |
156 |
Local variable 'queryString' could be declared final |
| 40972 |
src/com/gps/hibernate/TripTravelerDetailsDAO.java |
157 |
Local variable 'queryObject' could be declared final |
| 40973 |
src/com/gps/hibernate/TripTravelerDetailsDAO.java |
157 |
Potential violation of Law of Demeter (method chain calls) |
| 40974 |
src/com/gps/hibernate/TripTravelerDetailsDAO.java |
158 |
Potential violation of Law of Demeter (object not created locally) |
| 40975 |
src/com/gps/hibernate/TripTravelerDetailsDAO.java |
159 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 40976 |
src/com/gps/hibernate/TripTravelerDetailsDAO.java |
160 |
There is log block not surrounded by if |
| 40977 |
src/com/gps/hibernate/TripTravelerDetailsDAO.java |
165 |
Parameter 'detachedInstance' is not assigned and could be declared final |
| 40978 |
src/com/gps/hibernate/TripTravelerDetailsDAO.java |
165 |
publicMethodCommentRequirement Required |
| 40979 |
src/com/gps/hibernate/TripTravelerDetailsDAO.java |
166 |
There is log block not surrounded by if |
| 40980 |
src/com/gps/hibernate/TripTravelerDetailsDAO.java |
166 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 40981 |
src/com/gps/hibernate/TripTravelerDetailsDAO.java |
168 |
Local variable 'result' could be declared final |
| 40982 |
src/com/gps/hibernate/TripTravelerDetailsDAO.java |
168 |
Potential violation of Law of Demeter (method chain calls) |
| 40983 |
src/com/gps/hibernate/TripTravelerDetailsDAO.java |
170 |
There is log block not surrounded by if |
| 40984 |
src/com/gps/hibernate/TripTravelerDetailsDAO.java |
170 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 40985 |
src/com/gps/hibernate/TripTravelerDetailsDAO.java |
172 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 40986 |
src/com/gps/hibernate/TripTravelerDetailsDAO.java |
173 |
There is log block not surrounded by if |
| 40987 |
src/com/gps/hibernate/TripTravelerDetailsDAO.java |
178 |
Parameter 'instance' is not assigned and could be declared final |
| 40988 |
src/com/gps/hibernate/TripTravelerDetailsDAO.java |
178 |
publicMethodCommentRequirement Required |
| 40989 |
src/com/gps/hibernate/TripTravelerDetailsDAO.java |
179 |
There is log block not surrounded by if |
| 40990 |
src/com/gps/hibernate/TripTravelerDetailsDAO.java |
179 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 40991 |
src/com/gps/hibernate/TripTravelerDetailsDAO.java |
181 |
Potential violation of Law of Demeter (method chain calls) |
| 40992 |
src/com/gps/hibernate/TripTravelerDetailsDAO.java |
182 |
There is log block not surrounded by if |
| 40993 |
src/com/gps/hibernate/TripTravelerDetailsDAO.java |
182 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 40994 |
src/com/gps/hibernate/TripTravelerDetailsDAO.java |
183 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 40995 |
src/com/gps/hibernate/TripTravelerDetailsDAO.java |
184 |
There is log block not surrounded by if |
| 40996 |
src/com/gps/hibernate/TripTravelerDetailsDAO.java |
189 |
Parameter 'instance' is not assigned and could be declared final |
| 40997 |
src/com/gps/hibernate/TripTravelerDetailsDAO.java |
189 |
publicMethodCommentRequirement Required |
| 40998 |
src/com/gps/hibernate/TripTravelerDetailsDAO.java |
190 |
There is log block not surrounded by if |
| 40999 |
src/com/gps/hibernate/TripTravelerDetailsDAO.java |
190 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 41000 |
src/com/gps/hibernate/TripTravelerDetailsDAO.java |
192 |
Potential violation of Law of Demeter (method chain calls) |
| 41001 |
src/com/gps/hibernate/TripTravelerDetailsDAO.java |
193 |
There is log block not surrounded by if |
| 41002 |
src/com/gps/hibernate/TripTravelerDetailsDAO.java |
193 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 41003 |
src/com/gps/hibernate/TripTravelerDetailsDAO.java |
194 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 41004 |
src/com/gps/hibernate/TripTravelerDetailsDAO.java |
195 |
There is log block not surrounded by if |
| 41005 |
src/com/gps/hibernate/TripTraversal.java |
10 |
Classes implementing Serializable should set a serialVersionUID |
| 41006 |
src/com/gps/hibernate/TripTraversal.java |
12 |
fieldCommentRequirement Required |
| 41007 |
src/com/gps/hibernate/TripTraversal.java |
13 |
Avoid excessively long variable names like tripReferenceByTripid |
| 41008 |
src/com/gps/hibernate/TripTraversal.java |
13 |
fieldCommentRequirement Required |
| 41009 |
src/com/gps/hibernate/TripTraversal.java |
14 |
Avoid excessively long variable names like tripReferenceByTripPointId |
| 41010 |
src/com/gps/hibernate/TripTraversal.java |
14 |
fieldCommentRequirement Required |
| 41011 |
src/com/gps/hibernate/TripTraversal.java |
15 |
fieldCommentRequirement Required |
| 41012 |
src/com/gps/hibernate/TripTraversal.java |
16 |
fieldCommentRequirement Required |
| 41013 |
src/com/gps/hibernate/TripTraversal.java |
17 |
Avoid excessively long variable names like tripPointTraversalTime |
| 41014 |
src/com/gps/hibernate/TripTraversal.java |
17 |
fieldCommentRequirement Required |
| 41015 |
src/com/gps/hibernate/TripTraversal.java |
19 |
Document empty constructor |
| 41016 |
src/com/gps/hibernate/TripTraversal.java |
19 |
publicMethodCommentRequirement Required |
| 41017 |
src/com/gps/hibernate/TripTraversal.java |
22 |
Avoid excessively long variable names like tripPointTraversalTime |
| 41018 |
src/com/gps/hibernate/TripTraversal.java |
22 |
Parameter 'tripPointTraversalTime' is not assigned and could be declared final |
| 41019 |
src/com/gps/hibernate/TripTraversal.java |
22 |
publicMethodCommentRequirement Required |
| 41020 |
src/com/gps/hibernate/TripTraversal.java |
26 |
Avoid excessively long variable names like tripReferenceByTripid |
| 41021 |
src/com/gps/hibernate/TripTraversal.java |
26 |
Parameter 'tripReferenceByTripid' is not assigned and could be declared final |
| 41022 |
src/com/gps/hibernate/TripTraversal.java |
26 |
publicMethodCommentRequirement Required |
| 41023 |
src/com/gps/hibernate/TripTraversal.java |
27 |
Avoid excessively long variable names like tripReferenceByTripPointId |
| 41024 |
src/com/gps/hibernate/TripTraversal.java |
27 |
Parameter 'hasTraversed' is not assigned and could be declared final |
| 41025 |
src/com/gps/hibernate/TripTraversal.java |
27 |
Parameter 'tripReferenceByTripPointId' is not assigned and could be declared final |
| 41026 |
src/com/gps/hibernate/TripTraversal.java |
28 |
Avoid excessively long variable names like tripPointTraversalTime |
| 41027 |
src/com/gps/hibernate/TripTraversal.java |
28 |
Parameter 'isSupportTeamOk' is not assigned and could be declared final |
| 41028 |
src/com/gps/hibernate/TripTraversal.java |
28 |
Parameter 'tripPointTraversalTime' is not assigned and could be declared final |
| 41029 |
src/com/gps/hibernate/TripTraversal.java |
36 |
publicMethodCommentRequirement Required |
| 41030 |
src/com/gps/hibernate/TripTraversal.java |
40 |
Parameter 'tripTraversalId' is not assigned and could be declared final |
| 41031 |
src/com/gps/hibernate/TripTraversal.java |
40 |
publicMethodCommentRequirement Required |
| 41032 |
src/com/gps/hibernate/TripTraversal.java |
44 |
publicMethodCommentRequirement Required |
| 41033 |
src/com/gps/hibernate/TripTraversal.java |
48 |
Avoid excessively long variable names like tripReferenceByTripid |
| 41034 |
src/com/gps/hibernate/TripTraversal.java |
48 |
Parameter 'tripReferenceByTripid' is not assigned and could be declared final |
| 41035 |
src/com/gps/hibernate/TripTraversal.java |
48 |
publicMethodCommentRequirement Required |
| 41036 |
src/com/gps/hibernate/TripTraversal.java |
52 |
publicMethodCommentRequirement Required |
| 41037 |
src/com/gps/hibernate/TripTraversal.java |
56 |
publicMethodCommentRequirement Required |
| 41038 |
src/com/gps/hibernate/TripTraversal.java |
57 |
Avoid excessively long variable names like tripReferenceByTripPointId |
| 41039 |
src/com/gps/hibernate/TripTraversal.java |
57 |
Parameter 'tripReferenceByTripPointId' is not assigned and could be declared final |
| 41040 |
src/com/gps/hibernate/TripTraversal.java |
61 |
publicMethodCommentRequirement Required |
| 41041 |
src/com/gps/hibernate/TripTraversal.java |
65 |
Parameter 'hasTraversed' is not assigned and could be declared final |
| 41042 |
src/com/gps/hibernate/TripTraversal.java |
65 |
publicMethodCommentRequirement Required |
| 41043 |
src/com/gps/hibernate/TripTraversal.java |
69 |
publicMethodCommentRequirement Required |
| 41044 |
src/com/gps/hibernate/TripTraversal.java |
73 |
Parameter 'isSupportTeamOk' is not assigned and could be declared final |
| 41045 |
src/com/gps/hibernate/TripTraversal.java |
73 |
publicMethodCommentRequirement Required |
| 41046 |
src/com/gps/hibernate/TripTraversal.java |
77 |
publicMethodCommentRequirement Required |
| 41047 |
src/com/gps/hibernate/TripTraversal.java |
81 |
Avoid excessively long variable names like tripPointTraversalTime |
| 41048 |
src/com/gps/hibernate/TripTraversal.java |
81 |
Parameter 'tripPointTraversalTime' is not assigned and could be declared final |
| 41049 |
src/com/gps/hibernate/TripTraversal.java |
81 |
publicMethodCommentRequirement Required |
| 41050 |
src/com/gps/hibernate/TripVehicleMap.java |
9 |
Classes implementing Serializable should set a serialVersionUID |
| 41051 |
src/com/gps/hibernate/TripVehicleMap.java |
13 |
Avoid variables with short names like id |
| 41052 |
src/com/gps/hibernate/TripVehicleMap.java |
13 |
fieldCommentRequirement Required |
| 41053 |
src/com/gps/hibernate/TripVehicleMap.java |
14 |
fieldCommentRequirement Required |
| 41054 |
src/com/gps/hibernate/TripVehicleMap.java |
15 |
fieldCommentRequirement Required |
| 41055 |
src/com/gps/hibernate/TripVehicleMap.java |
20 |
Document empty constructor |
| 41056 |
src/com/gps/hibernate/TripVehicleMap.java |
24 |
Parameter 'tripDetails' is not assigned and could be declared final |
| 41057 |
src/com/gps/hibernate/TripVehicleMap.java |
24 |
Parameter 'vehicleDetails' is not assigned and could be declared final |
| 41058 |
src/com/gps/hibernate/TripVehicleMap.java |
31 |
publicMethodCommentRequirement Required |
| 41059 |
src/com/gps/hibernate/TripVehicleMap.java |
35 |
Avoid variables with short names like id |
| 41060 |
src/com/gps/hibernate/TripVehicleMap.java |
35 |
Parameter 'id' is not assigned and could be declared final |
| 41061 |
src/com/gps/hibernate/TripVehicleMap.java |
35 |
publicMethodCommentRequirement Required |
| 41062 |
src/com/gps/hibernate/TripVehicleMap.java |
39 |
publicMethodCommentRequirement Required |
| 41063 |
src/com/gps/hibernate/TripVehicleMap.java |
43 |
Parameter 'vehicleDetails' is not assigned and could be declared final |
| 41064 |
src/com/gps/hibernate/TripVehicleMap.java |
43 |
publicMethodCommentRequirement Required |
| 41065 |
src/com/gps/hibernate/TripVehicleMap.java |
47 |
publicMethodCommentRequirement Required |
| 41066 |
src/com/gps/hibernate/TripVehicleMap.java |
51 |
Parameter 'tripDetails' is not assigned and could be declared final |
| 41067 |
src/com/gps/hibernate/TripVehicleMap.java |
51 |
publicMethodCommentRequirement Required |
| 41068 |
src/com/gps/hibernate/TripVehicleMapDAO.java |
11 |
Comment is too large: Too many lines |
| 41069 |
src/com/gps/hibernate/TripVehicleMapDAO.java |
24 |
Logger should be defined private static final and have the correct class |
| 41070 |
src/com/gps/hibernate/TripVehicleMapDAO.java |
24 |
Variables that are final and static should be all capitals, 'log' is not all capitals. |
| 41071 |
src/com/gps/hibernate/TripVehicleMapDAO.java |
24 |
fieldCommentRequirement Required |
| 41072 |
src/com/gps/hibernate/TripVehicleMapDAO.java |
28 |
Parameter 'transientInstance' is not assigned and could be declared final |
| 41073 |
src/com/gps/hibernate/TripVehicleMapDAO.java |
28 |
publicMethodCommentRequirement Required |
| 41074 |
src/com/gps/hibernate/TripVehicleMapDAO.java |
29 |
There is log block not surrounded by if |
| 41075 |
src/com/gps/hibernate/TripVehicleMapDAO.java |
29 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 41076 |
src/com/gps/hibernate/TripVehicleMapDAO.java |
31 |
Potential violation of Law of Demeter (method chain calls) |
| 41077 |
src/com/gps/hibernate/TripVehicleMapDAO.java |
32 |
There is log block not surrounded by if |
| 41078 |
src/com/gps/hibernate/TripVehicleMapDAO.java |
32 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 41079 |
src/com/gps/hibernate/TripVehicleMapDAO.java |
33 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 41080 |
src/com/gps/hibernate/TripVehicleMapDAO.java |
34 |
There is log block not surrounded by if |
| 41081 |
src/com/gps/hibernate/TripVehicleMapDAO.java |
39 |
Avoid excessively long variable names like persistentInstance |
| 41082 |
src/com/gps/hibernate/TripVehicleMapDAO.java |
39 |
Parameter 'persistentInstance' is not assigned and could be declared final |
| 41083 |
src/com/gps/hibernate/TripVehicleMapDAO.java |
39 |
publicMethodCommentRequirement Required |
| 41084 |
src/com/gps/hibernate/TripVehicleMapDAO.java |
40 |
There is log block not surrounded by if |
| 41085 |
src/com/gps/hibernate/TripVehicleMapDAO.java |
40 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 41086 |
src/com/gps/hibernate/TripVehicleMapDAO.java |
42 |
Potential violation of Law of Demeter (method chain calls) |
| 41087 |
src/com/gps/hibernate/TripVehicleMapDAO.java |
43 |
There is log block not surrounded by if |
| 41088 |
src/com/gps/hibernate/TripVehicleMapDAO.java |
43 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 41089 |
src/com/gps/hibernate/TripVehicleMapDAO.java |
44 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 41090 |
src/com/gps/hibernate/TripVehicleMapDAO.java |
45 |
There is log block not surrounded by if |
| 41091 |
src/com/gps/hibernate/TripVehicleMapDAO.java |
50 |
Avoid variables with short names like id |
| 41092 |
src/com/gps/hibernate/TripVehicleMapDAO.java |
50 |
Parameter 'id' is not assigned and could be declared final |
| 41093 |
src/com/gps/hibernate/TripVehicleMapDAO.java |
50 |
publicMethodCommentRequirement Required |
| 41094 |
src/com/gps/hibernate/TripVehicleMapDAO.java |
51 |
There is log block not surrounded by if |
| 41095 |
src/com/gps/hibernate/TripVehicleMapDAO.java |
51 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 41096 |
src/com/gps/hibernate/TripVehicleMapDAO.java |
53 |
Local variable 'instance' could be declared final |
| 41097 |
src/com/gps/hibernate/TripVehicleMapDAO.java |
53 |
Potential violation of Law of Demeter (method chain calls) |
| 41098 |
src/com/gps/hibernate/TripVehicleMapDAO.java |
56 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 41099 |
src/com/gps/hibernate/TripVehicleMapDAO.java |
57 |
There is log block not surrounded by if |
| 41100 |
src/com/gps/hibernate/TripVehicleMapDAO.java |
62 |
Parameter 'instance' is not assigned and could be declared final |
| 41101 |
src/com/gps/hibernate/TripVehicleMapDAO.java |
62 |
publicMethodCommentRequirement Required |
| 41102 |
src/com/gps/hibernate/TripVehicleMapDAO.java |
63 |
There is log block not surrounded by if |
| 41103 |
src/com/gps/hibernate/TripVehicleMapDAO.java |
63 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 41104 |
src/com/gps/hibernate/TripVehicleMapDAO.java |
65 |
Local variable 'results' could be declared final |
| 41105 |
src/com/gps/hibernate/TripVehicleMapDAO.java |
65 |
Potential violation of Law of Demeter (method chain calls) |
| 41106 |
src/com/gps/hibernate/TripVehicleMapDAO.java |
65 |
Potential violation of Law of Demeter (method chain calls) |
| 41107 |
src/com/gps/hibernate/TripVehicleMapDAO.java |
65 |
Potential violation of Law of Demeter (method chain calls) |
| 41108 |
src/com/gps/hibernate/TripVehicleMapDAO.java |
68 |
There is log block not surrounded by if |
| 41109 |
src/com/gps/hibernate/TripVehicleMapDAO.java |
68 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 41110 |
src/com/gps/hibernate/TripVehicleMapDAO.java |
69 |
Potential violation of Law of Demeter (object not created locally) |
| 41111 |
src/com/gps/hibernate/TripVehicleMapDAO.java |
71 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 41112 |
src/com/gps/hibernate/TripVehicleMapDAO.java |
72 |
There is log block not surrounded by if |
| 41113 |
src/com/gps/hibernate/TripVehicleMapDAO.java |
77 |
Parameter 'propertyName' is not assigned and could be declared final |
| 41114 |
src/com/gps/hibernate/TripVehicleMapDAO.java |
77 |
Parameter 'value' is not assigned and could be declared final |
| 41115 |
src/com/gps/hibernate/TripVehicleMapDAO.java |
77 |
publicMethodCommentRequirement Required |
| 41116 |
src/com/gps/hibernate/TripVehicleMapDAO.java |
78 |
There is log block not surrounded by if |
| 41117 |
src/com/gps/hibernate/TripVehicleMapDAO.java |
78 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 41118 |
src/com/gps/hibernate/TripVehicleMapDAO.java |
81 |
Local variable 'queryString' could be declared final |
| 41119 |
src/com/gps/hibernate/TripVehicleMapDAO.java |
83 |
Local variable 'queryObject' could be declared final |
| 41120 |
src/com/gps/hibernate/TripVehicleMapDAO.java |
83 |
Potential violation of Law of Demeter (method chain calls) |
| 41121 |
src/com/gps/hibernate/TripVehicleMapDAO.java |
84 |
Potential violation of Law of Demeter (object not created locally) |
| 41122 |
src/com/gps/hibernate/TripVehicleMapDAO.java |
85 |
Potential violation of Law of Demeter (object not created locally) |
| 41123 |
src/com/gps/hibernate/TripVehicleMapDAO.java |
86 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 41124 |
src/com/gps/hibernate/TripVehicleMapDAO.java |
87 |
There is log block not surrounded by if |
| 41125 |
src/com/gps/hibernate/TripVehicleMapDAO.java |
92 |
publicMethodCommentRequirement Required |
| 41126 |
src/com/gps/hibernate/TripVehicleMapDAO.java |
93 |
There is log block not surrounded by if |
| 41127 |
src/com/gps/hibernate/TripVehicleMapDAO.java |
93 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 41128 |
src/com/gps/hibernate/TripVehicleMapDAO.java |
95 |
Local variable 'queryString' could be declared final |
| 41129 |
src/com/gps/hibernate/TripVehicleMapDAO.java |
96 |
Local variable 'queryObject' could be declared final |
| 41130 |
src/com/gps/hibernate/TripVehicleMapDAO.java |
96 |
Potential violation of Law of Demeter (method chain calls) |
| 41131 |
src/com/gps/hibernate/TripVehicleMapDAO.java |
97 |
Potential violation of Law of Demeter (object not created locally) |
| 41132 |
src/com/gps/hibernate/TripVehicleMapDAO.java |
98 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 41133 |
src/com/gps/hibernate/TripVehicleMapDAO.java |
99 |
There is log block not surrounded by if |
| 41134 |
src/com/gps/hibernate/TripVehicleMapDAO.java |
104 |
Parameter 'detachedInstance' is not assigned and could be declared final |
| 41135 |
src/com/gps/hibernate/TripVehicleMapDAO.java |
104 |
publicMethodCommentRequirement Required |
| 41136 |
src/com/gps/hibernate/TripVehicleMapDAO.java |
105 |
There is log block not surrounded by if |
| 41137 |
src/com/gps/hibernate/TripVehicleMapDAO.java |
105 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 41138 |
src/com/gps/hibernate/TripVehicleMapDAO.java |
107 |
Local variable 'result' could be declared final |
| 41139 |
src/com/gps/hibernate/TripVehicleMapDAO.java |
107 |
Potential violation of Law of Demeter (method chain calls) |
| 41140 |
src/com/gps/hibernate/TripVehicleMapDAO.java |
109 |
There is log block not surrounded by if |
| 41141 |
src/com/gps/hibernate/TripVehicleMapDAO.java |
109 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 41142 |
src/com/gps/hibernate/TripVehicleMapDAO.java |
111 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 41143 |
src/com/gps/hibernate/TripVehicleMapDAO.java |
112 |
There is log block not surrounded by if |
| 41144 |
src/com/gps/hibernate/TripVehicleMapDAO.java |
117 |
Parameter 'instance' is not assigned and could be declared final |
| 41145 |
src/com/gps/hibernate/TripVehicleMapDAO.java |
117 |
publicMethodCommentRequirement Required |
| 41146 |
src/com/gps/hibernate/TripVehicleMapDAO.java |
118 |
There is log block not surrounded by if |
| 41147 |
src/com/gps/hibernate/TripVehicleMapDAO.java |
118 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 41148 |
src/com/gps/hibernate/TripVehicleMapDAO.java |
120 |
Potential violation of Law of Demeter (method chain calls) |
| 41149 |
src/com/gps/hibernate/TripVehicleMapDAO.java |
121 |
There is log block not surrounded by if |
| 41150 |
src/com/gps/hibernate/TripVehicleMapDAO.java |
121 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 41151 |
src/com/gps/hibernate/TripVehicleMapDAO.java |
122 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 41152 |
src/com/gps/hibernate/TripVehicleMapDAO.java |
123 |
There is log block not surrounded by if |
| 41153 |
src/com/gps/hibernate/TripVehicleMapDAO.java |
128 |
Parameter 'instance' is not assigned and could be declared final |
| 41154 |
src/com/gps/hibernate/TripVehicleMapDAO.java |
128 |
publicMethodCommentRequirement Required |
| 41155 |
src/com/gps/hibernate/TripVehicleMapDAO.java |
129 |
There is log block not surrounded by if |
| 41156 |
src/com/gps/hibernate/TripVehicleMapDAO.java |
129 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 41157 |
src/com/gps/hibernate/TripVehicleMapDAO.java |
131 |
Potential violation of Law of Demeter (method chain calls) |
| 41158 |
src/com/gps/hibernate/TripVehicleMapDAO.java |
132 |
There is log block not surrounded by if |
| 41159 |
src/com/gps/hibernate/TripVehicleMapDAO.java |
132 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 41160 |
src/com/gps/hibernate/TripVehicleMapDAO.java |
133 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 41161 |
src/com/gps/hibernate/TripVehicleMapDAO.java |
134 |
There is log block not surrounded by if |
| 41162 |
src/com/gps/hibernate/User.java |
1 |
This class has a bunch of public methods and attributes |
| 41163 |
src/com/gps/hibernate/User.java |
13 |
A Classname should have a minimum of five characters |
| 41164 |
src/com/gps/hibernate/User.java |
13 |
Classes implementing Serializable should set a serialVersionUID |
| 41165 |
src/com/gps/hibernate/User.java |
13 |
Too many fields |
| 41166 |
src/com/gps/hibernate/User.java |
17 |
fieldCommentRequirement Required |
| 41167 |
src/com/gps/hibernate/User.java |
18 |
fieldCommentRequirement Required |
| 41168 |
src/com/gps/hibernate/User.java |
19 |
fieldCommentRequirement Required |
| 41169 |
src/com/gps/hibernate/User.java |
20 |
fieldCommentRequirement Required |
| 41170 |
src/com/gps/hibernate/User.java |
21 |
fieldCommentRequirement Required |
| 41171 |
src/com/gps/hibernate/User.java |
22 |
fieldCommentRequirement Required |
| 41172 |
src/com/gps/hibernate/User.java |
23 |
fieldCommentRequirement Required |
| 41173 |
src/com/gps/hibernate/User.java |
24 |
fieldCommentRequirement Required |
| 41174 |
src/com/gps/hibernate/User.java |
25 |
fieldCommentRequirement Required |
| 41175 |
src/com/gps/hibernate/User.java |
26 |
fieldCommentRequirement Required |
| 41176 |
src/com/gps/hibernate/User.java |
27 |
Avoid excessively long variable names like passwordModifiedDate |
| 41177 |
src/com/gps/hibernate/User.java |
27 |
fieldCommentRequirement Required |
| 41178 |
src/com/gps/hibernate/User.java |
28 |
Avoid excessively long variable names like reminderQueryQuestion |
| 41179 |
src/com/gps/hibernate/User.java |
28 |
fieldCommentRequirement Required |
| 41180 |
src/com/gps/hibernate/User.java |
29 |
Avoid excessively long variable names like reminderQueryAnswer |
| 41181 |
src/com/gps/hibernate/User.java |
29 |
fieldCommentRequirement Required |
| 41182 |
src/com/gps/hibernate/User.java |
30 |
fieldCommentRequirement Required |
| 41183 |
src/com/gps/hibernate/User.java |
31 |
fieldCommentRequirement Required |
| 41184 |
src/com/gps/hibernate/User.java |
32 |
fieldCommentRequirement Required |
| 41185 |
src/com/gps/hibernate/User.java |
33 |
fieldCommentRequirement Required |
| 41186 |
src/com/gps/hibernate/User.java |
34 |
fieldCommentRequirement Required |
| 41187 |
src/com/gps/hibernate/User.java |
35 |
fieldCommentRequirement Required |
| 41188 |
src/com/gps/hibernate/User.java |
36 |
fieldCommentRequirement Required |
| 41189 |
src/com/gps/hibernate/User.java |
37 |
fieldCommentRequirement Required |
| 41190 |
src/com/gps/hibernate/User.java |
38 |
fieldCommentRequirement Required |
| 41191 |
src/com/gps/hibernate/User.java |
39 |
fieldCommentRequirement Required |
| 41192 |
src/com/gps/hibernate/User.java |
40 |
fieldCommentRequirement Required |
| 41193 |
src/com/gps/hibernate/User.java |
41 |
fieldCommentRequirement Required |
| 41194 |
src/com/gps/hibernate/User.java |
42 |
fieldCommentRequirement Required |
| 41195 |
src/com/gps/hibernate/User.java |
43 |
fieldCommentRequirement Required |
| 41196 |
src/com/gps/hibernate/User.java |
44 |
fieldCommentRequirement Required |
| 41197 |
src/com/gps/hibernate/User.java |
45 |
fieldCommentRequirement Required |
| 41198 |
src/com/gps/hibernate/User.java |
46 |
fieldCommentRequirement Required |
| 41199 |
src/com/gps/hibernate/User.java |
47 |
Avoid excessively long variable names like lastFailedLoginDate |
| 41200 |
src/com/gps/hibernate/User.java |
47 |
fieldCommentRequirement Required |
| 41201 |
src/com/gps/hibernate/User.java |
48 |
Avoid excessively long variable names like failedLoginAttempts |
| 41202 |
src/com/gps/hibernate/User.java |
48 |
fieldCommentRequirement Required |
| 41203 |
src/com/gps/hibernate/User.java |
49 |
fieldCommentRequirement Required |
| 41204 |
src/com/gps/hibernate/User.java |
50 |
fieldCommentRequirement Required |
| 41205 |
src/com/gps/hibernate/User.java |
51 |
Avoid excessively long variable names like agreedToTermsOfUse |
| 41206 |
src/com/gps/hibernate/User.java |
51 |
fieldCommentRequirement Required |
| 41207 |
src/com/gps/hibernate/User.java |
52 |
fieldCommentRequirement Required |
| 41208 |
src/com/gps/hibernate/User.java |
53 |
fieldCommentRequirement Required |
| 41209 |
src/com/gps/hibernate/User.java |
54 |
fieldCommentRequirement Required |
| 41210 |
src/com/gps/hibernate/User.java |
55 |
fieldCommentRequirement Required |
| 41211 |
src/com/gps/hibernate/User.java |
56 |
fieldCommentRequirement Required |
| 41212 |
src/com/gps/hibernate/User.java |
57 |
fieldCommentRequirement Required |
| 41213 |
src/com/gps/hibernate/User.java |
58 |
fieldCommentRequirement Required |
| 41214 |
src/com/gps/hibernate/User.java |
63 |
Document empty constructor |
| 41215 |
src/com/gps/hibernate/User.java |
67 |
Parameter 'userId' is not assigned and could be declared final |
| 41216 |
src/com/gps/hibernate/User.java |
72 |
Avoid long parameter lists. |
| 41217 |
src/com/gps/hibernate/User.java |
72 |
Parameter 'companyId' is not assigned and could be declared final |
| 41218 |
src/com/gps/hibernate/User.java |
72 |
Parameter 'createDate' is not assigned and could be declared final |
| 41219 |
src/com/gps/hibernate/User.java |
72 |
Parameter 'userId' is not assigned and could be declared final |
| 41220 |
src/com/gps/hibernate/User.java |
72 |
Parameter 'uuid' is not assigned and could be declared final |
| 41221 |
src/com/gps/hibernate/User.java |
73 |
Parameter 'contactId' is not assigned and could be declared final |
| 41222 |
src/com/gps/hibernate/User.java |
73 |
Parameter 'defaultUser' is not assigned and could be declared final |
| 41223 |
src/com/gps/hibernate/User.java |
73 |
Parameter 'modifiedDate' is not assigned and could be declared final |
| 41224 |
src/com/gps/hibernate/User.java |
74 |
Parameter 'password' is not assigned and could be declared final |
| 41225 |
src/com/gps/hibernate/User.java |
74 |
Parameter 'passwordEncrypted' is not assigned and could be declared final |
| 41226 |
src/com/gps/hibernate/User.java |
74 |
Parameter 'passwordReset' is not assigned and could be declared final |
| 41227 |
src/com/gps/hibernate/User.java |
75 |
Avoid excessively long variable names like passwordModifiedDate |
| 41228 |
src/com/gps/hibernate/User.java |
75 |
Avoid excessively long variable names like reminderQueryQuestion |
| 41229 |
src/com/gps/hibernate/User.java |
75 |
Parameter 'passwordModifiedDate' is not assigned and could be declared final |
| 41230 |
src/com/gps/hibernate/User.java |
75 |
Parameter 'reminderQueryQuestion' is not assigned and could be declared final |
| 41231 |
src/com/gps/hibernate/User.java |
76 |
Avoid excessively long variable names like reminderQueryAnswer |
| 41232 |
src/com/gps/hibernate/User.java |
76 |
Parameter 'graceLoginCount' is not assigned and could be declared final |
| 41233 |
src/com/gps/hibernate/User.java |
76 |
Parameter 'reminderQueryAnswer' is not assigned and could be declared final |
| 41234 |
src/com/gps/hibernate/User.java |
77 |
Parameter 'emailAddress' is not assigned and could be declared final |
| 41235 |
src/com/gps/hibernate/User.java |
77 |
Parameter 'openId' is not assigned and could be declared final |
| 41236 |
src/com/gps/hibernate/User.java |
77 |
Parameter 'screenName' is not assigned and could be declared final |
| 41237 |
src/com/gps/hibernate/User.java |
78 |
Parameter 'languageId' is not assigned and could be declared final |
| 41238 |
src/com/gps/hibernate/User.java |
78 |
Parameter 'portraitId' is not assigned and could be declared final |
| 41239 |
src/com/gps/hibernate/User.java |
78 |
Parameter 'timeZoneId' is not assigned and could be declared final |
| 41240 |
src/com/gps/hibernate/User.java |
79 |
Parameter 'comments' is not assigned and could be declared final |
| 41241 |
src/com/gps/hibernate/User.java |
79 |
Parameter 'firstName' is not assigned and could be declared final |
| 41242 |
src/com/gps/hibernate/User.java |
79 |
Parameter 'greeting' is not assigned and could be declared final |
| 41243 |
src/com/gps/hibernate/User.java |
80 |
Parameter 'jobTitle' is not assigned and could be declared final |
| 41244 |
src/com/gps/hibernate/User.java |
80 |
Parameter 'lastName' is not assigned and could be declared final |
| 41245 |
src/com/gps/hibernate/User.java |
80 |
Parameter 'middleName' is not assigned and could be declared final |
| 41246 |
src/com/gps/hibernate/User.java |
81 |
Parameter 'lastLoginDate' is not assigned and could be declared final |
| 41247 |
src/com/gps/hibernate/User.java |
81 |
Parameter 'loginDate' is not assigned and could be declared final |
| 41248 |
src/com/gps/hibernate/User.java |
81 |
Parameter 'loginIp' is not assigned and could be declared final |
| 41249 |
src/com/gps/hibernate/User.java |
82 |
Avoid excessively long variable names like lastFailedLoginDate |
| 41250 |
src/com/gps/hibernate/User.java |
82 |
Parameter 'lastFailedLoginDate' is not assigned and could be declared final |
| 41251 |
src/com/gps/hibernate/User.java |
82 |
Parameter 'lastLoginIp' is not assigned and could be declared final |
| 41252 |
src/com/gps/hibernate/User.java |
83 |
Avoid excessively long variable names like failedLoginAttempts |
| 41253 |
src/com/gps/hibernate/User.java |
83 |
Parameter 'failedLoginAttempts' is not assigned and could be declared final |
| 41254 |
src/com/gps/hibernate/User.java |
83 |
Parameter 'lockout' is not assigned and could be declared final |
| 41255 |
src/com/gps/hibernate/User.java |
83 |
Parameter 'lockoutDate' is not assigned and could be declared final |
| 41256 |
src/com/gps/hibernate/User.java |
84 |
Avoid excessively long variable names like agreedToTermsOfUse |
| 41257 |
src/com/gps/hibernate/User.java |
84 |
Parameter 'active' is not assigned and could be declared final |
| 41258 |
src/com/gps/hibernate/User.java |
84 |
Parameter 'agreedToTermsOfUse' is not assigned and could be declared final |
| 41259 |
src/com/gps/hibernate/User.java |
84 |
Parameter 'vehicleDetailses' is not assigned and could be declared final |
| 41260 |
src/com/gps/hibernate/User.java |
85 |
Parameter 'rfIds' is not assigned and could be declared final |
| 41261 |
src/com/gps/hibernate/User.java |
85 |
Parameter 'tripDetailses' is not assigned and could be declared final |
| 41262 |
src/com/gps/hibernate/User.java |
85 |
Parameter 'usersGeofences' is not assigned and could be declared final |
| 41263 |
src/com/gps/hibernate/User.java |
85 |
Parameter 'usersTripses' is not assigned and could be declared final |
| 41264 |
src/com/gps/hibernate/User.java |
131 |
publicMethodCommentRequirement Required |
| 41265 |
src/com/gps/hibernate/User.java |
135 |
Parameter 'userId' is not assigned and could be declared final |
| 41266 |
src/com/gps/hibernate/User.java |
135 |
publicMethodCommentRequirement Required |
| 41267 |
src/com/gps/hibernate/User.java |
139 |
publicMethodCommentRequirement Required |
| 41268 |
src/com/gps/hibernate/User.java |
143 |
Parameter 'uuid' is not assigned and could be declared final |
| 41269 |
src/com/gps/hibernate/User.java |
143 |
publicMethodCommentRequirement Required |
| 41270 |
src/com/gps/hibernate/User.java |
147 |
publicMethodCommentRequirement Required |
| 41271 |
src/com/gps/hibernate/User.java |
151 |
Parameter 'companyId' is not assigned and could be declared final |
| 41272 |
src/com/gps/hibernate/User.java |
151 |
publicMethodCommentRequirement Required |
| 41273 |
src/com/gps/hibernate/User.java |
155 |
publicMethodCommentRequirement Required |
| 41274 |
src/com/gps/hibernate/User.java |
159 |
Parameter 'createDate' is not assigned and could be declared final |
| 41275 |
src/com/gps/hibernate/User.java |
159 |
publicMethodCommentRequirement Required |
| 41276 |
src/com/gps/hibernate/User.java |
163 |
publicMethodCommentRequirement Required |
| 41277 |
src/com/gps/hibernate/User.java |
167 |
Parameter 'modifiedDate' is not assigned and could be declared final |
| 41278 |
src/com/gps/hibernate/User.java |
167 |
publicMethodCommentRequirement Required |
| 41279 |
src/com/gps/hibernate/User.java |
171 |
publicMethodCommentRequirement Required |
| 41280 |
src/com/gps/hibernate/User.java |
175 |
Parameter 'defaultUser' is not assigned and could be declared final |
| 41281 |
src/com/gps/hibernate/User.java |
175 |
publicMethodCommentRequirement Required |
| 41282 |
src/com/gps/hibernate/User.java |
179 |
publicMethodCommentRequirement Required |
| 41283 |
src/com/gps/hibernate/User.java |
183 |
Parameter 'contactId' is not assigned and could be declared final |
| 41284 |
src/com/gps/hibernate/User.java |
183 |
publicMethodCommentRequirement Required |
| 41285 |
src/com/gps/hibernate/User.java |
187 |
publicMethodCommentRequirement Required |
| 41286 |
src/com/gps/hibernate/User.java |
191 |
Parameter 'password' is not assigned and could be declared final |
| 41287 |
src/com/gps/hibernate/User.java |
191 |
publicMethodCommentRequirement Required |
| 41288 |
src/com/gps/hibernate/User.java |
195 |
publicMethodCommentRequirement Required |
| 41289 |
src/com/gps/hibernate/User.java |
199 |
Parameter 'passwordEncrypted' is not assigned and could be declared final |
| 41290 |
src/com/gps/hibernate/User.java |
199 |
publicMethodCommentRequirement Required |
| 41291 |
src/com/gps/hibernate/User.java |
203 |
publicMethodCommentRequirement Required |
| 41292 |
src/com/gps/hibernate/User.java |
207 |
Parameter 'passwordReset' is not assigned and could be declared final |
| 41293 |
src/com/gps/hibernate/User.java |
207 |
publicMethodCommentRequirement Required |
| 41294 |
src/com/gps/hibernate/User.java |
211 |
publicMethodCommentRequirement Required |
| 41295 |
src/com/gps/hibernate/User.java |
215 |
Avoid excessively long variable names like passwordModifiedDate |
| 41296 |
src/com/gps/hibernate/User.java |
215 |
Parameter 'passwordModifiedDate' is not assigned and could be declared final |
| 41297 |
src/com/gps/hibernate/User.java |
215 |
publicMethodCommentRequirement Required |
| 41298 |
src/com/gps/hibernate/User.java |
219 |
publicMethodCommentRequirement Required |
| 41299 |
src/com/gps/hibernate/User.java |
223 |
Avoid excessively long variable names like reminderQueryQuestion |
| 41300 |
src/com/gps/hibernate/User.java |
223 |
Parameter 'reminderQueryQuestion' is not assigned and could be declared final |
| 41301 |
src/com/gps/hibernate/User.java |
223 |
publicMethodCommentRequirement Required |
| 41302 |
src/com/gps/hibernate/User.java |
227 |
publicMethodCommentRequirement Required |
| 41303 |
src/com/gps/hibernate/User.java |
231 |
Avoid excessively long variable names like reminderQueryAnswer |
| 41304 |
src/com/gps/hibernate/User.java |
231 |
Parameter 'reminderQueryAnswer' is not assigned and could be declared final |
| 41305 |
src/com/gps/hibernate/User.java |
231 |
publicMethodCommentRequirement Required |
| 41306 |
src/com/gps/hibernate/User.java |
235 |
publicMethodCommentRequirement Required |
| 41307 |
src/com/gps/hibernate/User.java |
239 |
Parameter 'graceLoginCount' is not assigned and could be declared final |
| 41308 |
src/com/gps/hibernate/User.java |
239 |
publicMethodCommentRequirement Required |
| 41309 |
src/com/gps/hibernate/User.java |
243 |
publicMethodCommentRequirement Required |
| 41310 |
src/com/gps/hibernate/User.java |
247 |
Parameter 'screenName' is not assigned and could be declared final |
| 41311 |
src/com/gps/hibernate/User.java |
247 |
publicMethodCommentRequirement Required |
| 41312 |
src/com/gps/hibernate/User.java |
251 |
publicMethodCommentRequirement Required |
| 41313 |
src/com/gps/hibernate/User.java |
255 |
Parameter 'emailAddress' is not assigned and could be declared final |
| 41314 |
src/com/gps/hibernate/User.java |
255 |
publicMethodCommentRequirement Required |
| 41315 |
src/com/gps/hibernate/User.java |
259 |
publicMethodCommentRequirement Required |
| 41316 |
src/com/gps/hibernate/User.java |
263 |
Parameter 'openId' is not assigned and could be declared final |
| 41317 |
src/com/gps/hibernate/User.java |
263 |
publicMethodCommentRequirement Required |
| 41318 |
src/com/gps/hibernate/User.java |
267 |
publicMethodCommentRequirement Required |
| 41319 |
src/com/gps/hibernate/User.java |
271 |
Parameter 'portraitId' is not assigned and could be declared final |
| 41320 |
src/com/gps/hibernate/User.java |
271 |
publicMethodCommentRequirement Required |
| 41321 |
src/com/gps/hibernate/User.java |
275 |
publicMethodCommentRequirement Required |
| 41322 |
src/com/gps/hibernate/User.java |
279 |
Parameter 'languageId' is not assigned and could be declared final |
| 41323 |
src/com/gps/hibernate/User.java |
279 |
publicMethodCommentRequirement Required |
| 41324 |
src/com/gps/hibernate/User.java |
283 |
publicMethodCommentRequirement Required |
| 41325 |
src/com/gps/hibernate/User.java |
287 |
Parameter 'timeZoneId' is not assigned and could be declared final |
| 41326 |
src/com/gps/hibernate/User.java |
287 |
publicMethodCommentRequirement Required |
| 41327 |
src/com/gps/hibernate/User.java |
291 |
publicMethodCommentRequirement Required |
| 41328 |
src/com/gps/hibernate/User.java |
295 |
Parameter 'greeting' is not assigned and could be declared final |
| 41329 |
src/com/gps/hibernate/User.java |
295 |
publicMethodCommentRequirement Required |
| 41330 |
src/com/gps/hibernate/User.java |
299 |
publicMethodCommentRequirement Required |
| 41331 |
src/com/gps/hibernate/User.java |
303 |
Parameter 'comments' is not assigned and could be declared final |
| 41332 |
src/com/gps/hibernate/User.java |
303 |
publicMethodCommentRequirement Required |
| 41333 |
src/com/gps/hibernate/User.java |
307 |
publicMethodCommentRequirement Required |
| 41334 |
src/com/gps/hibernate/User.java |
311 |
Parameter 'firstName' is not assigned and could be declared final |
| 41335 |
src/com/gps/hibernate/User.java |
311 |
publicMethodCommentRequirement Required |
| 41336 |
src/com/gps/hibernate/User.java |
315 |
publicMethodCommentRequirement Required |
| 41337 |
src/com/gps/hibernate/User.java |
319 |
Parameter 'middleName' is not assigned and could be declared final |
| 41338 |
src/com/gps/hibernate/User.java |
319 |
publicMethodCommentRequirement Required |
| 41339 |
src/com/gps/hibernate/User.java |
323 |
publicMethodCommentRequirement Required |
| 41340 |
src/com/gps/hibernate/User.java |
327 |
Parameter 'lastName' is not assigned and could be declared final |
| 41341 |
src/com/gps/hibernate/User.java |
327 |
publicMethodCommentRequirement Required |
| 41342 |
src/com/gps/hibernate/User.java |
331 |
publicMethodCommentRequirement Required |
| 41343 |
src/com/gps/hibernate/User.java |
335 |
Parameter 'jobTitle' is not assigned and could be declared final |
| 41344 |
src/com/gps/hibernate/User.java |
335 |
publicMethodCommentRequirement Required |
| 41345 |
src/com/gps/hibernate/User.java |
339 |
publicMethodCommentRequirement Required |
| 41346 |
src/com/gps/hibernate/User.java |
343 |
Parameter 'loginDate' is not assigned and could be declared final |
| 41347 |
src/com/gps/hibernate/User.java |
343 |
publicMethodCommentRequirement Required |
| 41348 |
src/com/gps/hibernate/User.java |
347 |
publicMethodCommentRequirement Required |
| 41349 |
src/com/gps/hibernate/User.java |
351 |
Parameter 'loginIp' is not assigned and could be declared final |
| 41350 |
src/com/gps/hibernate/User.java |
351 |
publicMethodCommentRequirement Required |
| 41351 |
src/com/gps/hibernate/User.java |
355 |
publicMethodCommentRequirement Required |
| 41352 |
src/com/gps/hibernate/User.java |
359 |
Parameter 'lastLoginDate' is not assigned and could be declared final |
| 41353 |
src/com/gps/hibernate/User.java |
359 |
publicMethodCommentRequirement Required |
| 41354 |
src/com/gps/hibernate/User.java |
363 |
publicMethodCommentRequirement Required |
| 41355 |
src/com/gps/hibernate/User.java |
367 |
Parameter 'lastLoginIp' is not assigned and could be declared final |
| 41356 |
src/com/gps/hibernate/User.java |
367 |
publicMethodCommentRequirement Required |
| 41357 |
src/com/gps/hibernate/User.java |
371 |
publicMethodCommentRequirement Required |
| 41358 |
src/com/gps/hibernate/User.java |
375 |
Avoid excessively long variable names like lastFailedLoginDate |
| 41359 |
src/com/gps/hibernate/User.java |
375 |
Parameter 'lastFailedLoginDate' is not assigned and could be declared final |
| 41360 |
src/com/gps/hibernate/User.java |
375 |
publicMethodCommentRequirement Required |
| 41361 |
src/com/gps/hibernate/User.java |
379 |
publicMethodCommentRequirement Required |
| 41362 |
src/com/gps/hibernate/User.java |
383 |
Avoid excessively long variable names like failedLoginAttempts |
| 41363 |
src/com/gps/hibernate/User.java |
383 |
Parameter 'failedLoginAttempts' is not assigned and could be declared final |
| 41364 |
src/com/gps/hibernate/User.java |
383 |
publicMethodCommentRequirement Required |
| 41365 |
src/com/gps/hibernate/User.java |
387 |
publicMethodCommentRequirement Required |
| 41366 |
src/com/gps/hibernate/User.java |
391 |
Parameter 'lockout' is not assigned and could be declared final |
| 41367 |
src/com/gps/hibernate/User.java |
391 |
publicMethodCommentRequirement Required |
| 41368 |
src/com/gps/hibernate/User.java |
395 |
publicMethodCommentRequirement Required |
| 41369 |
src/com/gps/hibernate/User.java |
399 |
Parameter 'lockoutDate' is not assigned and could be declared final |
| 41370 |
src/com/gps/hibernate/User.java |
399 |
publicMethodCommentRequirement Required |
| 41371 |
src/com/gps/hibernate/User.java |
403 |
publicMethodCommentRequirement Required |
| 41372 |
src/com/gps/hibernate/User.java |
407 |
Avoid excessively long variable names like agreedToTermsOfUse |
| 41373 |
src/com/gps/hibernate/User.java |
407 |
Parameter 'agreedToTermsOfUse' is not assigned and could be declared final |
| 41374 |
src/com/gps/hibernate/User.java |
407 |
publicMethodCommentRequirement Required |
| 41375 |
src/com/gps/hibernate/User.java |
411 |
publicMethodCommentRequirement Required |
| 41376 |
src/com/gps/hibernate/User.java |
415 |
Parameter 'active' is not assigned and could be declared final |
| 41377 |
src/com/gps/hibernate/User.java |
415 |
publicMethodCommentRequirement Required |
| 41378 |
src/com/gps/hibernate/User.java |
419 |
publicMethodCommentRequirement Required |
| 41379 |
src/com/gps/hibernate/User.java |
423 |
Parameter 'vehicleDetailses' is not assigned and could be declared final |
| 41380 |
src/com/gps/hibernate/User.java |
423 |
publicMethodCommentRequirement Required |
| 41381 |
src/com/gps/hibernate/User.java |
427 |
publicMethodCommentRequirement Required |
| 41382 |
src/com/gps/hibernate/User.java |
431 |
Parameter 'usersGeofences' is not assigned and could be declared final |
| 41383 |
src/com/gps/hibernate/User.java |
431 |
publicMethodCommentRequirement Required |
| 41384 |
src/com/gps/hibernate/User.java |
435 |
publicMethodCommentRequirement Required |
| 41385 |
src/com/gps/hibernate/User.java |
439 |
Parameter 'tripDetailses' is not assigned and could be declared final |
| 41386 |
src/com/gps/hibernate/User.java |
439 |
publicMethodCommentRequirement Required |
| 41387 |
src/com/gps/hibernate/User.java |
443 |
publicMethodCommentRequirement Required |
| 41388 |
src/com/gps/hibernate/User.java |
447 |
Parameter 'usersTripses' is not assigned and could be declared final |
| 41389 |
src/com/gps/hibernate/User.java |
447 |
publicMethodCommentRequirement Required |
| 41390 |
src/com/gps/hibernate/User.java |
452 |
Parameter 'obj' is not assigned and could be declared final |
| 41391 |
src/com/gps/hibernate/User.java |
452 |
publicMethodCommentRequirement Required |
| 41392 |
src/com/gps/hibernate/User.java |
458 |
Local variable 'user' could be declared final |
| 41393 |
src/com/gps/hibernate/User.java |
460 |
Local variable 'lastCmp' could be declared final |
| 41394 |
src/com/gps/hibernate/User.java |
462 |
A method should have only one exit point, and that should be the last statement in the method |
| 41395 |
src/com/gps/hibernate/User.java |
478 |
Parameter 'rfIds' is not assigned and could be declared final |
| 41396 |
src/com/gps/hibernate/User.java |
482 |
Parameter 'userGrades' is not assigned and could be declared final |
| 41397 |
src/com/gps/hibernate/User.java |
482 |
publicMethodCommentRequirement Required |
| 41398 |
src/com/gps/hibernate/User.java |
486 |
publicMethodCommentRequirement Required |
| 41399 |
src/com/gps/hibernate/UserDAO.java |
11 |
Comment is too large: Too many lines |
| 41400 |
src/com/gps/hibernate/UserDAO.java |
23 |
This class has too many methods, consider refactoring it. |
| 41401 |
src/com/gps/hibernate/UserDAO.java |
24 |
Logger should be defined private static final and have the correct class |
| 41402 |
src/com/gps/hibernate/UserDAO.java |
24 |
Variables that are final and static should be all capitals, 'log' is not all capitals. |
| 41403 |
src/com/gps/hibernate/UserDAO.java |
24 |
fieldCommentRequirement Required |
| 41404 |
src/com/gps/hibernate/UserDAO.java |
26 |
fieldCommentRequirement Required |
| 41405 |
src/com/gps/hibernate/UserDAO.java |
27 |
fieldCommentRequirement Required |
| 41406 |
src/com/gps/hibernate/UserDAO.java |
28 |
fieldCommentRequirement Required |
| 41407 |
src/com/gps/hibernate/UserDAO.java |
29 |
fieldCommentRequirement Required |
| 41408 |
src/com/gps/hibernate/UserDAO.java |
30 |
fieldCommentRequirement Required |
| 41409 |
src/com/gps/hibernate/UserDAO.java |
31 |
Avoid excessively long variable names like PASSWORD_ENCRYPTED |
| 41410 |
src/com/gps/hibernate/UserDAO.java |
31 |
fieldCommentRequirement Required |
| 41411 |
src/com/gps/hibernate/UserDAO.java |
32 |
fieldCommentRequirement Required |
| 41412 |
src/com/gps/hibernate/UserDAO.java |
33 |
Avoid excessively long variable names like REMINDER_QUERY_QUESTION |
| 41413 |
src/com/gps/hibernate/UserDAO.java |
33 |
fieldCommentRequirement Required |
| 41414 |
src/com/gps/hibernate/UserDAO.java |
34 |
Avoid excessively long variable names like REMINDER_QUERY_ANSWER |
| 41415 |
src/com/gps/hibernate/UserDAO.java |
34 |
fieldCommentRequirement Required |
| 41416 |
src/com/gps/hibernate/UserDAO.java |
35 |
fieldCommentRequirement Required |
| 41417 |
src/com/gps/hibernate/UserDAO.java |
36 |
fieldCommentRequirement Required |
| 41418 |
src/com/gps/hibernate/UserDAO.java |
37 |
fieldCommentRequirement Required |
| 41419 |
src/com/gps/hibernate/UserDAO.java |
38 |
fieldCommentRequirement Required |
| 41420 |
src/com/gps/hibernate/UserDAO.java |
39 |
fieldCommentRequirement Required |
| 41421 |
src/com/gps/hibernate/UserDAO.java |
40 |
fieldCommentRequirement Required |
| 41422 |
src/com/gps/hibernate/UserDAO.java |
41 |
fieldCommentRequirement Required |
| 41423 |
src/com/gps/hibernate/UserDAO.java |
42 |
fieldCommentRequirement Required |
| 41424 |
src/com/gps/hibernate/UserDAO.java |
43 |
fieldCommentRequirement Required |
| 41425 |
src/com/gps/hibernate/UserDAO.java |
44 |
fieldCommentRequirement Required |
| 41426 |
src/com/gps/hibernate/UserDAO.java |
45 |
fieldCommentRequirement Required |
| 41427 |
src/com/gps/hibernate/UserDAO.java |
46 |
fieldCommentRequirement Required |
| 41428 |
src/com/gps/hibernate/UserDAO.java |
47 |
fieldCommentRequirement Required |
| 41429 |
src/com/gps/hibernate/UserDAO.java |
48 |
fieldCommentRequirement Required |
| 41430 |
src/com/gps/hibernate/UserDAO.java |
49 |
fieldCommentRequirement Required |
| 41431 |
src/com/gps/hibernate/UserDAO.java |
50 |
Avoid excessively long variable names like FAILED_LOGIN_ATTEMPTS |
| 41432 |
src/com/gps/hibernate/UserDAO.java |
50 |
fieldCommentRequirement Required |
| 41433 |
src/com/gps/hibernate/UserDAO.java |
51 |
fieldCommentRequirement Required |
| 41434 |
src/com/gps/hibernate/UserDAO.java |
52 |
Avoid excessively long variable names like AGREED_TO_TERMS_OF_USE |
| 41435 |
src/com/gps/hibernate/UserDAO.java |
52 |
fieldCommentRequirement Required |
| 41436 |
src/com/gps/hibernate/UserDAO.java |
53 |
fieldCommentRequirement Required |
| 41437 |
src/com/gps/hibernate/UserDAO.java |
55 |
Parameter 'transientInstance' is not assigned and could be declared final |
| 41438 |
src/com/gps/hibernate/UserDAO.java |
55 |
publicMethodCommentRequirement Required |
| 41439 |
src/com/gps/hibernate/UserDAO.java |
56 |
There is log block not surrounded by if |
| 41440 |
src/com/gps/hibernate/UserDAO.java |
56 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 41441 |
src/com/gps/hibernate/UserDAO.java |
58 |
Potential violation of Law of Demeter (method chain calls) |
| 41442 |
src/com/gps/hibernate/UserDAO.java |
59 |
There is log block not surrounded by if |
| 41443 |
src/com/gps/hibernate/UserDAO.java |
59 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 41444 |
src/com/gps/hibernate/UserDAO.java |
60 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 41445 |
src/com/gps/hibernate/UserDAO.java |
61 |
There is log block not surrounded by if |
| 41446 |
src/com/gps/hibernate/UserDAO.java |
66 |
Avoid excessively long variable names like persistentInstance |
| 41447 |
src/com/gps/hibernate/UserDAO.java |
66 |
Parameter 'persistentInstance' is not assigned and could be declared final |
| 41448 |
src/com/gps/hibernate/UserDAO.java |
66 |
publicMethodCommentRequirement Required |
| 41449 |
src/com/gps/hibernate/UserDAO.java |
67 |
There is log block not surrounded by if |
| 41450 |
src/com/gps/hibernate/UserDAO.java |
67 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 41451 |
src/com/gps/hibernate/UserDAO.java |
69 |
Potential violation of Law of Demeter (method chain calls) |
| 41452 |
src/com/gps/hibernate/UserDAO.java |
70 |
There is log block not surrounded by if |
| 41453 |
src/com/gps/hibernate/UserDAO.java |
70 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 41454 |
src/com/gps/hibernate/UserDAO.java |
71 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 41455 |
src/com/gps/hibernate/UserDAO.java |
72 |
There is log block not surrounded by if |
| 41456 |
src/com/gps/hibernate/UserDAO.java |
77 |
Avoid variables with short names like id |
| 41457 |
src/com/gps/hibernate/UserDAO.java |
77 |
Parameter 'id' is not assigned and could be declared final |
| 41458 |
src/com/gps/hibernate/UserDAO.java |
77 |
publicMethodCommentRequirement Required |
| 41459 |
src/com/gps/hibernate/UserDAO.java |
78 |
There is log block not surrounded by if |
| 41460 |
src/com/gps/hibernate/UserDAO.java |
78 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 41461 |
src/com/gps/hibernate/UserDAO.java |
80 |
Local variable 'instance' could be declared final |
| 41462 |
src/com/gps/hibernate/UserDAO.java |
80 |
Potential violation of Law of Demeter (method chain calls) |
| 41463 |
src/com/gps/hibernate/UserDAO.java |
83 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 41464 |
src/com/gps/hibernate/UserDAO.java |
84 |
There is log block not surrounded by if |
| 41465 |
src/com/gps/hibernate/UserDAO.java |
89 |
Parameter 'instance' is not assigned and could be declared final |
| 41466 |
src/com/gps/hibernate/UserDAO.java |
89 |
publicMethodCommentRequirement Required |
| 41467 |
src/com/gps/hibernate/UserDAO.java |
90 |
There is log block not surrounded by if |
| 41468 |
src/com/gps/hibernate/UserDAO.java |
90 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 41469 |
src/com/gps/hibernate/UserDAO.java |
92 |
Local variable 'results' could be declared final |
| 41470 |
src/com/gps/hibernate/UserDAO.java |
92 |
Potential violation of Law of Demeter (method chain calls) |
| 41471 |
src/com/gps/hibernate/UserDAO.java |
92 |
Potential violation of Law of Demeter (method chain calls) |
| 41472 |
src/com/gps/hibernate/UserDAO.java |
92 |
Potential violation of Law of Demeter (method chain calls) |
| 41473 |
src/com/gps/hibernate/UserDAO.java |
95 |
There is log block not surrounded by if |
| 41474 |
src/com/gps/hibernate/UserDAO.java |
95 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 41475 |
src/com/gps/hibernate/UserDAO.java |
96 |
Potential violation of Law of Demeter (object not created locally) |
| 41476 |
src/com/gps/hibernate/UserDAO.java |
98 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 41477 |
src/com/gps/hibernate/UserDAO.java |
99 |
There is log block not surrounded by if |
| 41478 |
src/com/gps/hibernate/UserDAO.java |
104 |
Parameter 'propertyName' is not assigned and could be declared final |
| 41479 |
src/com/gps/hibernate/UserDAO.java |
104 |
Parameter 'value' is not assigned and could be declared final |
| 41480 |
src/com/gps/hibernate/UserDAO.java |
104 |
publicMethodCommentRequirement Required |
| 41481 |
src/com/gps/hibernate/UserDAO.java |
105 |
There is log block not surrounded by if |
| 41482 |
src/com/gps/hibernate/UserDAO.java |
105 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 41483 |
src/com/gps/hibernate/UserDAO.java |
108 |
Local variable 'queryString' could be declared final |
| 41484 |
src/com/gps/hibernate/UserDAO.java |
110 |
Local variable 'queryObject' could be declared final |
| 41485 |
src/com/gps/hibernate/UserDAO.java |
110 |
Potential violation of Law of Demeter (method chain calls) |
| 41486 |
src/com/gps/hibernate/UserDAO.java |
111 |
Potential violation of Law of Demeter (object not created locally) |
| 41487 |
src/com/gps/hibernate/UserDAO.java |
112 |
Potential violation of Law of Demeter (object not created locally) |
| 41488 |
src/com/gps/hibernate/UserDAO.java |
113 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 41489 |
src/com/gps/hibernate/UserDAO.java |
114 |
There is log block not surrounded by if |
| 41490 |
src/com/gps/hibernate/UserDAO.java |
119 |
Parameter 'uuid' is not assigned and could be declared final |
| 41491 |
src/com/gps/hibernate/UserDAO.java |
119 |
publicMethodCommentRequirement Required |
| 41492 |
src/com/gps/hibernate/UserDAO.java |
123 |
Parameter 'companyId' is not assigned and could be declared final |
| 41493 |
src/com/gps/hibernate/UserDAO.java |
123 |
publicMethodCommentRequirement Required |
| 41494 |
src/com/gps/hibernate/UserDAO.java |
127 |
Parameter 'defaultUser' is not assigned and could be declared final |
| 41495 |
src/com/gps/hibernate/UserDAO.java |
127 |
publicMethodCommentRequirement Required |
| 41496 |
src/com/gps/hibernate/UserDAO.java |
131 |
Parameter 'contactId' is not assigned and could be declared final |
| 41497 |
src/com/gps/hibernate/UserDAO.java |
131 |
publicMethodCommentRequirement Required |
| 41498 |
src/com/gps/hibernate/UserDAO.java |
135 |
Parameter 'password' is not assigned and could be declared final |
| 41499 |
src/com/gps/hibernate/UserDAO.java |
135 |
publicMethodCommentRequirement Required |
| 41500 |
src/com/gps/hibernate/UserDAO.java |
139 |
Parameter 'passwordEncrypted' is not assigned and could be declared final |
| 41501 |
src/com/gps/hibernate/UserDAO.java |
139 |
publicMethodCommentRequirement Required |
| 41502 |
src/com/gps/hibernate/UserDAO.java |
143 |
Parameter 'passwordReset' is not assigned and could be declared final |
| 41503 |
src/com/gps/hibernate/UserDAO.java |
143 |
publicMethodCommentRequirement Required |
| 41504 |
src/com/gps/hibernate/UserDAO.java |
147 |
Avoid excessively long variable names like reminderQueryQuestion |
| 41505 |
src/com/gps/hibernate/UserDAO.java |
147 |
Parameter 'reminderQueryQuestion' is not assigned and could be declared final |
| 41506 |
src/com/gps/hibernate/UserDAO.java |
147 |
publicMethodCommentRequirement Required |
| 41507 |
src/com/gps/hibernate/UserDAO.java |
151 |
Avoid excessively long variable names like reminderQueryAnswer |
| 41508 |
src/com/gps/hibernate/UserDAO.java |
151 |
Parameter 'reminderQueryAnswer' is not assigned and could be declared final |
| 41509 |
src/com/gps/hibernate/UserDAO.java |
151 |
publicMethodCommentRequirement Required |
| 41510 |
src/com/gps/hibernate/UserDAO.java |
155 |
Parameter 'graceLoginCount' is not assigned and could be declared final |
| 41511 |
src/com/gps/hibernate/UserDAO.java |
155 |
publicMethodCommentRequirement Required |
| 41512 |
src/com/gps/hibernate/UserDAO.java |
159 |
Parameter 'screenName' is not assigned and could be declared final |
| 41513 |
src/com/gps/hibernate/UserDAO.java |
159 |
publicMethodCommentRequirement Required |
| 41514 |
src/com/gps/hibernate/UserDAO.java |
163 |
Parameter 'emailAddress' is not assigned and could be declared final |
| 41515 |
src/com/gps/hibernate/UserDAO.java |
163 |
publicMethodCommentRequirement Required |
| 41516 |
src/com/gps/hibernate/UserDAO.java |
167 |
Parameter 'openId' is not assigned and could be declared final |
| 41517 |
src/com/gps/hibernate/UserDAO.java |
167 |
publicMethodCommentRequirement Required |
| 41518 |
src/com/gps/hibernate/UserDAO.java |
171 |
Parameter 'portraitId' is not assigned and could be declared final |
| 41519 |
src/com/gps/hibernate/UserDAO.java |
171 |
publicMethodCommentRequirement Required |
| 41520 |
src/com/gps/hibernate/UserDAO.java |
175 |
Parameter 'languageId' is not assigned and could be declared final |
| 41521 |
src/com/gps/hibernate/UserDAO.java |
175 |
publicMethodCommentRequirement Required |
| 41522 |
src/com/gps/hibernate/UserDAO.java |
179 |
Parameter 'timeZoneId' is not assigned and could be declared final |
| 41523 |
src/com/gps/hibernate/UserDAO.java |
179 |
publicMethodCommentRequirement Required |
| 41524 |
src/com/gps/hibernate/UserDAO.java |
183 |
Parameter 'greeting' is not assigned and could be declared final |
| 41525 |
src/com/gps/hibernate/UserDAO.java |
183 |
publicMethodCommentRequirement Required |
| 41526 |
src/com/gps/hibernate/UserDAO.java |
187 |
Parameter 'comments' is not assigned and could be declared final |
| 41527 |
src/com/gps/hibernate/UserDAO.java |
187 |
publicMethodCommentRequirement Required |
| 41528 |
src/com/gps/hibernate/UserDAO.java |
191 |
Parameter 'firstName' is not assigned and could be declared final |
| 41529 |
src/com/gps/hibernate/UserDAO.java |
191 |
publicMethodCommentRequirement Required |
| 41530 |
src/com/gps/hibernate/UserDAO.java |
195 |
Parameter 'middleName' is not assigned and could be declared final |
| 41531 |
src/com/gps/hibernate/UserDAO.java |
195 |
publicMethodCommentRequirement Required |
| 41532 |
src/com/gps/hibernate/UserDAO.java |
199 |
Parameter 'lastName' is not assigned and could be declared final |
| 41533 |
src/com/gps/hibernate/UserDAO.java |
199 |
publicMethodCommentRequirement Required |
| 41534 |
src/com/gps/hibernate/UserDAO.java |
203 |
Parameter 'jobTitle' is not assigned and could be declared final |
| 41535 |
src/com/gps/hibernate/UserDAO.java |
203 |
publicMethodCommentRequirement Required |
| 41536 |
src/com/gps/hibernate/UserDAO.java |
207 |
Parameter 'loginIp' is not assigned and could be declared final |
| 41537 |
src/com/gps/hibernate/UserDAO.java |
207 |
publicMethodCommentRequirement Required |
| 41538 |
src/com/gps/hibernate/UserDAO.java |
211 |
Parameter 'lastLoginIp' is not assigned and could be declared final |
| 41539 |
src/com/gps/hibernate/UserDAO.java |
211 |
publicMethodCommentRequirement Required |
| 41540 |
src/com/gps/hibernate/UserDAO.java |
215 |
Avoid excessively long variable names like failedLoginAttempts |
| 41541 |
src/com/gps/hibernate/UserDAO.java |
215 |
Parameter 'failedLoginAttempts' is not assigned and could be declared final |
| 41542 |
src/com/gps/hibernate/UserDAO.java |
215 |
publicMethodCommentRequirement Required |
| 41543 |
src/com/gps/hibernate/UserDAO.java |
219 |
Parameter 'lockout' is not assigned and could be declared final |
| 41544 |
src/com/gps/hibernate/UserDAO.java |
219 |
publicMethodCommentRequirement Required |
| 41545 |
src/com/gps/hibernate/UserDAO.java |
223 |
Avoid excessively long variable names like agreedToTermsOfUse |
| 41546 |
src/com/gps/hibernate/UserDAO.java |
223 |
Parameter 'agreedToTermsOfUse' is not assigned and could be declared final |
| 41547 |
src/com/gps/hibernate/UserDAO.java |
223 |
publicMethodCommentRequirement Required |
| 41548 |
src/com/gps/hibernate/UserDAO.java |
227 |
Parameter 'active' is not assigned and could be declared final |
| 41549 |
src/com/gps/hibernate/UserDAO.java |
227 |
publicMethodCommentRequirement Required |
| 41550 |
src/com/gps/hibernate/UserDAO.java |
231 |
publicMethodCommentRequirement Required |
| 41551 |
src/com/gps/hibernate/UserDAO.java |
232 |
There is log block not surrounded by if |
| 41552 |
src/com/gps/hibernate/UserDAO.java |
232 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 41553 |
src/com/gps/hibernate/UserDAO.java |
234 |
Local variable 'queryString' could be declared final |
| 41554 |
src/com/gps/hibernate/UserDAO.java |
235 |
Local variable 'queryObject' could be declared final |
| 41555 |
src/com/gps/hibernate/UserDAO.java |
235 |
Potential violation of Law of Demeter (method chain calls) |
| 41556 |
src/com/gps/hibernate/UserDAO.java |
236 |
Potential violation of Law of Demeter (object not created locally) |
| 41557 |
src/com/gps/hibernate/UserDAO.java |
237 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 41558 |
src/com/gps/hibernate/UserDAO.java |
238 |
There is log block not surrounded by if |
| 41559 |
src/com/gps/hibernate/UserDAO.java |
243 |
Parameter 'detachedInstance' is not assigned and could be declared final |
| 41560 |
src/com/gps/hibernate/UserDAO.java |
243 |
publicMethodCommentRequirement Required |
| 41561 |
src/com/gps/hibernate/UserDAO.java |
244 |
There is log block not surrounded by if |
| 41562 |
src/com/gps/hibernate/UserDAO.java |
244 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 41563 |
src/com/gps/hibernate/UserDAO.java |
246 |
Local variable 'result' could be declared final |
| 41564 |
src/com/gps/hibernate/UserDAO.java |
246 |
Potential violation of Law of Demeter (method chain calls) |
| 41565 |
src/com/gps/hibernate/UserDAO.java |
247 |
There is log block not surrounded by if |
| 41566 |
src/com/gps/hibernate/UserDAO.java |
247 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 41567 |
src/com/gps/hibernate/UserDAO.java |
249 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 41568 |
src/com/gps/hibernate/UserDAO.java |
250 |
There is log block not surrounded by if |
| 41569 |
src/com/gps/hibernate/UserDAO.java |
255 |
Parameter 'instance' is not assigned and could be declared final |
| 41570 |
src/com/gps/hibernate/UserDAO.java |
255 |
publicMethodCommentRequirement Required |
| 41571 |
src/com/gps/hibernate/UserDAO.java |
256 |
There is log block not surrounded by if |
| 41572 |
src/com/gps/hibernate/UserDAO.java |
256 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 41573 |
src/com/gps/hibernate/UserDAO.java |
258 |
Potential violation of Law of Demeter (method chain calls) |
| 41574 |
src/com/gps/hibernate/UserDAO.java |
259 |
There is log block not surrounded by if |
| 41575 |
src/com/gps/hibernate/UserDAO.java |
259 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 41576 |
src/com/gps/hibernate/UserDAO.java |
260 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 41577 |
src/com/gps/hibernate/UserDAO.java |
261 |
There is log block not surrounded by if |
| 41578 |
src/com/gps/hibernate/UserDAO.java |
266 |
Parameter 'instance' is not assigned and could be declared final |
| 41579 |
src/com/gps/hibernate/UserDAO.java |
266 |
publicMethodCommentRequirement Required |
| 41580 |
src/com/gps/hibernate/UserDAO.java |
267 |
There is log block not surrounded by if |
| 41581 |
src/com/gps/hibernate/UserDAO.java |
267 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 41582 |
src/com/gps/hibernate/UserDAO.java |
269 |
Potential violation of Law of Demeter (method chain calls) |
| 41583 |
src/com/gps/hibernate/UserDAO.java |
270 |
There is log block not surrounded by if |
| 41584 |
src/com/gps/hibernate/UserDAO.java |
270 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 41585 |
src/com/gps/hibernate/UserDAO.java |
271 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 41586 |
src/com/gps/hibernate/UserDAO.java |
272 |
There is log block not surrounded by if |
| 41587 |
src/com/gps/hibernate/UserDetails.java |
1 |
This class has a bunch of public methods and attributes |
| 41588 |
src/com/gps/hibernate/UserDetails.java |
13 |
Classes implementing Serializable should set a serialVersionUID |
| 41589 |
src/com/gps/hibernate/UserDetails.java |
13 |
Too many fields |
| 41590 |
src/com/gps/hibernate/UserDetails.java |
17 |
fieldCommentRequirement Required |
| 41591 |
src/com/gps/hibernate/UserDetails.java |
18 |
fieldCommentRequirement Required |
| 41592 |
src/com/gps/hibernate/UserDetails.java |
19 |
fieldCommentRequirement Required |
| 41593 |
src/com/gps/hibernate/UserDetails.java |
20 |
fieldCommentRequirement Required |
| 41594 |
src/com/gps/hibernate/UserDetails.java |
21 |
fieldCommentRequirement Required |
| 41595 |
src/com/gps/hibernate/UserDetails.java |
22 |
fieldCommentRequirement Required |
| 41596 |
src/com/gps/hibernate/UserDetails.java |
23 |
fieldCommentRequirement Required |
| 41597 |
src/com/gps/hibernate/UserDetails.java |
24 |
fieldCommentRequirement Required |
| 41598 |
src/com/gps/hibernate/UserDetails.java |
25 |
fieldCommentRequirement Required |
| 41599 |
src/com/gps/hibernate/UserDetails.java |
26 |
fieldCommentRequirement Required |
| 41600 |
src/com/gps/hibernate/UserDetails.java |
27 |
fieldCommentRequirement Required |
| 41601 |
src/com/gps/hibernate/UserDetails.java |
28 |
fieldCommentRequirement Required |
| 41602 |
src/com/gps/hibernate/UserDetails.java |
29 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'organization_1' is not final. |
| 41603 |
src/com/gps/hibernate/UserDetails.java |
29 |
fieldCommentRequirement Required |
| 41604 |
src/com/gps/hibernate/UserDetails.java |
30 |
fieldCommentRequirement Required |
| 41605 |
src/com/gps/hibernate/UserDetails.java |
31 |
fieldCommentRequirement Required |
| 41606 |
src/com/gps/hibernate/UserDetails.java |
32 |
fieldCommentRequirement Required |
| 41607 |
src/com/gps/hibernate/UserDetails.java |
33 |
fieldCommentRequirement Required |
| 41608 |
src/com/gps/hibernate/UserDetails.java |
34 |
fieldCommentRequirement Required |
| 41609 |
src/com/gps/hibernate/UserDetails.java |
35 |
fieldCommentRequirement Required |
| 41610 |
src/com/gps/hibernate/UserDetails.java |
36 |
fieldCommentRequirement Required |
| 41611 |
src/com/gps/hibernate/UserDetails.java |
37 |
fieldCommentRequirement Required |
| 41612 |
src/com/gps/hibernate/UserDetails.java |
38 |
fieldCommentRequirement Required |
| 41613 |
src/com/gps/hibernate/UserDetails.java |
39 |
fieldCommentRequirement Required |
| 41614 |
src/com/gps/hibernate/UserDetails.java |
40 |
fieldCommentRequirement Required |
| 41615 |
src/com/gps/hibernate/UserDetails.java |
41 |
fieldCommentRequirement Required |
| 41616 |
src/com/gps/hibernate/UserDetails.java |
42 |
fieldCommentRequirement Required |
| 41617 |
src/com/gps/hibernate/UserDetails.java |
43 |
fieldCommentRequirement Required |
| 41618 |
src/com/gps/hibernate/UserDetails.java |
44 |
fieldCommentRequirement Required |
| 41619 |
src/com/gps/hibernate/UserDetails.java |
45 |
fieldCommentRequirement Required |
| 41620 |
src/com/gps/hibernate/UserDetails.java |
46 |
fieldCommentRequirement Required |
| 41621 |
src/com/gps/hibernate/UserDetails.java |
47 |
fieldCommentRequirement Required |
| 41622 |
src/com/gps/hibernate/UserDetails.java |
48 |
fieldCommentRequirement Required |
| 41623 |
src/com/gps/hibernate/UserDetails.java |
49 |
fieldCommentRequirement Required |
| 41624 |
src/com/gps/hibernate/UserDetails.java |
50 |
fieldCommentRequirement Required |
| 41625 |
src/com/gps/hibernate/UserDetails.java |
55 |
Document empty constructor |
| 41626 |
src/com/gps/hibernate/UserDetails.java |
59 |
Parameter 'email' is not assigned and could be declared final |
| 41627 |
src/com/gps/hibernate/UserDetails.java |
59 |
Parameter 'userStatus' is not assigned and could be declared final |
| 41628 |
src/com/gps/hibernate/UserDetails.java |
59 |
Parameter 'username' is not assigned and could be declared final |
| 41629 |
src/com/gps/hibernate/UserDetails.java |
60 |
Parameter 'accCreationTime' is not assigned and could be declared final |
| 41630 |
src/com/gps/hibernate/UserDetails.java |
60 |
Parameter 'lastLoginTime' is not assigned and could be declared final |
| 41631 |
src/com/gps/hibernate/UserDetails.java |
60 |
Parameter 'password' is not assigned and could be declared final |
| 41632 |
src/com/gps/hibernate/UserDetails.java |
61 |
Parameter 'lastUpdateTime' is not assigned and could be declared final |
| 41633 |
src/com/gps/hibernate/UserDetails.java |
72 |
Avoid long parameter lists. |
| 41634 |
src/com/gps/hibernate/UserDetails.java |
72 |
Parameter 'organization' is not assigned and could be declared final |
| 41635 |
src/com/gps/hibernate/UserDetails.java |
72 |
Parameter 'username' is not assigned and could be declared final |
| 41636 |
src/com/gps/hibernate/UserDetails.java |
73 |
Parameter 'email' is not assigned and could be declared final |
| 41637 |
src/com/gps/hibernate/UserDetails.java |
73 |
Parameter 'gender' is not assigned and could be declared final |
| 41638 |
src/com/gps/hibernate/UserDetails.java |
73 |
Parameter 'loginname' is not assigned and could be declared final |
| 41639 |
src/com/gps/hibernate/UserDetails.java |
73 |
Parameter 'userStatus' is not assigned and could be declared final |
| 41640 |
src/com/gps/hibernate/UserDetails.java |
74 |
Parameter 'chatId' is not assigned and could be declared final |
| 41641 |
src/com/gps/hibernate/UserDetails.java |
74 |
Parameter 'phNumber' is not assigned and could be declared final |
| 41642 |
src/com/gps/hibernate/UserDetails.java |
74 |
Parameter 'secAnswer' is not assigned and could be declared final |
| 41643 |
src/com/gps/hibernate/UserDetails.java |
74 |
Parameter 'secQuest' is not assigned and could be declared final |
| 41644 |
src/com/gps/hibernate/UserDetails.java |
75 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'organization_1' is not final. |
| 41645 |
src/com/gps/hibernate/UserDetails.java |
75 |
Parameter 'age' is not assigned and could be declared final |
| 41646 |
src/com/gps/hibernate/UserDetails.java |
75 |
Parameter 'organization_1' is not assigned and could be declared final |
| 41647 |
src/com/gps/hibernate/UserDetails.java |
75 |
Parameter 'role' is not assigned and could be declared final |
| 41648 |
src/com/gps/hibernate/UserDetails.java |
75 |
Parameter 'userImage' is not assigned and could be declared final |
| 41649 |
src/com/gps/hibernate/UserDetails.java |
76 |
Parameter 'accCreationTime' is not assigned and could be declared final |
| 41650 |
src/com/gps/hibernate/UserDetails.java |
76 |
Parameter 'password' is not assigned and could be declared final |
| 41651 |
src/com/gps/hibernate/UserDetails.java |
76 |
Parameter 'smsStatus' is not assigned and could be declared final |
| 41652 |
src/com/gps/hibernate/UserDetails.java |
77 |
Parameter 'lastLoginTime' is not assigned and could be declared final |
| 41653 |
src/com/gps/hibernate/UserDetails.java |
77 |
Parameter 'lastUpdateTime' is not assigned and could be declared final |
| 41654 |
src/com/gps/hibernate/UserDetails.java |
77 |
Parameter 'timezone' is not assigned and could be declared final |
| 41655 |
src/com/gps/hibernate/UserDetails.java |
78 |
Parameter 'firstname' is not assigned and could be declared final |
| 41656 |
src/com/gps/hibernate/UserDetails.java |
78 |
Parameter 'lastname' is not assigned and could be declared final |
| 41657 |
src/com/gps/hibernate/UserDetails.java |
78 |
Parameter 'userPreferenceses' is not assigned and could be declared final |
| 41658 |
src/com/gps/hibernate/UserDetails.java |
79 |
Parameter 'geofences' is not assigned and could be declared final |
| 41659 |
src/com/gps/hibernate/UserDetails.java |
79 |
Parameter 'tripDetailses' is not assigned and could be declared final |
| 41660 |
src/com/gps/hibernate/UserDetails.java |
79 |
Parameter 'userGeofenceMaps' is not assigned and could be declared final |
| 41661 |
src/com/gps/hibernate/UserDetails.java |
80 |
Parameter 'feedbacks' is not assigned and could be declared final |
| 41662 |
src/com/gps/hibernate/UserDetails.java |
80 |
Parameter 'inboxes' is not assigned and could be declared final |
| 41663 |
src/com/gps/hibernate/UserDetails.java |
80 |
Parameter 'savingStatuses' is not assigned and could be declared final |
| 41664 |
src/com/gps/hibernate/UserDetails.java |
81 |
Parameter 'charityBarometers' is not assigned and could be declared final |
| 41665 |
src/com/gps/hibernate/UserDetails.java |
81 |
Parameter 'speedparameters' is not assigned and could be declared final |
| 41666 |
src/com/gps/hibernate/UserDetails.java |
81 |
Parameter 'vehicleDetailses' is not assigned and could be declared final |
| 41667 |
src/com/gps/hibernate/UserDetails.java |
82 |
Parameter 'userLandmarkses' is not assigned and could be declared final |
| 41668 |
src/com/gps/hibernate/UserDetails.java |
120 |
publicMethodCommentRequirement Required |
| 41669 |
src/com/gps/hibernate/UserDetails.java |
124 |
Parameter 'userid' is not assigned and could be declared final |
| 41670 |
src/com/gps/hibernate/UserDetails.java |
124 |
publicMethodCommentRequirement Required |
| 41671 |
src/com/gps/hibernate/UserDetails.java |
128 |
publicMethodCommentRequirement Required |
| 41672 |
src/com/gps/hibernate/UserDetails.java |
132 |
Parameter 'organization' is not assigned and could be declared final |
| 41673 |
src/com/gps/hibernate/UserDetails.java |
132 |
publicMethodCommentRequirement Required |
| 41674 |
src/com/gps/hibernate/UserDetails.java |
136 |
publicMethodCommentRequirement Required |
| 41675 |
src/com/gps/hibernate/UserDetails.java |
140 |
Parameter 'username' is not assigned and could be declared final |
| 41676 |
src/com/gps/hibernate/UserDetails.java |
140 |
publicMethodCommentRequirement Required |
| 41677 |
src/com/gps/hibernate/UserDetails.java |
144 |
publicMethodCommentRequirement Required |
| 41678 |
src/com/gps/hibernate/UserDetails.java |
148 |
Parameter 'loginname' is not assigned and could be declared final |
| 41679 |
src/com/gps/hibernate/UserDetails.java |
148 |
publicMethodCommentRequirement Required |
| 41680 |
src/com/gps/hibernate/UserDetails.java |
152 |
publicMethodCommentRequirement Required |
| 41681 |
src/com/gps/hibernate/UserDetails.java |
156 |
Parameter 'userStatus' is not assigned and could be declared final |
| 41682 |
src/com/gps/hibernate/UserDetails.java |
156 |
publicMethodCommentRequirement Required |
| 41683 |
src/com/gps/hibernate/UserDetails.java |
160 |
publicMethodCommentRequirement Required |
| 41684 |
src/com/gps/hibernate/UserDetails.java |
164 |
Parameter 'email' is not assigned and could be declared final |
| 41685 |
src/com/gps/hibernate/UserDetails.java |
164 |
publicMethodCommentRequirement Required |
| 41686 |
src/com/gps/hibernate/UserDetails.java |
168 |
publicMethodCommentRequirement Required |
| 41687 |
src/com/gps/hibernate/UserDetails.java |
172 |
Parameter 'gender' is not assigned and could be declared final |
| 41688 |
src/com/gps/hibernate/UserDetails.java |
172 |
publicMethodCommentRequirement Required |
| 41689 |
src/com/gps/hibernate/UserDetails.java |
176 |
publicMethodCommentRequirement Required |
| 41690 |
src/com/gps/hibernate/UserDetails.java |
180 |
Parameter 'phNumber' is not assigned and could be declared final |
| 41691 |
src/com/gps/hibernate/UserDetails.java |
180 |
publicMethodCommentRequirement Required |
| 41692 |
src/com/gps/hibernate/UserDetails.java |
184 |
publicMethodCommentRequirement Required |
| 41693 |
src/com/gps/hibernate/UserDetails.java |
188 |
Parameter 'chatId' is not assigned and could be declared final |
| 41694 |
src/com/gps/hibernate/UserDetails.java |
188 |
publicMethodCommentRequirement Required |
| 41695 |
src/com/gps/hibernate/UserDetails.java |
192 |
publicMethodCommentRequirement Required |
| 41696 |
src/com/gps/hibernate/UserDetails.java |
196 |
Parameter 'secQuest' is not assigned and could be declared final |
| 41697 |
src/com/gps/hibernate/UserDetails.java |
196 |
publicMethodCommentRequirement Required |
| 41698 |
src/com/gps/hibernate/UserDetails.java |
200 |
publicMethodCommentRequirement Required |
| 41699 |
src/com/gps/hibernate/UserDetails.java |
204 |
Parameter 'secAnswer' is not assigned and could be declared final |
| 41700 |
src/com/gps/hibernate/UserDetails.java |
204 |
publicMethodCommentRequirement Required |
| 41701 |
src/com/gps/hibernate/UserDetails.java |
208 |
publicMethodCommentRequirement Required |
| 41702 |
src/com/gps/hibernate/UserDetails.java |
212 |
Parameter 'role' is not assigned and could be declared final |
| 41703 |
src/com/gps/hibernate/UserDetails.java |
212 |
publicMethodCommentRequirement Required |
| 41704 |
src/com/gps/hibernate/UserDetails.java |
216 |
Method names should not contain underscores |
| 41705 |
src/com/gps/hibernate/UserDetails.java |
216 |
publicMethodCommentRequirement Required |
| 41706 |
src/com/gps/hibernate/UserDetails.java |
220 |
Method names should not contain underscores |
| 41707 |
src/com/gps/hibernate/UserDetails.java |
220 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'organization_1' is not final. |
| 41708 |
src/com/gps/hibernate/UserDetails.java |
220 |
Parameter 'organization_1' is not assigned and could be declared final |
| 41709 |
src/com/gps/hibernate/UserDetails.java |
220 |
publicMethodCommentRequirement Required |
| 41710 |
src/com/gps/hibernate/UserDetails.java |
224 |
publicMethodCommentRequirement Required |
| 41711 |
src/com/gps/hibernate/UserDetails.java |
228 |
Parameter 'age' is not assigned and could be declared final |
| 41712 |
src/com/gps/hibernate/UserDetails.java |
228 |
publicMethodCommentRequirement Required |
| 41713 |
src/com/gps/hibernate/UserDetails.java |
232 |
publicMethodCommentRequirement Required |
| 41714 |
src/com/gps/hibernate/UserDetails.java |
236 |
Parameter 'userImage' is not assigned and could be declared final |
| 41715 |
src/com/gps/hibernate/UserDetails.java |
236 |
publicMethodCommentRequirement Required |
| 41716 |
src/com/gps/hibernate/UserDetails.java |
240 |
publicMethodCommentRequirement Required |
| 41717 |
src/com/gps/hibernate/UserDetails.java |
244 |
Parameter 'password' is not assigned and could be declared final |
| 41718 |
src/com/gps/hibernate/UserDetails.java |
244 |
publicMethodCommentRequirement Required |
| 41719 |
src/com/gps/hibernate/UserDetails.java |
248 |
publicMethodCommentRequirement Required |
| 41720 |
src/com/gps/hibernate/UserDetails.java |
252 |
Parameter 'accCreationTime' is not assigned and could be declared final |
| 41721 |
src/com/gps/hibernate/UserDetails.java |
252 |
publicMethodCommentRequirement Required |
| 41722 |
src/com/gps/hibernate/UserDetails.java |
256 |
publicMethodCommentRequirement Required |
| 41723 |
src/com/gps/hibernate/UserDetails.java |
260 |
Parameter 'smsStatus' is not assigned and could be declared final |
| 41724 |
src/com/gps/hibernate/UserDetails.java |
260 |
publicMethodCommentRequirement Required |
| 41725 |
src/com/gps/hibernate/UserDetails.java |
264 |
publicMethodCommentRequirement Required |
| 41726 |
src/com/gps/hibernate/UserDetails.java |
268 |
Parameter 'lastLoginTime' is not assigned and could be declared final |
| 41727 |
src/com/gps/hibernate/UserDetails.java |
268 |
publicMethodCommentRequirement Required |
| 41728 |
src/com/gps/hibernate/UserDetails.java |
272 |
publicMethodCommentRequirement Required |
| 41729 |
src/com/gps/hibernate/UserDetails.java |
276 |
Parameter 'lastUpdateTime' is not assigned and could be declared final |
| 41730 |
src/com/gps/hibernate/UserDetails.java |
276 |
publicMethodCommentRequirement Required |
| 41731 |
src/com/gps/hibernate/UserDetails.java |
280 |
publicMethodCommentRequirement Required |
| 41732 |
src/com/gps/hibernate/UserDetails.java |
284 |
Parameter 'timezone' is not assigned and could be declared final |
| 41733 |
src/com/gps/hibernate/UserDetails.java |
284 |
publicMethodCommentRequirement Required |
| 41734 |
src/com/gps/hibernate/UserDetails.java |
288 |
publicMethodCommentRequirement Required |
| 41735 |
src/com/gps/hibernate/UserDetails.java |
292 |
Parameter 'firstname' is not assigned and could be declared final |
| 41736 |
src/com/gps/hibernate/UserDetails.java |
292 |
publicMethodCommentRequirement Required |
| 41737 |
src/com/gps/hibernate/UserDetails.java |
296 |
publicMethodCommentRequirement Required |
| 41738 |
src/com/gps/hibernate/UserDetails.java |
300 |
Parameter 'lastname' is not assigned and could be declared final |
| 41739 |
src/com/gps/hibernate/UserDetails.java |
300 |
publicMethodCommentRequirement Required |
| 41740 |
src/com/gps/hibernate/UserDetails.java |
304 |
publicMethodCommentRequirement Required |
| 41741 |
src/com/gps/hibernate/UserDetails.java |
308 |
Parameter 'userPreferenceses' is not assigned and could be declared final |
| 41742 |
src/com/gps/hibernate/UserDetails.java |
308 |
publicMethodCommentRequirement Required |
| 41743 |
src/com/gps/hibernate/UserDetails.java |
312 |
publicMethodCommentRequirement Required |
| 41744 |
src/com/gps/hibernate/UserDetails.java |
316 |
Parameter 'tripDetailses' is not assigned and could be declared final |
| 41745 |
src/com/gps/hibernate/UserDetails.java |
316 |
publicMethodCommentRequirement Required |
| 41746 |
src/com/gps/hibernate/UserDetails.java |
320 |
publicMethodCommentRequirement Required |
| 41747 |
src/com/gps/hibernate/UserDetails.java |
324 |
Parameter 'geofences' is not assigned and could be declared final |
| 41748 |
src/com/gps/hibernate/UserDetails.java |
324 |
publicMethodCommentRequirement Required |
| 41749 |
src/com/gps/hibernate/UserDetails.java |
328 |
publicMethodCommentRequirement Required |
| 41750 |
src/com/gps/hibernate/UserDetails.java |
332 |
Parameter 'userGeofenceMaps' is not assigned and could be declared final |
| 41751 |
src/com/gps/hibernate/UserDetails.java |
332 |
publicMethodCommentRequirement Required |
| 41752 |
src/com/gps/hibernate/UserDetails.java |
336 |
publicMethodCommentRequirement Required |
| 41753 |
src/com/gps/hibernate/UserDetails.java |
340 |
Parameter 'feedbacks' is not assigned and could be declared final |
| 41754 |
src/com/gps/hibernate/UserDetails.java |
340 |
publicMethodCommentRequirement Required |
| 41755 |
src/com/gps/hibernate/UserDetails.java |
344 |
publicMethodCommentRequirement Required |
| 41756 |
src/com/gps/hibernate/UserDetails.java |
348 |
Parameter 'savingStatuses' is not assigned and could be declared final |
| 41757 |
src/com/gps/hibernate/UserDetails.java |
348 |
publicMethodCommentRequirement Required |
| 41758 |
src/com/gps/hibernate/UserDetails.java |
352 |
publicMethodCommentRequirement Required |
| 41759 |
src/com/gps/hibernate/UserDetails.java |
356 |
Parameter 'inboxes' is not assigned and could be declared final |
| 41760 |
src/com/gps/hibernate/UserDetails.java |
356 |
publicMethodCommentRequirement Required |
| 41761 |
src/com/gps/hibernate/UserDetails.java |
360 |
publicMethodCommentRequirement Required |
| 41762 |
src/com/gps/hibernate/UserDetails.java |
364 |
Parameter 'speedparameters' is not assigned and could be declared final |
| 41763 |
src/com/gps/hibernate/UserDetails.java |
364 |
publicMethodCommentRequirement Required |
| 41764 |
src/com/gps/hibernate/UserDetails.java |
368 |
publicMethodCommentRequirement Required |
| 41765 |
src/com/gps/hibernate/UserDetails.java |
372 |
Parameter 'charityBarometers' is not assigned and could be declared final |
| 41766 |
src/com/gps/hibernate/UserDetails.java |
372 |
publicMethodCommentRequirement Required |
| 41767 |
src/com/gps/hibernate/UserDetails.java |
376 |
publicMethodCommentRequirement Required |
| 41768 |
src/com/gps/hibernate/UserDetails.java |
380 |
Parameter 'vehicleDetailses' is not assigned and could be declared final |
| 41769 |
src/com/gps/hibernate/UserDetails.java |
380 |
publicMethodCommentRequirement Required |
| 41770 |
src/com/gps/hibernate/UserDetails.java |
384 |
publicMethodCommentRequirement Required |
| 41771 |
src/com/gps/hibernate/UserDetails.java |
388 |
Parameter 'userLandmarkses' is not assigned and could be declared final |
| 41772 |
src/com/gps/hibernate/UserDetails.java |
388 |
publicMethodCommentRequirement Required |
| 41773 |
src/com/gps/hibernate/UserDetailsDAO.java |
11 |
Comment is too large: Too many lines |
| 41774 |
src/com/gps/hibernate/UserDetailsDAO.java |
23 |
This class has too many methods, consider refactoring it. |
| 41775 |
src/com/gps/hibernate/UserDetailsDAO.java |
24 |
Logger should be defined private static final and have the correct class |
| 41776 |
src/com/gps/hibernate/UserDetailsDAO.java |
24 |
Variables that are final and static should be all capitals, 'log' is not all capitals. |
| 41777 |
src/com/gps/hibernate/UserDetailsDAO.java |
24 |
fieldCommentRequirement Required |
| 41778 |
src/com/gps/hibernate/UserDetailsDAO.java |
26 |
fieldCommentRequirement Required |
| 41779 |
src/com/gps/hibernate/UserDetailsDAO.java |
27 |
fieldCommentRequirement Required |
| 41780 |
src/com/gps/hibernate/UserDetailsDAO.java |
28 |
fieldCommentRequirement Required |
| 41781 |
src/com/gps/hibernate/UserDetailsDAO.java |
29 |
fieldCommentRequirement Required |
| 41782 |
src/com/gps/hibernate/UserDetailsDAO.java |
30 |
fieldCommentRequirement Required |
| 41783 |
src/com/gps/hibernate/UserDetailsDAO.java |
31 |
fieldCommentRequirement Required |
| 41784 |
src/com/gps/hibernate/UserDetailsDAO.java |
32 |
fieldCommentRequirement Required |
| 41785 |
src/com/gps/hibernate/UserDetailsDAO.java |
33 |
fieldCommentRequirement Required |
| 41786 |
src/com/gps/hibernate/UserDetailsDAO.java |
34 |
fieldCommentRequirement Required |
| 41787 |
src/com/gps/hibernate/UserDetailsDAO.java |
35 |
fieldCommentRequirement Required |
| 41788 |
src/com/gps/hibernate/UserDetailsDAO.java |
36 |
fieldCommentRequirement Required |
| 41789 |
src/com/gps/hibernate/UserDetailsDAO.java |
37 |
fieldCommentRequirement Required |
| 41790 |
src/com/gps/hibernate/UserDetailsDAO.java |
38 |
fieldCommentRequirement Required |
| 41791 |
src/com/gps/hibernate/UserDetailsDAO.java |
39 |
fieldCommentRequirement Required |
| 41792 |
src/com/gps/hibernate/UserDetailsDAO.java |
40 |
fieldCommentRequirement Required |
| 41793 |
src/com/gps/hibernate/UserDetailsDAO.java |
41 |
fieldCommentRequirement Required |
| 41794 |
src/com/gps/hibernate/UserDetailsDAO.java |
42 |
fieldCommentRequirement Required |
| 41795 |
src/com/gps/hibernate/UserDetailsDAO.java |
43 |
fieldCommentRequirement Required |
| 41796 |
src/com/gps/hibernate/UserDetailsDAO.java |
45 |
Parameter 'transientInstance' is not assigned and could be declared final |
| 41797 |
src/com/gps/hibernate/UserDetailsDAO.java |
45 |
publicMethodCommentRequirement Required |
| 41798 |
src/com/gps/hibernate/UserDetailsDAO.java |
46 |
There is log block not surrounded by if |
| 41799 |
src/com/gps/hibernate/UserDetailsDAO.java |
46 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 41800 |
src/com/gps/hibernate/UserDetailsDAO.java |
48 |
Potential violation of Law of Demeter (method chain calls) |
| 41801 |
src/com/gps/hibernate/UserDetailsDAO.java |
49 |
There is log block not surrounded by if |
| 41802 |
src/com/gps/hibernate/UserDetailsDAO.java |
49 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 41803 |
src/com/gps/hibernate/UserDetailsDAO.java |
50 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 41804 |
src/com/gps/hibernate/UserDetailsDAO.java |
51 |
There is log block not surrounded by if |
| 41805 |
src/com/gps/hibernate/UserDetailsDAO.java |
56 |
Avoid excessively long variable names like persistentInstance |
| 41806 |
src/com/gps/hibernate/UserDetailsDAO.java |
56 |
Parameter 'persistentInstance' is not assigned and could be declared final |
| 41807 |
src/com/gps/hibernate/UserDetailsDAO.java |
56 |
publicMethodCommentRequirement Required |
| 41808 |
src/com/gps/hibernate/UserDetailsDAO.java |
57 |
There is log block not surrounded by if |
| 41809 |
src/com/gps/hibernate/UserDetailsDAO.java |
57 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 41810 |
src/com/gps/hibernate/UserDetailsDAO.java |
59 |
Potential violation of Law of Demeter (method chain calls) |
| 41811 |
src/com/gps/hibernate/UserDetailsDAO.java |
60 |
There is log block not surrounded by if |
| 41812 |
src/com/gps/hibernate/UserDetailsDAO.java |
60 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 41813 |
src/com/gps/hibernate/UserDetailsDAO.java |
61 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 41814 |
src/com/gps/hibernate/UserDetailsDAO.java |
62 |
There is log block not surrounded by if |
| 41815 |
src/com/gps/hibernate/UserDetailsDAO.java |
67 |
Avoid variables with short names like id |
| 41816 |
src/com/gps/hibernate/UserDetailsDAO.java |
67 |
Parameter 'id' is not assigned and could be declared final |
| 41817 |
src/com/gps/hibernate/UserDetailsDAO.java |
67 |
publicMethodCommentRequirement Required |
| 41818 |
src/com/gps/hibernate/UserDetailsDAO.java |
68 |
There is log block not surrounded by if |
| 41819 |
src/com/gps/hibernate/UserDetailsDAO.java |
68 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 41820 |
src/com/gps/hibernate/UserDetailsDAO.java |
70 |
Local variable 'instance' could be declared final |
| 41821 |
src/com/gps/hibernate/UserDetailsDAO.java |
70 |
Potential violation of Law of Demeter (method chain calls) |
| 41822 |
src/com/gps/hibernate/UserDetailsDAO.java |
73 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 41823 |
src/com/gps/hibernate/UserDetailsDAO.java |
74 |
There is log block not surrounded by if |
| 41824 |
src/com/gps/hibernate/UserDetailsDAO.java |
79 |
Parameter 'instance' is not assigned and could be declared final |
| 41825 |
src/com/gps/hibernate/UserDetailsDAO.java |
79 |
publicMethodCommentRequirement Required |
| 41826 |
src/com/gps/hibernate/UserDetailsDAO.java |
80 |
There is log block not surrounded by if |
| 41827 |
src/com/gps/hibernate/UserDetailsDAO.java |
80 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 41828 |
src/com/gps/hibernate/UserDetailsDAO.java |
82 |
Local variable 'results' could be declared final |
| 41829 |
src/com/gps/hibernate/UserDetailsDAO.java |
82 |
Potential violation of Law of Demeter (method chain calls) |
| 41830 |
src/com/gps/hibernate/UserDetailsDAO.java |
82 |
Potential violation of Law of Demeter (method chain calls) |
| 41831 |
src/com/gps/hibernate/UserDetailsDAO.java |
82 |
Potential violation of Law of Demeter (method chain calls) |
| 41832 |
src/com/gps/hibernate/UserDetailsDAO.java |
85 |
There is log block not surrounded by if |
| 41833 |
src/com/gps/hibernate/UserDetailsDAO.java |
85 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 41834 |
src/com/gps/hibernate/UserDetailsDAO.java |
86 |
Potential violation of Law of Demeter (object not created locally) |
| 41835 |
src/com/gps/hibernate/UserDetailsDAO.java |
88 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 41836 |
src/com/gps/hibernate/UserDetailsDAO.java |
89 |
There is log block not surrounded by if |
| 41837 |
src/com/gps/hibernate/UserDetailsDAO.java |
94 |
Parameter 'propertyName' is not assigned and could be declared final |
| 41838 |
src/com/gps/hibernate/UserDetailsDAO.java |
94 |
Parameter 'value' is not assigned and could be declared final |
| 41839 |
src/com/gps/hibernate/UserDetailsDAO.java |
94 |
publicMethodCommentRequirement Required |
| 41840 |
src/com/gps/hibernate/UserDetailsDAO.java |
95 |
There is log block not surrounded by if |
| 41841 |
src/com/gps/hibernate/UserDetailsDAO.java |
95 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 41842 |
src/com/gps/hibernate/UserDetailsDAO.java |
98 |
Local variable 'queryString' could be declared final |
| 41843 |
src/com/gps/hibernate/UserDetailsDAO.java |
100 |
Local variable 'queryObject' could be declared final |
| 41844 |
src/com/gps/hibernate/UserDetailsDAO.java |
100 |
Potential violation of Law of Demeter (method chain calls) |
| 41845 |
src/com/gps/hibernate/UserDetailsDAO.java |
101 |
Potential violation of Law of Demeter (object not created locally) |
| 41846 |
src/com/gps/hibernate/UserDetailsDAO.java |
102 |
Potential violation of Law of Demeter (object not created locally) |
| 41847 |
src/com/gps/hibernate/UserDetailsDAO.java |
103 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 41848 |
src/com/gps/hibernate/UserDetailsDAO.java |
104 |
There is log block not surrounded by if |
| 41849 |
src/com/gps/hibernate/UserDetailsDAO.java |
109 |
Parameter 'username' is not assigned and could be declared final |
| 41850 |
src/com/gps/hibernate/UserDetailsDAO.java |
109 |
publicMethodCommentRequirement Required |
| 41851 |
src/com/gps/hibernate/UserDetailsDAO.java |
113 |
Parameter 'loginname' is not assigned and could be declared final |
| 41852 |
src/com/gps/hibernate/UserDetailsDAO.java |
113 |
publicMethodCommentRequirement Required |
| 41853 |
src/com/gps/hibernate/UserDetailsDAO.java |
117 |
Parameter 'userStatus' is not assigned and could be declared final |
| 41854 |
src/com/gps/hibernate/UserDetailsDAO.java |
117 |
publicMethodCommentRequirement Required |
| 41855 |
src/com/gps/hibernate/UserDetailsDAO.java |
121 |
Parameter 'email' is not assigned and could be declared final |
| 41856 |
src/com/gps/hibernate/UserDetailsDAO.java |
121 |
publicMethodCommentRequirement Required |
| 41857 |
src/com/gps/hibernate/UserDetailsDAO.java |
125 |
Parameter 'gender' is not assigned and could be declared final |
| 41858 |
src/com/gps/hibernate/UserDetailsDAO.java |
125 |
publicMethodCommentRequirement Required |
| 41859 |
src/com/gps/hibernate/UserDetailsDAO.java |
129 |
Parameter 'phNumber' is not assigned and could be declared final |
| 41860 |
src/com/gps/hibernate/UserDetailsDAO.java |
129 |
publicMethodCommentRequirement Required |
| 41861 |
src/com/gps/hibernate/UserDetailsDAO.java |
133 |
Parameter 'chatId' is not assigned and could be declared final |
| 41862 |
src/com/gps/hibernate/UserDetailsDAO.java |
133 |
publicMethodCommentRequirement Required |
| 41863 |
src/com/gps/hibernate/UserDetailsDAO.java |
137 |
Parameter 'secQuest' is not assigned and could be declared final |
| 41864 |
src/com/gps/hibernate/UserDetailsDAO.java |
137 |
publicMethodCommentRequirement Required |
| 41865 |
src/com/gps/hibernate/UserDetailsDAO.java |
141 |
Parameter 'secAnswer' is not assigned and could be declared final |
| 41866 |
src/com/gps/hibernate/UserDetailsDAO.java |
141 |
publicMethodCommentRequirement Required |
| 41867 |
src/com/gps/hibernate/UserDetailsDAO.java |
145 |
Parameter 'role' is not assigned and could be declared final |
| 41868 |
src/com/gps/hibernate/UserDetailsDAO.java |
145 |
publicMethodCommentRequirement Required |
| 41869 |
src/com/gps/hibernate/UserDetailsDAO.java |
149 |
Method names should not contain underscores |
| 41870 |
src/com/gps/hibernate/UserDetailsDAO.java |
149 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'organization_1' is not final. |
| 41871 |
src/com/gps/hibernate/UserDetailsDAO.java |
149 |
Parameter 'organization_1' is not assigned and could be declared final |
| 41872 |
src/com/gps/hibernate/UserDetailsDAO.java |
149 |
publicMethodCommentRequirement Required |
| 41873 |
src/com/gps/hibernate/UserDetailsDAO.java |
153 |
Parameter 'age' is not assigned and could be declared final |
| 41874 |
src/com/gps/hibernate/UserDetailsDAO.java |
153 |
publicMethodCommentRequirement Required |
| 41875 |
src/com/gps/hibernate/UserDetailsDAO.java |
157 |
Parameter 'userImage' is not assigned and could be declared final |
| 41876 |
src/com/gps/hibernate/UserDetailsDAO.java |
157 |
publicMethodCommentRequirement Required |
| 41877 |
src/com/gps/hibernate/UserDetailsDAO.java |
161 |
Parameter 'password' is not assigned and could be declared final |
| 41878 |
src/com/gps/hibernate/UserDetailsDAO.java |
161 |
publicMethodCommentRequirement Required |
| 41879 |
src/com/gps/hibernate/UserDetailsDAO.java |
165 |
Parameter 'smsStatus' is not assigned and could be declared final |
| 41880 |
src/com/gps/hibernate/UserDetailsDAO.java |
165 |
publicMethodCommentRequirement Required |
| 41881 |
src/com/gps/hibernate/UserDetailsDAO.java |
169 |
Parameter 'timezone' is not assigned and could be declared final |
| 41882 |
src/com/gps/hibernate/UserDetailsDAO.java |
169 |
publicMethodCommentRequirement Required |
| 41883 |
src/com/gps/hibernate/UserDetailsDAO.java |
173 |
Parameter 'firstname' is not assigned and could be declared final |
| 41884 |
src/com/gps/hibernate/UserDetailsDAO.java |
173 |
publicMethodCommentRequirement Required |
| 41885 |
src/com/gps/hibernate/UserDetailsDAO.java |
177 |
Parameter 'lastname' is not assigned and could be declared final |
| 41886 |
src/com/gps/hibernate/UserDetailsDAO.java |
177 |
publicMethodCommentRequirement Required |
| 41887 |
src/com/gps/hibernate/UserDetailsDAO.java |
181 |
publicMethodCommentRequirement Required |
| 41888 |
src/com/gps/hibernate/UserDetailsDAO.java |
182 |
There is log block not surrounded by if |
| 41889 |
src/com/gps/hibernate/UserDetailsDAO.java |
182 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 41890 |
src/com/gps/hibernate/UserDetailsDAO.java |
184 |
Local variable 'queryString' could be declared final |
| 41891 |
src/com/gps/hibernate/UserDetailsDAO.java |
185 |
Local variable 'queryObject' could be declared final |
| 41892 |
src/com/gps/hibernate/UserDetailsDAO.java |
185 |
Potential violation of Law of Demeter (method chain calls) |
| 41893 |
src/com/gps/hibernate/UserDetailsDAO.java |
186 |
Potential violation of Law of Demeter (object not created locally) |
| 41894 |
src/com/gps/hibernate/UserDetailsDAO.java |
187 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 41895 |
src/com/gps/hibernate/UserDetailsDAO.java |
188 |
There is log block not surrounded by if |
| 41896 |
src/com/gps/hibernate/UserDetailsDAO.java |
193 |
Parameter 'detachedInstance' is not assigned and could be declared final |
| 41897 |
src/com/gps/hibernate/UserDetailsDAO.java |
193 |
publicMethodCommentRequirement Required |
| 41898 |
src/com/gps/hibernate/UserDetailsDAO.java |
194 |
There is log block not surrounded by if |
| 41899 |
src/com/gps/hibernate/UserDetailsDAO.java |
194 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 41900 |
src/com/gps/hibernate/UserDetailsDAO.java |
196 |
Local variable 'result' could be declared final |
| 41901 |
src/com/gps/hibernate/UserDetailsDAO.java |
196 |
Potential violation of Law of Demeter (method chain calls) |
| 41902 |
src/com/gps/hibernate/UserDetailsDAO.java |
198 |
There is log block not surrounded by if |
| 41903 |
src/com/gps/hibernate/UserDetailsDAO.java |
198 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 41904 |
src/com/gps/hibernate/UserDetailsDAO.java |
200 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 41905 |
src/com/gps/hibernate/UserDetailsDAO.java |
201 |
There is log block not surrounded by if |
| 41906 |
src/com/gps/hibernate/UserDetailsDAO.java |
206 |
Parameter 'instance' is not assigned and could be declared final |
| 41907 |
src/com/gps/hibernate/UserDetailsDAO.java |
206 |
publicMethodCommentRequirement Required |
| 41908 |
src/com/gps/hibernate/UserDetailsDAO.java |
207 |
There is log block not surrounded by if |
| 41909 |
src/com/gps/hibernate/UserDetailsDAO.java |
207 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 41910 |
src/com/gps/hibernate/UserDetailsDAO.java |
209 |
Potential violation of Law of Demeter (method chain calls) |
| 41911 |
src/com/gps/hibernate/UserDetailsDAO.java |
210 |
There is log block not surrounded by if |
| 41912 |
src/com/gps/hibernate/UserDetailsDAO.java |
210 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 41913 |
src/com/gps/hibernate/UserDetailsDAO.java |
211 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 41914 |
src/com/gps/hibernate/UserDetailsDAO.java |
212 |
There is log block not surrounded by if |
| 41915 |
src/com/gps/hibernate/UserDetailsDAO.java |
217 |
Parameter 'instance' is not assigned and could be declared final |
| 41916 |
src/com/gps/hibernate/UserDetailsDAO.java |
217 |
publicMethodCommentRequirement Required |
| 41917 |
src/com/gps/hibernate/UserDetailsDAO.java |
218 |
There is log block not surrounded by if |
| 41918 |
src/com/gps/hibernate/UserDetailsDAO.java |
218 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 41919 |
src/com/gps/hibernate/UserDetailsDAO.java |
220 |
Potential violation of Law of Demeter (method chain calls) |
| 41920 |
src/com/gps/hibernate/UserDetailsDAO.java |
221 |
There is log block not surrounded by if |
| 41921 |
src/com/gps/hibernate/UserDetailsDAO.java |
221 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 41922 |
src/com/gps/hibernate/UserDetailsDAO.java |
222 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 41923 |
src/com/gps/hibernate/UserDetailsDAO.java |
223 |
There is log block not surrounded by if |
| 41924 |
src/com/gps/hibernate/UserGeofenceMap.java |
9 |
Classes implementing Serializable should set a serialVersionUID |
| 41925 |
src/com/gps/hibernate/UserGeofenceMap.java |
13 |
fieldCommentRequirement Required |
| 41926 |
src/com/gps/hibernate/UserGeofenceMap.java |
14 |
fieldCommentRequirement Required |
| 41927 |
src/com/gps/hibernate/UserGeofenceMap.java |
15 |
fieldCommentRequirement Required |
| 41928 |
src/com/gps/hibernate/UserGeofenceMap.java |
20 |
Document empty constructor |
| 41929 |
src/com/gps/hibernate/UserGeofenceMap.java |
24 |
Parameter 'geofence' is not assigned and could be declared final |
| 41930 |
src/com/gps/hibernate/UserGeofenceMap.java |
24 |
Parameter 'userDetails' is not assigned and could be declared final |
| 41931 |
src/com/gps/hibernate/UserGeofenceMap.java |
31 |
publicMethodCommentRequirement Required |
| 41932 |
src/com/gps/hibernate/UserGeofenceMap.java |
35 |
Parameter 'ugmapid' is not assigned and could be declared final |
| 41933 |
src/com/gps/hibernate/UserGeofenceMap.java |
35 |
publicMethodCommentRequirement Required |
| 41934 |
src/com/gps/hibernate/UserGeofenceMap.java |
39 |
publicMethodCommentRequirement Required |
| 41935 |
src/com/gps/hibernate/UserGeofenceMap.java |
43 |
Parameter 'userDetails' is not assigned and could be declared final |
| 41936 |
src/com/gps/hibernate/UserGeofenceMap.java |
43 |
publicMethodCommentRequirement Required |
| 41937 |
src/com/gps/hibernate/UserGeofenceMap.java |
47 |
publicMethodCommentRequirement Required |
| 41938 |
src/com/gps/hibernate/UserGeofenceMap.java |
51 |
Parameter 'geofence' is not assigned and could be declared final |
| 41939 |
src/com/gps/hibernate/UserGeofenceMap.java |
51 |
publicMethodCommentRequirement Required |
| 41940 |
src/com/gps/hibernate/UserGeofenceMapDAO.java |
11 |
Comment is too large: Too many lines |
| 41941 |
src/com/gps/hibernate/UserGeofenceMapDAO.java |
24 |
Logger should be defined private static final and have the correct class |
| 41942 |
src/com/gps/hibernate/UserGeofenceMapDAO.java |
24 |
Variables that are final and static should be all capitals, 'log' is not all capitals. |
| 41943 |
src/com/gps/hibernate/UserGeofenceMapDAO.java |
24 |
fieldCommentRequirement Required |
| 41944 |
src/com/gps/hibernate/UserGeofenceMapDAO.java |
28 |
Parameter 'transientInstance' is not assigned and could be declared final |
| 41945 |
src/com/gps/hibernate/UserGeofenceMapDAO.java |
28 |
publicMethodCommentRequirement Required |
| 41946 |
src/com/gps/hibernate/UserGeofenceMapDAO.java |
29 |
There is log block not surrounded by if |
| 41947 |
src/com/gps/hibernate/UserGeofenceMapDAO.java |
29 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 41948 |
src/com/gps/hibernate/UserGeofenceMapDAO.java |
31 |
Potential violation of Law of Demeter (method chain calls) |
| 41949 |
src/com/gps/hibernate/UserGeofenceMapDAO.java |
32 |
There is log block not surrounded by if |
| 41950 |
src/com/gps/hibernate/UserGeofenceMapDAO.java |
32 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 41951 |
src/com/gps/hibernate/UserGeofenceMapDAO.java |
33 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 41952 |
src/com/gps/hibernate/UserGeofenceMapDAO.java |
34 |
There is log block not surrounded by if |
| 41953 |
src/com/gps/hibernate/UserGeofenceMapDAO.java |
39 |
Avoid excessively long variable names like persistentInstance |
| 41954 |
src/com/gps/hibernate/UserGeofenceMapDAO.java |
39 |
Parameter 'persistentInstance' is not assigned and could be declared final |
| 41955 |
src/com/gps/hibernate/UserGeofenceMapDAO.java |
39 |
publicMethodCommentRequirement Required |
| 41956 |
src/com/gps/hibernate/UserGeofenceMapDAO.java |
40 |
There is log block not surrounded by if |
| 41957 |
src/com/gps/hibernate/UserGeofenceMapDAO.java |
40 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 41958 |
src/com/gps/hibernate/UserGeofenceMapDAO.java |
42 |
Potential violation of Law of Demeter (method chain calls) |
| 41959 |
src/com/gps/hibernate/UserGeofenceMapDAO.java |
43 |
There is log block not surrounded by if |
| 41960 |
src/com/gps/hibernate/UserGeofenceMapDAO.java |
43 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 41961 |
src/com/gps/hibernate/UserGeofenceMapDAO.java |
44 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 41962 |
src/com/gps/hibernate/UserGeofenceMapDAO.java |
45 |
There is log block not surrounded by if |
| 41963 |
src/com/gps/hibernate/UserGeofenceMapDAO.java |
50 |
Avoid variables with short names like id |
| 41964 |
src/com/gps/hibernate/UserGeofenceMapDAO.java |
50 |
Parameter 'id' is not assigned and could be declared final |
| 41965 |
src/com/gps/hibernate/UserGeofenceMapDAO.java |
50 |
publicMethodCommentRequirement Required |
| 41966 |
src/com/gps/hibernate/UserGeofenceMapDAO.java |
51 |
There is log block not surrounded by if |
| 41967 |
src/com/gps/hibernate/UserGeofenceMapDAO.java |
51 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 41968 |
src/com/gps/hibernate/UserGeofenceMapDAO.java |
53 |
Local variable 'instance' could be declared final |
| 41969 |
src/com/gps/hibernate/UserGeofenceMapDAO.java |
53 |
Potential violation of Law of Demeter (method chain calls) |
| 41970 |
src/com/gps/hibernate/UserGeofenceMapDAO.java |
56 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 41971 |
src/com/gps/hibernate/UserGeofenceMapDAO.java |
57 |
There is log block not surrounded by if |
| 41972 |
src/com/gps/hibernate/UserGeofenceMapDAO.java |
62 |
Parameter 'instance' is not assigned and could be declared final |
| 41973 |
src/com/gps/hibernate/UserGeofenceMapDAO.java |
62 |
publicMethodCommentRequirement Required |
| 41974 |
src/com/gps/hibernate/UserGeofenceMapDAO.java |
63 |
There is log block not surrounded by if |
| 41975 |
src/com/gps/hibernate/UserGeofenceMapDAO.java |
63 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 41976 |
src/com/gps/hibernate/UserGeofenceMapDAO.java |
65 |
Local variable 'results' could be declared final |
| 41977 |
src/com/gps/hibernate/UserGeofenceMapDAO.java |
65 |
Potential violation of Law of Demeter (method chain calls) |
| 41978 |
src/com/gps/hibernate/UserGeofenceMapDAO.java |
65 |
Potential violation of Law of Demeter (method chain calls) |
| 41979 |
src/com/gps/hibernate/UserGeofenceMapDAO.java |
65 |
Potential violation of Law of Demeter (method chain calls) |
| 41980 |
src/com/gps/hibernate/UserGeofenceMapDAO.java |
68 |
There is log block not surrounded by if |
| 41981 |
src/com/gps/hibernate/UserGeofenceMapDAO.java |
68 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 41982 |
src/com/gps/hibernate/UserGeofenceMapDAO.java |
69 |
Potential violation of Law of Demeter (object not created locally) |
| 41983 |
src/com/gps/hibernate/UserGeofenceMapDAO.java |
71 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 41984 |
src/com/gps/hibernate/UserGeofenceMapDAO.java |
72 |
There is log block not surrounded by if |
| 41985 |
src/com/gps/hibernate/UserGeofenceMapDAO.java |
77 |
Parameter 'propertyName' is not assigned and could be declared final |
| 41986 |
src/com/gps/hibernate/UserGeofenceMapDAO.java |
77 |
Parameter 'value' is not assigned and could be declared final |
| 41987 |
src/com/gps/hibernate/UserGeofenceMapDAO.java |
77 |
publicMethodCommentRequirement Required |
| 41988 |
src/com/gps/hibernate/UserGeofenceMapDAO.java |
78 |
There is log block not surrounded by if |
| 41989 |
src/com/gps/hibernate/UserGeofenceMapDAO.java |
78 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 41990 |
src/com/gps/hibernate/UserGeofenceMapDAO.java |
81 |
Local variable 'queryString' could be declared final |
| 41991 |
src/com/gps/hibernate/UserGeofenceMapDAO.java |
83 |
Local variable 'queryObject' could be declared final |
| 41992 |
src/com/gps/hibernate/UserGeofenceMapDAO.java |
83 |
Potential violation of Law of Demeter (method chain calls) |
| 41993 |
src/com/gps/hibernate/UserGeofenceMapDAO.java |
84 |
Potential violation of Law of Demeter (object not created locally) |
| 41994 |
src/com/gps/hibernate/UserGeofenceMapDAO.java |
85 |
Potential violation of Law of Demeter (object not created locally) |
| 41995 |
src/com/gps/hibernate/UserGeofenceMapDAO.java |
86 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 41996 |
src/com/gps/hibernate/UserGeofenceMapDAO.java |
87 |
There is log block not surrounded by if |
| 41997 |
src/com/gps/hibernate/UserGeofenceMapDAO.java |
92 |
publicMethodCommentRequirement Required |
| 41998 |
src/com/gps/hibernate/UserGeofenceMapDAO.java |
93 |
There is log block not surrounded by if |
| 41999 |
src/com/gps/hibernate/UserGeofenceMapDAO.java |
93 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 42000 |
src/com/gps/hibernate/UserGeofenceMapDAO.java |
95 |
Local variable 'queryString' could be declared final |
| 42001 |
src/com/gps/hibernate/UserGeofenceMapDAO.java |
96 |
Local variable 'queryObject' could be declared final |
| 42002 |
src/com/gps/hibernate/UserGeofenceMapDAO.java |
96 |
Potential violation of Law of Demeter (method chain calls) |
| 42003 |
src/com/gps/hibernate/UserGeofenceMapDAO.java |
97 |
Potential violation of Law of Demeter (object not created locally) |
| 42004 |
src/com/gps/hibernate/UserGeofenceMapDAO.java |
98 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 42005 |
src/com/gps/hibernate/UserGeofenceMapDAO.java |
99 |
There is log block not surrounded by if |
| 42006 |
src/com/gps/hibernate/UserGeofenceMapDAO.java |
104 |
Parameter 'detachedInstance' is not assigned and could be declared final |
| 42007 |
src/com/gps/hibernate/UserGeofenceMapDAO.java |
104 |
publicMethodCommentRequirement Required |
| 42008 |
src/com/gps/hibernate/UserGeofenceMapDAO.java |
105 |
There is log block not surrounded by if |
| 42009 |
src/com/gps/hibernate/UserGeofenceMapDAO.java |
105 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 42010 |
src/com/gps/hibernate/UserGeofenceMapDAO.java |
107 |
Local variable 'result' could be declared final |
| 42011 |
src/com/gps/hibernate/UserGeofenceMapDAO.java |
107 |
Potential violation of Law of Demeter (method chain calls) |
| 42012 |
src/com/gps/hibernate/UserGeofenceMapDAO.java |
109 |
There is log block not surrounded by if |
| 42013 |
src/com/gps/hibernate/UserGeofenceMapDAO.java |
109 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 42014 |
src/com/gps/hibernate/UserGeofenceMapDAO.java |
111 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 42015 |
src/com/gps/hibernate/UserGeofenceMapDAO.java |
112 |
There is log block not surrounded by if |
| 42016 |
src/com/gps/hibernate/UserGeofenceMapDAO.java |
117 |
Parameter 'instance' is not assigned and could be declared final |
| 42017 |
src/com/gps/hibernate/UserGeofenceMapDAO.java |
117 |
publicMethodCommentRequirement Required |
| 42018 |
src/com/gps/hibernate/UserGeofenceMapDAO.java |
118 |
There is log block not surrounded by if |
| 42019 |
src/com/gps/hibernate/UserGeofenceMapDAO.java |
118 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 42020 |
src/com/gps/hibernate/UserGeofenceMapDAO.java |
120 |
Potential violation of Law of Demeter (method chain calls) |
| 42021 |
src/com/gps/hibernate/UserGeofenceMapDAO.java |
121 |
There is log block not surrounded by if |
| 42022 |
src/com/gps/hibernate/UserGeofenceMapDAO.java |
121 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 42023 |
src/com/gps/hibernate/UserGeofenceMapDAO.java |
122 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 42024 |
src/com/gps/hibernate/UserGeofenceMapDAO.java |
123 |
There is log block not surrounded by if |
| 42025 |
src/com/gps/hibernate/UserGeofenceMapDAO.java |
128 |
Parameter 'instance' is not assigned and could be declared final |
| 42026 |
src/com/gps/hibernate/UserGeofenceMapDAO.java |
128 |
publicMethodCommentRequirement Required |
| 42027 |
src/com/gps/hibernate/UserGeofenceMapDAO.java |
129 |
There is log block not surrounded by if |
| 42028 |
src/com/gps/hibernate/UserGeofenceMapDAO.java |
129 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 42029 |
src/com/gps/hibernate/UserGeofenceMapDAO.java |
131 |
Potential violation of Law of Demeter (method chain calls) |
| 42030 |
src/com/gps/hibernate/UserGeofenceMapDAO.java |
132 |
There is log block not surrounded by if |
| 42031 |
src/com/gps/hibernate/UserGeofenceMapDAO.java |
132 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 42032 |
src/com/gps/hibernate/UserGeofenceMapDAO.java |
133 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 42033 |
src/com/gps/hibernate/UserGeofenceMapDAO.java |
134 |
There is log block not surrounded by if |
| 42034 |
src/com/gps/hibernate/UserGrade.java |
8 |
Classes implementing Serializable should set a serialVersionUID |
| 42035 |
src/com/gps/hibernate/UserGrade.java |
10 |
Avoid variables with short names like id |
| 42036 |
src/com/gps/hibernate/UserGrade.java |
10 |
fieldCommentRequirement Required |
| 42037 |
src/com/gps/hibernate/UserGrade.java |
11 |
fieldCommentRequirement Required |
| 42038 |
src/com/gps/hibernate/UserGrade.java |
12 |
fieldCommentRequirement Required |
| 42039 |
src/com/gps/hibernate/UserGrade.java |
13 |
fieldCommentRequirement Required |
| 42040 |
src/com/gps/hibernate/UserGrade.java |
15 |
Document empty constructor |
| 42041 |
src/com/gps/hibernate/UserGrade.java |
15 |
publicMethodCommentRequirement Required |
| 42042 |
src/com/gps/hibernate/UserGrade.java |
18 |
Parameter 'batch' is not assigned and could be declared final |
| 42043 |
src/com/gps/hibernate/UserGrade.java |
18 |
Parameter 'grade' is not assigned and could be declared final |
| 42044 |
src/com/gps/hibernate/UserGrade.java |
18 |
Parameter 'userid' is not assigned and could be declared final |
| 42045 |
src/com/gps/hibernate/UserGrade.java |
18 |
publicMethodCommentRequirement Required |
| 42046 |
src/com/gps/hibernate/UserGrade.java |
24 |
publicMethodCommentRequirement Required |
| 42047 |
src/com/gps/hibernate/UserGrade.java |
28 |
Avoid variables with short names like id |
| 42048 |
src/com/gps/hibernate/UserGrade.java |
28 |
Parameter 'id' is not assigned and could be declared final |
| 42049 |
src/com/gps/hibernate/UserGrade.java |
28 |
publicMethodCommentRequirement Required |
| 42050 |
src/com/gps/hibernate/UserGrade.java |
32 |
publicMethodCommentRequirement Required |
| 42051 |
src/com/gps/hibernate/UserGrade.java |
36 |
Parameter 'userid' is not assigned and could be declared final |
| 42052 |
src/com/gps/hibernate/UserGrade.java |
36 |
publicMethodCommentRequirement Required |
| 42053 |
src/com/gps/hibernate/UserGrade.java |
40 |
publicMethodCommentRequirement Required |
| 42054 |
src/com/gps/hibernate/UserGrade.java |
44 |
Parameter 'grade' is not assigned and could be declared final |
| 42055 |
src/com/gps/hibernate/UserGrade.java |
44 |
publicMethodCommentRequirement Required |
| 42056 |
src/com/gps/hibernate/UserGrade.java |
48 |
publicMethodCommentRequirement Required |
| 42057 |
src/com/gps/hibernate/UserGrade.java |
52 |
Parameter 'batch' is not assigned and could be declared final |
| 42058 |
src/com/gps/hibernate/UserGrade.java |
52 |
publicMethodCommentRequirement Required |
| 42059 |
src/com/gps/hibernate/UserGrades.java |
3 |
Classes implementing Serializable should set a serialVersionUID |
| 42060 |
src/com/gps/hibernate/UserGrades.java |
3 |
headerCommentRequirement Required |
| 42061 |
src/com/gps/hibernate/UserGrades.java |
5 |
Avoid variables with short names like id |
| 42062 |
src/com/gps/hibernate/UserGrades.java |
5 |
fieldCommentRequirement Required |
| 42063 |
src/com/gps/hibernate/UserGrades.java |
6 |
fieldCommentRequirement Required |
| 42064 |
src/com/gps/hibernate/UserGrades.java |
7 |
fieldCommentRequirement Required |
| 42065 |
src/com/gps/hibernate/UserGrades.java |
8 |
fieldCommentRequirement Required |
| 42066 |
src/com/gps/hibernate/UserGrades.java |
18 |
Avoid variables with short names like id |
| 42067 |
src/com/gps/hibernate/UserGrades.java |
18 |
Parameter 'id' is not assigned and could be declared final |
| 42068 |
src/com/gps/hibernate/UserGrades.java |
30 |
Parameter 'user' is not assigned and could be declared final |
| 42069 |
src/com/gps/hibernate/UserGrades.java |
42 |
Parameter 'grade' is not assigned and could be declared final |
| 42070 |
src/com/gps/hibernate/UserGrades.java |
54 |
Parameter 'batch' is not assigned and could be declared final |
| 42071 |
src/com/gps/hibernate/UserGradesDAO.java |
6 |
Each class should declare at least one constructor |
| 42072 |
src/com/gps/hibernate/UserGradesDAO.java |
6 |
headerCommentRequirement Required |
| 42073 |
src/com/gps/hibernate/UserGradesDAO.java |
8 |
Avoid unused private fields such as 'log'. |
| 42074 |
src/com/gps/hibernate/UserGradesDAO.java |
8 |
Logger should be defined private static final and have the correct class |
| 42075 |
src/com/gps/hibernate/UserGradesDAO.java |
8 |
Variables that are final and static should be all capitals, 'log' is not all capitals. |
| 42076 |
src/com/gps/hibernate/UserGradesDAO.java |
8 |
fieldCommentRequirement Required |
| 42077 |
src/com/gps/hibernate/UserLandmarks.java |
9 |
Classes implementing Serializable should set a serialVersionUID |
| 42078 |
src/com/gps/hibernate/UserLandmarks.java |
13 |
fieldCommentRequirement Required |
| 42079 |
src/com/gps/hibernate/UserLandmarks.java |
14 |
fieldCommentRequirement Required |
| 42080 |
src/com/gps/hibernate/UserLandmarks.java |
15 |
fieldCommentRequirement Required |
| 42081 |
src/com/gps/hibernate/UserLandmarks.java |
16 |
fieldCommentRequirement Required |
| 42082 |
src/com/gps/hibernate/UserLandmarks.java |
17 |
fieldCommentRequirement Required |
| 42083 |
src/com/gps/hibernate/UserLandmarks.java |
18 |
fieldCommentRequirement Required |
| 42084 |
src/com/gps/hibernate/UserLandmarks.java |
23 |
Document empty constructor |
| 42085 |
src/com/gps/hibernate/UserLandmarks.java |
27 |
Parameter 'description' is not assigned and could be declared final |
| 42086 |
src/com/gps/hibernate/UserLandmarks.java |
27 |
Parameter 'userDetails' is not assigned and could be declared final |
| 42087 |
src/com/gps/hibernate/UserLandmarks.java |
33 |
Parameter 'description' is not assigned and could be declared final |
| 42088 |
src/com/gps/hibernate/UserLandmarks.java |
33 |
Parameter 'userDetails' is not assigned and could be declared final |
| 42089 |
src/com/gps/hibernate/UserLandmarks.java |
34 |
Parameter 'landmark' is not assigned and could be declared final |
| 42090 |
src/com/gps/hibernate/UserLandmarks.java |
34 |
Parameter 'latitude' is not assigned and could be declared final |
| 42091 |
src/com/gps/hibernate/UserLandmarks.java |
34 |
Parameter 'longitude' is not assigned and could be declared final |
| 42092 |
src/com/gps/hibernate/UserLandmarks.java |
44 |
publicMethodCommentRequirement Required |
| 42093 |
src/com/gps/hibernate/UserLandmarks.java |
48 |
Parameter 'landmarkid' is not assigned and could be declared final |
| 42094 |
src/com/gps/hibernate/UserLandmarks.java |
48 |
publicMethodCommentRequirement Required |
| 42095 |
src/com/gps/hibernate/UserLandmarks.java |
52 |
publicMethodCommentRequirement Required |
| 42096 |
src/com/gps/hibernate/UserLandmarks.java |
56 |
Parameter 'userDetails' is not assigned and could be declared final |
| 42097 |
src/com/gps/hibernate/UserLandmarks.java |
56 |
publicMethodCommentRequirement Required |
| 42098 |
src/com/gps/hibernate/UserLandmarks.java |
60 |
publicMethodCommentRequirement Required |
| 42099 |
src/com/gps/hibernate/UserLandmarks.java |
64 |
Parameter 'description' is not assigned and could be declared final |
| 42100 |
src/com/gps/hibernate/UserLandmarks.java |
64 |
publicMethodCommentRequirement Required |
| 42101 |
src/com/gps/hibernate/UserLandmarks.java |
68 |
publicMethodCommentRequirement Required |
| 42102 |
src/com/gps/hibernate/UserLandmarks.java |
72 |
Parameter 'landmark' is not assigned and could be declared final |
| 42103 |
src/com/gps/hibernate/UserLandmarks.java |
72 |
publicMethodCommentRequirement Required |
| 42104 |
src/com/gps/hibernate/UserLandmarks.java |
76 |
publicMethodCommentRequirement Required |
| 42105 |
src/com/gps/hibernate/UserLandmarks.java |
80 |
Parameter 'latitude' is not assigned and could be declared final |
| 42106 |
src/com/gps/hibernate/UserLandmarks.java |
80 |
publicMethodCommentRequirement Required |
| 42107 |
src/com/gps/hibernate/UserLandmarks.java |
84 |
publicMethodCommentRequirement Required |
| 42108 |
src/com/gps/hibernate/UserLandmarks.java |
88 |
Parameter 'longitude' is not assigned and could be declared final |
| 42109 |
src/com/gps/hibernate/UserLandmarks.java |
88 |
publicMethodCommentRequirement Required |
| 42110 |
src/com/gps/hibernate/UserLandmarksDAO.java |
11 |
Comment is too large: Too many lines |
| 42111 |
src/com/gps/hibernate/UserLandmarksDAO.java |
23 |
This class has too many methods, consider refactoring it. |
| 42112 |
src/com/gps/hibernate/UserLandmarksDAO.java |
24 |
Logger should be defined private static final and have the correct class |
| 42113 |
src/com/gps/hibernate/UserLandmarksDAO.java |
24 |
Variables that are final and static should be all capitals, 'log' is not all capitals. |
| 42114 |
src/com/gps/hibernate/UserLandmarksDAO.java |
24 |
fieldCommentRequirement Required |
| 42115 |
src/com/gps/hibernate/UserLandmarksDAO.java |
26 |
fieldCommentRequirement Required |
| 42116 |
src/com/gps/hibernate/UserLandmarksDAO.java |
27 |
fieldCommentRequirement Required |
| 42117 |
src/com/gps/hibernate/UserLandmarksDAO.java |
28 |
fieldCommentRequirement Required |
| 42118 |
src/com/gps/hibernate/UserLandmarksDAO.java |
29 |
fieldCommentRequirement Required |
| 42119 |
src/com/gps/hibernate/UserLandmarksDAO.java |
31 |
Parameter 'transientInstance' is not assigned and could be declared final |
| 42120 |
src/com/gps/hibernate/UserLandmarksDAO.java |
31 |
publicMethodCommentRequirement Required |
| 42121 |
src/com/gps/hibernate/UserLandmarksDAO.java |
32 |
There is log block not surrounded by if |
| 42122 |
src/com/gps/hibernate/UserLandmarksDAO.java |
32 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 42123 |
src/com/gps/hibernate/UserLandmarksDAO.java |
34 |
Potential violation of Law of Demeter (method chain calls) |
| 42124 |
src/com/gps/hibernate/UserLandmarksDAO.java |
35 |
There is log block not surrounded by if |
| 42125 |
src/com/gps/hibernate/UserLandmarksDAO.java |
35 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 42126 |
src/com/gps/hibernate/UserLandmarksDAO.java |
36 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 42127 |
src/com/gps/hibernate/UserLandmarksDAO.java |
37 |
There is log block not surrounded by if |
| 42128 |
src/com/gps/hibernate/UserLandmarksDAO.java |
42 |
Avoid excessively long variable names like persistentInstance |
| 42129 |
src/com/gps/hibernate/UserLandmarksDAO.java |
42 |
Parameter 'persistentInstance' is not assigned and could be declared final |
| 42130 |
src/com/gps/hibernate/UserLandmarksDAO.java |
42 |
publicMethodCommentRequirement Required |
| 42131 |
src/com/gps/hibernate/UserLandmarksDAO.java |
43 |
There is log block not surrounded by if |
| 42132 |
src/com/gps/hibernate/UserLandmarksDAO.java |
43 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 42133 |
src/com/gps/hibernate/UserLandmarksDAO.java |
45 |
Potential violation of Law of Demeter (method chain calls) |
| 42134 |
src/com/gps/hibernate/UserLandmarksDAO.java |
46 |
There is log block not surrounded by if |
| 42135 |
src/com/gps/hibernate/UserLandmarksDAO.java |
46 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 42136 |
src/com/gps/hibernate/UserLandmarksDAO.java |
47 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 42137 |
src/com/gps/hibernate/UserLandmarksDAO.java |
48 |
There is log block not surrounded by if |
| 42138 |
src/com/gps/hibernate/UserLandmarksDAO.java |
53 |
Avoid variables with short names like id |
| 42139 |
src/com/gps/hibernate/UserLandmarksDAO.java |
53 |
Parameter 'id' is not assigned and could be declared final |
| 42140 |
src/com/gps/hibernate/UserLandmarksDAO.java |
53 |
publicMethodCommentRequirement Required |
| 42141 |
src/com/gps/hibernate/UserLandmarksDAO.java |
54 |
There is log block not surrounded by if |
| 42142 |
src/com/gps/hibernate/UserLandmarksDAO.java |
54 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 42143 |
src/com/gps/hibernate/UserLandmarksDAO.java |
56 |
Local variable 'instance' could be declared final |
| 42144 |
src/com/gps/hibernate/UserLandmarksDAO.java |
56 |
Potential violation of Law of Demeter (method chain calls) |
| 42145 |
src/com/gps/hibernate/UserLandmarksDAO.java |
59 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 42146 |
src/com/gps/hibernate/UserLandmarksDAO.java |
60 |
There is log block not surrounded by if |
| 42147 |
src/com/gps/hibernate/UserLandmarksDAO.java |
65 |
Parameter 'instance' is not assigned and could be declared final |
| 42148 |
src/com/gps/hibernate/UserLandmarksDAO.java |
65 |
publicMethodCommentRequirement Required |
| 42149 |
src/com/gps/hibernate/UserLandmarksDAO.java |
66 |
There is log block not surrounded by if |
| 42150 |
src/com/gps/hibernate/UserLandmarksDAO.java |
66 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 42151 |
src/com/gps/hibernate/UserLandmarksDAO.java |
68 |
Local variable 'results' could be declared final |
| 42152 |
src/com/gps/hibernate/UserLandmarksDAO.java |
68 |
Potential violation of Law of Demeter (method chain calls) |
| 42153 |
src/com/gps/hibernate/UserLandmarksDAO.java |
68 |
Potential violation of Law of Demeter (method chain calls) |
| 42154 |
src/com/gps/hibernate/UserLandmarksDAO.java |
68 |
Potential violation of Law of Demeter (method chain calls) |
| 42155 |
src/com/gps/hibernate/UserLandmarksDAO.java |
71 |
There is log block not surrounded by if |
| 42156 |
src/com/gps/hibernate/UserLandmarksDAO.java |
71 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 42157 |
src/com/gps/hibernate/UserLandmarksDAO.java |
72 |
Potential violation of Law of Demeter (object not created locally) |
| 42158 |
src/com/gps/hibernate/UserLandmarksDAO.java |
74 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 42159 |
src/com/gps/hibernate/UserLandmarksDAO.java |
75 |
There is log block not surrounded by if |
| 42160 |
src/com/gps/hibernate/UserLandmarksDAO.java |
80 |
Parameter 'propertyName' is not assigned and could be declared final |
| 42161 |
src/com/gps/hibernate/UserLandmarksDAO.java |
80 |
Parameter 'value' is not assigned and could be declared final |
| 42162 |
src/com/gps/hibernate/UserLandmarksDAO.java |
80 |
publicMethodCommentRequirement Required |
| 42163 |
src/com/gps/hibernate/UserLandmarksDAO.java |
81 |
There is log block not surrounded by if |
| 42164 |
src/com/gps/hibernate/UserLandmarksDAO.java |
81 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 42165 |
src/com/gps/hibernate/UserLandmarksDAO.java |
84 |
Local variable 'queryString' could be declared final |
| 42166 |
src/com/gps/hibernate/UserLandmarksDAO.java |
86 |
Local variable 'queryObject' could be declared final |
| 42167 |
src/com/gps/hibernate/UserLandmarksDAO.java |
86 |
Potential violation of Law of Demeter (method chain calls) |
| 42168 |
src/com/gps/hibernate/UserLandmarksDAO.java |
87 |
Potential violation of Law of Demeter (object not created locally) |
| 42169 |
src/com/gps/hibernate/UserLandmarksDAO.java |
88 |
Potential violation of Law of Demeter (object not created locally) |
| 42170 |
src/com/gps/hibernate/UserLandmarksDAO.java |
89 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 42171 |
src/com/gps/hibernate/UserLandmarksDAO.java |
90 |
There is log block not surrounded by if |
| 42172 |
src/com/gps/hibernate/UserLandmarksDAO.java |
95 |
Parameter 'description' is not assigned and could be declared final |
| 42173 |
src/com/gps/hibernate/UserLandmarksDAO.java |
95 |
publicMethodCommentRequirement Required |
| 42174 |
src/com/gps/hibernate/UserLandmarksDAO.java |
99 |
Parameter 'landmark' is not assigned and could be declared final |
| 42175 |
src/com/gps/hibernate/UserLandmarksDAO.java |
99 |
publicMethodCommentRequirement Required |
| 42176 |
src/com/gps/hibernate/UserLandmarksDAO.java |
103 |
Parameter 'latitude' is not assigned and could be declared final |
| 42177 |
src/com/gps/hibernate/UserLandmarksDAO.java |
103 |
publicMethodCommentRequirement Required |
| 42178 |
src/com/gps/hibernate/UserLandmarksDAO.java |
107 |
Parameter 'longitude' is not assigned and could be declared final |
| 42179 |
src/com/gps/hibernate/UserLandmarksDAO.java |
107 |
publicMethodCommentRequirement Required |
| 42180 |
src/com/gps/hibernate/UserLandmarksDAO.java |
111 |
publicMethodCommentRequirement Required |
| 42181 |
src/com/gps/hibernate/UserLandmarksDAO.java |
112 |
There is log block not surrounded by if |
| 42182 |
src/com/gps/hibernate/UserLandmarksDAO.java |
112 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 42183 |
src/com/gps/hibernate/UserLandmarksDAO.java |
114 |
Local variable 'queryString' could be declared final |
| 42184 |
src/com/gps/hibernate/UserLandmarksDAO.java |
115 |
Local variable 'queryObject' could be declared final |
| 42185 |
src/com/gps/hibernate/UserLandmarksDAO.java |
115 |
Potential violation of Law of Demeter (method chain calls) |
| 42186 |
src/com/gps/hibernate/UserLandmarksDAO.java |
116 |
Potential violation of Law of Demeter (object not created locally) |
| 42187 |
src/com/gps/hibernate/UserLandmarksDAO.java |
117 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 42188 |
src/com/gps/hibernate/UserLandmarksDAO.java |
118 |
There is log block not surrounded by if |
| 42189 |
src/com/gps/hibernate/UserLandmarksDAO.java |
123 |
Parameter 'detachedInstance' is not assigned and could be declared final |
| 42190 |
src/com/gps/hibernate/UserLandmarksDAO.java |
123 |
publicMethodCommentRequirement Required |
| 42191 |
src/com/gps/hibernate/UserLandmarksDAO.java |
124 |
There is log block not surrounded by if |
| 42192 |
src/com/gps/hibernate/UserLandmarksDAO.java |
124 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 42193 |
src/com/gps/hibernate/UserLandmarksDAO.java |
126 |
Local variable 'result' could be declared final |
| 42194 |
src/com/gps/hibernate/UserLandmarksDAO.java |
126 |
Potential violation of Law of Demeter (method chain calls) |
| 42195 |
src/com/gps/hibernate/UserLandmarksDAO.java |
128 |
There is log block not surrounded by if |
| 42196 |
src/com/gps/hibernate/UserLandmarksDAO.java |
128 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 42197 |
src/com/gps/hibernate/UserLandmarksDAO.java |
130 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 42198 |
src/com/gps/hibernate/UserLandmarksDAO.java |
131 |
There is log block not surrounded by if |
| 42199 |
src/com/gps/hibernate/UserLandmarksDAO.java |
136 |
Parameter 'instance' is not assigned and could be declared final |
| 42200 |
src/com/gps/hibernate/UserLandmarksDAO.java |
136 |
publicMethodCommentRequirement Required |
| 42201 |
src/com/gps/hibernate/UserLandmarksDAO.java |
137 |
There is log block not surrounded by if |
| 42202 |
src/com/gps/hibernate/UserLandmarksDAO.java |
137 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 42203 |
src/com/gps/hibernate/UserLandmarksDAO.java |
139 |
Potential violation of Law of Demeter (method chain calls) |
| 42204 |
src/com/gps/hibernate/UserLandmarksDAO.java |
140 |
There is log block not surrounded by if |
| 42205 |
src/com/gps/hibernate/UserLandmarksDAO.java |
140 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 42206 |
src/com/gps/hibernate/UserLandmarksDAO.java |
141 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 42207 |
src/com/gps/hibernate/UserLandmarksDAO.java |
142 |
There is log block not surrounded by if |
| 42208 |
src/com/gps/hibernate/UserLandmarksDAO.java |
147 |
Parameter 'instance' is not assigned and could be declared final |
| 42209 |
src/com/gps/hibernate/UserLandmarksDAO.java |
147 |
publicMethodCommentRequirement Required |
| 42210 |
src/com/gps/hibernate/UserLandmarksDAO.java |
148 |
There is log block not surrounded by if |
| 42211 |
src/com/gps/hibernate/UserLandmarksDAO.java |
148 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 42212 |
src/com/gps/hibernate/UserLandmarksDAO.java |
150 |
Potential violation of Law of Demeter (method chain calls) |
| 42213 |
src/com/gps/hibernate/UserLandmarksDAO.java |
151 |
There is log block not surrounded by if |
| 42214 |
src/com/gps/hibernate/UserLandmarksDAO.java |
151 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 42215 |
src/com/gps/hibernate/UserLandmarksDAO.java |
152 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 42216 |
src/com/gps/hibernate/UserLandmarksDAO.java |
153 |
There is log block not surrounded by if |
| 42217 |
src/com/gps/hibernate/UserPreferences.java |
9 |
Classes implementing Serializable should set a serialVersionUID |
| 42218 |
src/com/gps/hibernate/UserPreferences.java |
9 |
Too many fields |
| 42219 |
src/com/gps/hibernate/UserPreferences.java |
13 |
fieldCommentRequirement Required |
| 42220 |
src/com/gps/hibernate/UserPreferences.java |
14 |
fieldCommentRequirement Required |
| 42221 |
src/com/gps/hibernate/UserPreferences.java |
15 |
fieldCommentRequirement Required |
| 42222 |
src/com/gps/hibernate/UserPreferences.java |
16 |
fieldCommentRequirement Required |
| 42223 |
src/com/gps/hibernate/UserPreferences.java |
17 |
Avoid excessively long variable names like searchPreferenceStatus |
| 42224 |
src/com/gps/hibernate/UserPreferences.java |
17 |
fieldCommentRequirement Required |
| 42225 |
src/com/gps/hibernate/UserPreferences.java |
18 |
fieldCommentRequirement Required |
| 42226 |
src/com/gps/hibernate/UserPreferences.java |
19 |
Avoid excessively long variable names like startDistanceLimit |
| 42227 |
src/com/gps/hibernate/UserPreferences.java |
19 |
fieldCommentRequirement Required |
| 42228 |
src/com/gps/hibernate/UserPreferences.java |
20 |
Avoid excessively long variable names like distancePreferenceStatus |
| 42229 |
src/com/gps/hibernate/UserPreferences.java |
20 |
fieldCommentRequirement Required |
| 42230 |
src/com/gps/hibernate/UserPreferences.java |
21 |
fieldCommentRequirement Required |
| 42231 |
src/com/gps/hibernate/UserPreferences.java |
22 |
fieldCommentRequirement Required |
| 42232 |
src/com/gps/hibernate/UserPreferences.java |
23 |
fieldCommentRequirement Required |
| 42233 |
src/com/gps/hibernate/UserPreferences.java |
24 |
fieldCommentRequirement Required |
| 42234 |
src/com/gps/hibernate/UserPreferences.java |
25 |
fieldCommentRequirement Required |
| 42235 |
src/com/gps/hibernate/UserPreferences.java |
26 |
fieldCommentRequirement Required |
| 42236 |
src/com/gps/hibernate/UserPreferences.java |
27 |
fieldCommentRequirement Required |
| 42237 |
src/com/gps/hibernate/UserPreferences.java |
28 |
fieldCommentRequirement Required |
| 42238 |
src/com/gps/hibernate/UserPreferences.java |
29 |
fieldCommentRequirement Required |
| 42239 |
src/com/gps/hibernate/UserPreferences.java |
34 |
Document empty constructor |
| 42240 |
src/com/gps/hibernate/UserPreferences.java |
38 |
Parameter 'userDetails' is not assigned and could be declared final |
| 42241 |
src/com/gps/hibernate/UserPreferences.java |
43 |
Avoid long parameter lists. |
| 42242 |
src/com/gps/hibernate/UserPreferences.java |
43 |
Parameter 'sourceLocation' is not assigned and could be declared final |
| 42243 |
src/com/gps/hibernate/UserPreferences.java |
43 |
Parameter 'userDetails' is not assigned and could be declared final |
| 42244 |
src/com/gps/hibernate/UserPreferences.java |
44 |
Avoid excessively long variable names like searchPreferenceStatus |
| 42245 |
src/com/gps/hibernate/UserPreferences.java |
44 |
Parameter 'destination' is not assigned and could be declared final |
| 42246 |
src/com/gps/hibernate/UserPreferences.java |
44 |
Parameter 'searchPreferenceStatus' is not assigned and could be declared final |
| 42247 |
src/com/gps/hibernate/UserPreferences.java |
45 |
Avoid excessively long variable names like startDistanceLimit |
| 42248 |
src/com/gps/hibernate/UserPreferences.java |
45 |
Parameter 'destinationLimit' is not assigned and could be declared final |
| 42249 |
src/com/gps/hibernate/UserPreferences.java |
45 |
Parameter 'startDistanceLimit' is not assigned and could be declared final |
| 42250 |
src/com/gps/hibernate/UserPreferences.java |
46 |
Avoid excessively long variable names like distancePreferenceStatus |
| 42251 |
src/com/gps/hibernate/UserPreferences.java |
46 |
Parameter 'distancePreferenceStatus' is not assigned and could be declared final |
| 42252 |
src/com/gps/hibernate/UserPreferences.java |
46 |
Parameter 'roleType' is not assigned and could be declared final |
| 42253 |
src/com/gps/hibernate/UserPreferences.java |
47 |
Parameter 'genderPreference' is not assigned and could be declared final |
| 42254 |
src/com/gps/hibernate/UserPreferences.java |
47 |
Parameter 'smokingPreference' is not assigned and could be declared final |
| 42255 |
src/com/gps/hibernate/UserPreferences.java |
48 |
Parameter 'emailAlert' is not assigned and could be declared final |
| 42256 |
src/com/gps/hibernate/UserPreferences.java |
48 |
Parameter 'smsAlert' is not assigned and could be declared final |
| 42257 |
src/com/gps/hibernate/UserPreferences.java |
48 |
Parameter 'tripFrequency' is not assigned and could be declared final |
| 42258 |
src/com/gps/hibernate/UserPreferences.java |
49 |
Parameter 'drivingPreference' is not assigned and could be declared final |
| 42259 |
src/com/gps/hibernate/UserPreferences.java |
49 |
Parameter 'speedLimit' is not assigned and could be declared final |
| 42260 |
src/com/gps/hibernate/UserPreferences.java |
49 |
Parameter 'stopLimit' is not assigned and could be declared final |
| 42261 |
src/com/gps/hibernate/UserPreferences.java |
70 |
publicMethodCommentRequirement Required |
| 42262 |
src/com/gps/hibernate/UserPreferences.java |
74 |
Parameter 'userPrefId' is not assigned and could be declared final |
| 42263 |
src/com/gps/hibernate/UserPreferences.java |
74 |
publicMethodCommentRequirement Required |
| 42264 |
src/com/gps/hibernate/UserPreferences.java |
78 |
publicMethodCommentRequirement Required |
| 42265 |
src/com/gps/hibernate/UserPreferences.java |
82 |
Parameter 'userDetails' is not assigned and could be declared final |
| 42266 |
src/com/gps/hibernate/UserPreferences.java |
82 |
publicMethodCommentRequirement Required |
| 42267 |
src/com/gps/hibernate/UserPreferences.java |
86 |
publicMethodCommentRequirement Required |
| 42268 |
src/com/gps/hibernate/UserPreferences.java |
90 |
Parameter 'sourceLocation' is not assigned and could be declared final |
| 42269 |
src/com/gps/hibernate/UserPreferences.java |
90 |
publicMethodCommentRequirement Required |
| 42270 |
src/com/gps/hibernate/UserPreferences.java |
94 |
publicMethodCommentRequirement Required |
| 42271 |
src/com/gps/hibernate/UserPreferences.java |
98 |
Parameter 'destination' is not assigned and could be declared final |
| 42272 |
src/com/gps/hibernate/UserPreferences.java |
98 |
publicMethodCommentRequirement Required |
| 42273 |
src/com/gps/hibernate/UserPreferences.java |
102 |
publicMethodCommentRequirement Required |
| 42274 |
src/com/gps/hibernate/UserPreferences.java |
106 |
Avoid excessively long variable names like searchPreferenceStatus |
| 42275 |
src/com/gps/hibernate/UserPreferences.java |
106 |
Parameter 'searchPreferenceStatus' is not assigned and could be declared final |
| 42276 |
src/com/gps/hibernate/UserPreferences.java |
106 |
publicMethodCommentRequirement Required |
| 42277 |
src/com/gps/hibernate/UserPreferences.java |
110 |
publicMethodCommentRequirement Required |
| 42278 |
src/com/gps/hibernate/UserPreferences.java |
114 |
Parameter 'destinationLimit' is not assigned and could be declared final |
| 42279 |
src/com/gps/hibernate/UserPreferences.java |
114 |
publicMethodCommentRequirement Required |
| 42280 |
src/com/gps/hibernate/UserPreferences.java |
118 |
publicMethodCommentRequirement Required |
| 42281 |
src/com/gps/hibernate/UserPreferences.java |
122 |
Avoid excessively long variable names like startDistanceLimit |
| 42282 |
src/com/gps/hibernate/UserPreferences.java |
122 |
Parameter 'startDistanceLimit' is not assigned and could be declared final |
| 42283 |
src/com/gps/hibernate/UserPreferences.java |
122 |
publicMethodCommentRequirement Required |
| 42284 |
src/com/gps/hibernate/UserPreferences.java |
126 |
publicMethodCommentRequirement Required |
| 42285 |
src/com/gps/hibernate/UserPreferences.java |
130 |
Avoid excessively long variable names like distancePreferenceStatus |
| 42286 |
src/com/gps/hibernate/UserPreferences.java |
130 |
Parameter 'distancePreferenceStatus' is not assigned and could be declared final |
| 42287 |
src/com/gps/hibernate/UserPreferences.java |
130 |
publicMethodCommentRequirement Required |
| 42288 |
src/com/gps/hibernate/UserPreferences.java |
134 |
publicMethodCommentRequirement Required |
| 42289 |
src/com/gps/hibernate/UserPreferences.java |
138 |
Parameter 'roleType' is not assigned and could be declared final |
| 42290 |
src/com/gps/hibernate/UserPreferences.java |
138 |
publicMethodCommentRequirement Required |
| 42291 |
src/com/gps/hibernate/UserPreferences.java |
142 |
publicMethodCommentRequirement Required |
| 42292 |
src/com/gps/hibernate/UserPreferences.java |
146 |
Parameter 'smokingPreference' is not assigned and could be declared final |
| 42293 |
src/com/gps/hibernate/UserPreferences.java |
146 |
publicMethodCommentRequirement Required |
| 42294 |
src/com/gps/hibernate/UserPreferences.java |
150 |
publicMethodCommentRequirement Required |
| 42295 |
src/com/gps/hibernate/UserPreferences.java |
154 |
Parameter 'genderPreference' is not assigned and could be declared final |
| 42296 |
src/com/gps/hibernate/UserPreferences.java |
154 |
publicMethodCommentRequirement Required |
| 42297 |
src/com/gps/hibernate/UserPreferences.java |
158 |
publicMethodCommentRequirement Required |
| 42298 |
src/com/gps/hibernate/UserPreferences.java |
162 |
Parameter 'emailAlert' is not assigned and could be declared final |
| 42299 |
src/com/gps/hibernate/UserPreferences.java |
162 |
publicMethodCommentRequirement Required |
| 42300 |
src/com/gps/hibernate/UserPreferences.java |
166 |
publicMethodCommentRequirement Required |
| 42301 |
src/com/gps/hibernate/UserPreferences.java |
170 |
Parameter 'smsAlert' is not assigned and could be declared final |
| 42302 |
src/com/gps/hibernate/UserPreferences.java |
170 |
publicMethodCommentRequirement Required |
| 42303 |
src/com/gps/hibernate/UserPreferences.java |
174 |
publicMethodCommentRequirement Required |
| 42304 |
src/com/gps/hibernate/UserPreferences.java |
178 |
Parameter 'tripFrequency' is not assigned and could be declared final |
| 42305 |
src/com/gps/hibernate/UserPreferences.java |
178 |
publicMethodCommentRequirement Required |
| 42306 |
src/com/gps/hibernate/UserPreferences.java |
182 |
publicMethodCommentRequirement Required |
| 42307 |
src/com/gps/hibernate/UserPreferences.java |
186 |
Parameter 'drivingPreference' is not assigned and could be declared final |
| 42308 |
src/com/gps/hibernate/UserPreferences.java |
186 |
publicMethodCommentRequirement Required |
| 42309 |
src/com/gps/hibernate/UserPreferences.java |
190 |
publicMethodCommentRequirement Required |
| 42310 |
src/com/gps/hibernate/UserPreferences.java |
194 |
Parameter 'speedLimit' is not assigned and could be declared final |
| 42311 |
src/com/gps/hibernate/UserPreferences.java |
194 |
publicMethodCommentRequirement Required |
| 42312 |
src/com/gps/hibernate/UserPreferences.java |
198 |
publicMethodCommentRequirement Required |
| 42313 |
src/com/gps/hibernate/UserPreferences.java |
202 |
Parameter 'stopLimit' is not assigned and could be declared final |
| 42314 |
src/com/gps/hibernate/UserPreferences.java |
202 |
publicMethodCommentRequirement Required |
| 42315 |
src/com/gps/hibernate/UserPreferencesDAO.java |
11 |
Comment is too large: Too many lines |
| 42316 |
src/com/gps/hibernate/UserPreferencesDAO.java |
23 |
This class has too many methods, consider refactoring it. |
| 42317 |
src/com/gps/hibernate/UserPreferencesDAO.java |
24 |
Logger should be defined private static final and have the correct class |
| 42318 |
src/com/gps/hibernate/UserPreferencesDAO.java |
24 |
Variables that are final and static should be all capitals, 'log' is not all capitals. |
| 42319 |
src/com/gps/hibernate/UserPreferencesDAO.java |
24 |
fieldCommentRequirement Required |
| 42320 |
src/com/gps/hibernate/UserPreferencesDAO.java |
26 |
fieldCommentRequirement Required |
| 42321 |
src/com/gps/hibernate/UserPreferencesDAO.java |
27 |
fieldCommentRequirement Required |
| 42322 |
src/com/gps/hibernate/UserPreferencesDAO.java |
28 |
Avoid excessively long variable names like SEARCH_PREFERENCE_STATUS |
| 42323 |
src/com/gps/hibernate/UserPreferencesDAO.java |
28 |
fieldCommentRequirement Required |
| 42324 |
src/com/gps/hibernate/UserPreferencesDAO.java |
29 |
fieldCommentRequirement Required |
| 42325 |
src/com/gps/hibernate/UserPreferencesDAO.java |
30 |
Avoid excessively long variable names like START_DISTANCE_LIMIT |
| 42326 |
src/com/gps/hibernate/UserPreferencesDAO.java |
30 |
fieldCommentRequirement Required |
| 42327 |
src/com/gps/hibernate/UserPreferencesDAO.java |
31 |
Avoid excessively long variable names like DISTANCE_PREFERENCE_STATUS |
| 42328 |
src/com/gps/hibernate/UserPreferencesDAO.java |
31 |
fieldCommentRequirement Required |
| 42329 |
src/com/gps/hibernate/UserPreferencesDAO.java |
32 |
fieldCommentRequirement Required |
| 42330 |
src/com/gps/hibernate/UserPreferencesDAO.java |
33 |
Avoid excessively long variable names like SMOKING_PREFERENCE |
| 42331 |
src/com/gps/hibernate/UserPreferencesDAO.java |
33 |
fieldCommentRequirement Required |
| 42332 |
src/com/gps/hibernate/UserPreferencesDAO.java |
34 |
fieldCommentRequirement Required |
| 42333 |
src/com/gps/hibernate/UserPreferencesDAO.java |
35 |
fieldCommentRequirement Required |
| 42334 |
src/com/gps/hibernate/UserPreferencesDAO.java |
36 |
fieldCommentRequirement Required |
| 42335 |
src/com/gps/hibernate/UserPreferencesDAO.java |
37 |
fieldCommentRequirement Required |
| 42336 |
src/com/gps/hibernate/UserPreferencesDAO.java |
38 |
Avoid excessively long variable names like DRIVING_PREFERENCE |
| 42337 |
src/com/gps/hibernate/UserPreferencesDAO.java |
38 |
fieldCommentRequirement Required |
| 42338 |
src/com/gps/hibernate/UserPreferencesDAO.java |
39 |
fieldCommentRequirement Required |
| 42339 |
src/com/gps/hibernate/UserPreferencesDAO.java |
40 |
fieldCommentRequirement Required |
| 42340 |
src/com/gps/hibernate/UserPreferencesDAO.java |
42 |
Parameter 'transientInstance' is not assigned and could be declared final |
| 42341 |
src/com/gps/hibernate/UserPreferencesDAO.java |
42 |
publicMethodCommentRequirement Required |
| 42342 |
src/com/gps/hibernate/UserPreferencesDAO.java |
43 |
There is log block not surrounded by if |
| 42343 |
src/com/gps/hibernate/UserPreferencesDAO.java |
43 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 42344 |
src/com/gps/hibernate/UserPreferencesDAO.java |
45 |
Potential violation of Law of Demeter (method chain calls) |
| 42345 |
src/com/gps/hibernate/UserPreferencesDAO.java |
46 |
There is log block not surrounded by if |
| 42346 |
src/com/gps/hibernate/UserPreferencesDAO.java |
46 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 42347 |
src/com/gps/hibernate/UserPreferencesDAO.java |
47 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 42348 |
src/com/gps/hibernate/UserPreferencesDAO.java |
48 |
There is log block not surrounded by if |
| 42349 |
src/com/gps/hibernate/UserPreferencesDAO.java |
53 |
Avoid excessively long variable names like persistentInstance |
| 42350 |
src/com/gps/hibernate/UserPreferencesDAO.java |
53 |
Parameter 'persistentInstance' is not assigned and could be declared final |
| 42351 |
src/com/gps/hibernate/UserPreferencesDAO.java |
53 |
publicMethodCommentRequirement Required |
| 42352 |
src/com/gps/hibernate/UserPreferencesDAO.java |
54 |
There is log block not surrounded by if |
| 42353 |
src/com/gps/hibernate/UserPreferencesDAO.java |
54 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 42354 |
src/com/gps/hibernate/UserPreferencesDAO.java |
56 |
Potential violation of Law of Demeter (method chain calls) |
| 42355 |
src/com/gps/hibernate/UserPreferencesDAO.java |
57 |
There is log block not surrounded by if |
| 42356 |
src/com/gps/hibernate/UserPreferencesDAO.java |
57 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 42357 |
src/com/gps/hibernate/UserPreferencesDAO.java |
58 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 42358 |
src/com/gps/hibernate/UserPreferencesDAO.java |
59 |
There is log block not surrounded by if |
| 42359 |
src/com/gps/hibernate/UserPreferencesDAO.java |
64 |
Avoid variables with short names like id |
| 42360 |
src/com/gps/hibernate/UserPreferencesDAO.java |
64 |
Parameter 'id' is not assigned and could be declared final |
| 42361 |
src/com/gps/hibernate/UserPreferencesDAO.java |
64 |
publicMethodCommentRequirement Required |
| 42362 |
src/com/gps/hibernate/UserPreferencesDAO.java |
65 |
There is log block not surrounded by if |
| 42363 |
src/com/gps/hibernate/UserPreferencesDAO.java |
65 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 42364 |
src/com/gps/hibernate/UserPreferencesDAO.java |
67 |
Local variable 'instance' could be declared final |
| 42365 |
src/com/gps/hibernate/UserPreferencesDAO.java |
67 |
Potential violation of Law of Demeter (method chain calls) |
| 42366 |
src/com/gps/hibernate/UserPreferencesDAO.java |
70 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 42367 |
src/com/gps/hibernate/UserPreferencesDAO.java |
71 |
There is log block not surrounded by if |
| 42368 |
src/com/gps/hibernate/UserPreferencesDAO.java |
76 |
Parameter 'instance' is not assigned and could be declared final |
| 42369 |
src/com/gps/hibernate/UserPreferencesDAO.java |
76 |
publicMethodCommentRequirement Required |
| 42370 |
src/com/gps/hibernate/UserPreferencesDAO.java |
77 |
There is log block not surrounded by if |
| 42371 |
src/com/gps/hibernate/UserPreferencesDAO.java |
77 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 42372 |
src/com/gps/hibernate/UserPreferencesDAO.java |
79 |
Local variable 'results' could be declared final |
| 42373 |
src/com/gps/hibernate/UserPreferencesDAO.java |
79 |
Potential violation of Law of Demeter (method chain calls) |
| 42374 |
src/com/gps/hibernate/UserPreferencesDAO.java |
79 |
Potential violation of Law of Demeter (method chain calls) |
| 42375 |
src/com/gps/hibernate/UserPreferencesDAO.java |
79 |
Potential violation of Law of Demeter (method chain calls) |
| 42376 |
src/com/gps/hibernate/UserPreferencesDAO.java |
82 |
There is log block not surrounded by if |
| 42377 |
src/com/gps/hibernate/UserPreferencesDAO.java |
82 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 42378 |
src/com/gps/hibernate/UserPreferencesDAO.java |
83 |
Potential violation of Law of Demeter (object not created locally) |
| 42379 |
src/com/gps/hibernate/UserPreferencesDAO.java |
85 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 42380 |
src/com/gps/hibernate/UserPreferencesDAO.java |
86 |
There is log block not surrounded by if |
| 42381 |
src/com/gps/hibernate/UserPreferencesDAO.java |
91 |
Parameter 'propertyName' is not assigned and could be declared final |
| 42382 |
src/com/gps/hibernate/UserPreferencesDAO.java |
91 |
Parameter 'value' is not assigned and could be declared final |
| 42383 |
src/com/gps/hibernate/UserPreferencesDAO.java |
91 |
publicMethodCommentRequirement Required |
| 42384 |
src/com/gps/hibernate/UserPreferencesDAO.java |
92 |
There is log block not surrounded by if |
| 42385 |
src/com/gps/hibernate/UserPreferencesDAO.java |
92 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 42386 |
src/com/gps/hibernate/UserPreferencesDAO.java |
95 |
Local variable 'queryString' could be declared final |
| 42387 |
src/com/gps/hibernate/UserPreferencesDAO.java |
97 |
Local variable 'queryObject' could be declared final |
| 42388 |
src/com/gps/hibernate/UserPreferencesDAO.java |
97 |
Potential violation of Law of Demeter (method chain calls) |
| 42389 |
src/com/gps/hibernate/UserPreferencesDAO.java |
98 |
Potential violation of Law of Demeter (object not created locally) |
| 42390 |
src/com/gps/hibernate/UserPreferencesDAO.java |
99 |
Potential violation of Law of Demeter (object not created locally) |
| 42391 |
src/com/gps/hibernate/UserPreferencesDAO.java |
100 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 42392 |
src/com/gps/hibernate/UserPreferencesDAO.java |
101 |
There is log block not surrounded by if |
| 42393 |
src/com/gps/hibernate/UserPreferencesDAO.java |
106 |
Parameter 'sourceLocation' is not assigned and could be declared final |
| 42394 |
src/com/gps/hibernate/UserPreferencesDAO.java |
106 |
publicMethodCommentRequirement Required |
| 42395 |
src/com/gps/hibernate/UserPreferencesDAO.java |
110 |
Parameter 'destination' is not assigned and could be declared final |
| 42396 |
src/com/gps/hibernate/UserPreferencesDAO.java |
110 |
publicMethodCommentRequirement Required |
| 42397 |
src/com/gps/hibernate/UserPreferencesDAO.java |
114 |
Avoid excessively long variable names like searchPreferenceStatus |
| 42398 |
src/com/gps/hibernate/UserPreferencesDAO.java |
114 |
Parameter 'searchPreferenceStatus' is not assigned and could be declared final |
| 42399 |
src/com/gps/hibernate/UserPreferencesDAO.java |
114 |
publicMethodCommentRequirement Required |
| 42400 |
src/com/gps/hibernate/UserPreferencesDAO.java |
118 |
Parameter 'destinationLimit' is not assigned and could be declared final |
| 42401 |
src/com/gps/hibernate/UserPreferencesDAO.java |
118 |
publicMethodCommentRequirement Required |
| 42402 |
src/com/gps/hibernate/UserPreferencesDAO.java |
122 |
Avoid excessively long variable names like startDistanceLimit |
| 42403 |
src/com/gps/hibernate/UserPreferencesDAO.java |
122 |
Parameter 'startDistanceLimit' is not assigned and could be declared final |
| 42404 |
src/com/gps/hibernate/UserPreferencesDAO.java |
122 |
publicMethodCommentRequirement Required |
| 42405 |
src/com/gps/hibernate/UserPreferencesDAO.java |
126 |
Avoid excessively long variable names like distancePreferenceStatus |
| 42406 |
src/com/gps/hibernate/UserPreferencesDAO.java |
126 |
Parameter 'distancePreferenceStatus' is not assigned and could be declared final |
| 42407 |
src/com/gps/hibernate/UserPreferencesDAO.java |
126 |
publicMethodCommentRequirement Required |
| 42408 |
src/com/gps/hibernate/UserPreferencesDAO.java |
131 |
Parameter 'roleType' is not assigned and could be declared final |
| 42409 |
src/com/gps/hibernate/UserPreferencesDAO.java |
131 |
publicMethodCommentRequirement Required |
| 42410 |
src/com/gps/hibernate/UserPreferencesDAO.java |
135 |
Parameter 'smokingPreference' is not assigned and could be declared final |
| 42411 |
src/com/gps/hibernate/UserPreferencesDAO.java |
135 |
publicMethodCommentRequirement Required |
| 42412 |
src/com/gps/hibernate/UserPreferencesDAO.java |
139 |
Parameter 'genderPreference' is not assigned and could be declared final |
| 42413 |
src/com/gps/hibernate/UserPreferencesDAO.java |
139 |
publicMethodCommentRequirement Required |
| 42414 |
src/com/gps/hibernate/UserPreferencesDAO.java |
143 |
Parameter 'emailAlert' is not assigned and could be declared final |
| 42415 |
src/com/gps/hibernate/UserPreferencesDAO.java |
143 |
publicMethodCommentRequirement Required |
| 42416 |
src/com/gps/hibernate/UserPreferencesDAO.java |
147 |
Parameter 'smsAlert' is not assigned and could be declared final |
| 42417 |
src/com/gps/hibernate/UserPreferencesDAO.java |
147 |
publicMethodCommentRequirement Required |
| 42418 |
src/com/gps/hibernate/UserPreferencesDAO.java |
151 |
Parameter 'tripFrequency' is not assigned and could be declared final |
| 42419 |
src/com/gps/hibernate/UserPreferencesDAO.java |
151 |
publicMethodCommentRequirement Required |
| 42420 |
src/com/gps/hibernate/UserPreferencesDAO.java |
155 |
Parameter 'drivingPreference' is not assigned and could be declared final |
| 42421 |
src/com/gps/hibernate/UserPreferencesDAO.java |
155 |
publicMethodCommentRequirement Required |
| 42422 |
src/com/gps/hibernate/UserPreferencesDAO.java |
159 |
Parameter 'speedLimit' is not assigned and could be declared final |
| 42423 |
src/com/gps/hibernate/UserPreferencesDAO.java |
159 |
publicMethodCommentRequirement Required |
| 42424 |
src/com/gps/hibernate/UserPreferencesDAO.java |
163 |
Parameter 'stopLimit' is not assigned and could be declared final |
| 42425 |
src/com/gps/hibernate/UserPreferencesDAO.java |
163 |
publicMethodCommentRequirement Required |
| 42426 |
src/com/gps/hibernate/UserPreferencesDAO.java |
167 |
publicMethodCommentRequirement Required |
| 42427 |
src/com/gps/hibernate/UserPreferencesDAO.java |
168 |
There is log block not surrounded by if |
| 42428 |
src/com/gps/hibernate/UserPreferencesDAO.java |
168 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 42429 |
src/com/gps/hibernate/UserPreferencesDAO.java |
170 |
Local variable 'queryString' could be declared final |
| 42430 |
src/com/gps/hibernate/UserPreferencesDAO.java |
171 |
Local variable 'queryObject' could be declared final |
| 42431 |
src/com/gps/hibernate/UserPreferencesDAO.java |
171 |
Potential violation of Law of Demeter (method chain calls) |
| 42432 |
src/com/gps/hibernate/UserPreferencesDAO.java |
172 |
Potential violation of Law of Demeter (object not created locally) |
| 42433 |
src/com/gps/hibernate/UserPreferencesDAO.java |
173 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 42434 |
src/com/gps/hibernate/UserPreferencesDAO.java |
174 |
There is log block not surrounded by if |
| 42435 |
src/com/gps/hibernate/UserPreferencesDAO.java |
179 |
Parameter 'detachedInstance' is not assigned and could be declared final |
| 42436 |
src/com/gps/hibernate/UserPreferencesDAO.java |
179 |
publicMethodCommentRequirement Required |
| 42437 |
src/com/gps/hibernate/UserPreferencesDAO.java |
180 |
There is log block not surrounded by if |
| 42438 |
src/com/gps/hibernate/UserPreferencesDAO.java |
180 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 42439 |
src/com/gps/hibernate/UserPreferencesDAO.java |
182 |
Local variable 'result' could be declared final |
| 42440 |
src/com/gps/hibernate/UserPreferencesDAO.java |
182 |
Potential violation of Law of Demeter (method chain calls) |
| 42441 |
src/com/gps/hibernate/UserPreferencesDAO.java |
184 |
There is log block not surrounded by if |
| 42442 |
src/com/gps/hibernate/UserPreferencesDAO.java |
184 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 42443 |
src/com/gps/hibernate/UserPreferencesDAO.java |
186 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 42444 |
src/com/gps/hibernate/UserPreferencesDAO.java |
187 |
There is log block not surrounded by if |
| 42445 |
src/com/gps/hibernate/UserPreferencesDAO.java |
192 |
Parameter 'instance' is not assigned and could be declared final |
| 42446 |
src/com/gps/hibernate/UserPreferencesDAO.java |
192 |
publicMethodCommentRequirement Required |
| 42447 |
src/com/gps/hibernate/UserPreferencesDAO.java |
193 |
There is log block not surrounded by if |
| 42448 |
src/com/gps/hibernate/UserPreferencesDAO.java |
193 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 42449 |
src/com/gps/hibernate/UserPreferencesDAO.java |
195 |
Potential violation of Law of Demeter (method chain calls) |
| 42450 |
src/com/gps/hibernate/UserPreferencesDAO.java |
196 |
There is log block not surrounded by if |
| 42451 |
src/com/gps/hibernate/UserPreferencesDAO.java |
196 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 42452 |
src/com/gps/hibernate/UserPreferencesDAO.java |
197 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 42453 |
src/com/gps/hibernate/UserPreferencesDAO.java |
198 |
There is log block not surrounded by if |
| 42454 |
src/com/gps/hibernate/UserPreferencesDAO.java |
203 |
Parameter 'instance' is not assigned and could be declared final |
| 42455 |
src/com/gps/hibernate/UserPreferencesDAO.java |
203 |
publicMethodCommentRequirement Required |
| 42456 |
src/com/gps/hibernate/UserPreferencesDAO.java |
204 |
There is log block not surrounded by if |
| 42457 |
src/com/gps/hibernate/UserPreferencesDAO.java |
204 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 42458 |
src/com/gps/hibernate/UserPreferencesDAO.java |
206 |
Potential violation of Law of Demeter (method chain calls) |
| 42459 |
src/com/gps/hibernate/UserPreferencesDAO.java |
207 |
There is log block not surrounded by if |
| 42460 |
src/com/gps/hibernate/UserPreferencesDAO.java |
207 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 42461 |
src/com/gps/hibernate/UserPreferencesDAO.java |
208 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 42462 |
src/com/gps/hibernate/UserPreferencesDAO.java |
209 |
There is log block not surrounded by if |
| 42463 |
src/com/gps/hibernate/UserRfid.java |
3 |
Classes implementing Serializable should set a serialVersionUID |
| 42464 |
src/com/gps/hibernate/UserRfid.java |
3 |
headerCommentRequirement Required |
| 42465 |
src/com/gps/hibernate/UserRfid.java |
8 |
Avoid variables with short names like id |
| 42466 |
src/com/gps/hibernate/UserRfid.java |
8 |
fieldCommentRequirement Required |
| 42467 |
src/com/gps/hibernate/UserRfid.java |
9 |
fieldCommentRequirement Required |
| 42468 |
src/com/gps/hibernate/UserRfid.java |
10 |
fieldCommentRequirement Required |
| 42469 |
src/com/gps/hibernate/UserRfid.java |
11 |
fieldCommentRequirement Required |
| 42470 |
src/com/gps/hibernate/UserRfid.java |
17 |
Document empty constructor |
| 42471 |
src/com/gps/hibernate/UserRfid.java |
21 |
Avoid variables with short names like id |
| 42472 |
src/com/gps/hibernate/UserRfid.java |
21 |
Parameter 'id' is not assigned and could be declared final |
| 42473 |
src/com/gps/hibernate/UserRfid.java |
21 |
Parameter 'rfidNo' is not assigned and could be declared final |
| 42474 |
src/com/gps/hibernate/UserRfid.java |
21 |
Parameter 'status' is not assigned and could be declared final |
| 42475 |
src/com/gps/hibernate/UserRfid.java |
21 |
Parameter 'user' is not assigned and could be declared final |
| 42476 |
src/com/gps/hibernate/UserRfid.java |
32 |
publicMethodCommentRequirement Required |
| 42477 |
src/com/gps/hibernate/UserRfid.java |
36 |
Avoid variables with short names like id |
| 42478 |
src/com/gps/hibernate/UserRfid.java |
36 |
Parameter 'id' is not assigned and could be declared final |
| 42479 |
src/com/gps/hibernate/UserRfid.java |
36 |
publicMethodCommentRequirement Required |
| 42480 |
src/com/gps/hibernate/UserRfid.java |
40 |
publicMethodCommentRequirement Required |
| 42481 |
src/com/gps/hibernate/UserRfid.java |
44 |
Parameter 'user' is not assigned and could be declared final |
| 42482 |
src/com/gps/hibernate/UserRfid.java |
44 |
publicMethodCommentRequirement Required |
| 42483 |
src/com/gps/hibernate/UserRfid.java |
48 |
publicMethodCommentRequirement Required |
| 42484 |
src/com/gps/hibernate/UserRfid.java |
52 |
Parameter 'rfidNo' is not assigned and could be declared final |
| 42485 |
src/com/gps/hibernate/UserRfid.java |
52 |
publicMethodCommentRequirement Required |
| 42486 |
src/com/gps/hibernate/UserRfid.java |
56 |
publicMethodCommentRequirement Required |
| 42487 |
src/com/gps/hibernate/UserRfid.java |
60 |
Parameter 'status' is not assigned and could be declared final |
| 42488 |
src/com/gps/hibernate/UserRfid.java |
60 |
publicMethodCommentRequirement Required |
| 42489 |
src/com/gps/hibernate/UserRfidDAO.java |
20 |
Logger should be defined private static final and have the correct class |
| 42490 |
src/com/gps/hibernate/UserRfidDAO.java |
20 |
Variables that are final and static should be all capitals, 'log' is not all capitals. |
| 42491 |
src/com/gps/hibernate/UserRfidDAO.java |
20 |
fieldCommentRequirement Required |
| 42492 |
src/com/gps/hibernate/UserRfidDAO.java |
25 |
Parameter 'transientInstance' is not assigned and could be declared final |
| 42493 |
src/com/gps/hibernate/UserRfidDAO.java |
25 |
publicMethodCommentRequirement Required |
| 42494 |
src/com/gps/hibernate/UserRfidDAO.java |
26 |
There is log block not surrounded by if |
| 42495 |
src/com/gps/hibernate/UserRfidDAO.java |
26 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 42496 |
src/com/gps/hibernate/UserRfidDAO.java |
28 |
Potential violation of Law of Demeter (method chain calls) |
| 42497 |
src/com/gps/hibernate/UserRfidDAO.java |
29 |
There is log block not surrounded by if |
| 42498 |
src/com/gps/hibernate/UserRfidDAO.java |
29 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 42499 |
src/com/gps/hibernate/UserRfidDAO.java |
31 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 42500 |
src/com/gps/hibernate/UserRfidDAO.java |
32 |
There is log block not surrounded by if |
| 42501 |
src/com/gps/hibernate/UserRfidDAO.java |
37 |
Parameter 'instance' is not assigned and could be declared final |
| 42502 |
src/com/gps/hibernate/UserRfidDAO.java |
37 |
publicMethodCommentRequirement Required |
| 42503 |
src/com/gps/hibernate/UserRfidDAO.java |
38 |
There is log block not surrounded by if |
| 42504 |
src/com/gps/hibernate/UserRfidDAO.java |
38 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 42505 |
src/com/gps/hibernate/UserRfidDAO.java |
40 |
Potential violation of Law of Demeter (method chain calls) |
| 42506 |
src/com/gps/hibernate/UserRfidDAO.java |
41 |
There is log block not surrounded by if |
| 42507 |
src/com/gps/hibernate/UserRfidDAO.java |
41 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 42508 |
src/com/gps/hibernate/UserRfidDAO.java |
43 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 42509 |
src/com/gps/hibernate/UserRfidDAO.java |
44 |
There is log block not surrounded by if |
| 42510 |
src/com/gps/hibernate/UserRfidDAO.java |
49 |
Parameter 'instance' is not assigned and could be declared final |
| 42511 |
src/com/gps/hibernate/UserRfidDAO.java |
49 |
publicMethodCommentRequirement Required |
| 42512 |
src/com/gps/hibernate/UserRfidDAO.java |
50 |
There is log block not surrounded by if |
| 42513 |
src/com/gps/hibernate/UserRfidDAO.java |
50 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 42514 |
src/com/gps/hibernate/UserRfidDAO.java |
52 |
Potential violation of Law of Demeter (method chain calls) |
| 42515 |
src/com/gps/hibernate/UserRfidDAO.java |
53 |
There is log block not surrounded by if |
| 42516 |
src/com/gps/hibernate/UserRfidDAO.java |
53 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 42517 |
src/com/gps/hibernate/UserRfidDAO.java |
55 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 42518 |
src/com/gps/hibernate/UserRfidDAO.java |
56 |
There is log block not surrounded by if |
| 42519 |
src/com/gps/hibernate/UserRfidDAO.java |
61 |
Avoid excessively long variable names like persistentInstance |
| 42520 |
src/com/gps/hibernate/UserRfidDAO.java |
61 |
Parameter 'persistentInstance' is not assigned and could be declared final |
| 42521 |
src/com/gps/hibernate/UserRfidDAO.java |
61 |
publicMethodCommentRequirement Required |
| 42522 |
src/com/gps/hibernate/UserRfidDAO.java |
62 |
There is log block not surrounded by if |
| 42523 |
src/com/gps/hibernate/UserRfidDAO.java |
62 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 42524 |
src/com/gps/hibernate/UserRfidDAO.java |
64 |
Potential violation of Law of Demeter (method chain calls) |
| 42525 |
src/com/gps/hibernate/UserRfidDAO.java |
65 |
There is log block not surrounded by if |
| 42526 |
src/com/gps/hibernate/UserRfidDAO.java |
65 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 42527 |
src/com/gps/hibernate/UserRfidDAO.java |
67 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 42528 |
src/com/gps/hibernate/UserRfidDAO.java |
68 |
There is log block not surrounded by if |
| 42529 |
src/com/gps/hibernate/UserRfidDAO.java |
73 |
Parameter 'detachedInstance' is not assigned and could be declared final |
| 42530 |
src/com/gps/hibernate/UserRfidDAO.java |
73 |
publicMethodCommentRequirement Required |
| 42531 |
src/com/gps/hibernate/UserRfidDAO.java |
74 |
There is log block not surrounded by if |
| 42532 |
src/com/gps/hibernate/UserRfidDAO.java |
74 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 42533 |
src/com/gps/hibernate/UserRfidDAO.java |
76 |
Local variable 'result' could be declared final |
| 42534 |
src/com/gps/hibernate/UserRfidDAO.java |
76 |
Potential violation of Law of Demeter (method chain calls) |
| 42535 |
src/com/gps/hibernate/UserRfidDAO.java |
78 |
There is log block not surrounded by if |
| 42536 |
src/com/gps/hibernate/UserRfidDAO.java |
78 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 42537 |
src/com/gps/hibernate/UserRfidDAO.java |
81 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 42538 |
src/com/gps/hibernate/UserRfidDAO.java |
82 |
There is log block not surrounded by if |
| 42539 |
src/com/gps/hibernate/UserRfidDAO.java |
87 |
Avoid variables with short names like id |
| 42540 |
src/com/gps/hibernate/UserRfidDAO.java |
87 |
Parameter 'id' is not assigned and could be declared final |
| 42541 |
src/com/gps/hibernate/UserRfidDAO.java |
87 |
publicMethodCommentRequirement Required |
| 42542 |
src/com/gps/hibernate/UserRfidDAO.java |
88 |
There is log block not surrounded by if |
| 42543 |
src/com/gps/hibernate/UserRfidDAO.java |
88 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 42544 |
src/com/gps/hibernate/UserRfidDAO.java |
90 |
Local variable 'instance' could be declared final |
| 42545 |
src/com/gps/hibernate/UserRfidDAO.java |
90 |
Potential violation of Law of Demeter (method chain calls) |
| 42546 |
src/com/gps/hibernate/UserRfidDAO.java |
93 |
There is log block not surrounded by if |
| 42547 |
src/com/gps/hibernate/UserRfidDAO.java |
93 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 42548 |
src/com/gps/hibernate/UserRfidDAO.java |
96 |
There is log block not surrounded by if |
| 42549 |
src/com/gps/hibernate/UserRfidDAO.java |
96 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 42550 |
src/com/gps/hibernate/UserRfidDAO.java |
100 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 42551 |
src/com/gps/hibernate/UserRfidDAO.java |
101 |
There is log block not surrounded by if |
| 42552 |
src/com/gps/hibernate/UserRfidDAO.java |
107 |
Parameter 'instance' is not assigned and could be declared final |
| 42553 |
src/com/gps/hibernate/UserRfidDAO.java |
107 |
publicMethodCommentRequirement Required |
| 42554 |
src/com/gps/hibernate/UserRfidDAO.java |
108 |
There is log block not surrounded by if |
| 42555 |
src/com/gps/hibernate/UserRfidDAO.java |
108 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 42556 |
src/com/gps/hibernate/UserRfidDAO.java |
110 |
Local variable 'results' could be declared final |
| 42557 |
src/com/gps/hibernate/UserRfidDAO.java |
110 |
Potential violation of Law of Demeter (method chain calls) |
| 42558 |
src/com/gps/hibernate/UserRfidDAO.java |
110 |
Potential violation of Law of Demeter (method chain calls) |
| 42559 |
src/com/gps/hibernate/UserRfidDAO.java |
110 |
Potential violation of Law of Demeter (method chain calls) |
| 42560 |
src/com/gps/hibernate/UserRfidDAO.java |
114 |
Potential violation of Law of Demeter (object not created locally) |
| 42561 |
src/com/gps/hibernate/UserRfidDAO.java |
114 |
There is log block not surrounded by if |
| 42562 |
src/com/gps/hibernate/UserRfidDAO.java |
114 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 42563 |
src/com/gps/hibernate/UserRfidDAO.java |
117 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 42564 |
src/com/gps/hibernate/UserRfidDAO.java |
118 |
There is log block not surrounded by if |
| 42565 |
src/com/gps/hibernate/Usergroup.java |
9 |
Classes implementing Serializable should set a serialVersionUID |
| 42566 |
src/com/gps/hibernate/Usergroup.java |
13 |
fieldCommentRequirement Required |
| 42567 |
src/com/gps/hibernate/Usergroup.java |
14 |
fieldCommentRequirement Required |
| 42568 |
src/com/gps/hibernate/Usergroup.java |
15 |
fieldCommentRequirement Required |
| 42569 |
src/com/gps/hibernate/Usergroup.java |
16 |
fieldCommentRequirement Required |
| 42570 |
src/com/gps/hibernate/Usergroup.java |
17 |
fieldCommentRequirement Required |
| 42571 |
src/com/gps/hibernate/Usergroup.java |
22 |
Document empty constructor |
| 42572 |
src/com/gps/hibernate/Usergroup.java |
26 |
Parameter 'userGroupId' is not assigned and could be declared final |
| 42573 |
src/com/gps/hibernate/Usergroup.java |
31 |
Parameter 'companyId' is not assigned and could be declared final |
| 42574 |
src/com/gps/hibernate/Usergroup.java |
31 |
Parameter 'parentUserGroupId' is not assigned and could be declared final |
| 42575 |
src/com/gps/hibernate/Usergroup.java |
31 |
Parameter 'userGroupId' is not assigned and could be declared final |
| 42576 |
src/com/gps/hibernate/Usergroup.java |
32 |
Parameter 'description' is not assigned and could be declared final |
| 42577 |
src/com/gps/hibernate/Usergroup.java |
32 |
Parameter 'name' is not assigned and could be declared final |
| 42578 |
src/com/gps/hibernate/Usergroup.java |
42 |
publicMethodCommentRequirement Required |
| 42579 |
src/com/gps/hibernate/Usergroup.java |
46 |
Parameter 'userGroupId' is not assigned and could be declared final |
| 42580 |
src/com/gps/hibernate/Usergroup.java |
46 |
publicMethodCommentRequirement Required |
| 42581 |
src/com/gps/hibernate/Usergroup.java |
50 |
publicMethodCommentRequirement Required |
| 42582 |
src/com/gps/hibernate/Usergroup.java |
54 |
Parameter 'companyId' is not assigned and could be declared final |
| 42583 |
src/com/gps/hibernate/Usergroup.java |
54 |
publicMethodCommentRequirement Required |
| 42584 |
src/com/gps/hibernate/Usergroup.java |
58 |
publicMethodCommentRequirement Required |
| 42585 |
src/com/gps/hibernate/Usergroup.java |
62 |
Parameter 'parentUserGroupId' is not assigned and could be declared final |
| 42586 |
src/com/gps/hibernate/Usergroup.java |
62 |
publicMethodCommentRequirement Required |
| 42587 |
src/com/gps/hibernate/Usergroup.java |
66 |
publicMethodCommentRequirement Required |
| 42588 |
src/com/gps/hibernate/Usergroup.java |
70 |
Parameter 'name' is not assigned and could be declared final |
| 42589 |
src/com/gps/hibernate/Usergroup.java |
70 |
publicMethodCommentRequirement Required |
| 42590 |
src/com/gps/hibernate/Usergroup.java |
74 |
publicMethodCommentRequirement Required |
| 42591 |
src/com/gps/hibernate/Usergroup.java |
78 |
Parameter 'description' is not assigned and could be declared final |
| 42592 |
src/com/gps/hibernate/Usergroup.java |
78 |
publicMethodCommentRequirement Required |
| 42593 |
src/com/gps/hibernate/UsergroupDAO.java |
11 |
Comment is too large: Too many lines |
| 42594 |
src/com/gps/hibernate/UsergroupDAO.java |
23 |
This class has too many methods, consider refactoring it. |
| 42595 |
src/com/gps/hibernate/UsergroupDAO.java |
24 |
Logger should be defined private static final and have the correct class |
| 42596 |
src/com/gps/hibernate/UsergroupDAO.java |
24 |
Variables that are final and static should be all capitals, 'log' is not all capitals. |
| 42597 |
src/com/gps/hibernate/UsergroupDAO.java |
24 |
fieldCommentRequirement Required |
| 42598 |
src/com/gps/hibernate/UsergroupDAO.java |
26 |
fieldCommentRequirement Required |
| 42599 |
src/com/gps/hibernate/UsergroupDAO.java |
27 |
Avoid excessively long variable names like PARENT_USER_GROUP_ID |
| 42600 |
src/com/gps/hibernate/UsergroupDAO.java |
27 |
fieldCommentRequirement Required |
| 42601 |
src/com/gps/hibernate/UsergroupDAO.java |
28 |
fieldCommentRequirement Required |
| 42602 |
src/com/gps/hibernate/UsergroupDAO.java |
29 |
fieldCommentRequirement Required |
| 42603 |
src/com/gps/hibernate/UsergroupDAO.java |
31 |
Parameter 'transientInstance' is not assigned and could be declared final |
| 42604 |
src/com/gps/hibernate/UsergroupDAO.java |
31 |
publicMethodCommentRequirement Required |
| 42605 |
src/com/gps/hibernate/UsergroupDAO.java |
32 |
There is log block not surrounded by if |
| 42606 |
src/com/gps/hibernate/UsergroupDAO.java |
32 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 42607 |
src/com/gps/hibernate/UsergroupDAO.java |
34 |
Potential violation of Law of Demeter (method chain calls) |
| 42608 |
src/com/gps/hibernate/UsergroupDAO.java |
35 |
There is log block not surrounded by if |
| 42609 |
src/com/gps/hibernate/UsergroupDAO.java |
35 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 42610 |
src/com/gps/hibernate/UsergroupDAO.java |
36 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 42611 |
src/com/gps/hibernate/UsergroupDAO.java |
37 |
There is log block not surrounded by if |
| 42612 |
src/com/gps/hibernate/UsergroupDAO.java |
42 |
Avoid excessively long variable names like persistentInstance |
| 42613 |
src/com/gps/hibernate/UsergroupDAO.java |
42 |
Parameter 'persistentInstance' is not assigned and could be declared final |
| 42614 |
src/com/gps/hibernate/UsergroupDAO.java |
42 |
publicMethodCommentRequirement Required |
| 42615 |
src/com/gps/hibernate/UsergroupDAO.java |
43 |
There is log block not surrounded by if |
| 42616 |
src/com/gps/hibernate/UsergroupDAO.java |
43 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 42617 |
src/com/gps/hibernate/UsergroupDAO.java |
45 |
Potential violation of Law of Demeter (method chain calls) |
| 42618 |
src/com/gps/hibernate/UsergroupDAO.java |
46 |
There is log block not surrounded by if |
| 42619 |
src/com/gps/hibernate/UsergroupDAO.java |
46 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 42620 |
src/com/gps/hibernate/UsergroupDAO.java |
47 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 42621 |
src/com/gps/hibernate/UsergroupDAO.java |
48 |
There is log block not surrounded by if |
| 42622 |
src/com/gps/hibernate/UsergroupDAO.java |
53 |
Avoid variables with short names like id |
| 42623 |
src/com/gps/hibernate/UsergroupDAO.java |
53 |
Parameter 'id' is not assigned and could be declared final |
| 42624 |
src/com/gps/hibernate/UsergroupDAO.java |
53 |
publicMethodCommentRequirement Required |
| 42625 |
src/com/gps/hibernate/UsergroupDAO.java |
54 |
There is log block not surrounded by if |
| 42626 |
src/com/gps/hibernate/UsergroupDAO.java |
54 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 42627 |
src/com/gps/hibernate/UsergroupDAO.java |
56 |
Local variable 'instance' could be declared final |
| 42628 |
src/com/gps/hibernate/UsergroupDAO.java |
56 |
Potential violation of Law of Demeter (method chain calls) |
| 42629 |
src/com/gps/hibernate/UsergroupDAO.java |
59 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 42630 |
src/com/gps/hibernate/UsergroupDAO.java |
60 |
There is log block not surrounded by if |
| 42631 |
src/com/gps/hibernate/UsergroupDAO.java |
65 |
Parameter 'instance' is not assigned and could be declared final |
| 42632 |
src/com/gps/hibernate/UsergroupDAO.java |
65 |
publicMethodCommentRequirement Required |
| 42633 |
src/com/gps/hibernate/UsergroupDAO.java |
66 |
There is log block not surrounded by if |
| 42634 |
src/com/gps/hibernate/UsergroupDAO.java |
66 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 42635 |
src/com/gps/hibernate/UsergroupDAO.java |
68 |
Local variable 'results' could be declared final |
| 42636 |
src/com/gps/hibernate/UsergroupDAO.java |
68 |
Potential violation of Law of Demeter (method chain calls) |
| 42637 |
src/com/gps/hibernate/UsergroupDAO.java |
68 |
Potential violation of Law of Demeter (method chain calls) |
| 42638 |
src/com/gps/hibernate/UsergroupDAO.java |
68 |
Potential violation of Law of Demeter (method chain calls) |
| 42639 |
src/com/gps/hibernate/UsergroupDAO.java |
71 |
There is log block not surrounded by if |
| 42640 |
src/com/gps/hibernate/UsergroupDAO.java |
71 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 42641 |
src/com/gps/hibernate/UsergroupDAO.java |
72 |
Potential violation of Law of Demeter (object not created locally) |
| 42642 |
src/com/gps/hibernate/UsergroupDAO.java |
74 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 42643 |
src/com/gps/hibernate/UsergroupDAO.java |
75 |
There is log block not surrounded by if |
| 42644 |
src/com/gps/hibernate/UsergroupDAO.java |
80 |
Parameter 'propertyName' is not assigned and could be declared final |
| 42645 |
src/com/gps/hibernate/UsergroupDAO.java |
80 |
Parameter 'value' is not assigned and could be declared final |
| 42646 |
src/com/gps/hibernate/UsergroupDAO.java |
80 |
publicMethodCommentRequirement Required |
| 42647 |
src/com/gps/hibernate/UsergroupDAO.java |
81 |
There is log block not surrounded by if |
| 42648 |
src/com/gps/hibernate/UsergroupDAO.java |
81 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 42649 |
src/com/gps/hibernate/UsergroupDAO.java |
84 |
Local variable 'queryString' could be declared final |
| 42650 |
src/com/gps/hibernate/UsergroupDAO.java |
86 |
Local variable 'queryObject' could be declared final |
| 42651 |
src/com/gps/hibernate/UsergroupDAO.java |
86 |
Potential violation of Law of Demeter (method chain calls) |
| 42652 |
src/com/gps/hibernate/UsergroupDAO.java |
87 |
Potential violation of Law of Demeter (object not created locally) |
| 42653 |
src/com/gps/hibernate/UsergroupDAO.java |
88 |
Potential violation of Law of Demeter (object not created locally) |
| 42654 |
src/com/gps/hibernate/UsergroupDAO.java |
89 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 42655 |
src/com/gps/hibernate/UsergroupDAO.java |
90 |
There is log block not surrounded by if |
| 42656 |
src/com/gps/hibernate/UsergroupDAO.java |
95 |
Parameter 'companyId' is not assigned and could be declared final |
| 42657 |
src/com/gps/hibernate/UsergroupDAO.java |
95 |
publicMethodCommentRequirement Required |
| 42658 |
src/com/gps/hibernate/UsergroupDAO.java |
99 |
Parameter 'parentUserGroupId' is not assigned and could be declared final |
| 42659 |
src/com/gps/hibernate/UsergroupDAO.java |
99 |
publicMethodCommentRequirement Required |
| 42660 |
src/com/gps/hibernate/UsergroupDAO.java |
103 |
Parameter 'name' is not assigned and could be declared final |
| 42661 |
src/com/gps/hibernate/UsergroupDAO.java |
103 |
publicMethodCommentRequirement Required |
| 42662 |
src/com/gps/hibernate/UsergroupDAO.java |
107 |
Parameter 'description' is not assigned and could be declared final |
| 42663 |
src/com/gps/hibernate/UsergroupDAO.java |
107 |
publicMethodCommentRequirement Required |
| 42664 |
src/com/gps/hibernate/UsergroupDAO.java |
111 |
publicMethodCommentRequirement Required |
| 42665 |
src/com/gps/hibernate/UsergroupDAO.java |
112 |
There is log block not surrounded by if |
| 42666 |
src/com/gps/hibernate/UsergroupDAO.java |
112 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 42667 |
src/com/gps/hibernate/UsergroupDAO.java |
114 |
Local variable 'queryString' could be declared final |
| 42668 |
src/com/gps/hibernate/UsergroupDAO.java |
115 |
Local variable 'queryObject' could be declared final |
| 42669 |
src/com/gps/hibernate/UsergroupDAO.java |
115 |
Potential violation of Law of Demeter (method chain calls) |
| 42670 |
src/com/gps/hibernate/UsergroupDAO.java |
116 |
Potential violation of Law of Demeter (object not created locally) |
| 42671 |
src/com/gps/hibernate/UsergroupDAO.java |
117 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 42672 |
src/com/gps/hibernate/UsergroupDAO.java |
118 |
There is log block not surrounded by if |
| 42673 |
src/com/gps/hibernate/UsergroupDAO.java |
123 |
Parameter 'detachedInstance' is not assigned and could be declared final |
| 42674 |
src/com/gps/hibernate/UsergroupDAO.java |
123 |
publicMethodCommentRequirement Required |
| 42675 |
src/com/gps/hibernate/UsergroupDAO.java |
124 |
There is log block not surrounded by if |
| 42676 |
src/com/gps/hibernate/UsergroupDAO.java |
124 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 42677 |
src/com/gps/hibernate/UsergroupDAO.java |
126 |
Local variable 'result' could be declared final |
| 42678 |
src/com/gps/hibernate/UsergroupDAO.java |
126 |
Potential violation of Law of Demeter (method chain calls) |
| 42679 |
src/com/gps/hibernate/UsergroupDAO.java |
127 |
There is log block not surrounded by if |
| 42680 |
src/com/gps/hibernate/UsergroupDAO.java |
127 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 42681 |
src/com/gps/hibernate/UsergroupDAO.java |
129 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 42682 |
src/com/gps/hibernate/UsergroupDAO.java |
130 |
There is log block not surrounded by if |
| 42683 |
src/com/gps/hibernate/UsergroupDAO.java |
135 |
Parameter 'instance' is not assigned and could be declared final |
| 42684 |
src/com/gps/hibernate/UsergroupDAO.java |
135 |
publicMethodCommentRequirement Required |
| 42685 |
src/com/gps/hibernate/UsergroupDAO.java |
136 |
There is log block not surrounded by if |
| 42686 |
src/com/gps/hibernate/UsergroupDAO.java |
136 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 42687 |
src/com/gps/hibernate/UsergroupDAO.java |
138 |
Potential violation of Law of Demeter (method chain calls) |
| 42688 |
src/com/gps/hibernate/UsergroupDAO.java |
139 |
There is log block not surrounded by if |
| 42689 |
src/com/gps/hibernate/UsergroupDAO.java |
139 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 42690 |
src/com/gps/hibernate/UsergroupDAO.java |
140 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 42691 |
src/com/gps/hibernate/UsergroupDAO.java |
141 |
There is log block not surrounded by if |
| 42692 |
src/com/gps/hibernate/UsergroupDAO.java |
146 |
Parameter 'instance' is not assigned and could be declared final |
| 42693 |
src/com/gps/hibernate/UsergroupDAO.java |
146 |
publicMethodCommentRequirement Required |
| 42694 |
src/com/gps/hibernate/UsergroupDAO.java |
147 |
There is log block not surrounded by if |
| 42695 |
src/com/gps/hibernate/UsergroupDAO.java |
147 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 42696 |
src/com/gps/hibernate/UsergroupDAO.java |
149 |
Potential violation of Law of Demeter (method chain calls) |
| 42697 |
src/com/gps/hibernate/UsergroupDAO.java |
150 |
There is log block not surrounded by if |
| 42698 |
src/com/gps/hibernate/UsergroupDAO.java |
150 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 42699 |
src/com/gps/hibernate/UsergroupDAO.java |
151 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 42700 |
src/com/gps/hibernate/UsergroupDAO.java |
152 |
There is log block not surrounded by if |
| 42701 |
src/com/gps/hibernate/Usergroupgrouprole.java |
8 |
Classes implementing Serializable should set a serialVersionUID |
| 42702 |
src/com/gps/hibernate/Usergroupgrouprole.java |
10 |
Avoid variables with short names like id |
| 42703 |
src/com/gps/hibernate/Usergroupgrouprole.java |
10 |
fieldCommentRequirement Required |
| 42704 |
src/com/gps/hibernate/Usergroupgrouprole.java |
12 |
Document empty constructor |
| 42705 |
src/com/gps/hibernate/Usergroupgrouprole.java |
12 |
publicMethodCommentRequirement Required |
| 42706 |
src/com/gps/hibernate/Usergroupgrouprole.java |
15 |
Avoid variables with short names like id |
| 42707 |
src/com/gps/hibernate/Usergroupgrouprole.java |
15 |
Parameter 'id' is not assigned and could be declared final |
| 42708 |
src/com/gps/hibernate/Usergroupgrouprole.java |
15 |
publicMethodCommentRequirement Required |
| 42709 |
src/com/gps/hibernate/Usergroupgrouprole.java |
19 |
publicMethodCommentRequirement Required |
| 42710 |
src/com/gps/hibernate/Usergroupgrouprole.java |
23 |
Avoid variables with short names like id |
| 42711 |
src/com/gps/hibernate/Usergroupgrouprole.java |
23 |
Parameter 'id' is not assigned and could be declared final |
| 42712 |
src/com/gps/hibernate/Usergroupgrouprole.java |
23 |
publicMethodCommentRequirement Required |
| 42713 |
src/com/gps/hibernate/UsergroupgrouproleId.java |
8 |
Classes implementing Serializable should set a serialVersionUID |
| 42714 |
src/com/gps/hibernate/UsergroupgrouproleId.java |
10 |
fieldCommentRequirement Required |
| 42715 |
src/com/gps/hibernate/UsergroupgrouproleId.java |
11 |
fieldCommentRequirement Required |
| 42716 |
src/com/gps/hibernate/UsergroupgrouproleId.java |
12 |
fieldCommentRequirement Required |
| 42717 |
src/com/gps/hibernate/UsergroupgrouproleId.java |
14 |
Document empty constructor |
| 42718 |
src/com/gps/hibernate/UsergroupgrouproleId.java |
14 |
publicMethodCommentRequirement Required |
| 42719 |
src/com/gps/hibernate/UsergroupgrouproleId.java |
17 |
Parameter 'groupId' is not assigned and could be declared final |
| 42720 |
src/com/gps/hibernate/UsergroupgrouproleId.java |
17 |
Parameter 'roleId' is not assigned and could be declared final |
| 42721 |
src/com/gps/hibernate/UsergroupgrouproleId.java |
17 |
Parameter 'userGroupId' is not assigned and could be declared final |
| 42722 |
src/com/gps/hibernate/UsergroupgrouproleId.java |
17 |
publicMethodCommentRequirement Required |
| 42723 |
src/com/gps/hibernate/UsergroupgrouproleId.java |
23 |
publicMethodCommentRequirement Required |
| 42724 |
src/com/gps/hibernate/UsergroupgrouproleId.java |
27 |
Parameter 'userGroupId' is not assigned and could be declared final |
| 42725 |
src/com/gps/hibernate/UsergroupgrouproleId.java |
27 |
publicMethodCommentRequirement Required |
| 42726 |
src/com/gps/hibernate/UsergroupgrouproleId.java |
31 |
publicMethodCommentRequirement Required |
| 42727 |
src/com/gps/hibernate/UsergroupgrouproleId.java |
35 |
Parameter 'groupId' is not assigned and could be declared final |
| 42728 |
src/com/gps/hibernate/UsergroupgrouproleId.java |
35 |
publicMethodCommentRequirement Required |
| 42729 |
src/com/gps/hibernate/UsergroupgrouproleId.java |
39 |
publicMethodCommentRequirement Required |
| 42730 |
src/com/gps/hibernate/UsergroupgrouproleId.java |
43 |
Parameter 'roleId' is not assigned and could be declared final |
| 42731 |
src/com/gps/hibernate/UsergroupgrouproleId.java |
43 |
publicMethodCommentRequirement Required |
| 42732 |
src/com/gps/hibernate/UsergroupgrouproleId.java |
47 |
Parameter 'other' is not assigned and could be declared final |
| 42733 |
src/com/gps/hibernate/UsergroupgrouproleId.java |
47 |
publicMethodCommentRequirement Required |
| 42734 |
src/com/gps/hibernate/UsergroupgrouproleId.java |
48 |
Avoid using if statements without curly braces |
| 42735 |
src/com/gps/hibernate/UsergroupgrouproleId.java |
48 |
Useless parentheses. |
| 42736 |
src/com/gps/hibernate/UsergroupgrouproleId.java |
49 |
A method should have only one exit point, and that should be the last statement in the method |
| 42737 |
src/com/gps/hibernate/UsergroupgrouproleId.java |
50 |
Avoid using if statements without curly braces |
| 42738 |
src/com/gps/hibernate/UsergroupgrouproleId.java |
50 |
Useless parentheses. |
| 42739 |
src/com/gps/hibernate/UsergroupgrouproleId.java |
51 |
A method should have only one exit point, and that should be the last statement in the method |
| 42740 |
src/com/gps/hibernate/UsergroupgrouproleId.java |
52 |
Avoid using if statements without curly braces |
| 42741 |
src/com/gps/hibernate/UsergroupgrouproleId.java |
53 |
A method should have only one exit point, and that should be the last statement in the method |
| 42742 |
src/com/gps/hibernate/UsergroupgrouproleId.java |
54 |
Local variable 'castOther' could be declared final |
| 42743 |
src/com/gps/hibernate/UsergroupgrouproleId.java |
56 |
Potential violation of Law of Demeter (method chain calls) |
| 42744 |
src/com/gps/hibernate/UsergroupgrouproleId.java |
56 |
Potential violation of Law of Demeter (object not created locally) |
| 42745 |
src/com/gps/hibernate/UsergroupgrouproleId.java |
56 |
Potential violation of Law of Demeter (object not created locally) |
| 42746 |
src/com/gps/hibernate/UsergroupgrouproleId.java |
56 |
Useless parentheses. |
| 42747 |
src/com/gps/hibernate/UsergroupgrouproleId.java |
57 |
Potential violation of Law of Demeter (method chain calls) |
| 42748 |
src/com/gps/hibernate/UsergroupgrouproleId.java |
57 |
Potential violation of Law of Demeter (object not created locally) |
| 42749 |
src/com/gps/hibernate/UsergroupgrouproleId.java |
57 |
Potential violation of Law of Demeter (object not created locally) |
| 42750 |
src/com/gps/hibernate/UsergroupgrouproleId.java |
57 |
Useless parentheses. |
| 42751 |
src/com/gps/hibernate/UsergroupgrouproleId.java |
58 |
Potential violation of Law of Demeter (method chain calls) |
| 42752 |
src/com/gps/hibernate/UsergroupgrouproleId.java |
58 |
Potential violation of Law of Demeter (object not created locally) |
| 42753 |
src/com/gps/hibernate/UsergroupgrouproleId.java |
58 |
Potential violation of Law of Demeter (object not created locally) |
| 42754 |
src/com/gps/hibernate/UsergroupgrouproleId.java |
58 |
Useless parentheses. |
| 42755 |
src/com/gps/hibernate/UsergroupgrouproleId.java |
61 |
publicMethodCommentRequirement Required |
| 42756 |
src/com/gps/hibernate/UsergroupgrouproleId.java |
62 |
Found 'DD'-anomaly for variable 'result' (lines '62'-'64'). |
| 42757 |
src/com/gps/hibernate/UsergrouproleId.java |
9 |
Classes implementing Serializable should set a serialVersionUID |
| 42758 |
src/com/gps/hibernate/UsergrouproleId.java |
13 |
fieldCommentRequirement Required |
| 42759 |
src/com/gps/hibernate/UsergrouproleId.java |
14 |
fieldCommentRequirement Required |
| 42760 |
src/com/gps/hibernate/UsergrouproleId.java |
15 |
fieldCommentRequirement Required |
| 42761 |
src/com/gps/hibernate/UsergrouproleId.java |
20 |
Document empty constructor |
| 42762 |
src/com/gps/hibernate/UsergrouproleId.java |
24 |
Parameter 'groupId' is not assigned and could be declared final |
| 42763 |
src/com/gps/hibernate/UsergrouproleId.java |
24 |
Parameter 'roleId' is not assigned and could be declared final |
| 42764 |
src/com/gps/hibernate/UsergrouproleId.java |
24 |
Parameter 'userId' is not assigned and could be declared final |
| 42765 |
src/com/gps/hibernate/UsergrouproleId.java |
32 |
publicMethodCommentRequirement Required |
| 42766 |
src/com/gps/hibernate/UsergrouproleId.java |
36 |
Parameter 'userId' is not assigned and could be declared final |
| 42767 |
src/com/gps/hibernate/UsergrouproleId.java |
36 |
publicMethodCommentRequirement Required |
| 42768 |
src/com/gps/hibernate/UsergrouproleId.java |
40 |
publicMethodCommentRequirement Required |
| 42769 |
src/com/gps/hibernate/UsergrouproleId.java |
44 |
Parameter 'groupId' is not assigned and could be declared final |
| 42770 |
src/com/gps/hibernate/UsergrouproleId.java |
44 |
publicMethodCommentRequirement Required |
| 42771 |
src/com/gps/hibernate/UsergrouproleId.java |
48 |
publicMethodCommentRequirement Required |
| 42772 |
src/com/gps/hibernate/UsergrouproleId.java |
52 |
Parameter 'roleId' is not assigned and could be declared final |
| 42773 |
src/com/gps/hibernate/UsergrouproleId.java |
52 |
publicMethodCommentRequirement Required |
| 42774 |
src/com/gps/hibernate/UsergrouproleId.java |
56 |
Parameter 'other' is not assigned and could be declared final |
| 42775 |
src/com/gps/hibernate/UsergrouproleId.java |
56 |
publicMethodCommentRequirement Required |
| 42776 |
src/com/gps/hibernate/UsergrouproleId.java |
57 |
Avoid using if statements without curly braces |
| 42777 |
src/com/gps/hibernate/UsergrouproleId.java |
57 |
Useless parentheses. |
| 42778 |
src/com/gps/hibernate/UsergrouproleId.java |
58 |
A method should have only one exit point, and that should be the last statement in the method |
| 42779 |
src/com/gps/hibernate/UsergrouproleId.java |
59 |
Avoid using if statements without curly braces |
| 42780 |
src/com/gps/hibernate/UsergrouproleId.java |
59 |
Useless parentheses. |
| 42781 |
src/com/gps/hibernate/UsergrouproleId.java |
60 |
A method should have only one exit point, and that should be the last statement in the method |
| 42782 |
src/com/gps/hibernate/UsergrouproleId.java |
61 |
Avoid using if statements without curly braces |
| 42783 |
src/com/gps/hibernate/UsergrouproleId.java |
62 |
A method should have only one exit point, and that should be the last statement in the method |
| 42784 |
src/com/gps/hibernate/UsergrouproleId.java |
63 |
Local variable 'castOther' could be declared final |
| 42785 |
src/com/gps/hibernate/UsergrouproleId.java |
65 |
Potential violation of Law of Demeter (method chain calls) |
| 42786 |
src/com/gps/hibernate/UsergrouproleId.java |
65 |
Potential violation of Law of Demeter (object not created locally) |
| 42787 |
src/com/gps/hibernate/UsergrouproleId.java |
65 |
Potential violation of Law of Demeter (object not created locally) |
| 42788 |
src/com/gps/hibernate/UsergrouproleId.java |
65 |
Useless parentheses. |
| 42789 |
src/com/gps/hibernate/UsergrouproleId.java |
65 |
Useless parentheses. |
| 42790 |
src/com/gps/hibernate/UsergrouproleId.java |
67 |
Potential violation of Law of Demeter (object not created locally) |
| 42791 |
src/com/gps/hibernate/UsergrouproleId.java |
68 |
Potential violation of Law of Demeter (object not created locally) |
| 42792 |
src/com/gps/hibernate/UsergrouproleId.java |
69 |
Potential violation of Law of Demeter (method chain calls) |
| 42793 |
src/com/gps/hibernate/UsergrouproleId.java |
69 |
Potential violation of Law of Demeter (method chain calls) |
| 42794 |
src/com/gps/hibernate/UsergrouproleId.java |
69 |
Potential violation of Law of Demeter (object not created locally) |
| 42795 |
src/com/gps/hibernate/UsergrouproleId.java |
69 |
Potential violation of Law of Demeter (object not created locally) |
| 42796 |
src/com/gps/hibernate/UsergrouproleId.java |
69 |
Useless parentheses. |
| 42797 |
src/com/gps/hibernate/UsergrouproleId.java |
69 |
Useless parentheses. |
| 42798 |
src/com/gps/hibernate/UsergrouproleId.java |
71 |
Potential violation of Law of Demeter (object not created locally) |
| 42799 |
src/com/gps/hibernate/UsergrouproleId.java |
72 |
Potential violation of Law of Demeter (object not created locally) |
| 42800 |
src/com/gps/hibernate/UsergrouproleId.java |
73 |
Potential violation of Law of Demeter (method chain calls) |
| 42801 |
src/com/gps/hibernate/UsergrouproleId.java |
73 |
Potential violation of Law of Demeter (method chain calls) |
| 42802 |
src/com/gps/hibernate/UsergrouproleId.java |
73 |
Potential violation of Law of Demeter (object not created locally) |
| 42803 |
src/com/gps/hibernate/UsergrouproleId.java |
73 |
Potential violation of Law of Demeter (object not created locally) |
| 42804 |
src/com/gps/hibernate/UsergrouproleId.java |
73 |
Useless parentheses. |
| 42805 |
src/com/gps/hibernate/UsergrouproleId.java |
73 |
Useless parentheses. |
| 42806 |
src/com/gps/hibernate/UsergrouproleId.java |
75 |
Potential violation of Law of Demeter (object not created locally) |
| 42807 |
src/com/gps/hibernate/UsergrouproleId.java |
76 |
Potential violation of Law of Demeter (object not created locally) |
| 42808 |
src/com/gps/hibernate/UsergrouproleId.java |
79 |
publicMethodCommentRequirement Required |
| 42809 |
src/com/gps/hibernate/UsergrouproleId.java |
80 |
Found 'DD'-anomaly for variable 'result' (lines '80'-'82'). |
| 42810 |
src/com/gps/hibernate/UsersGeofence.java |
10 |
Classes implementing Serializable should set a serialVersionUID |
| 42811 |
src/com/gps/hibernate/UsersGeofence.java |
14 |
fieldCommentRequirement Required |
| 42812 |
src/com/gps/hibernate/UsersGeofence.java |
15 |
fieldCommentRequirement Required |
| 42813 |
src/com/gps/hibernate/UsersGeofence.java |
16 |
fieldCommentRequirement Required |
| 42814 |
src/com/gps/hibernate/UsersGeofence.java |
17 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'mobile_no' is not final. |
| 42815 |
src/com/gps/hibernate/UsersGeofence.java |
17 |
fieldCommentRequirement Required |
| 42816 |
src/com/gps/hibernate/UsersGeofence.java |
18 |
fieldCommentRequirement Required |
| 42817 |
src/com/gps/hibernate/UsersGeofence.java |
25 |
publicMethodCommentRequirement Required |
| 42818 |
src/com/gps/hibernate/UsersGeofence.java |
29 |
Parameter 'intrSession' is not assigned and could be declared final |
| 42819 |
src/com/gps/hibernate/UsersGeofence.java |
29 |
publicMethodCommentRequirement Required |
| 42820 |
src/com/gps/hibernate/UsersGeofence.java |
33 |
Method names should not contain underscores |
| 42821 |
src/com/gps/hibernate/UsersGeofence.java |
33 |
publicMethodCommentRequirement Required |
| 42822 |
src/com/gps/hibernate/UsersGeofence.java |
37 |
Method names should not contain underscores |
| 42823 |
src/com/gps/hibernate/UsersGeofence.java |
37 |
Parameter 'mobileNo' is not assigned and could be declared final |
| 42824 |
src/com/gps/hibernate/UsersGeofence.java |
37 |
publicMethodCommentRequirement Required |
| 42825 |
src/com/gps/hibernate/UsersGeofence.java |
41 |
Comment is too large: Too many lines |
| 42826 |
src/com/gps/hibernate/UsersGeofence.java |
50 |
Document empty constructor |
| 42827 |
src/com/gps/hibernate/UsersGeofence.java |
54 |
Parameter 'geofence' is not assigned and could be declared final |
| 42828 |
src/com/gps/hibernate/UsersGeofence.java |
54 |
Parameter 'user' is not assigned and could be declared final |
| 42829 |
src/com/gps/hibernate/UsersGeofence.java |
61 |
publicMethodCommentRequirement Required |
| 42830 |
src/com/gps/hibernate/UsersGeofence.java |
65 |
Parameter 'usersGeoId' is not assigned and could be declared final |
| 42831 |
src/com/gps/hibernate/UsersGeofence.java |
65 |
publicMethodCommentRequirement Required |
| 42832 |
src/com/gps/hibernate/UsersGeofence.java |
69 |
publicMethodCommentRequirement Required |
| 42833 |
src/com/gps/hibernate/UsersGeofence.java |
73 |
Parameter 'user' is not assigned and could be declared final |
| 42834 |
src/com/gps/hibernate/UsersGeofence.java |
73 |
publicMethodCommentRequirement Required |
| 42835 |
src/com/gps/hibernate/UsersGeofence.java |
77 |
publicMethodCommentRequirement Required |
| 42836 |
src/com/gps/hibernate/UsersGeofence.java |
81 |
Parameter 'geofence' is not assigned and could be declared final |
| 42837 |
src/com/gps/hibernate/UsersGeofence.java |
81 |
publicMethodCommentRequirement Required |
| 42838 |
src/com/gps/hibernate/UsersGeofenceDAO.java |
11 |
Comment is too large: Too many lines |
| 42839 |
src/com/gps/hibernate/UsersGeofenceDAO.java |
24 |
Logger should be defined private static final and have the correct class |
| 42840 |
src/com/gps/hibernate/UsersGeofenceDAO.java |
24 |
Variables that are final and static should be all capitals, 'log' is not all capitals. |
| 42841 |
src/com/gps/hibernate/UsersGeofenceDAO.java |
24 |
fieldCommentRequirement Required |
| 42842 |
src/com/gps/hibernate/UsersGeofenceDAO.java |
28 |
Parameter 'transientInstance' is not assigned and could be declared final |
| 42843 |
src/com/gps/hibernate/UsersGeofenceDAO.java |
28 |
publicMethodCommentRequirement Required |
| 42844 |
src/com/gps/hibernate/UsersGeofenceDAO.java |
30 |
Potential violation of Law of Demeter (method chain calls) |
| 42845 |
src/com/gps/hibernate/UsersGeofenceDAO.java |
31 |
There is log block not surrounded by if |
| 42846 |
src/com/gps/hibernate/UsersGeofenceDAO.java |
31 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 42847 |
src/com/gps/hibernate/UsersGeofenceDAO.java |
32 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 42848 |
src/com/gps/hibernate/UsersGeofenceDAO.java |
33 |
There is log block not surrounded by if |
| 42849 |
src/com/gps/hibernate/UsersGeofenceDAO.java |
38 |
Avoid excessively long variable names like persistentInstance |
| 42850 |
src/com/gps/hibernate/UsersGeofenceDAO.java |
38 |
Parameter 'persistentInstance' is not assigned and could be declared final |
| 42851 |
src/com/gps/hibernate/UsersGeofenceDAO.java |
38 |
publicMethodCommentRequirement Required |
| 42852 |
src/com/gps/hibernate/UsersGeofenceDAO.java |
40 |
Potential violation of Law of Demeter (method chain calls) |
| 42853 |
src/com/gps/hibernate/UsersGeofenceDAO.java |
41 |
There is log block not surrounded by if |
| 42854 |
src/com/gps/hibernate/UsersGeofenceDAO.java |
41 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 42855 |
src/com/gps/hibernate/UsersGeofenceDAO.java |
42 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 42856 |
src/com/gps/hibernate/UsersGeofenceDAO.java |
43 |
There is log block not surrounded by if |
| 42857 |
src/com/gps/hibernate/UsersGeofenceDAO.java |
48 |
Avoid variables with short names like id |
| 42858 |
src/com/gps/hibernate/UsersGeofenceDAO.java |
48 |
Parameter 'id' is not assigned and could be declared final |
| 42859 |
src/com/gps/hibernate/UsersGeofenceDAO.java |
48 |
publicMethodCommentRequirement Required |
| 42860 |
src/com/gps/hibernate/UsersGeofenceDAO.java |
50 |
Local variable 'instance' could be declared final |
| 42861 |
src/com/gps/hibernate/UsersGeofenceDAO.java |
50 |
Potential violation of Law of Demeter (method chain calls) |
| 42862 |
src/com/gps/hibernate/UsersGeofenceDAO.java |
53 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 42863 |
src/com/gps/hibernate/UsersGeofenceDAO.java |
54 |
There is log block not surrounded by if |
| 42864 |
src/com/gps/hibernate/UsersGeofenceDAO.java |
59 |
Parameter 'instance' is not assigned and could be declared final |
| 42865 |
src/com/gps/hibernate/UsersGeofenceDAO.java |
59 |
publicMethodCommentRequirement Required |
| 42866 |
src/com/gps/hibernate/UsersGeofenceDAO.java |
61 |
Local variable 'results' could be declared final |
| 42867 |
src/com/gps/hibernate/UsersGeofenceDAO.java |
61 |
Potential violation of Law of Demeter (method chain calls) |
| 42868 |
src/com/gps/hibernate/UsersGeofenceDAO.java |
61 |
Potential violation of Law of Demeter (method chain calls) |
| 42869 |
src/com/gps/hibernate/UsersGeofenceDAO.java |
61 |
Potential violation of Law of Demeter (method chain calls) |
| 42870 |
src/com/gps/hibernate/UsersGeofenceDAO.java |
65 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 42871 |
src/com/gps/hibernate/UsersGeofenceDAO.java |
66 |
There is log block not surrounded by if |
| 42872 |
src/com/gps/hibernate/UsersGeofenceDAO.java |
71 |
Parameter 'propertyName' is not assigned and could be declared final |
| 42873 |
src/com/gps/hibernate/UsersGeofenceDAO.java |
71 |
Parameter 'value' is not assigned and could be declared final |
| 42874 |
src/com/gps/hibernate/UsersGeofenceDAO.java |
71 |
publicMethodCommentRequirement Required |
| 42875 |
src/com/gps/hibernate/UsersGeofenceDAO.java |
73 |
Local variable 'queryString' could be declared final |
| 42876 |
src/com/gps/hibernate/UsersGeofenceDAO.java |
75 |
Local variable 'queryObject' could be declared final |
| 42877 |
src/com/gps/hibernate/UsersGeofenceDAO.java |
75 |
Potential violation of Law of Demeter (method chain calls) |
| 42878 |
src/com/gps/hibernate/UsersGeofenceDAO.java |
76 |
Potential violation of Law of Demeter (object not created locally) |
| 42879 |
src/com/gps/hibernate/UsersGeofenceDAO.java |
77 |
Potential violation of Law of Demeter (object not created locally) |
| 42880 |
src/com/gps/hibernate/UsersGeofenceDAO.java |
78 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 42881 |
src/com/gps/hibernate/UsersGeofenceDAO.java |
79 |
There is log block not surrounded by if |
| 42882 |
src/com/gps/hibernate/UsersGeofenceDAO.java |
84 |
publicMethodCommentRequirement Required |
| 42883 |
src/com/gps/hibernate/UsersGeofenceDAO.java |
86 |
Local variable 'queryString' could be declared final |
| 42884 |
src/com/gps/hibernate/UsersGeofenceDAO.java |
87 |
Local variable 'queryObject' could be declared final |
| 42885 |
src/com/gps/hibernate/UsersGeofenceDAO.java |
87 |
Potential violation of Law of Demeter (method chain calls) |
| 42886 |
src/com/gps/hibernate/UsersGeofenceDAO.java |
88 |
Potential violation of Law of Demeter (object not created locally) |
| 42887 |
src/com/gps/hibernate/UsersGeofenceDAO.java |
89 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 42888 |
src/com/gps/hibernate/UsersGeofenceDAO.java |
90 |
There is log block not surrounded by if |
| 42889 |
src/com/gps/hibernate/UsersGeofenceDAO.java |
95 |
Parameter 'detachedInstance' is not assigned and could be declared final |
| 42890 |
src/com/gps/hibernate/UsersGeofenceDAO.java |
95 |
publicMethodCommentRequirement Required |
| 42891 |
src/com/gps/hibernate/UsersGeofenceDAO.java |
97 |
Local variable 'result' could be declared final |
| 42892 |
src/com/gps/hibernate/UsersGeofenceDAO.java |
97 |
Potential violation of Law of Demeter (method chain calls) |
| 42893 |
src/com/gps/hibernate/UsersGeofenceDAO.java |
100 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 42894 |
src/com/gps/hibernate/UsersGeofenceDAO.java |
101 |
There is log block not surrounded by if |
| 42895 |
src/com/gps/hibernate/UsersGeofenceDAO.java |
106 |
Parameter 'instance' is not assigned and could be declared final |
| 42896 |
src/com/gps/hibernate/UsersGeofenceDAO.java |
106 |
publicMethodCommentRequirement Required |
| 42897 |
src/com/gps/hibernate/UsersGeofenceDAO.java |
108 |
Potential violation of Law of Demeter (method chain calls) |
| 42898 |
src/com/gps/hibernate/UsersGeofenceDAO.java |
109 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 42899 |
src/com/gps/hibernate/UsersGeofenceDAO.java |
110 |
There is log block not surrounded by if |
| 42900 |
src/com/gps/hibernate/UsersGeofenceDAO.java |
115 |
Parameter 'instance' is not assigned and could be declared final |
| 42901 |
src/com/gps/hibernate/UsersGeofenceDAO.java |
115 |
publicMethodCommentRequirement Required |
| 42902 |
src/com/gps/hibernate/UsersGeofenceDAO.java |
117 |
Potential violation of Law of Demeter (method chain calls) |
| 42903 |
src/com/gps/hibernate/UsersGeofenceDAO.java |
118 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 42904 |
src/com/gps/hibernate/UsersGeofenceDAO.java |
119 |
There is log block not surrounded by if |
| 42905 |
src/com/gps/hibernate/UsersGroups.java |
9 |
Classes implementing Serializable should set a serialVersionUID |
| 42906 |
src/com/gps/hibernate/UsersGroups.java |
13 |
Avoid variables with short names like id |
| 42907 |
src/com/gps/hibernate/UsersGroups.java |
13 |
fieldCommentRequirement Required |
| 42908 |
src/com/gps/hibernate/UsersGroups.java |
18 |
Document empty constructor |
| 42909 |
src/com/gps/hibernate/UsersGroups.java |
22 |
Avoid variables with short names like id |
| 42910 |
src/com/gps/hibernate/UsersGroups.java |
22 |
Parameter 'id' is not assigned and could be declared final |
| 42911 |
src/com/gps/hibernate/UsersGroups.java |
28 |
publicMethodCommentRequirement Required |
| 42912 |
src/com/gps/hibernate/UsersGroups.java |
32 |
Avoid variables with short names like id |
| 42913 |
src/com/gps/hibernate/UsersGroups.java |
32 |
Parameter 'id' is not assigned and could be declared final |
| 42914 |
src/com/gps/hibernate/UsersGroups.java |
32 |
publicMethodCommentRequirement Required |
| 42915 |
src/com/gps/hibernate/UsersGroupsDAO.java |
11 |
Comment is too large: Too many lines |
| 42916 |
src/com/gps/hibernate/UsersGroupsDAO.java |
24 |
Logger should be defined private static final and have the correct class |
| 42917 |
src/com/gps/hibernate/UsersGroupsDAO.java |
24 |
Variables that are final and static should be all capitals, 'log' is not all capitals. |
| 42918 |
src/com/gps/hibernate/UsersGroupsDAO.java |
24 |
fieldCommentRequirement Required |
| 42919 |
src/com/gps/hibernate/UsersGroupsDAO.java |
28 |
Parameter 'transientInstance' is not assigned and could be declared final |
| 42920 |
src/com/gps/hibernate/UsersGroupsDAO.java |
28 |
publicMethodCommentRequirement Required |
| 42921 |
src/com/gps/hibernate/UsersGroupsDAO.java |
29 |
There is log block not surrounded by if |
| 42922 |
src/com/gps/hibernate/UsersGroupsDAO.java |
29 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 42923 |
src/com/gps/hibernate/UsersGroupsDAO.java |
31 |
Potential violation of Law of Demeter (method chain calls) |
| 42924 |
src/com/gps/hibernate/UsersGroupsDAO.java |
32 |
There is log block not surrounded by if |
| 42925 |
src/com/gps/hibernate/UsersGroupsDAO.java |
32 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 42926 |
src/com/gps/hibernate/UsersGroupsDAO.java |
33 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 42927 |
src/com/gps/hibernate/UsersGroupsDAO.java |
34 |
There is log block not surrounded by if |
| 42928 |
src/com/gps/hibernate/UsersGroupsDAO.java |
39 |
Avoid excessively long variable names like persistentInstance |
| 42929 |
src/com/gps/hibernate/UsersGroupsDAO.java |
39 |
Parameter 'persistentInstance' is not assigned and could be declared final |
| 42930 |
src/com/gps/hibernate/UsersGroupsDAO.java |
39 |
publicMethodCommentRequirement Required |
| 42931 |
src/com/gps/hibernate/UsersGroupsDAO.java |
40 |
There is log block not surrounded by if |
| 42932 |
src/com/gps/hibernate/UsersGroupsDAO.java |
40 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 42933 |
src/com/gps/hibernate/UsersGroupsDAO.java |
42 |
Potential violation of Law of Demeter (method chain calls) |
| 42934 |
src/com/gps/hibernate/UsersGroupsDAO.java |
43 |
There is log block not surrounded by if |
| 42935 |
src/com/gps/hibernate/UsersGroupsDAO.java |
43 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 42936 |
src/com/gps/hibernate/UsersGroupsDAO.java |
44 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 42937 |
src/com/gps/hibernate/UsersGroupsDAO.java |
45 |
There is log block not surrounded by if |
| 42938 |
src/com/gps/hibernate/UsersGroupsDAO.java |
50 |
Avoid variables with short names like id |
| 42939 |
src/com/gps/hibernate/UsersGroupsDAO.java |
50 |
Parameter 'id' is not assigned and could be declared final |
| 42940 |
src/com/gps/hibernate/UsersGroupsDAO.java |
50 |
publicMethodCommentRequirement Required |
| 42941 |
src/com/gps/hibernate/UsersGroupsDAO.java |
51 |
There is log block not surrounded by if |
| 42942 |
src/com/gps/hibernate/UsersGroupsDAO.java |
51 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 42943 |
src/com/gps/hibernate/UsersGroupsDAO.java |
53 |
Local variable 'instance' could be declared final |
| 42944 |
src/com/gps/hibernate/UsersGroupsDAO.java |
53 |
Potential violation of Law of Demeter (method chain calls) |
| 42945 |
src/com/gps/hibernate/UsersGroupsDAO.java |
56 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 42946 |
src/com/gps/hibernate/UsersGroupsDAO.java |
57 |
There is log block not surrounded by if |
| 42947 |
src/com/gps/hibernate/UsersGroupsDAO.java |
62 |
Parameter 'instance' is not assigned and could be declared final |
| 42948 |
src/com/gps/hibernate/UsersGroupsDAO.java |
62 |
publicMethodCommentRequirement Required |
| 42949 |
src/com/gps/hibernate/UsersGroupsDAO.java |
63 |
There is log block not surrounded by if |
| 42950 |
src/com/gps/hibernate/UsersGroupsDAO.java |
63 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 42951 |
src/com/gps/hibernate/UsersGroupsDAO.java |
65 |
Local variable 'results' could be declared final |
| 42952 |
src/com/gps/hibernate/UsersGroupsDAO.java |
65 |
Potential violation of Law of Demeter (method chain calls) |
| 42953 |
src/com/gps/hibernate/UsersGroupsDAO.java |
65 |
Potential violation of Law of Demeter (method chain calls) |
| 42954 |
src/com/gps/hibernate/UsersGroupsDAO.java |
65 |
Potential violation of Law of Demeter (method chain calls) |
| 42955 |
src/com/gps/hibernate/UsersGroupsDAO.java |
68 |
There is log block not surrounded by if |
| 42956 |
src/com/gps/hibernate/UsersGroupsDAO.java |
68 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 42957 |
src/com/gps/hibernate/UsersGroupsDAO.java |
69 |
Potential violation of Law of Demeter (object not created locally) |
| 42958 |
src/com/gps/hibernate/UsersGroupsDAO.java |
71 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 42959 |
src/com/gps/hibernate/UsersGroupsDAO.java |
72 |
There is log block not surrounded by if |
| 42960 |
src/com/gps/hibernate/UsersGroupsDAO.java |
77 |
Parameter 'propertyName' is not assigned and could be declared final |
| 42961 |
src/com/gps/hibernate/UsersGroupsDAO.java |
77 |
Parameter 'value' is not assigned and could be declared final |
| 42962 |
src/com/gps/hibernate/UsersGroupsDAO.java |
77 |
publicMethodCommentRequirement Required |
| 42963 |
src/com/gps/hibernate/UsersGroupsDAO.java |
78 |
There is log block not surrounded by if |
| 42964 |
src/com/gps/hibernate/UsersGroupsDAO.java |
78 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 42965 |
src/com/gps/hibernate/UsersGroupsDAO.java |
81 |
Local variable 'queryString' could be declared final |
| 42966 |
src/com/gps/hibernate/UsersGroupsDAO.java |
83 |
Local variable 'queryObject' could be declared final |
| 42967 |
src/com/gps/hibernate/UsersGroupsDAO.java |
83 |
Potential violation of Law of Demeter (method chain calls) |
| 42968 |
src/com/gps/hibernate/UsersGroupsDAO.java |
84 |
Potential violation of Law of Demeter (object not created locally) |
| 42969 |
src/com/gps/hibernate/UsersGroupsDAO.java |
85 |
Potential violation of Law of Demeter (object not created locally) |
| 42970 |
src/com/gps/hibernate/UsersGroupsDAO.java |
86 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 42971 |
src/com/gps/hibernate/UsersGroupsDAO.java |
87 |
There is log block not surrounded by if |
| 42972 |
src/com/gps/hibernate/UsersGroupsDAO.java |
92 |
publicMethodCommentRequirement Required |
| 42973 |
src/com/gps/hibernate/UsersGroupsDAO.java |
93 |
There is log block not surrounded by if |
| 42974 |
src/com/gps/hibernate/UsersGroupsDAO.java |
93 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 42975 |
src/com/gps/hibernate/UsersGroupsDAO.java |
95 |
Local variable 'queryString' could be declared final |
| 42976 |
src/com/gps/hibernate/UsersGroupsDAO.java |
96 |
Local variable 'queryObject' could be declared final |
| 42977 |
src/com/gps/hibernate/UsersGroupsDAO.java |
96 |
Potential violation of Law of Demeter (method chain calls) |
| 42978 |
src/com/gps/hibernate/UsersGroupsDAO.java |
97 |
Potential violation of Law of Demeter (object not created locally) |
| 42979 |
src/com/gps/hibernate/UsersGroupsDAO.java |
98 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 42980 |
src/com/gps/hibernate/UsersGroupsDAO.java |
99 |
There is log block not surrounded by if |
| 42981 |
src/com/gps/hibernate/UsersGroupsDAO.java |
104 |
Parameter 'detachedInstance' is not assigned and could be declared final |
| 42982 |
src/com/gps/hibernate/UsersGroupsDAO.java |
104 |
publicMethodCommentRequirement Required |
| 42983 |
src/com/gps/hibernate/UsersGroupsDAO.java |
105 |
There is log block not surrounded by if |
| 42984 |
src/com/gps/hibernate/UsersGroupsDAO.java |
105 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 42985 |
src/com/gps/hibernate/UsersGroupsDAO.java |
107 |
Local variable 'result' could be declared final |
| 42986 |
src/com/gps/hibernate/UsersGroupsDAO.java |
107 |
Potential violation of Law of Demeter (method chain calls) |
| 42987 |
src/com/gps/hibernate/UsersGroupsDAO.java |
109 |
There is log block not surrounded by if |
| 42988 |
src/com/gps/hibernate/UsersGroupsDAO.java |
109 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 42989 |
src/com/gps/hibernate/UsersGroupsDAO.java |
111 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 42990 |
src/com/gps/hibernate/UsersGroupsDAO.java |
112 |
There is log block not surrounded by if |
| 42991 |
src/com/gps/hibernate/UsersGroupsDAO.java |
117 |
Parameter 'instance' is not assigned and could be declared final |
| 42992 |
src/com/gps/hibernate/UsersGroupsDAO.java |
117 |
publicMethodCommentRequirement Required |
| 42993 |
src/com/gps/hibernate/UsersGroupsDAO.java |
118 |
There is log block not surrounded by if |
| 42994 |
src/com/gps/hibernate/UsersGroupsDAO.java |
118 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 42995 |
src/com/gps/hibernate/UsersGroupsDAO.java |
120 |
Potential violation of Law of Demeter (method chain calls) |
| 42996 |
src/com/gps/hibernate/UsersGroupsDAO.java |
121 |
There is log block not surrounded by if |
| 42997 |
src/com/gps/hibernate/UsersGroupsDAO.java |
121 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 42998 |
src/com/gps/hibernate/UsersGroupsDAO.java |
122 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 42999 |
src/com/gps/hibernate/UsersGroupsDAO.java |
123 |
There is log block not surrounded by if |
| 43000 |
src/com/gps/hibernate/UsersGroupsDAO.java |
128 |
Parameter 'instance' is not assigned and could be declared final |
| 43001 |
src/com/gps/hibernate/UsersGroupsDAO.java |
128 |
publicMethodCommentRequirement Required |
| 43002 |
src/com/gps/hibernate/UsersGroupsDAO.java |
129 |
There is log block not surrounded by if |
| 43003 |
src/com/gps/hibernate/UsersGroupsDAO.java |
129 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 43004 |
src/com/gps/hibernate/UsersGroupsDAO.java |
131 |
Potential violation of Law of Demeter (method chain calls) |
| 43005 |
src/com/gps/hibernate/UsersGroupsDAO.java |
132 |
There is log block not surrounded by if |
| 43006 |
src/com/gps/hibernate/UsersGroupsDAO.java |
132 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 43007 |
src/com/gps/hibernate/UsersGroupsDAO.java |
133 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 43008 |
src/com/gps/hibernate/UsersGroupsDAO.java |
134 |
There is log block not surrounded by if |
| 43009 |
src/com/gps/hibernate/UsersGroupsId.java |
9 |
Classes implementing Serializable should set a serialVersionUID |
| 43010 |
src/com/gps/hibernate/UsersGroupsId.java |
13 |
fieldCommentRequirement Required |
| 43011 |
src/com/gps/hibernate/UsersGroupsId.java |
14 |
fieldCommentRequirement Required |
| 43012 |
src/com/gps/hibernate/UsersGroupsId.java |
19 |
Document empty constructor |
| 43013 |
src/com/gps/hibernate/UsersGroupsId.java |
23 |
Parameter 'groupId' is not assigned and could be declared final |
| 43014 |
src/com/gps/hibernate/UsersGroupsId.java |
23 |
Parameter 'userId' is not assigned and could be declared final |
| 43015 |
src/com/gps/hibernate/UsersGroupsId.java |
30 |
publicMethodCommentRequirement Required |
| 43016 |
src/com/gps/hibernate/UsersGroupsId.java |
34 |
Parameter 'userId' is not assigned and could be declared final |
| 43017 |
src/com/gps/hibernate/UsersGroupsId.java |
34 |
publicMethodCommentRequirement Required |
| 43018 |
src/com/gps/hibernate/UsersGroupsId.java |
38 |
publicMethodCommentRequirement Required |
| 43019 |
src/com/gps/hibernate/UsersGroupsId.java |
42 |
Parameter 'groupId' is not assigned and could be declared final |
| 43020 |
src/com/gps/hibernate/UsersGroupsId.java |
42 |
publicMethodCommentRequirement Required |
| 43021 |
src/com/gps/hibernate/UsersGroupsId.java |
46 |
Parameter 'other' is not assigned and could be declared final |
| 43022 |
src/com/gps/hibernate/UsersGroupsId.java |
46 |
publicMethodCommentRequirement Required |
| 43023 |
src/com/gps/hibernate/UsersGroupsId.java |
47 |
Avoid using if statements without curly braces |
| 43024 |
src/com/gps/hibernate/UsersGroupsId.java |
47 |
Useless parentheses. |
| 43025 |
src/com/gps/hibernate/UsersGroupsId.java |
48 |
A method should have only one exit point, and that should be the last statement in the method |
| 43026 |
src/com/gps/hibernate/UsersGroupsId.java |
49 |
Avoid using if statements without curly braces |
| 43027 |
src/com/gps/hibernate/UsersGroupsId.java |
49 |
Useless parentheses. |
| 43028 |
src/com/gps/hibernate/UsersGroupsId.java |
50 |
A method should have only one exit point, and that should be the last statement in the method |
| 43029 |
src/com/gps/hibernate/UsersGroupsId.java |
51 |
Avoid using if statements without curly braces |
| 43030 |
src/com/gps/hibernate/UsersGroupsId.java |
52 |
A method should have only one exit point, and that should be the last statement in the method |
| 43031 |
src/com/gps/hibernate/UsersGroupsId.java |
53 |
Local variable 'castOther' could be declared final |
| 43032 |
src/com/gps/hibernate/UsersGroupsId.java |
55 |
Potential violation of Law of Demeter (method chain calls) |
| 43033 |
src/com/gps/hibernate/UsersGroupsId.java |
55 |
Potential violation of Law of Demeter (object not created locally) |
| 43034 |
src/com/gps/hibernate/UsersGroupsId.java |
55 |
Potential violation of Law of Demeter (object not created locally) |
| 43035 |
src/com/gps/hibernate/UsersGroupsId.java |
55 |
Useless parentheses. |
| 43036 |
src/com/gps/hibernate/UsersGroupsId.java |
55 |
Useless parentheses. |
| 43037 |
src/com/gps/hibernate/UsersGroupsId.java |
57 |
Potential violation of Law of Demeter (object not created locally) |
| 43038 |
src/com/gps/hibernate/UsersGroupsId.java |
58 |
Potential violation of Law of Demeter (object not created locally) |
| 43039 |
src/com/gps/hibernate/UsersGroupsId.java |
59 |
Potential violation of Law of Demeter (method chain calls) |
| 43040 |
src/com/gps/hibernate/UsersGroupsId.java |
59 |
Potential violation of Law of Demeter (method chain calls) |
| 43041 |
src/com/gps/hibernate/UsersGroupsId.java |
59 |
Potential violation of Law of Demeter (object not created locally) |
| 43042 |
src/com/gps/hibernate/UsersGroupsId.java |
59 |
Potential violation of Law of Demeter (object not created locally) |
| 43043 |
src/com/gps/hibernate/UsersGroupsId.java |
59 |
Useless parentheses. |
| 43044 |
src/com/gps/hibernate/UsersGroupsId.java |
59 |
Useless parentheses. |
| 43045 |
src/com/gps/hibernate/UsersGroupsId.java |
61 |
Potential violation of Law of Demeter (object not created locally) |
| 43046 |
src/com/gps/hibernate/UsersGroupsId.java |
62 |
Potential violation of Law of Demeter (object not created locally) |
| 43047 |
src/com/gps/hibernate/UsersGroupsId.java |
65 |
publicMethodCommentRequirement Required |
| 43048 |
src/com/gps/hibernate/UsersGroupsId.java |
66 |
Found 'DD'-anomaly for variable 'result' (lines '66'-'68'). |
| 43049 |
src/com/gps/hibernate/UsersOrgs.java |
9 |
Classes implementing Serializable should set a serialVersionUID |
| 43050 |
src/com/gps/hibernate/UsersOrgs.java |
13 |
Avoid variables with short names like id |
| 43051 |
src/com/gps/hibernate/UsersOrgs.java |
13 |
fieldCommentRequirement Required |
| 43052 |
src/com/gps/hibernate/UsersOrgs.java |
18 |
Document empty constructor |
| 43053 |
src/com/gps/hibernate/UsersOrgs.java |
22 |
Avoid variables with short names like id |
| 43054 |
src/com/gps/hibernate/UsersOrgs.java |
22 |
Parameter 'id' is not assigned and could be declared final |
| 43055 |
src/com/gps/hibernate/UsersOrgs.java |
28 |
publicMethodCommentRequirement Required |
| 43056 |
src/com/gps/hibernate/UsersOrgs.java |
32 |
Avoid variables with short names like id |
| 43057 |
src/com/gps/hibernate/UsersOrgs.java |
32 |
Parameter 'id' is not assigned and could be declared final |
| 43058 |
src/com/gps/hibernate/UsersOrgs.java |
32 |
publicMethodCommentRequirement Required |
| 43059 |
src/com/gps/hibernate/UsersOrgsDAO.java |
12 |
Comment is too large: Too many lines |
| 43060 |
src/com/gps/hibernate/UsersOrgsDAO.java |
25 |
Logger should be defined private static final and have the correct class |
| 43061 |
src/com/gps/hibernate/UsersOrgsDAO.java |
25 |
Variables that are final and static should be all capitals, 'log' is not all capitals. |
| 43062 |
src/com/gps/hibernate/UsersOrgsDAO.java |
25 |
fieldCommentRequirement Required |
| 43063 |
src/com/gps/hibernate/UsersOrgsDAO.java |
29 |
Parameter 'userId' is not assigned and could be declared final |
| 43064 |
src/com/gps/hibernate/UsersOrgsDAO.java |
29 |
publicMethodCommentRequirement Required |
| 43065 |
src/com/gps/hibernate/UsersOrgsDAO.java |
31 |
Found 'DD'-anomaly for variable 'orgs_list' (lines '31'-'36'). |
| 43066 |
src/com/gps/hibernate/UsersOrgsDAO.java |
31 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'orgs_list' is not final. |
| 43067 |
src/com/gps/hibernate/UsersOrgsDAO.java |
32 |
Found 'DD'-anomaly for variable 'sess' (lines '32'-'35'). |
| 43068 |
src/com/gps/hibernate/UsersOrgsDAO.java |
36 |
Potential violation of Law of Demeter (method chain calls) |
| 43069 |
src/com/gps/hibernate/UsersOrgsDAO.java |
36 |
Potential violation of Law of Demeter (method chain calls) |
| 43070 |
src/com/gps/hibernate/UsersOrgsDAO.java |
36 |
Potential violation of Law of Demeter (object not created locally) |
| 43071 |
src/com/gps/hibernate/UsersOrgsDAO.java |
37 |
A method should have only one exit point, and that should be the last statement in the method |
| 43072 |
src/com/gps/hibernate/UsersOrgsDAO.java |
39 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 43073 |
src/com/gps/hibernate/UsersOrgsDAO.java |
40 |
Potential violation of Law of Demeter (object not created locally) |
| 43074 |
src/com/gps/hibernate/UsersOrgsDAO.java |
40 |
There is log block not surrounded by if |
| 43075 |
src/com/gps/hibernate/UsersOrgsDAO.java |
45 |
Potential violation of Law of Demeter (object not created locally) |
| 43076 |
src/com/gps/hibernate/UsersOrgsDAO.java |
49 |
Parameter 'transientInstance' is not assigned and could be declared final |
| 43077 |
src/com/gps/hibernate/UsersOrgsDAO.java |
49 |
publicMethodCommentRequirement Required |
| 43078 |
src/com/gps/hibernate/UsersOrgsDAO.java |
51 |
Potential violation of Law of Demeter (method chain calls) |
| 43079 |
src/com/gps/hibernate/UsersOrgsDAO.java |
52 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 43080 |
src/com/gps/hibernate/UsersOrgsDAO.java |
53 |
There is log block not surrounded by if |
| 43081 |
src/com/gps/hibernate/UsersOrgsDAO.java |
58 |
Avoid excessively long variable names like persistentInstance |
| 43082 |
src/com/gps/hibernate/UsersOrgsDAO.java |
58 |
Parameter 'persistentInstance' is not assigned and could be declared final |
| 43083 |
src/com/gps/hibernate/UsersOrgsDAO.java |
58 |
publicMethodCommentRequirement Required |
| 43084 |
src/com/gps/hibernate/UsersOrgsDAO.java |
60 |
Potential violation of Law of Demeter (method chain calls) |
| 43085 |
src/com/gps/hibernate/UsersOrgsDAO.java |
61 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 43086 |
src/com/gps/hibernate/UsersOrgsDAO.java |
62 |
There is log block not surrounded by if |
| 43087 |
src/com/gps/hibernate/UsersOrgsDAO.java |
67 |
Avoid variables with short names like id |
| 43088 |
src/com/gps/hibernate/UsersOrgsDAO.java |
67 |
Parameter 'id' is not assigned and could be declared final |
| 43089 |
src/com/gps/hibernate/UsersOrgsDAO.java |
67 |
publicMethodCommentRequirement Required |
| 43090 |
src/com/gps/hibernate/UsersOrgsDAO.java |
69 |
Local variable 'instance' could be declared final |
| 43091 |
src/com/gps/hibernate/UsersOrgsDAO.java |
69 |
Potential violation of Law of Demeter (method chain calls) |
| 43092 |
src/com/gps/hibernate/UsersOrgsDAO.java |
72 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 43093 |
src/com/gps/hibernate/UsersOrgsDAO.java |
73 |
There is log block not surrounded by if |
| 43094 |
src/com/gps/hibernate/UsersOrgsDAO.java |
78 |
Parameter 'instance' is not assigned and could be declared final |
| 43095 |
src/com/gps/hibernate/UsersOrgsDAO.java |
78 |
publicMethodCommentRequirement Required |
| 43096 |
src/com/gps/hibernate/UsersOrgsDAO.java |
80 |
Local variable 'results' could be declared final |
| 43097 |
src/com/gps/hibernate/UsersOrgsDAO.java |
80 |
Potential violation of Law of Demeter (method chain calls) |
| 43098 |
src/com/gps/hibernate/UsersOrgsDAO.java |
80 |
Potential violation of Law of Demeter (method chain calls) |
| 43099 |
src/com/gps/hibernate/UsersOrgsDAO.java |
80 |
Potential violation of Law of Demeter (method chain calls) |
| 43100 |
src/com/gps/hibernate/UsersOrgsDAO.java |
84 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 43101 |
src/com/gps/hibernate/UsersOrgsDAO.java |
85 |
There is log block not surrounded by if |
| 43102 |
src/com/gps/hibernate/UsersOrgsDAO.java |
90 |
Parameter 'propertyName' is not assigned and could be declared final |
| 43103 |
src/com/gps/hibernate/UsersOrgsDAO.java |
90 |
Parameter 'value' is not assigned and could be declared final |
| 43104 |
src/com/gps/hibernate/UsersOrgsDAO.java |
90 |
publicMethodCommentRequirement Required |
| 43105 |
src/com/gps/hibernate/UsersOrgsDAO.java |
92 |
Local variable 'queryString' could be declared final |
| 43106 |
src/com/gps/hibernate/UsersOrgsDAO.java |
94 |
Local variable 'queryObject' could be declared final |
| 43107 |
src/com/gps/hibernate/UsersOrgsDAO.java |
94 |
Potential violation of Law of Demeter (method chain calls) |
| 43108 |
src/com/gps/hibernate/UsersOrgsDAO.java |
95 |
Potential violation of Law of Demeter (object not created locally) |
| 43109 |
src/com/gps/hibernate/UsersOrgsDAO.java |
96 |
Potential violation of Law of Demeter (object not created locally) |
| 43110 |
src/com/gps/hibernate/UsersOrgsDAO.java |
97 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 43111 |
src/com/gps/hibernate/UsersOrgsDAO.java |
98 |
There is log block not surrounded by if |
| 43112 |
src/com/gps/hibernate/UsersOrgsDAO.java |
103 |
publicMethodCommentRequirement Required |
| 43113 |
src/com/gps/hibernate/UsersOrgsDAO.java |
105 |
Local variable 'queryString' could be declared final |
| 43114 |
src/com/gps/hibernate/UsersOrgsDAO.java |
106 |
Local variable 'queryObject' could be declared final |
| 43115 |
src/com/gps/hibernate/UsersOrgsDAO.java |
106 |
Potential violation of Law of Demeter (method chain calls) |
| 43116 |
src/com/gps/hibernate/UsersOrgsDAO.java |
107 |
Potential violation of Law of Demeter (object not created locally) |
| 43117 |
src/com/gps/hibernate/UsersOrgsDAO.java |
108 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 43118 |
src/com/gps/hibernate/UsersOrgsDAO.java |
109 |
There is log block not surrounded by if |
| 43119 |
src/com/gps/hibernate/UsersOrgsDAO.java |
114 |
Parameter 'detachedInstance' is not assigned and could be declared final |
| 43120 |
src/com/gps/hibernate/UsersOrgsDAO.java |
114 |
publicMethodCommentRequirement Required |
| 43121 |
src/com/gps/hibernate/UsersOrgsDAO.java |
116 |
Local variable 'result' could be declared final |
| 43122 |
src/com/gps/hibernate/UsersOrgsDAO.java |
116 |
Potential violation of Law of Demeter (method chain calls) |
| 43123 |
src/com/gps/hibernate/UsersOrgsDAO.java |
117 |
Consider simply returning the value vs storing it in local variable 'result' |
| 43124 |
src/com/gps/hibernate/UsersOrgsDAO.java |
118 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 43125 |
src/com/gps/hibernate/UsersOrgsDAO.java |
119 |
There is log block not surrounded by if |
| 43126 |
src/com/gps/hibernate/UsersOrgsDAO.java |
124 |
Parameter 'instance' is not assigned and could be declared final |
| 43127 |
src/com/gps/hibernate/UsersOrgsDAO.java |
124 |
publicMethodCommentRequirement Required |
| 43128 |
src/com/gps/hibernate/UsersOrgsDAO.java |
126 |
Potential violation of Law of Demeter (method chain calls) |
| 43129 |
src/com/gps/hibernate/UsersOrgsDAO.java |
127 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 43130 |
src/com/gps/hibernate/UsersOrgsDAO.java |
128 |
There is log block not surrounded by if |
| 43131 |
src/com/gps/hibernate/UsersOrgsDAO.java |
133 |
Parameter 'instance' is not assigned and could be declared final |
| 43132 |
src/com/gps/hibernate/UsersOrgsDAO.java |
133 |
publicMethodCommentRequirement Required |
| 43133 |
src/com/gps/hibernate/UsersOrgsDAO.java |
135 |
Potential violation of Law of Demeter (method chain calls) |
| 43134 |
src/com/gps/hibernate/UsersOrgsDAO.java |
136 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 43135 |
src/com/gps/hibernate/UsersOrgsDAO.java |
137 |
There is log block not surrounded by if |
| 43136 |
src/com/gps/hibernate/UsersOrgsId.java |
9 |
Classes implementing Serializable should set a serialVersionUID |
| 43137 |
src/com/gps/hibernate/UsersOrgsId.java |
13 |
fieldCommentRequirement Required |
| 43138 |
src/com/gps/hibernate/UsersOrgsId.java |
14 |
fieldCommentRequirement Required |
| 43139 |
src/com/gps/hibernate/UsersOrgsId.java |
19 |
Document empty constructor |
| 43140 |
src/com/gps/hibernate/UsersOrgsId.java |
23 |
Parameter 'organizationId' is not assigned and could be declared final |
| 43141 |
src/com/gps/hibernate/UsersOrgsId.java |
23 |
Parameter 'userId' is not assigned and could be declared final |
| 43142 |
src/com/gps/hibernate/UsersOrgsId.java |
30 |
publicMethodCommentRequirement Required |
| 43143 |
src/com/gps/hibernate/UsersOrgsId.java |
34 |
Parameter 'userId' is not assigned and could be declared final |
| 43144 |
src/com/gps/hibernate/UsersOrgsId.java |
34 |
publicMethodCommentRequirement Required |
| 43145 |
src/com/gps/hibernate/UsersOrgsId.java |
38 |
publicMethodCommentRequirement Required |
| 43146 |
src/com/gps/hibernate/UsersOrgsId.java |
42 |
Parameter 'organizationId' is not assigned and could be declared final |
| 43147 |
src/com/gps/hibernate/UsersOrgsId.java |
42 |
publicMethodCommentRequirement Required |
| 43148 |
src/com/gps/hibernate/UsersOrgsId.java |
46 |
Parameter 'other' is not assigned and could be declared final |
| 43149 |
src/com/gps/hibernate/UsersOrgsId.java |
46 |
publicMethodCommentRequirement Required |
| 43150 |
src/com/gps/hibernate/UsersOrgsId.java |
47 |
Avoid using if statements without curly braces |
| 43151 |
src/com/gps/hibernate/UsersOrgsId.java |
47 |
Useless parentheses. |
| 43152 |
src/com/gps/hibernate/UsersOrgsId.java |
48 |
A method should have only one exit point, and that should be the last statement in the method |
| 43153 |
src/com/gps/hibernate/UsersOrgsId.java |
49 |
Avoid using if statements without curly braces |
| 43154 |
src/com/gps/hibernate/UsersOrgsId.java |
49 |
Useless parentheses. |
| 43155 |
src/com/gps/hibernate/UsersOrgsId.java |
50 |
A method should have only one exit point, and that should be the last statement in the method |
| 43156 |
src/com/gps/hibernate/UsersOrgsId.java |
51 |
Avoid using if statements without curly braces |
| 43157 |
src/com/gps/hibernate/UsersOrgsId.java |
52 |
A method should have only one exit point, and that should be the last statement in the method |
| 43158 |
src/com/gps/hibernate/UsersOrgsId.java |
53 |
Local variable 'castOther' could be declared final |
| 43159 |
src/com/gps/hibernate/UsersOrgsId.java |
55 |
Potential violation of Law of Demeter (method chain calls) |
| 43160 |
src/com/gps/hibernate/UsersOrgsId.java |
55 |
Potential violation of Law of Demeter (object not created locally) |
| 43161 |
src/com/gps/hibernate/UsersOrgsId.java |
55 |
Potential violation of Law of Demeter (object not created locally) |
| 43162 |
src/com/gps/hibernate/UsersOrgsId.java |
55 |
Useless parentheses. |
| 43163 |
src/com/gps/hibernate/UsersOrgsId.java |
55 |
Useless parentheses. |
| 43164 |
src/com/gps/hibernate/UsersOrgsId.java |
57 |
Potential violation of Law of Demeter (object not created locally) |
| 43165 |
src/com/gps/hibernate/UsersOrgsId.java |
58 |
Potential violation of Law of Demeter (object not created locally) |
| 43166 |
src/com/gps/hibernate/UsersOrgsId.java |
59 |
Potential violation of Law of Demeter (method chain calls) |
| 43167 |
src/com/gps/hibernate/UsersOrgsId.java |
59 |
Potential violation of Law of Demeter (method chain calls) |
| 43168 |
src/com/gps/hibernate/UsersOrgsId.java |
59 |
Potential violation of Law of Demeter (object not created locally) |
| 43169 |
src/com/gps/hibernate/UsersOrgsId.java |
59 |
Potential violation of Law of Demeter (object not created locally) |
| 43170 |
src/com/gps/hibernate/UsersOrgsId.java |
59 |
Useless parentheses. |
| 43171 |
src/com/gps/hibernate/UsersOrgsId.java |
59 |
Useless parentheses. |
| 43172 |
src/com/gps/hibernate/UsersOrgsId.java |
61 |
Potential violation of Law of Demeter (object not created locally) |
| 43173 |
src/com/gps/hibernate/UsersOrgsId.java |
63 |
Potential violation of Law of Demeter (object not created locally) |
| 43174 |
src/com/gps/hibernate/UsersOrgsId.java |
66 |
publicMethodCommentRequirement Required |
| 43175 |
src/com/gps/hibernate/UsersOrgsId.java |
67 |
Found 'DD'-anomaly for variable 'result' (lines '67'-'69'). |
| 43176 |
src/com/gps/hibernate/UsersTeams.java |
8 |
Classes implementing Serializable should set a serialVersionUID |
| 43177 |
src/com/gps/hibernate/UsersTeams.java |
10 |
Avoid variables with short names like id |
| 43178 |
src/com/gps/hibernate/UsersTeams.java |
10 |
fieldCommentRequirement Required |
| 43179 |
src/com/gps/hibernate/UsersTeams.java |
12 |
Document empty constructor |
| 43180 |
src/com/gps/hibernate/UsersTeams.java |
12 |
publicMethodCommentRequirement Required |
| 43181 |
src/com/gps/hibernate/UsersTeams.java |
15 |
Avoid variables with short names like id |
| 43182 |
src/com/gps/hibernate/UsersTeams.java |
15 |
Parameter 'id' is not assigned and could be declared final |
| 43183 |
src/com/gps/hibernate/UsersTeams.java |
15 |
publicMethodCommentRequirement Required |
| 43184 |
src/com/gps/hibernate/UsersTeams.java |
19 |
publicMethodCommentRequirement Required |
| 43185 |
src/com/gps/hibernate/UsersTeams.java |
23 |
Avoid variables with short names like id |
| 43186 |
src/com/gps/hibernate/UsersTeams.java |
23 |
Parameter 'id' is not assigned and could be declared final |
| 43187 |
src/com/gps/hibernate/UsersTeams.java |
23 |
publicMethodCommentRequirement Required |
| 43188 |
src/com/gps/hibernate/UsersTeamsId.java |
8 |
Classes implementing Serializable should set a serialVersionUID |
| 43189 |
src/com/gps/hibernate/UsersTeamsId.java |
10 |
fieldCommentRequirement Required |
| 43190 |
src/com/gps/hibernate/UsersTeamsId.java |
11 |
fieldCommentRequirement Required |
| 43191 |
src/com/gps/hibernate/UsersTeamsId.java |
13 |
Document empty constructor |
| 43192 |
src/com/gps/hibernate/UsersTeamsId.java |
13 |
publicMethodCommentRequirement Required |
| 43193 |
src/com/gps/hibernate/UsersTeamsId.java |
16 |
Parameter 'teamId' is not assigned and could be declared final |
| 43194 |
src/com/gps/hibernate/UsersTeamsId.java |
16 |
Parameter 'userId' is not assigned and could be declared final |
| 43195 |
src/com/gps/hibernate/UsersTeamsId.java |
16 |
publicMethodCommentRequirement Required |
| 43196 |
src/com/gps/hibernate/UsersTeamsId.java |
21 |
publicMethodCommentRequirement Required |
| 43197 |
src/com/gps/hibernate/UsersTeamsId.java |
25 |
Parameter 'userId' is not assigned and could be declared final |
| 43198 |
src/com/gps/hibernate/UsersTeamsId.java |
25 |
publicMethodCommentRequirement Required |
| 43199 |
src/com/gps/hibernate/UsersTeamsId.java |
29 |
publicMethodCommentRequirement Required |
| 43200 |
src/com/gps/hibernate/UsersTeamsId.java |
33 |
Parameter 'teamId' is not assigned and could be declared final |
| 43201 |
src/com/gps/hibernate/UsersTeamsId.java |
33 |
publicMethodCommentRequirement Required |
| 43202 |
src/com/gps/hibernate/UsersTeamsId.java |
37 |
Parameter 'other' is not assigned and could be declared final |
| 43203 |
src/com/gps/hibernate/UsersTeamsId.java |
37 |
publicMethodCommentRequirement Required |
| 43204 |
src/com/gps/hibernate/UsersTeamsId.java |
38 |
Avoid using if statements without curly braces |
| 43205 |
src/com/gps/hibernate/UsersTeamsId.java |
38 |
Useless parentheses. |
| 43206 |
src/com/gps/hibernate/UsersTeamsId.java |
39 |
A method should have only one exit point, and that should be the last statement in the method |
| 43207 |
src/com/gps/hibernate/UsersTeamsId.java |
40 |
Avoid using if statements without curly braces |
| 43208 |
src/com/gps/hibernate/UsersTeamsId.java |
40 |
Useless parentheses. |
| 43209 |
src/com/gps/hibernate/UsersTeamsId.java |
41 |
A method should have only one exit point, and that should be the last statement in the method |
| 43210 |
src/com/gps/hibernate/UsersTeamsId.java |
42 |
Avoid using if statements without curly braces |
| 43211 |
src/com/gps/hibernate/UsersTeamsId.java |
43 |
A method should have only one exit point, and that should be the last statement in the method |
| 43212 |
src/com/gps/hibernate/UsersTeamsId.java |
44 |
Local variable 'castOther' could be declared final |
| 43213 |
src/com/gps/hibernate/UsersTeamsId.java |
46 |
Potential violation of Law of Demeter (method chain calls) |
| 43214 |
src/com/gps/hibernate/UsersTeamsId.java |
46 |
Potential violation of Law of Demeter (object not created locally) |
| 43215 |
src/com/gps/hibernate/UsersTeamsId.java |
46 |
Potential violation of Law of Demeter (object not created locally) |
| 43216 |
src/com/gps/hibernate/UsersTeamsId.java |
46 |
Useless parentheses. |
| 43217 |
src/com/gps/hibernate/UsersTeamsId.java |
47 |
Potential violation of Law of Demeter (method chain calls) |
| 43218 |
src/com/gps/hibernate/UsersTeamsId.java |
47 |
Potential violation of Law of Demeter (object not created locally) |
| 43219 |
src/com/gps/hibernate/UsersTeamsId.java |
47 |
Potential violation of Law of Demeter (object not created locally) |
| 43220 |
src/com/gps/hibernate/UsersTeamsId.java |
47 |
Useless parentheses. |
| 43221 |
src/com/gps/hibernate/UsersTeamsId.java |
50 |
publicMethodCommentRequirement Required |
| 43222 |
src/com/gps/hibernate/UsersTeamsId.java |
51 |
Found 'DD'-anomaly for variable 'result' (lines '51'-'53'). |
| 43223 |
src/com/gps/hibernate/UsersTrips.java |
10 |
Classes implementing Serializable should set a serialVersionUID |
| 43224 |
src/com/gps/hibernate/UsersTrips.java |
14 |
fieldCommentRequirement Required |
| 43225 |
src/com/gps/hibernate/UsersTrips.java |
15 |
fieldCommentRequirement Required |
| 43226 |
src/com/gps/hibernate/UsersTrips.java |
16 |
fieldCommentRequirement Required |
| 43227 |
src/com/gps/hibernate/UsersTrips.java |
21 |
Document empty constructor |
| 43228 |
src/com/gps/hibernate/UsersTrips.java |
25 |
Parameter 'tripDetails' is not assigned and could be declared final |
| 43229 |
src/com/gps/hibernate/UsersTrips.java |
25 |
Parameter 'user' is not assigned and could be declared final |
| 43230 |
src/com/gps/hibernate/UsersTrips.java |
32 |
publicMethodCommentRequirement Required |
| 43231 |
src/com/gps/hibernate/UsersTrips.java |
36 |
Parameter 'usersTripsId' is not assigned and could be declared final |
| 43232 |
src/com/gps/hibernate/UsersTrips.java |
36 |
publicMethodCommentRequirement Required |
| 43233 |
src/com/gps/hibernate/UsersTrips.java |
40 |
publicMethodCommentRequirement Required |
| 43234 |
src/com/gps/hibernate/UsersTrips.java |
44 |
Parameter 'user' is not assigned and could be declared final |
| 43235 |
src/com/gps/hibernate/UsersTrips.java |
44 |
publicMethodCommentRequirement Required |
| 43236 |
src/com/gps/hibernate/UsersTrips.java |
48 |
publicMethodCommentRequirement Required |
| 43237 |
src/com/gps/hibernate/UsersTrips.java |
52 |
Parameter 'tripDetails' is not assigned and could be declared final |
| 43238 |
src/com/gps/hibernate/UsersTrips.java |
52 |
publicMethodCommentRequirement Required |
| 43239 |
src/com/gps/hibernate/UsersTripsDAO.java |
12 |
Comment is too large: Too many lines |
| 43240 |
src/com/gps/hibernate/UsersTripsDAO.java |
25 |
Logger should be defined private static final and have the correct class |
| 43241 |
src/com/gps/hibernate/UsersTripsDAO.java |
25 |
Variables that are final and static should be all capitals, 'log' is not all capitals. |
| 43242 |
src/com/gps/hibernate/UsersTripsDAO.java |
25 |
fieldCommentRequirement Required |
| 43243 |
src/com/gps/hibernate/UsersTripsDAO.java |
29 |
Parameter 'transientInstance' is not assigned and could be declared final |
| 43244 |
src/com/gps/hibernate/UsersTripsDAO.java |
29 |
publicMethodCommentRequirement Required |
| 43245 |
src/com/gps/hibernate/UsersTripsDAO.java |
30 |
There is log block not surrounded by if |
| 43246 |
src/com/gps/hibernate/UsersTripsDAO.java |
30 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 43247 |
src/com/gps/hibernate/UsersTripsDAO.java |
32 |
Potential violation of Law of Demeter (method chain calls) |
| 43248 |
src/com/gps/hibernate/UsersTripsDAO.java |
33 |
There is log block not surrounded by if |
| 43249 |
src/com/gps/hibernate/UsersTripsDAO.java |
33 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 43250 |
src/com/gps/hibernate/UsersTripsDAO.java |
34 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 43251 |
src/com/gps/hibernate/UsersTripsDAO.java |
35 |
There is log block not surrounded by if |
| 43252 |
src/com/gps/hibernate/UsersTripsDAO.java |
40 |
Avoid excessively long variable names like persistentInstance |
| 43253 |
src/com/gps/hibernate/UsersTripsDAO.java |
40 |
Parameter 'persistentInstance' is not assigned and could be declared final |
| 43254 |
src/com/gps/hibernate/UsersTripsDAO.java |
40 |
publicMethodCommentRequirement Required |
| 43255 |
src/com/gps/hibernate/UsersTripsDAO.java |
41 |
There is log block not surrounded by if |
| 43256 |
src/com/gps/hibernate/UsersTripsDAO.java |
41 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 43257 |
src/com/gps/hibernate/UsersTripsDAO.java |
43 |
Potential violation of Law of Demeter (method chain calls) |
| 43258 |
src/com/gps/hibernate/UsersTripsDAO.java |
44 |
There is log block not surrounded by if |
| 43259 |
src/com/gps/hibernate/UsersTripsDAO.java |
44 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 43260 |
src/com/gps/hibernate/UsersTripsDAO.java |
45 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 43261 |
src/com/gps/hibernate/UsersTripsDAO.java |
46 |
There is log block not surrounded by if |
| 43262 |
src/com/gps/hibernate/UsersTripsDAO.java |
51 |
Avoid variables with short names like id |
| 43263 |
src/com/gps/hibernate/UsersTripsDAO.java |
51 |
Parameter 'id' is not assigned and could be declared final |
| 43264 |
src/com/gps/hibernate/UsersTripsDAO.java |
51 |
publicMethodCommentRequirement Required |
| 43265 |
src/com/gps/hibernate/UsersTripsDAO.java |
52 |
There is log block not surrounded by if |
| 43266 |
src/com/gps/hibernate/UsersTripsDAO.java |
52 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 43267 |
src/com/gps/hibernate/UsersTripsDAO.java |
54 |
Local variable 'instance' could be declared final |
| 43268 |
src/com/gps/hibernate/UsersTripsDAO.java |
54 |
Potential violation of Law of Demeter (method chain calls) |
| 43269 |
src/com/gps/hibernate/UsersTripsDAO.java |
57 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 43270 |
src/com/gps/hibernate/UsersTripsDAO.java |
58 |
There is log block not surrounded by if |
| 43271 |
src/com/gps/hibernate/UsersTripsDAO.java |
63 |
Parameter 'instance' is not assigned and could be declared final |
| 43272 |
src/com/gps/hibernate/UsersTripsDAO.java |
63 |
publicMethodCommentRequirement Required |
| 43273 |
src/com/gps/hibernate/UsersTripsDAO.java |
64 |
There is log block not surrounded by if |
| 43274 |
src/com/gps/hibernate/UsersTripsDAO.java |
64 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 43275 |
src/com/gps/hibernate/UsersTripsDAO.java |
66 |
Local variable 'results' could be declared final |
| 43276 |
src/com/gps/hibernate/UsersTripsDAO.java |
66 |
Potential violation of Law of Demeter (method chain calls) |
| 43277 |
src/com/gps/hibernate/UsersTripsDAO.java |
66 |
Potential violation of Law of Demeter (method chain calls) |
| 43278 |
src/com/gps/hibernate/UsersTripsDAO.java |
66 |
Potential violation of Law of Demeter (method chain calls) |
| 43279 |
src/com/gps/hibernate/UsersTripsDAO.java |
69 |
There is log block not surrounded by if |
| 43280 |
src/com/gps/hibernate/UsersTripsDAO.java |
69 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 43281 |
src/com/gps/hibernate/UsersTripsDAO.java |
70 |
Potential violation of Law of Demeter (object not created locally) |
| 43282 |
src/com/gps/hibernate/UsersTripsDAO.java |
72 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 43283 |
src/com/gps/hibernate/UsersTripsDAO.java |
73 |
There is log block not surrounded by if |
| 43284 |
src/com/gps/hibernate/UsersTripsDAO.java |
78 |
Parameter 'propertyName' is not assigned and could be declared final |
| 43285 |
src/com/gps/hibernate/UsersTripsDAO.java |
78 |
Parameter 'value' is not assigned and could be declared final |
| 43286 |
src/com/gps/hibernate/UsersTripsDAO.java |
78 |
publicMethodCommentRequirement Required |
| 43287 |
src/com/gps/hibernate/UsersTripsDAO.java |
79 |
There is log block not surrounded by if |
| 43288 |
src/com/gps/hibernate/UsersTripsDAO.java |
79 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 43289 |
src/com/gps/hibernate/UsersTripsDAO.java |
82 |
Local variable 'queryString' could be declared final |
| 43290 |
src/com/gps/hibernate/UsersTripsDAO.java |
84 |
Local variable 'queryObject' could be declared final |
| 43291 |
src/com/gps/hibernate/UsersTripsDAO.java |
84 |
Potential violation of Law of Demeter (method chain calls) |
| 43292 |
src/com/gps/hibernate/UsersTripsDAO.java |
85 |
Potential violation of Law of Demeter (object not created locally) |
| 43293 |
src/com/gps/hibernate/UsersTripsDAO.java |
86 |
Potential violation of Law of Demeter (object not created locally) |
| 43294 |
src/com/gps/hibernate/UsersTripsDAO.java |
87 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 43295 |
src/com/gps/hibernate/UsersTripsDAO.java |
88 |
There is log block not surrounded by if |
| 43296 |
src/com/gps/hibernate/UsersTripsDAO.java |
93 |
publicMethodCommentRequirement Required |
| 43297 |
src/com/gps/hibernate/UsersTripsDAO.java |
94 |
There is log block not surrounded by if |
| 43298 |
src/com/gps/hibernate/UsersTripsDAO.java |
94 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 43299 |
src/com/gps/hibernate/UsersTripsDAO.java |
96 |
Local variable 'queryString' could be declared final |
| 43300 |
src/com/gps/hibernate/UsersTripsDAO.java |
97 |
Local variable 'queryObject' could be declared final |
| 43301 |
src/com/gps/hibernate/UsersTripsDAO.java |
97 |
Potential violation of Law of Demeter (method chain calls) |
| 43302 |
src/com/gps/hibernate/UsersTripsDAO.java |
98 |
Potential violation of Law of Demeter (object not created locally) |
| 43303 |
src/com/gps/hibernate/UsersTripsDAO.java |
99 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 43304 |
src/com/gps/hibernate/UsersTripsDAO.java |
100 |
There is log block not surrounded by if |
| 43305 |
src/com/gps/hibernate/UsersTripsDAO.java |
105 |
Parameter 'detachedInstance' is not assigned and could be declared final |
| 43306 |
src/com/gps/hibernate/UsersTripsDAO.java |
105 |
publicMethodCommentRequirement Required |
| 43307 |
src/com/gps/hibernate/UsersTripsDAO.java |
106 |
There is log block not surrounded by if |
| 43308 |
src/com/gps/hibernate/UsersTripsDAO.java |
106 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 43309 |
src/com/gps/hibernate/UsersTripsDAO.java |
108 |
Local variable 'result' could be declared final |
| 43310 |
src/com/gps/hibernate/UsersTripsDAO.java |
108 |
Potential violation of Law of Demeter (method chain calls) |
| 43311 |
src/com/gps/hibernate/UsersTripsDAO.java |
110 |
There is log block not surrounded by if |
| 43312 |
src/com/gps/hibernate/UsersTripsDAO.java |
110 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 43313 |
src/com/gps/hibernate/UsersTripsDAO.java |
112 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 43314 |
src/com/gps/hibernate/UsersTripsDAO.java |
113 |
There is log block not surrounded by if |
| 43315 |
src/com/gps/hibernate/UsersTripsDAO.java |
118 |
Parameter 'instance' is not assigned and could be declared final |
| 43316 |
src/com/gps/hibernate/UsersTripsDAO.java |
118 |
publicMethodCommentRequirement Required |
| 43317 |
src/com/gps/hibernate/UsersTripsDAO.java |
119 |
There is log block not surrounded by if |
| 43318 |
src/com/gps/hibernate/UsersTripsDAO.java |
119 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 43319 |
src/com/gps/hibernate/UsersTripsDAO.java |
121 |
Potential violation of Law of Demeter (method chain calls) |
| 43320 |
src/com/gps/hibernate/UsersTripsDAO.java |
122 |
There is log block not surrounded by if |
| 43321 |
src/com/gps/hibernate/UsersTripsDAO.java |
122 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 43322 |
src/com/gps/hibernate/UsersTripsDAO.java |
123 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 43323 |
src/com/gps/hibernate/UsersTripsDAO.java |
124 |
There is log block not surrounded by if |
| 43324 |
src/com/gps/hibernate/UsersTripsDAO.java |
129 |
Parameter 'instance' is not assigned and could be declared final |
| 43325 |
src/com/gps/hibernate/UsersTripsDAO.java |
129 |
publicMethodCommentRequirement Required |
| 43326 |
src/com/gps/hibernate/UsersTripsDAO.java |
130 |
There is log block not surrounded by if |
| 43327 |
src/com/gps/hibernate/UsersTripsDAO.java |
130 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 43328 |
src/com/gps/hibernate/UsersTripsDAO.java |
132 |
Potential violation of Law of Demeter (method chain calls) |
| 43329 |
src/com/gps/hibernate/UsersTripsDAO.java |
133 |
There is log block not surrounded by if |
| 43330 |
src/com/gps/hibernate/UsersTripsDAO.java |
133 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 43331 |
src/com/gps/hibernate/UsersTripsDAO.java |
134 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 43332 |
src/com/gps/hibernate/UsersTripsDAO.java |
135 |
There is log block not surrounded by if |
| 43333 |
src/com/gps/hibernate/Usertracker.java |
11 |
Classes implementing Serializable should set a serialVersionUID |
| 43334 |
src/com/gps/hibernate/Usertracker.java |
15 |
fieldCommentRequirement Required |
| 43335 |
src/com/gps/hibernate/Usertracker.java |
16 |
fieldCommentRequirement Required |
| 43336 |
src/com/gps/hibernate/Usertracker.java |
17 |
fieldCommentRequirement Required |
| 43337 |
src/com/gps/hibernate/Usertracker.java |
18 |
fieldCommentRequirement Required |
| 43338 |
src/com/gps/hibernate/Usertracker.java |
19 |
fieldCommentRequirement Required |
| 43339 |
src/com/gps/hibernate/Usertracker.java |
20 |
fieldCommentRequirement Required |
| 43340 |
src/com/gps/hibernate/Usertracker.java |
21 |
fieldCommentRequirement Required |
| 43341 |
src/com/gps/hibernate/Usertracker.java |
22 |
fieldCommentRequirement Required |
| 43342 |
src/com/gps/hibernate/Usertracker.java |
27 |
Document empty constructor |
| 43343 |
src/com/gps/hibernate/Usertracker.java |
31 |
Parameter 'userTrackerId' is not assigned and could be declared final |
| 43344 |
src/com/gps/hibernate/Usertracker.java |
36 |
Parameter 'companyId' is not assigned and could be declared final |
| 43345 |
src/com/gps/hibernate/Usertracker.java |
36 |
Parameter 'userId' is not assigned and could be declared final |
| 43346 |
src/com/gps/hibernate/Usertracker.java |
36 |
Parameter 'userTrackerId' is not assigned and could be declared final |
| 43347 |
src/com/gps/hibernate/Usertracker.java |
37 |
Parameter 'modifiedDate' is not assigned and could be declared final |
| 43348 |
src/com/gps/hibernate/Usertracker.java |
37 |
Parameter 'remoteAddr' is not assigned and could be declared final |
| 43349 |
src/com/gps/hibernate/Usertracker.java |
37 |
Parameter 'sessionId' is not assigned and could be declared final |
| 43350 |
src/com/gps/hibernate/Usertracker.java |
38 |
Parameter 'remoteHost' is not assigned and could be declared final |
| 43351 |
src/com/gps/hibernate/Usertracker.java |
38 |
Parameter 'userAgent' is not assigned and could be declared final |
| 43352 |
src/com/gps/hibernate/Usertracker.java |
51 |
publicMethodCommentRequirement Required |
| 43353 |
src/com/gps/hibernate/Usertracker.java |
55 |
Parameter 'userTrackerId' is not assigned and could be declared final |
| 43354 |
src/com/gps/hibernate/Usertracker.java |
55 |
publicMethodCommentRequirement Required |
| 43355 |
src/com/gps/hibernate/Usertracker.java |
59 |
publicMethodCommentRequirement Required |
| 43356 |
src/com/gps/hibernate/Usertracker.java |
63 |
Parameter 'companyId' is not assigned and could be declared final |
| 43357 |
src/com/gps/hibernate/Usertracker.java |
63 |
publicMethodCommentRequirement Required |
| 43358 |
src/com/gps/hibernate/Usertracker.java |
67 |
publicMethodCommentRequirement Required |
| 43359 |
src/com/gps/hibernate/Usertracker.java |
71 |
Parameter 'userId' is not assigned and could be declared final |
| 43360 |
src/com/gps/hibernate/Usertracker.java |
71 |
publicMethodCommentRequirement Required |
| 43361 |
src/com/gps/hibernate/Usertracker.java |
75 |
publicMethodCommentRequirement Required |
| 43362 |
src/com/gps/hibernate/Usertracker.java |
79 |
Parameter 'modifiedDate' is not assigned and could be declared final |
| 43363 |
src/com/gps/hibernate/Usertracker.java |
79 |
publicMethodCommentRequirement Required |
| 43364 |
src/com/gps/hibernate/Usertracker.java |
83 |
publicMethodCommentRequirement Required |
| 43365 |
src/com/gps/hibernate/Usertracker.java |
87 |
Parameter 'sessionId' is not assigned and could be declared final |
| 43366 |
src/com/gps/hibernate/Usertracker.java |
87 |
publicMethodCommentRequirement Required |
| 43367 |
src/com/gps/hibernate/Usertracker.java |
91 |
publicMethodCommentRequirement Required |
| 43368 |
src/com/gps/hibernate/Usertracker.java |
95 |
Parameter 'remoteAddr' is not assigned and could be declared final |
| 43369 |
src/com/gps/hibernate/Usertracker.java |
95 |
publicMethodCommentRequirement Required |
| 43370 |
src/com/gps/hibernate/Usertracker.java |
99 |
publicMethodCommentRequirement Required |
| 43371 |
src/com/gps/hibernate/Usertracker.java |
103 |
Parameter 'remoteHost' is not assigned and could be declared final |
| 43372 |
src/com/gps/hibernate/Usertracker.java |
103 |
publicMethodCommentRequirement Required |
| 43373 |
src/com/gps/hibernate/Usertracker.java |
107 |
publicMethodCommentRequirement Required |
| 43374 |
src/com/gps/hibernate/Usertracker.java |
111 |
Parameter 'userAgent' is not assigned and could be declared final |
| 43375 |
src/com/gps/hibernate/Usertracker.java |
111 |
publicMethodCommentRequirement Required |
| 43376 |
src/com/gps/hibernate/UsertrackerDAO.java |
11 |
Comment is too large: Too many lines |
| 43377 |
src/com/gps/hibernate/UsertrackerDAO.java |
23 |
This class has too many methods, consider refactoring it. |
| 43378 |
src/com/gps/hibernate/UsertrackerDAO.java |
24 |
Logger should be defined private static final and have the correct class |
| 43379 |
src/com/gps/hibernate/UsertrackerDAO.java |
24 |
Variables that are final and static should be all capitals, 'log' is not all capitals. |
| 43380 |
src/com/gps/hibernate/UsertrackerDAO.java |
24 |
fieldCommentRequirement Required |
| 43381 |
src/com/gps/hibernate/UsertrackerDAO.java |
26 |
fieldCommentRequirement Required |
| 43382 |
src/com/gps/hibernate/UsertrackerDAO.java |
27 |
fieldCommentRequirement Required |
| 43383 |
src/com/gps/hibernate/UsertrackerDAO.java |
28 |
fieldCommentRequirement Required |
| 43384 |
src/com/gps/hibernate/UsertrackerDAO.java |
29 |
fieldCommentRequirement Required |
| 43385 |
src/com/gps/hibernate/UsertrackerDAO.java |
30 |
fieldCommentRequirement Required |
| 43386 |
src/com/gps/hibernate/UsertrackerDAO.java |
31 |
fieldCommentRequirement Required |
| 43387 |
src/com/gps/hibernate/UsertrackerDAO.java |
33 |
Parameter 'transientInstance' is not assigned and could be declared final |
| 43388 |
src/com/gps/hibernate/UsertrackerDAO.java |
33 |
publicMethodCommentRequirement Required |
| 43389 |
src/com/gps/hibernate/UsertrackerDAO.java |
34 |
There is log block not surrounded by if |
| 43390 |
src/com/gps/hibernate/UsertrackerDAO.java |
34 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 43391 |
src/com/gps/hibernate/UsertrackerDAO.java |
36 |
Potential violation of Law of Demeter (method chain calls) |
| 43392 |
src/com/gps/hibernate/UsertrackerDAO.java |
37 |
There is log block not surrounded by if |
| 43393 |
src/com/gps/hibernate/UsertrackerDAO.java |
37 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 43394 |
src/com/gps/hibernate/UsertrackerDAO.java |
38 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 43395 |
src/com/gps/hibernate/UsertrackerDAO.java |
39 |
There is log block not surrounded by if |
| 43396 |
src/com/gps/hibernate/UsertrackerDAO.java |
44 |
Avoid excessively long variable names like persistentInstance |
| 43397 |
src/com/gps/hibernate/UsertrackerDAO.java |
44 |
Parameter 'persistentInstance' is not assigned and could be declared final |
| 43398 |
src/com/gps/hibernate/UsertrackerDAO.java |
44 |
publicMethodCommentRequirement Required |
| 43399 |
src/com/gps/hibernate/UsertrackerDAO.java |
45 |
There is log block not surrounded by if |
| 43400 |
src/com/gps/hibernate/UsertrackerDAO.java |
45 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 43401 |
src/com/gps/hibernate/UsertrackerDAO.java |
47 |
Potential violation of Law of Demeter (method chain calls) |
| 43402 |
src/com/gps/hibernate/UsertrackerDAO.java |
48 |
There is log block not surrounded by if |
| 43403 |
src/com/gps/hibernate/UsertrackerDAO.java |
48 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 43404 |
src/com/gps/hibernate/UsertrackerDAO.java |
49 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 43405 |
src/com/gps/hibernate/UsertrackerDAO.java |
50 |
There is log block not surrounded by if |
| 43406 |
src/com/gps/hibernate/UsertrackerDAO.java |
55 |
Avoid variables with short names like id |
| 43407 |
src/com/gps/hibernate/UsertrackerDAO.java |
55 |
Parameter 'id' is not assigned and could be declared final |
| 43408 |
src/com/gps/hibernate/UsertrackerDAO.java |
55 |
publicMethodCommentRequirement Required |
| 43409 |
src/com/gps/hibernate/UsertrackerDAO.java |
56 |
There is log block not surrounded by if |
| 43410 |
src/com/gps/hibernate/UsertrackerDAO.java |
56 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 43411 |
src/com/gps/hibernate/UsertrackerDAO.java |
58 |
Local variable 'instance' could be declared final |
| 43412 |
src/com/gps/hibernate/UsertrackerDAO.java |
58 |
Potential violation of Law of Demeter (method chain calls) |
| 43413 |
src/com/gps/hibernate/UsertrackerDAO.java |
61 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 43414 |
src/com/gps/hibernate/UsertrackerDAO.java |
62 |
There is log block not surrounded by if |
| 43415 |
src/com/gps/hibernate/UsertrackerDAO.java |
67 |
Parameter 'instance' is not assigned and could be declared final |
| 43416 |
src/com/gps/hibernate/UsertrackerDAO.java |
67 |
publicMethodCommentRequirement Required |
| 43417 |
src/com/gps/hibernate/UsertrackerDAO.java |
68 |
There is log block not surrounded by if |
| 43418 |
src/com/gps/hibernate/UsertrackerDAO.java |
68 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 43419 |
src/com/gps/hibernate/UsertrackerDAO.java |
70 |
Local variable 'results' could be declared final |
| 43420 |
src/com/gps/hibernate/UsertrackerDAO.java |
70 |
Potential violation of Law of Demeter (method chain calls) |
| 43421 |
src/com/gps/hibernate/UsertrackerDAO.java |
70 |
Potential violation of Law of Demeter (method chain calls) |
| 43422 |
src/com/gps/hibernate/UsertrackerDAO.java |
70 |
Potential violation of Law of Demeter (method chain calls) |
| 43423 |
src/com/gps/hibernate/UsertrackerDAO.java |
73 |
There is log block not surrounded by if |
| 43424 |
src/com/gps/hibernate/UsertrackerDAO.java |
73 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 43425 |
src/com/gps/hibernate/UsertrackerDAO.java |
74 |
Potential violation of Law of Demeter (object not created locally) |
| 43426 |
src/com/gps/hibernate/UsertrackerDAO.java |
76 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 43427 |
src/com/gps/hibernate/UsertrackerDAO.java |
77 |
There is log block not surrounded by if |
| 43428 |
src/com/gps/hibernate/UsertrackerDAO.java |
82 |
Parameter 'propertyName' is not assigned and could be declared final |
| 43429 |
src/com/gps/hibernate/UsertrackerDAO.java |
82 |
Parameter 'value' is not assigned and could be declared final |
| 43430 |
src/com/gps/hibernate/UsertrackerDAO.java |
82 |
publicMethodCommentRequirement Required |
| 43431 |
src/com/gps/hibernate/UsertrackerDAO.java |
83 |
There is log block not surrounded by if |
| 43432 |
src/com/gps/hibernate/UsertrackerDAO.java |
83 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 43433 |
src/com/gps/hibernate/UsertrackerDAO.java |
86 |
Local variable 'queryString' could be declared final |
| 43434 |
src/com/gps/hibernate/UsertrackerDAO.java |
88 |
Local variable 'queryObject' could be declared final |
| 43435 |
src/com/gps/hibernate/UsertrackerDAO.java |
88 |
Potential violation of Law of Demeter (method chain calls) |
| 43436 |
src/com/gps/hibernate/UsertrackerDAO.java |
89 |
Potential violation of Law of Demeter (object not created locally) |
| 43437 |
src/com/gps/hibernate/UsertrackerDAO.java |
90 |
Potential violation of Law of Demeter (object not created locally) |
| 43438 |
src/com/gps/hibernate/UsertrackerDAO.java |
91 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 43439 |
src/com/gps/hibernate/UsertrackerDAO.java |
92 |
There is log block not surrounded by if |
| 43440 |
src/com/gps/hibernate/UsertrackerDAO.java |
97 |
Parameter 'companyId' is not assigned and could be declared final |
| 43441 |
src/com/gps/hibernate/UsertrackerDAO.java |
97 |
publicMethodCommentRequirement Required |
| 43442 |
src/com/gps/hibernate/UsertrackerDAO.java |
101 |
Parameter 'userId' is not assigned and could be declared final |
| 43443 |
src/com/gps/hibernate/UsertrackerDAO.java |
101 |
publicMethodCommentRequirement Required |
| 43444 |
src/com/gps/hibernate/UsertrackerDAO.java |
105 |
Parameter 'sessionId' is not assigned and could be declared final |
| 43445 |
src/com/gps/hibernate/UsertrackerDAO.java |
105 |
publicMethodCommentRequirement Required |
| 43446 |
src/com/gps/hibernate/UsertrackerDAO.java |
109 |
Parameter 'remoteAddr' is not assigned and could be declared final |
| 43447 |
src/com/gps/hibernate/UsertrackerDAO.java |
109 |
publicMethodCommentRequirement Required |
| 43448 |
src/com/gps/hibernate/UsertrackerDAO.java |
113 |
Parameter 'remoteHost' is not assigned and could be declared final |
| 43449 |
src/com/gps/hibernate/UsertrackerDAO.java |
113 |
publicMethodCommentRequirement Required |
| 43450 |
src/com/gps/hibernate/UsertrackerDAO.java |
117 |
Parameter 'userAgent' is not assigned and could be declared final |
| 43451 |
src/com/gps/hibernate/UsertrackerDAO.java |
117 |
publicMethodCommentRequirement Required |
| 43452 |
src/com/gps/hibernate/UsertrackerDAO.java |
121 |
publicMethodCommentRequirement Required |
| 43453 |
src/com/gps/hibernate/UsertrackerDAO.java |
122 |
There is log block not surrounded by if |
| 43454 |
src/com/gps/hibernate/UsertrackerDAO.java |
122 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 43455 |
src/com/gps/hibernate/UsertrackerDAO.java |
124 |
Local variable 'queryString' could be declared final |
| 43456 |
src/com/gps/hibernate/UsertrackerDAO.java |
125 |
Local variable 'queryObject' could be declared final |
| 43457 |
src/com/gps/hibernate/UsertrackerDAO.java |
125 |
Potential violation of Law of Demeter (method chain calls) |
| 43458 |
src/com/gps/hibernate/UsertrackerDAO.java |
126 |
Potential violation of Law of Demeter (object not created locally) |
| 43459 |
src/com/gps/hibernate/UsertrackerDAO.java |
127 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 43460 |
src/com/gps/hibernate/UsertrackerDAO.java |
128 |
There is log block not surrounded by if |
| 43461 |
src/com/gps/hibernate/UsertrackerDAO.java |
133 |
Parameter 'detachedInstance' is not assigned and could be declared final |
| 43462 |
src/com/gps/hibernate/UsertrackerDAO.java |
133 |
publicMethodCommentRequirement Required |
| 43463 |
src/com/gps/hibernate/UsertrackerDAO.java |
134 |
There is log block not surrounded by if |
| 43464 |
src/com/gps/hibernate/UsertrackerDAO.java |
134 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 43465 |
src/com/gps/hibernate/UsertrackerDAO.java |
136 |
Local variable 'result' could be declared final |
| 43466 |
src/com/gps/hibernate/UsertrackerDAO.java |
136 |
Potential violation of Law of Demeter (method chain calls) |
| 43467 |
src/com/gps/hibernate/UsertrackerDAO.java |
138 |
There is log block not surrounded by if |
| 43468 |
src/com/gps/hibernate/UsertrackerDAO.java |
138 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 43469 |
src/com/gps/hibernate/UsertrackerDAO.java |
140 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 43470 |
src/com/gps/hibernate/UsertrackerDAO.java |
141 |
There is log block not surrounded by if |
| 43471 |
src/com/gps/hibernate/UsertrackerDAO.java |
146 |
Parameter 'instance' is not assigned and could be declared final |
| 43472 |
src/com/gps/hibernate/UsertrackerDAO.java |
146 |
publicMethodCommentRequirement Required |
| 43473 |
src/com/gps/hibernate/UsertrackerDAO.java |
147 |
There is log block not surrounded by if |
| 43474 |
src/com/gps/hibernate/UsertrackerDAO.java |
147 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 43475 |
src/com/gps/hibernate/UsertrackerDAO.java |
149 |
Potential violation of Law of Demeter (method chain calls) |
| 43476 |
src/com/gps/hibernate/UsertrackerDAO.java |
150 |
There is log block not surrounded by if |
| 43477 |
src/com/gps/hibernate/UsertrackerDAO.java |
150 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 43478 |
src/com/gps/hibernate/UsertrackerDAO.java |
151 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 43479 |
src/com/gps/hibernate/UsertrackerDAO.java |
152 |
There is log block not surrounded by if |
| 43480 |
src/com/gps/hibernate/UsertrackerDAO.java |
157 |
Parameter 'instance' is not assigned and could be declared final |
| 43481 |
src/com/gps/hibernate/UsertrackerDAO.java |
157 |
publicMethodCommentRequirement Required |
| 43482 |
src/com/gps/hibernate/UsertrackerDAO.java |
158 |
There is log block not surrounded by if |
| 43483 |
src/com/gps/hibernate/UsertrackerDAO.java |
158 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 43484 |
src/com/gps/hibernate/UsertrackerDAO.java |
160 |
Potential violation of Law of Demeter (method chain calls) |
| 43485 |
src/com/gps/hibernate/UsertrackerDAO.java |
161 |
There is log block not surrounded by if |
| 43486 |
src/com/gps/hibernate/UsertrackerDAO.java |
161 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 43487 |
src/com/gps/hibernate/UsertrackerDAO.java |
162 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 43488 |
src/com/gps/hibernate/UsertrackerDAO.java |
163 |
There is log block not surrounded by if |
| 43489 |
src/com/gps/hibernate/Usertrackerpath.java |
11 |
Classes implementing Serializable should set a serialVersionUID |
| 43490 |
src/com/gps/hibernate/Usertrackerpath.java |
15 |
fieldCommentRequirement Required |
| 43491 |
src/com/gps/hibernate/Usertrackerpath.java |
16 |
fieldCommentRequirement Required |
| 43492 |
src/com/gps/hibernate/Usertrackerpath.java |
17 |
fieldCommentRequirement Required |
| 43493 |
src/com/gps/hibernate/Usertrackerpath.java |
18 |
fieldCommentRequirement Required |
| 43494 |
src/com/gps/hibernate/Usertrackerpath.java |
23 |
Document empty constructor |
| 43495 |
src/com/gps/hibernate/Usertrackerpath.java |
27 |
Parameter 'userTrackerPathId' is not assigned and could be declared final |
| 43496 |
src/com/gps/hibernate/Usertrackerpath.java |
32 |
Parameter 'userTrackerId' is not assigned and could be declared final |
| 43497 |
src/com/gps/hibernate/Usertrackerpath.java |
32 |
Parameter 'userTrackerPathId' is not assigned and could be declared final |
| 43498 |
src/com/gps/hibernate/Usertrackerpath.java |
33 |
Parameter 'path' is not assigned and could be declared final |
| 43499 |
src/com/gps/hibernate/Usertrackerpath.java |
33 |
Parameter 'pathDate' is not assigned and could be declared final |
| 43500 |
src/com/gps/hibernate/Usertrackerpath.java |
42 |
publicMethodCommentRequirement Required |
| 43501 |
src/com/gps/hibernate/Usertrackerpath.java |
46 |
Parameter 'userTrackerPathId' is not assigned and could be declared final |
| 43502 |
src/com/gps/hibernate/Usertrackerpath.java |
46 |
publicMethodCommentRequirement Required |
| 43503 |
src/com/gps/hibernate/Usertrackerpath.java |
50 |
publicMethodCommentRequirement Required |
| 43504 |
src/com/gps/hibernate/Usertrackerpath.java |
54 |
Parameter 'userTrackerId' is not assigned and could be declared final |
| 43505 |
src/com/gps/hibernate/Usertrackerpath.java |
54 |
publicMethodCommentRequirement Required |
| 43506 |
src/com/gps/hibernate/Usertrackerpath.java |
58 |
publicMethodCommentRequirement Required |
| 43507 |
src/com/gps/hibernate/Usertrackerpath.java |
62 |
Parameter 'path' is not assigned and could be declared final |
| 43508 |
src/com/gps/hibernate/Usertrackerpath.java |
62 |
publicMethodCommentRequirement Required |
| 43509 |
src/com/gps/hibernate/Usertrackerpath.java |
66 |
publicMethodCommentRequirement Required |
| 43510 |
src/com/gps/hibernate/Usertrackerpath.java |
70 |
Parameter 'pathDate' is not assigned and could be declared final |
| 43511 |
src/com/gps/hibernate/Usertrackerpath.java |
70 |
publicMethodCommentRequirement Required |
| 43512 |
src/com/gps/hibernate/UsertrackerpathDAO.java |
11 |
Comment is too large: Too many lines |
| 43513 |
src/com/gps/hibernate/UsertrackerpathDAO.java |
23 |
This class has too many methods, consider refactoring it. |
| 43514 |
src/com/gps/hibernate/UsertrackerpathDAO.java |
24 |
Logger should be defined private static final and have the correct class |
| 43515 |
src/com/gps/hibernate/UsertrackerpathDAO.java |
24 |
Variables that are final and static should be all capitals, 'log' is not all capitals. |
| 43516 |
src/com/gps/hibernate/UsertrackerpathDAO.java |
24 |
fieldCommentRequirement Required |
| 43517 |
src/com/gps/hibernate/UsertrackerpathDAO.java |
26 |
fieldCommentRequirement Required |
| 43518 |
src/com/gps/hibernate/UsertrackerpathDAO.java |
27 |
fieldCommentRequirement Required |
| 43519 |
src/com/gps/hibernate/UsertrackerpathDAO.java |
29 |
Parameter 'transientInstance' is not assigned and could be declared final |
| 43520 |
src/com/gps/hibernate/UsertrackerpathDAO.java |
29 |
publicMethodCommentRequirement Required |
| 43521 |
src/com/gps/hibernate/UsertrackerpathDAO.java |
30 |
There is log block not surrounded by if |
| 43522 |
src/com/gps/hibernate/UsertrackerpathDAO.java |
30 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 43523 |
src/com/gps/hibernate/UsertrackerpathDAO.java |
32 |
Potential violation of Law of Demeter (method chain calls) |
| 43524 |
src/com/gps/hibernate/UsertrackerpathDAO.java |
33 |
There is log block not surrounded by if |
| 43525 |
src/com/gps/hibernate/UsertrackerpathDAO.java |
33 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 43526 |
src/com/gps/hibernate/UsertrackerpathDAO.java |
34 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 43527 |
src/com/gps/hibernate/UsertrackerpathDAO.java |
35 |
There is log block not surrounded by if |
| 43528 |
src/com/gps/hibernate/UsertrackerpathDAO.java |
40 |
Avoid excessively long variable names like persistentInstance |
| 43529 |
src/com/gps/hibernate/UsertrackerpathDAO.java |
40 |
Parameter 'persistentInstance' is not assigned and could be declared final |
| 43530 |
src/com/gps/hibernate/UsertrackerpathDAO.java |
40 |
publicMethodCommentRequirement Required |
| 43531 |
src/com/gps/hibernate/UsertrackerpathDAO.java |
41 |
There is log block not surrounded by if |
| 43532 |
src/com/gps/hibernate/UsertrackerpathDAO.java |
41 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 43533 |
src/com/gps/hibernate/UsertrackerpathDAO.java |
43 |
Potential violation of Law of Demeter (method chain calls) |
| 43534 |
src/com/gps/hibernate/UsertrackerpathDAO.java |
44 |
There is log block not surrounded by if |
| 43535 |
src/com/gps/hibernate/UsertrackerpathDAO.java |
44 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 43536 |
src/com/gps/hibernate/UsertrackerpathDAO.java |
45 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 43537 |
src/com/gps/hibernate/UsertrackerpathDAO.java |
46 |
There is log block not surrounded by if |
| 43538 |
src/com/gps/hibernate/UsertrackerpathDAO.java |
51 |
Avoid variables with short names like id |
| 43539 |
src/com/gps/hibernate/UsertrackerpathDAO.java |
51 |
Parameter 'id' is not assigned and could be declared final |
| 43540 |
src/com/gps/hibernate/UsertrackerpathDAO.java |
51 |
publicMethodCommentRequirement Required |
| 43541 |
src/com/gps/hibernate/UsertrackerpathDAO.java |
52 |
There is log block not surrounded by if |
| 43542 |
src/com/gps/hibernate/UsertrackerpathDAO.java |
52 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 43543 |
src/com/gps/hibernate/UsertrackerpathDAO.java |
54 |
Local variable 'instance' could be declared final |
| 43544 |
src/com/gps/hibernate/UsertrackerpathDAO.java |
54 |
Potential violation of Law of Demeter (method chain calls) |
| 43545 |
src/com/gps/hibernate/UsertrackerpathDAO.java |
57 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 43546 |
src/com/gps/hibernate/UsertrackerpathDAO.java |
58 |
There is log block not surrounded by if |
| 43547 |
src/com/gps/hibernate/UsertrackerpathDAO.java |
63 |
Parameter 'instance' is not assigned and could be declared final |
| 43548 |
src/com/gps/hibernate/UsertrackerpathDAO.java |
63 |
publicMethodCommentRequirement Required |
| 43549 |
src/com/gps/hibernate/UsertrackerpathDAO.java |
64 |
There is log block not surrounded by if |
| 43550 |
src/com/gps/hibernate/UsertrackerpathDAO.java |
64 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 43551 |
src/com/gps/hibernate/UsertrackerpathDAO.java |
66 |
Local variable 'results' could be declared final |
| 43552 |
src/com/gps/hibernate/UsertrackerpathDAO.java |
66 |
Potential violation of Law of Demeter (method chain calls) |
| 43553 |
src/com/gps/hibernate/UsertrackerpathDAO.java |
66 |
Potential violation of Law of Demeter (method chain calls) |
| 43554 |
src/com/gps/hibernate/UsertrackerpathDAO.java |
66 |
Potential violation of Law of Demeter (method chain calls) |
| 43555 |
src/com/gps/hibernate/UsertrackerpathDAO.java |
69 |
There is log block not surrounded by if |
| 43556 |
src/com/gps/hibernate/UsertrackerpathDAO.java |
69 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 43557 |
src/com/gps/hibernate/UsertrackerpathDAO.java |
70 |
Potential violation of Law of Demeter (object not created locally) |
| 43558 |
src/com/gps/hibernate/UsertrackerpathDAO.java |
72 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 43559 |
src/com/gps/hibernate/UsertrackerpathDAO.java |
73 |
There is log block not surrounded by if |
| 43560 |
src/com/gps/hibernate/UsertrackerpathDAO.java |
78 |
Parameter 'propertyName' is not assigned and could be declared final |
| 43561 |
src/com/gps/hibernate/UsertrackerpathDAO.java |
78 |
Parameter 'value' is not assigned and could be declared final |
| 43562 |
src/com/gps/hibernate/UsertrackerpathDAO.java |
78 |
publicMethodCommentRequirement Required |
| 43563 |
src/com/gps/hibernate/UsertrackerpathDAO.java |
79 |
There is log block not surrounded by if |
| 43564 |
src/com/gps/hibernate/UsertrackerpathDAO.java |
79 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 43565 |
src/com/gps/hibernate/UsertrackerpathDAO.java |
82 |
Local variable 'queryString' could be declared final |
| 43566 |
src/com/gps/hibernate/UsertrackerpathDAO.java |
84 |
Local variable 'queryObject' could be declared final |
| 43567 |
src/com/gps/hibernate/UsertrackerpathDAO.java |
84 |
Potential violation of Law of Demeter (method chain calls) |
| 43568 |
src/com/gps/hibernate/UsertrackerpathDAO.java |
85 |
Potential violation of Law of Demeter (object not created locally) |
| 43569 |
src/com/gps/hibernate/UsertrackerpathDAO.java |
86 |
Potential violation of Law of Demeter (object not created locally) |
| 43570 |
src/com/gps/hibernate/UsertrackerpathDAO.java |
87 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 43571 |
src/com/gps/hibernate/UsertrackerpathDAO.java |
88 |
There is log block not surrounded by if |
| 43572 |
src/com/gps/hibernate/UsertrackerpathDAO.java |
93 |
Parameter 'userTrackerId' is not assigned and could be declared final |
| 43573 |
src/com/gps/hibernate/UsertrackerpathDAO.java |
93 |
publicMethodCommentRequirement Required |
| 43574 |
src/com/gps/hibernate/UsertrackerpathDAO.java |
97 |
Parameter 'path' is not assigned and could be declared final |
| 43575 |
src/com/gps/hibernate/UsertrackerpathDAO.java |
97 |
publicMethodCommentRequirement Required |
| 43576 |
src/com/gps/hibernate/UsertrackerpathDAO.java |
101 |
publicMethodCommentRequirement Required |
| 43577 |
src/com/gps/hibernate/UsertrackerpathDAO.java |
102 |
There is log block not surrounded by if |
| 43578 |
src/com/gps/hibernate/UsertrackerpathDAO.java |
102 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 43579 |
src/com/gps/hibernate/UsertrackerpathDAO.java |
104 |
Local variable 'queryString' could be declared final |
| 43580 |
src/com/gps/hibernate/UsertrackerpathDAO.java |
105 |
Local variable 'queryObject' could be declared final |
| 43581 |
src/com/gps/hibernate/UsertrackerpathDAO.java |
105 |
Potential violation of Law of Demeter (method chain calls) |
| 43582 |
src/com/gps/hibernate/UsertrackerpathDAO.java |
106 |
Potential violation of Law of Demeter (object not created locally) |
| 43583 |
src/com/gps/hibernate/UsertrackerpathDAO.java |
107 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 43584 |
src/com/gps/hibernate/UsertrackerpathDAO.java |
108 |
There is log block not surrounded by if |
| 43585 |
src/com/gps/hibernate/UsertrackerpathDAO.java |
113 |
Parameter 'detachedInstance' is not assigned and could be declared final |
| 43586 |
src/com/gps/hibernate/UsertrackerpathDAO.java |
113 |
publicMethodCommentRequirement Required |
| 43587 |
src/com/gps/hibernate/UsertrackerpathDAO.java |
114 |
There is log block not surrounded by if |
| 43588 |
src/com/gps/hibernate/UsertrackerpathDAO.java |
114 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 43589 |
src/com/gps/hibernate/UsertrackerpathDAO.java |
116 |
Local variable 'result' could be declared final |
| 43590 |
src/com/gps/hibernate/UsertrackerpathDAO.java |
116 |
Potential violation of Law of Demeter (method chain calls) |
| 43591 |
src/com/gps/hibernate/UsertrackerpathDAO.java |
118 |
There is log block not surrounded by if |
| 43592 |
src/com/gps/hibernate/UsertrackerpathDAO.java |
118 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 43593 |
src/com/gps/hibernate/UsertrackerpathDAO.java |
120 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 43594 |
src/com/gps/hibernate/UsertrackerpathDAO.java |
121 |
There is log block not surrounded by if |
| 43595 |
src/com/gps/hibernate/UsertrackerpathDAO.java |
126 |
Parameter 'instance' is not assigned and could be declared final |
| 43596 |
src/com/gps/hibernate/UsertrackerpathDAO.java |
126 |
publicMethodCommentRequirement Required |
| 43597 |
src/com/gps/hibernate/UsertrackerpathDAO.java |
127 |
There is log block not surrounded by if |
| 43598 |
src/com/gps/hibernate/UsertrackerpathDAO.java |
127 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 43599 |
src/com/gps/hibernate/UsertrackerpathDAO.java |
129 |
Potential violation of Law of Demeter (method chain calls) |
| 43600 |
src/com/gps/hibernate/UsertrackerpathDAO.java |
130 |
There is log block not surrounded by if |
| 43601 |
src/com/gps/hibernate/UsertrackerpathDAO.java |
130 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 43602 |
src/com/gps/hibernate/UsertrackerpathDAO.java |
131 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 43603 |
src/com/gps/hibernate/UsertrackerpathDAO.java |
132 |
There is log block not surrounded by if |
| 43604 |
src/com/gps/hibernate/UsertrackerpathDAO.java |
137 |
Parameter 'instance' is not assigned and could be declared final |
| 43605 |
src/com/gps/hibernate/UsertrackerpathDAO.java |
137 |
publicMethodCommentRequirement Required |
| 43606 |
src/com/gps/hibernate/UsertrackerpathDAO.java |
138 |
There is log block not surrounded by if |
| 43607 |
src/com/gps/hibernate/UsertrackerpathDAO.java |
138 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 43608 |
src/com/gps/hibernate/UsertrackerpathDAO.java |
140 |
Potential violation of Law of Demeter (method chain calls) |
| 43609 |
src/com/gps/hibernate/UsertrackerpathDAO.java |
141 |
There is log block not surrounded by if |
| 43610 |
src/com/gps/hibernate/UsertrackerpathDAO.java |
141 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 43611 |
src/com/gps/hibernate/UsertrackerpathDAO.java |
142 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 43612 |
src/com/gps/hibernate/UsertrackerpathDAO.java |
143 |
There is log block not surrounded by if |
| 43613 |
src/com/gps/hibernate/VehicleDetails.java |
13 |
Classes implementing Serializable should set a serialVersionUID |
| 43614 |
src/com/gps/hibernate/VehicleDetails.java |
13 |
Too many fields |
| 43615 |
src/com/gps/hibernate/VehicleDetails.java |
17 |
fieldCommentRequirement Required |
| 43616 |
src/com/gps/hibernate/VehicleDetails.java |
18 |
fieldCommentRequirement Required |
| 43617 |
src/com/gps/hibernate/VehicleDetails.java |
19 |
fieldCommentRequirement Required |
| 43618 |
src/com/gps/hibernate/VehicleDetails.java |
20 |
fieldCommentRequirement Required |
| 43619 |
src/com/gps/hibernate/VehicleDetails.java |
21 |
fieldCommentRequirement Required |
| 43620 |
src/com/gps/hibernate/VehicleDetails.java |
22 |
fieldCommentRequirement Required |
| 43621 |
src/com/gps/hibernate/VehicleDetails.java |
23 |
fieldCommentRequirement Required |
| 43622 |
src/com/gps/hibernate/VehicleDetails.java |
24 |
fieldCommentRequirement Required |
| 43623 |
src/com/gps/hibernate/VehicleDetails.java |
25 |
fieldCommentRequirement Required |
| 43624 |
src/com/gps/hibernate/VehicleDetails.java |
26 |
fieldCommentRequirement Required |
| 43625 |
src/com/gps/hibernate/VehicleDetails.java |
27 |
fieldCommentRequirement Required |
| 43626 |
src/com/gps/hibernate/VehicleDetails.java |
28 |
fieldCommentRequirement Required |
| 43627 |
src/com/gps/hibernate/VehicleDetails.java |
29 |
fieldCommentRequirement Required |
| 43628 |
src/com/gps/hibernate/VehicleDetails.java |
30 |
fieldCommentRequirement Required |
| 43629 |
src/com/gps/hibernate/VehicleDetails.java |
31 |
fieldCommentRequirement Required |
| 43630 |
src/com/gps/hibernate/VehicleDetails.java |
32 |
fieldCommentRequirement Required |
| 43631 |
src/com/gps/hibernate/VehicleDetails.java |
33 |
fieldCommentRequirement Required |
| 43632 |
src/com/gps/hibernate/VehicleDetails.java |
34 |
fieldCommentRequirement Required |
| 43633 |
src/com/gps/hibernate/VehicleDetails.java |
35 |
fieldCommentRequirement Required |
| 43634 |
src/com/gps/hibernate/VehicleDetails.java |
36 |
fieldCommentRequirement Required |
| 43635 |
src/com/gps/hibernate/VehicleDetails.java |
37 |
fieldCommentRequirement Required |
| 43636 |
src/com/gps/hibernate/VehicleDetails.java |
42 |
Document empty constructor |
| 43637 |
src/com/gps/hibernate/VehicleDetails.java |
46 |
Parameter 'regNo' is not assigned and could be declared final |
| 43638 |
src/com/gps/hibernate/VehicleDetails.java |
46 |
Parameter 'totalSeats' is not assigned and could be declared final |
| 43639 |
src/com/gps/hibernate/VehicleDetails.java |
52 |
Avoid long parameter lists. |
| 43640 |
src/com/gps/hibernate/VehicleDetails.java |
52 |
Parameter 'organization' is not assigned and could be declared final |
| 43641 |
src/com/gps/hibernate/VehicleDetails.java |
52 |
Parameter 'user' is not assigned and could be declared final |
| 43642 |
src/com/gps/hibernate/VehicleDetails.java |
53 |
Parameter 'device' is not assigned and could be declared final |
| 43643 |
src/com/gps/hibernate/VehicleDetails.java |
53 |
Parameter 'totalSeats' is not assigned and could be declared final |
| 43644 |
src/com/gps/hibernate/VehicleDetails.java |
53 |
Parameter 'vehicleGroup' is not assigned and could be declared final |
| 43645 |
src/com/gps/hibernate/VehicleDetails.java |
54 |
Parameter 'carMileage' is not assigned and could be declared final |
| 43646 |
src/com/gps/hibernate/VehicleDetails.java |
54 |
Parameter 'carType' is not assigned and could be declared final |
| 43647 |
src/com/gps/hibernate/VehicleDetails.java |
54 |
Parameter 'musicStatus' is not assigned and could be declared final |
| 43648 |
src/com/gps/hibernate/VehicleDetails.java |
55 |
Parameter 'acStatus' is not assigned and could be declared final |
| 43649 |
src/com/gps/hibernate/VehicleDetails.java |
55 |
Parameter 'amFmStatus' is not assigned and could be declared final |
| 43650 |
src/com/gps/hibernate/VehicleDetails.java |
55 |
Parameter 'cdDvdStatus' is not assigned and could be declared final |
| 43651 |
src/com/gps/hibernate/VehicleDetails.java |
56 |
Parameter 'color' is not assigned and could be declared final |
| 43652 |
src/com/gps/hibernate/VehicleDetails.java |
56 |
Parameter 'imeiNumber' is not assigned and could be declared final |
| 43653 |
src/com/gps/hibernate/VehicleDetails.java |
56 |
Parameter 'regNo' is not assigned and could be declared final |
| 43654 |
src/com/gps/hibernate/VehicleDetails.java |
56 |
Parameter 'vehicleName' is not assigned and could be declared final |
| 43655 |
src/com/gps/hibernate/VehicleDetails.java |
57 |
Parameter 'companyName' is not assigned and could be declared final |
| 43656 |
src/com/gps/hibernate/VehicleDetails.java |
57 |
Parameter 'runningStatus' is not assigned and could be declared final |
| 43657 |
src/com/gps/hibernate/VehicleDetails.java |
57 |
Parameter 'useStatus' is not assigned and could be declared final |
| 43658 |
src/com/gps/hibernate/VehicleDetails.java |
58 |
Parameter 'geovehicleMaps' is not assigned and could be declared final |
| 43659 |
src/com/gps/hibernate/VehicleDetails.java |
58 |
Parameter 'tripDetailses' is not assigned and could be declared final |
| 43660 |
src/com/gps/hibernate/VehicleDetails.java |
81 |
Parameter 'carType' is not assigned and could be declared final |
| 43661 |
src/com/gps/hibernate/VehicleDetails.java |
81 |
Parameter 'vehicleId' is not assigned and could be declared final |
| 43662 |
src/com/gps/hibernate/VehicleDetails.java |
81 |
publicMethodCommentRequirement Required |
| 43663 |
src/com/gps/hibernate/VehicleDetails.java |
82 |
Parameter 'color' is not assigned and could be declared final |
| 43664 |
src/com/gps/hibernate/VehicleDetails.java |
82 |
Parameter 'imeiNumber' is not assigned and could be declared final |
| 43665 |
src/com/gps/hibernate/VehicleDetails.java |
82 |
Parameter 'regNo' is not assigned and could be declared final |
| 43666 |
src/com/gps/hibernate/VehicleDetails.java |
82 |
Parameter 'vehicleName' is not assigned and could be declared final |
| 43667 |
src/com/gps/hibernate/VehicleDetails.java |
83 |
Parameter 'companyName' is not assigned and could be declared final |
| 43668 |
src/com/gps/hibernate/VehicleDetails.java |
96 |
publicMethodCommentRequirement Required |
| 43669 |
src/com/gps/hibernate/VehicleDetails.java |
100 |
Parameter 'vehicleId' is not assigned and could be declared final |
| 43670 |
src/com/gps/hibernate/VehicleDetails.java |
100 |
publicMethodCommentRequirement Required |
| 43671 |
src/com/gps/hibernate/VehicleDetails.java |
104 |
publicMethodCommentRequirement Required |
| 43672 |
src/com/gps/hibernate/VehicleDetails.java |
108 |
Parameter 'user' is not assigned and could be declared final |
| 43673 |
src/com/gps/hibernate/VehicleDetails.java |
108 |
publicMethodCommentRequirement Required |
| 43674 |
src/com/gps/hibernate/VehicleDetails.java |
112 |
publicMethodCommentRequirement Required |
| 43675 |
src/com/gps/hibernate/VehicleDetails.java |
116 |
Parameter 'organization' is not assigned and could be declared final |
| 43676 |
src/com/gps/hibernate/VehicleDetails.java |
116 |
publicMethodCommentRequirement Required |
| 43677 |
src/com/gps/hibernate/VehicleDetails.java |
120 |
publicMethodCommentRequirement Required |
| 43678 |
src/com/gps/hibernate/VehicleDetails.java |
124 |
Parameter 'vehicleGroup' is not assigned and could be declared final |
| 43679 |
src/com/gps/hibernate/VehicleDetails.java |
124 |
publicMethodCommentRequirement Required |
| 43680 |
src/com/gps/hibernate/VehicleDetails.java |
128 |
publicMethodCommentRequirement Required |
| 43681 |
src/com/gps/hibernate/VehicleDetails.java |
132 |
Parameter 'device' is not assigned and could be declared final |
| 43682 |
src/com/gps/hibernate/VehicleDetails.java |
132 |
publicMethodCommentRequirement Required |
| 43683 |
src/com/gps/hibernate/VehicleDetails.java |
136 |
publicMethodCommentRequirement Required |
| 43684 |
src/com/gps/hibernate/VehicleDetails.java |
140 |
Parameter 'totalSeats' is not assigned and could be declared final |
| 43685 |
src/com/gps/hibernate/VehicleDetails.java |
140 |
publicMethodCommentRequirement Required |
| 43686 |
src/com/gps/hibernate/VehicleDetails.java |
144 |
publicMethodCommentRequirement Required |
| 43687 |
src/com/gps/hibernate/VehicleDetails.java |
148 |
Parameter 'musicStatus' is not assigned and could be declared final |
| 43688 |
src/com/gps/hibernate/VehicleDetails.java |
148 |
publicMethodCommentRequirement Required |
| 43689 |
src/com/gps/hibernate/VehicleDetails.java |
152 |
publicMethodCommentRequirement Required |
| 43690 |
src/com/gps/hibernate/VehicleDetails.java |
156 |
Parameter 'carMileage' is not assigned and could be declared final |
| 43691 |
src/com/gps/hibernate/VehicleDetails.java |
156 |
publicMethodCommentRequirement Required |
| 43692 |
src/com/gps/hibernate/VehicleDetails.java |
160 |
publicMethodCommentRequirement Required |
| 43693 |
src/com/gps/hibernate/VehicleDetails.java |
164 |
Parameter 'carType' is not assigned and could be declared final |
| 43694 |
src/com/gps/hibernate/VehicleDetails.java |
164 |
publicMethodCommentRequirement Required |
| 43695 |
src/com/gps/hibernate/VehicleDetails.java |
168 |
publicMethodCommentRequirement Required |
| 43696 |
src/com/gps/hibernate/VehicleDetails.java |
172 |
Parameter 'acStatus' is not assigned and could be declared final |
| 43697 |
src/com/gps/hibernate/VehicleDetails.java |
172 |
publicMethodCommentRequirement Required |
| 43698 |
src/com/gps/hibernate/VehicleDetails.java |
176 |
publicMethodCommentRequirement Required |
| 43699 |
src/com/gps/hibernate/VehicleDetails.java |
180 |
Parameter 'cdDvdStatus' is not assigned and could be declared final |
| 43700 |
src/com/gps/hibernate/VehicleDetails.java |
180 |
publicMethodCommentRequirement Required |
| 43701 |
src/com/gps/hibernate/VehicleDetails.java |
184 |
publicMethodCommentRequirement Required |
| 43702 |
src/com/gps/hibernate/VehicleDetails.java |
188 |
Parameter 'amFmStatus' is not assigned and could be declared final |
| 43703 |
src/com/gps/hibernate/VehicleDetails.java |
188 |
publicMethodCommentRequirement Required |
| 43704 |
src/com/gps/hibernate/VehicleDetails.java |
192 |
publicMethodCommentRequirement Required |
| 43705 |
src/com/gps/hibernate/VehicleDetails.java |
196 |
Parameter 'vehicleName' is not assigned and could be declared final |
| 43706 |
src/com/gps/hibernate/VehicleDetails.java |
196 |
publicMethodCommentRequirement Required |
| 43707 |
src/com/gps/hibernate/VehicleDetails.java |
200 |
publicMethodCommentRequirement Required |
| 43708 |
src/com/gps/hibernate/VehicleDetails.java |
204 |
Parameter 'imeiNumber' is not assigned and could be declared final |
| 43709 |
src/com/gps/hibernate/VehicleDetails.java |
204 |
publicMethodCommentRequirement Required |
| 43710 |
src/com/gps/hibernate/VehicleDetails.java |
208 |
publicMethodCommentRequirement Required |
| 43711 |
src/com/gps/hibernate/VehicleDetails.java |
212 |
Parameter 'color' is not assigned and could be declared final |
| 43712 |
src/com/gps/hibernate/VehicleDetails.java |
212 |
publicMethodCommentRequirement Required |
| 43713 |
src/com/gps/hibernate/VehicleDetails.java |
216 |
publicMethodCommentRequirement Required |
| 43714 |
src/com/gps/hibernate/VehicleDetails.java |
220 |
Parameter 'regNo' is not assigned and could be declared final |
| 43715 |
src/com/gps/hibernate/VehicleDetails.java |
220 |
publicMethodCommentRequirement Required |
| 43716 |
src/com/gps/hibernate/VehicleDetails.java |
224 |
publicMethodCommentRequirement Required |
| 43717 |
src/com/gps/hibernate/VehicleDetails.java |
228 |
Parameter 'companyName' is not assigned and could be declared final |
| 43718 |
src/com/gps/hibernate/VehicleDetails.java |
228 |
publicMethodCommentRequirement Required |
| 43719 |
src/com/gps/hibernate/VehicleDetails.java |
232 |
publicMethodCommentRequirement Required |
| 43720 |
src/com/gps/hibernate/VehicleDetails.java |
236 |
Parameter 'runningStatus' is not assigned and could be declared final |
| 43721 |
src/com/gps/hibernate/VehicleDetails.java |
236 |
publicMethodCommentRequirement Required |
| 43722 |
src/com/gps/hibernate/VehicleDetails.java |
240 |
publicMethodCommentRequirement Required |
| 43723 |
src/com/gps/hibernate/VehicleDetails.java |
244 |
Parameter 'useStatus' is not assigned and could be declared final |
| 43724 |
src/com/gps/hibernate/VehicleDetails.java |
244 |
publicMethodCommentRequirement Required |
| 43725 |
src/com/gps/hibernate/VehicleDetails.java |
248 |
publicMethodCommentRequirement Required |
| 43726 |
src/com/gps/hibernate/VehicleDetails.java |
252 |
Parameter 'tripDetailses' is not assigned and could be declared final |
| 43727 |
src/com/gps/hibernate/VehicleDetails.java |
252 |
publicMethodCommentRequirement Required |
| 43728 |
src/com/gps/hibernate/VehicleDetails.java |
256 |
publicMethodCommentRequirement Required |
| 43729 |
src/com/gps/hibernate/VehicleDetails.java |
260 |
Parameter 'geovehicleMaps' is not assigned and could be declared final |
| 43730 |
src/com/gps/hibernate/VehicleDetails.java |
260 |
publicMethodCommentRequirement Required |
| 43731 |
src/com/gps/hibernate/VehicleDetailsDAO.java |
11 |
Comment is too large: Too many lines |
| 43732 |
src/com/gps/hibernate/VehicleDetailsDAO.java |
23 |
This class has too many methods, consider refactoring it. |
| 43733 |
src/com/gps/hibernate/VehicleDetailsDAO.java |
24 |
Logger should be defined private static final and have the correct class |
| 43734 |
src/com/gps/hibernate/VehicleDetailsDAO.java |
24 |
Variables that are final and static should be all capitals, 'log' is not all capitals. |
| 43735 |
src/com/gps/hibernate/VehicleDetailsDAO.java |
24 |
fieldCommentRequirement Required |
| 43736 |
src/com/gps/hibernate/VehicleDetailsDAO.java |
26 |
fieldCommentRequirement Required |
| 43737 |
src/com/gps/hibernate/VehicleDetailsDAO.java |
27 |
fieldCommentRequirement Required |
| 43738 |
src/com/gps/hibernate/VehicleDetailsDAO.java |
28 |
fieldCommentRequirement Required |
| 43739 |
src/com/gps/hibernate/VehicleDetailsDAO.java |
29 |
fieldCommentRequirement Required |
| 43740 |
src/com/gps/hibernate/VehicleDetailsDAO.java |
30 |
fieldCommentRequirement Required |
| 43741 |
src/com/gps/hibernate/VehicleDetailsDAO.java |
31 |
fieldCommentRequirement Required |
| 43742 |
src/com/gps/hibernate/VehicleDetailsDAO.java |
32 |
fieldCommentRequirement Required |
| 43743 |
src/com/gps/hibernate/VehicleDetailsDAO.java |
33 |
fieldCommentRequirement Required |
| 43744 |
src/com/gps/hibernate/VehicleDetailsDAO.java |
34 |
fieldCommentRequirement Required |
| 43745 |
src/com/gps/hibernate/VehicleDetailsDAO.java |
35 |
fieldCommentRequirement Required |
| 43746 |
src/com/gps/hibernate/VehicleDetailsDAO.java |
36 |
fieldCommentRequirement Required |
| 43747 |
src/com/gps/hibernate/VehicleDetailsDAO.java |
37 |
fieldCommentRequirement Required |
| 43748 |
src/com/gps/hibernate/VehicleDetailsDAO.java |
39 |
Parameter 'transientInstance' is not assigned and could be declared final |
| 43749 |
src/com/gps/hibernate/VehicleDetailsDAO.java |
39 |
publicMethodCommentRequirement Required |
| 43750 |
src/com/gps/hibernate/VehicleDetailsDAO.java |
40 |
There is log block not surrounded by if |
| 43751 |
src/com/gps/hibernate/VehicleDetailsDAO.java |
40 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 43752 |
src/com/gps/hibernate/VehicleDetailsDAO.java |
42 |
Potential violation of Law of Demeter (method chain calls) |
| 43753 |
src/com/gps/hibernate/VehicleDetailsDAO.java |
43 |
There is log block not surrounded by if |
| 43754 |
src/com/gps/hibernate/VehicleDetailsDAO.java |
43 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 43755 |
src/com/gps/hibernate/VehicleDetailsDAO.java |
44 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 43756 |
src/com/gps/hibernate/VehicleDetailsDAO.java |
45 |
There is log block not surrounded by if |
| 43757 |
src/com/gps/hibernate/VehicleDetailsDAO.java |
50 |
Avoid excessively long variable names like persistentInstance |
| 43758 |
src/com/gps/hibernate/VehicleDetailsDAO.java |
50 |
Parameter 'persistentInstance' is not assigned and could be declared final |
| 43759 |
src/com/gps/hibernate/VehicleDetailsDAO.java |
50 |
publicMethodCommentRequirement Required |
| 43760 |
src/com/gps/hibernate/VehicleDetailsDAO.java |
51 |
There is log block not surrounded by if |
| 43761 |
src/com/gps/hibernate/VehicleDetailsDAO.java |
51 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 43762 |
src/com/gps/hibernate/VehicleDetailsDAO.java |
53 |
Potential violation of Law of Demeter (method chain calls) |
| 43763 |
src/com/gps/hibernate/VehicleDetailsDAO.java |
54 |
There is log block not surrounded by if |
| 43764 |
src/com/gps/hibernate/VehicleDetailsDAO.java |
54 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 43765 |
src/com/gps/hibernate/VehicleDetailsDAO.java |
55 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 43766 |
src/com/gps/hibernate/VehicleDetailsDAO.java |
56 |
There is log block not surrounded by if |
| 43767 |
src/com/gps/hibernate/VehicleDetailsDAO.java |
61 |
Avoid variables with short names like id |
| 43768 |
src/com/gps/hibernate/VehicleDetailsDAO.java |
61 |
Parameter 'id' is not assigned and could be declared final |
| 43769 |
src/com/gps/hibernate/VehicleDetailsDAO.java |
61 |
publicMethodCommentRequirement Required |
| 43770 |
src/com/gps/hibernate/VehicleDetailsDAO.java |
62 |
There is log block not surrounded by if |
| 43771 |
src/com/gps/hibernate/VehicleDetailsDAO.java |
62 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 43772 |
src/com/gps/hibernate/VehicleDetailsDAO.java |
64 |
Local variable 'instance' could be declared final |
| 43773 |
src/com/gps/hibernate/VehicleDetailsDAO.java |
64 |
Potential violation of Law of Demeter (method chain calls) |
| 43774 |
src/com/gps/hibernate/VehicleDetailsDAO.java |
68 |
Avoid catching NullPointerException; consider removing the cause of the NPE. |
| 43775 |
src/com/gps/hibernate/VehicleDetailsDAO.java |
68 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 43776 |
src/com/gps/hibernate/VehicleDetailsDAO.java |
70 |
There is log block not surrounded by if |
| 43777 |
src/com/gps/hibernate/VehicleDetailsDAO.java |
73 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 43778 |
src/com/gps/hibernate/VehicleDetailsDAO.java |
74 |
There is log block not surrounded by if |
| 43779 |
src/com/gps/hibernate/VehicleDetailsDAO.java |
79 |
Parameter 'instance' is not assigned and could be declared final |
| 43780 |
src/com/gps/hibernate/VehicleDetailsDAO.java |
79 |
publicMethodCommentRequirement Required |
| 43781 |
src/com/gps/hibernate/VehicleDetailsDAO.java |
80 |
There is log block not surrounded by if |
| 43782 |
src/com/gps/hibernate/VehicleDetailsDAO.java |
80 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 43783 |
src/com/gps/hibernate/VehicleDetailsDAO.java |
82 |
Local variable 'results' could be declared final |
| 43784 |
src/com/gps/hibernate/VehicleDetailsDAO.java |
82 |
Potential violation of Law of Demeter (method chain calls) |
| 43785 |
src/com/gps/hibernate/VehicleDetailsDAO.java |
82 |
Potential violation of Law of Demeter (method chain calls) |
| 43786 |
src/com/gps/hibernate/VehicleDetailsDAO.java |
82 |
Potential violation of Law of Demeter (method chain calls) |
| 43787 |
src/com/gps/hibernate/VehicleDetailsDAO.java |
85 |
There is log block not surrounded by if |
| 43788 |
src/com/gps/hibernate/VehicleDetailsDAO.java |
85 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 43789 |
src/com/gps/hibernate/VehicleDetailsDAO.java |
86 |
Potential violation of Law of Demeter (object not created locally) |
| 43790 |
src/com/gps/hibernate/VehicleDetailsDAO.java |
88 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 43791 |
src/com/gps/hibernate/VehicleDetailsDAO.java |
89 |
There is log block not surrounded by if |
| 43792 |
src/com/gps/hibernate/VehicleDetailsDAO.java |
94 |
Parameter 'propertyName' is not assigned and could be declared final |
| 43793 |
src/com/gps/hibernate/VehicleDetailsDAO.java |
94 |
Parameter 'value' is not assigned and could be declared final |
| 43794 |
src/com/gps/hibernate/VehicleDetailsDAO.java |
94 |
publicMethodCommentRequirement Required |
| 43795 |
src/com/gps/hibernate/VehicleDetailsDAO.java |
95 |
There is log block not surrounded by if |
| 43796 |
src/com/gps/hibernate/VehicleDetailsDAO.java |
95 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 43797 |
src/com/gps/hibernate/VehicleDetailsDAO.java |
98 |
Local variable 'queryString' could be declared final |
| 43798 |
src/com/gps/hibernate/VehicleDetailsDAO.java |
100 |
Local variable 'queryObject' could be declared final |
| 43799 |
src/com/gps/hibernate/VehicleDetailsDAO.java |
100 |
Potential violation of Law of Demeter (method chain calls) |
| 43800 |
src/com/gps/hibernate/VehicleDetailsDAO.java |
101 |
Potential violation of Law of Demeter (object not created locally) |
| 43801 |
src/com/gps/hibernate/VehicleDetailsDAO.java |
102 |
Potential violation of Law of Demeter (object not created locally) |
| 43802 |
src/com/gps/hibernate/VehicleDetailsDAO.java |
103 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 43803 |
src/com/gps/hibernate/VehicleDetailsDAO.java |
104 |
There is log block not surrounded by if |
| 43804 |
src/com/gps/hibernate/VehicleDetailsDAO.java |
109 |
Parameter 'totalSeats' is not assigned and could be declared final |
| 43805 |
src/com/gps/hibernate/VehicleDetailsDAO.java |
109 |
publicMethodCommentRequirement Required |
| 43806 |
src/com/gps/hibernate/VehicleDetailsDAO.java |
113 |
Parameter 'musicStatus' is not assigned and could be declared final |
| 43807 |
src/com/gps/hibernate/VehicleDetailsDAO.java |
113 |
publicMethodCommentRequirement Required |
| 43808 |
src/com/gps/hibernate/VehicleDetailsDAO.java |
117 |
Parameter 'carMileage' is not assigned and could be declared final |
| 43809 |
src/com/gps/hibernate/VehicleDetailsDAO.java |
117 |
publicMethodCommentRequirement Required |
| 43810 |
src/com/gps/hibernate/VehicleDetailsDAO.java |
121 |
Parameter 'carType' is not assigned and could be declared final |
| 43811 |
src/com/gps/hibernate/VehicleDetailsDAO.java |
121 |
publicMethodCommentRequirement Required |
| 43812 |
src/com/gps/hibernate/VehicleDetailsDAO.java |
125 |
Parameter 'acStatus' is not assigned and could be declared final |
| 43813 |
src/com/gps/hibernate/VehicleDetailsDAO.java |
125 |
publicMethodCommentRequirement Required |
| 43814 |
src/com/gps/hibernate/VehicleDetailsDAO.java |
129 |
Parameter 'cdDvdStatus' is not assigned and could be declared final |
| 43815 |
src/com/gps/hibernate/VehicleDetailsDAO.java |
129 |
publicMethodCommentRequirement Required |
| 43816 |
src/com/gps/hibernate/VehicleDetailsDAO.java |
133 |
Parameter 'amFmStatus' is not assigned and could be declared final |
| 43817 |
src/com/gps/hibernate/VehicleDetailsDAO.java |
133 |
publicMethodCommentRequirement Required |
| 43818 |
src/com/gps/hibernate/VehicleDetailsDAO.java |
137 |
Parameter 'vehicleName' is not assigned and could be declared final |
| 43819 |
src/com/gps/hibernate/VehicleDetailsDAO.java |
137 |
publicMethodCommentRequirement Required |
| 43820 |
src/com/gps/hibernate/VehicleDetailsDAO.java |
141 |
Parameter 'imeiNumber' is not assigned and could be declared final |
| 43821 |
src/com/gps/hibernate/VehicleDetailsDAO.java |
141 |
publicMethodCommentRequirement Required |
| 43822 |
src/com/gps/hibernate/VehicleDetailsDAO.java |
145 |
Parameter 'color' is not assigned and could be declared final |
| 43823 |
src/com/gps/hibernate/VehicleDetailsDAO.java |
145 |
publicMethodCommentRequirement Required |
| 43824 |
src/com/gps/hibernate/VehicleDetailsDAO.java |
149 |
Parameter 'regNo' is not assigned and could be declared final |
| 43825 |
src/com/gps/hibernate/VehicleDetailsDAO.java |
149 |
publicMethodCommentRequirement Required |
| 43826 |
src/com/gps/hibernate/VehicleDetailsDAO.java |
153 |
Parameter 'companyName' is not assigned and could be declared final |
| 43827 |
src/com/gps/hibernate/VehicleDetailsDAO.java |
153 |
publicMethodCommentRequirement Required |
| 43828 |
src/com/gps/hibernate/VehicleDetailsDAO.java |
157 |
Parameter 'first' is not assigned and could be declared final |
| 43829 |
src/com/gps/hibernate/VehicleDetailsDAO.java |
157 |
Parameter 'last' is not assigned and could be declared final |
| 43830 |
src/com/gps/hibernate/VehicleDetailsDAO.java |
157 |
publicMethodCommentRequirement Required |
| 43831 |
src/com/gps/hibernate/VehicleDetailsDAO.java |
158 |
There is log block not surrounded by if |
| 43832 |
src/com/gps/hibernate/VehicleDetailsDAO.java |
158 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 43833 |
src/com/gps/hibernate/VehicleDetailsDAO.java |
160 |
Local variable 'queryString' could be declared final |
| 43834 |
src/com/gps/hibernate/VehicleDetailsDAO.java |
161 |
Local variable 'queryObject' could be declared final |
| 43835 |
src/com/gps/hibernate/VehicleDetailsDAO.java |
161 |
Potential violation of Law of Demeter (method chain calls) |
| 43836 |
src/com/gps/hibernate/VehicleDetailsDAO.java |
162 |
Potential violation of Law of Demeter (object not created locally) |
| 43837 |
src/com/gps/hibernate/VehicleDetailsDAO.java |
163 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 43838 |
src/com/gps/hibernate/VehicleDetailsDAO.java |
164 |
There is log block not surrounded by if |
| 43839 |
src/com/gps/hibernate/VehicleDetailsDAO.java |
169 |
Parameter 'detachedInstance' is not assigned and could be declared final |
| 43840 |
src/com/gps/hibernate/VehicleDetailsDAO.java |
169 |
publicMethodCommentRequirement Required |
| 43841 |
src/com/gps/hibernate/VehicleDetailsDAO.java |
170 |
There is log block not surrounded by if |
| 43842 |
src/com/gps/hibernate/VehicleDetailsDAO.java |
170 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 43843 |
src/com/gps/hibernate/VehicleDetailsDAO.java |
172 |
Local variable 'result' could be declared final |
| 43844 |
src/com/gps/hibernate/VehicleDetailsDAO.java |
172 |
Potential violation of Law of Demeter (method chain calls) |
| 43845 |
src/com/gps/hibernate/VehicleDetailsDAO.java |
174 |
There is log block not surrounded by if |
| 43846 |
src/com/gps/hibernate/VehicleDetailsDAO.java |
174 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 43847 |
src/com/gps/hibernate/VehicleDetailsDAO.java |
176 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 43848 |
src/com/gps/hibernate/VehicleDetailsDAO.java |
177 |
There is log block not surrounded by if |
| 43849 |
src/com/gps/hibernate/VehicleDetailsDAO.java |
182 |
Parameter 'instance' is not assigned and could be declared final |
| 43850 |
src/com/gps/hibernate/VehicleDetailsDAO.java |
182 |
publicMethodCommentRequirement Required |
| 43851 |
src/com/gps/hibernate/VehicleDetailsDAO.java |
183 |
There is log block not surrounded by if |
| 43852 |
src/com/gps/hibernate/VehicleDetailsDAO.java |
183 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 43853 |
src/com/gps/hibernate/VehicleDetailsDAO.java |
185 |
Potential violation of Law of Demeter (method chain calls) |
| 43854 |
src/com/gps/hibernate/VehicleDetailsDAO.java |
186 |
There is log block not surrounded by if |
| 43855 |
src/com/gps/hibernate/VehicleDetailsDAO.java |
186 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 43856 |
src/com/gps/hibernate/VehicleDetailsDAO.java |
187 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 43857 |
src/com/gps/hibernate/VehicleDetailsDAO.java |
188 |
There is log block not surrounded by if |
| 43858 |
src/com/gps/hibernate/VehicleDetailsDAO.java |
193 |
Parameter 'instance' is not assigned and could be declared final |
| 43859 |
src/com/gps/hibernate/VehicleDetailsDAO.java |
193 |
publicMethodCommentRequirement Required |
| 43860 |
src/com/gps/hibernate/VehicleDetailsDAO.java |
194 |
There is log block not surrounded by if |
| 43861 |
src/com/gps/hibernate/VehicleDetailsDAO.java |
194 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 43862 |
src/com/gps/hibernate/VehicleDetailsDAO.java |
196 |
Potential violation of Law of Demeter (method chain calls) |
| 43863 |
src/com/gps/hibernate/VehicleDetailsDAO.java |
197 |
There is log block not surrounded by if |
| 43864 |
src/com/gps/hibernate/VehicleDetailsDAO.java |
197 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 43865 |
src/com/gps/hibernate/VehicleDetailsDAO.java |
198 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 43866 |
src/com/gps/hibernate/VehicleDetailsDAO.java |
199 |
There is log block not surrounded by if |
| 43867 |
src/com/gps/hibernate/VehicleGroup.java |
12 |
Classes implementing Serializable should set a serialVersionUID |
| 43868 |
src/com/gps/hibernate/VehicleGroup.java |
16 |
fieldCommentRequirement Required |
| 43869 |
src/com/gps/hibernate/VehicleGroup.java |
17 |
fieldCommentRequirement Required |
| 43870 |
src/com/gps/hibernate/VehicleGroup.java |
18 |
fieldCommentRequirement Required |
| 43871 |
src/com/gps/hibernate/VehicleGroup.java |
19 |
fieldCommentRequirement Required |
| 43872 |
src/com/gps/hibernate/VehicleGroup.java |
20 |
fieldCommentRequirement Required |
| 43873 |
src/com/gps/hibernate/VehicleGroup.java |
25 |
Document empty constructor |
| 43874 |
src/com/gps/hibernate/VehicleGroup.java |
27 |
Parameter 'vehicleGroupName' is not assigned and could be declared final |
| 43875 |
src/com/gps/hibernate/VehicleGroup.java |
27 |
Parameter 'vehicleGroupid' is not assigned and could be declared final |
| 43876 |
src/com/gps/hibernate/VehicleGroup.java |
27 |
publicMethodCommentRequirement Required |
| 43877 |
src/com/gps/hibernate/VehicleGroup.java |
28 |
Parameter 'vehicleDesc' is not assigned and could be declared final |
| 43878 |
src/com/gps/hibernate/VehicleGroup.java |
28 |
Parameter 'vehiclePurpose' is not assigned and could be declared final |
| 43879 |
src/com/gps/hibernate/VehicleGroup.java |
38 |
Parameter 'vehicleDesc' is not assigned and could be declared final |
| 43880 |
src/com/gps/hibernate/VehicleGroup.java |
38 |
Parameter 'vehicleGroupName' is not assigned and could be declared final |
| 43881 |
src/com/gps/hibernate/VehicleGroup.java |
39 |
Parameter 'vehicleDetailses' is not assigned and could be declared final |
| 43882 |
src/com/gps/hibernate/VehicleGroup.java |
39 |
Parameter 'vehiclePurpose' is not assigned and could be declared final |
| 43883 |
src/com/gps/hibernate/VehicleGroup.java |
48 |
publicMethodCommentRequirement Required |
| 43884 |
src/com/gps/hibernate/VehicleGroup.java |
52 |
Parameter 'vehicleGroupid' is not assigned and could be declared final |
| 43885 |
src/com/gps/hibernate/VehicleGroup.java |
52 |
publicMethodCommentRequirement Required |
| 43886 |
src/com/gps/hibernate/VehicleGroup.java |
56 |
publicMethodCommentRequirement Required |
| 43887 |
src/com/gps/hibernate/VehicleGroup.java |
60 |
Parameter 'vehicleGroupName' is not assigned and could be declared final |
| 43888 |
src/com/gps/hibernate/VehicleGroup.java |
60 |
publicMethodCommentRequirement Required |
| 43889 |
src/com/gps/hibernate/VehicleGroup.java |
64 |
publicMethodCommentRequirement Required |
| 43890 |
src/com/gps/hibernate/VehicleGroup.java |
68 |
Parameter 'vehicleDesc' is not assigned and could be declared final |
| 43891 |
src/com/gps/hibernate/VehicleGroup.java |
68 |
publicMethodCommentRequirement Required |
| 43892 |
src/com/gps/hibernate/VehicleGroup.java |
72 |
publicMethodCommentRequirement Required |
| 43893 |
src/com/gps/hibernate/VehicleGroup.java |
76 |
Parameter 'vehiclePurpose' is not assigned and could be declared final |
| 43894 |
src/com/gps/hibernate/VehicleGroup.java |
76 |
publicMethodCommentRequirement Required |
| 43895 |
src/com/gps/hibernate/VehicleGroup.java |
80 |
publicMethodCommentRequirement Required |
| 43896 |
src/com/gps/hibernate/VehicleGroup.java |
84 |
Parameter 'vehicleDetailses' is not assigned and could be declared final |
| 43897 |
src/com/gps/hibernate/VehicleGroup.java |
84 |
publicMethodCommentRequirement Required |
| 43898 |
src/com/gps/hibernate/VehicleGroupDAO.java |
11 |
Comment is too large: Too many lines |
| 43899 |
src/com/gps/hibernate/VehicleGroupDAO.java |
23 |
This class has too many methods, consider refactoring it. |
| 43900 |
src/com/gps/hibernate/VehicleGroupDAO.java |
24 |
Logger should be defined private static final and have the correct class |
| 43901 |
src/com/gps/hibernate/VehicleGroupDAO.java |
24 |
Variables that are final and static should be all capitals, 'log' is not all capitals. |
| 43902 |
src/com/gps/hibernate/VehicleGroupDAO.java |
24 |
fieldCommentRequirement Required |
| 43903 |
src/com/gps/hibernate/VehicleGroupDAO.java |
26 |
Avoid excessively long variable names like VEHICLE_GROUP_NAME |
| 43904 |
src/com/gps/hibernate/VehicleGroupDAO.java |
26 |
fieldCommentRequirement Required |
| 43905 |
src/com/gps/hibernate/VehicleGroupDAO.java |
27 |
fieldCommentRequirement Required |
| 43906 |
src/com/gps/hibernate/VehicleGroupDAO.java |
28 |
fieldCommentRequirement Required |
| 43907 |
src/com/gps/hibernate/VehicleGroupDAO.java |
30 |
Parameter 'transientInstance' is not assigned and could be declared final |
| 43908 |
src/com/gps/hibernate/VehicleGroupDAO.java |
30 |
publicMethodCommentRequirement Required |
| 43909 |
src/com/gps/hibernate/VehicleGroupDAO.java |
31 |
There is log block not surrounded by if |
| 43910 |
src/com/gps/hibernate/VehicleGroupDAO.java |
31 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 43911 |
src/com/gps/hibernate/VehicleGroupDAO.java |
33 |
Potential violation of Law of Demeter (method chain calls) |
| 43912 |
src/com/gps/hibernate/VehicleGroupDAO.java |
34 |
There is log block not surrounded by if |
| 43913 |
src/com/gps/hibernate/VehicleGroupDAO.java |
34 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 43914 |
src/com/gps/hibernate/VehicleGroupDAO.java |
35 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 43915 |
src/com/gps/hibernate/VehicleGroupDAO.java |
36 |
There is log block not surrounded by if |
| 43916 |
src/com/gps/hibernate/VehicleGroupDAO.java |
41 |
Avoid excessively long variable names like persistentInstance |
| 43917 |
src/com/gps/hibernate/VehicleGroupDAO.java |
41 |
Parameter 'persistentInstance' is not assigned and could be declared final |
| 43918 |
src/com/gps/hibernate/VehicleGroupDAO.java |
41 |
publicMethodCommentRequirement Required |
| 43919 |
src/com/gps/hibernate/VehicleGroupDAO.java |
42 |
There is log block not surrounded by if |
| 43920 |
src/com/gps/hibernate/VehicleGroupDAO.java |
42 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 43921 |
src/com/gps/hibernate/VehicleGroupDAO.java |
44 |
Potential violation of Law of Demeter (method chain calls) |
| 43922 |
src/com/gps/hibernate/VehicleGroupDAO.java |
45 |
There is log block not surrounded by if |
| 43923 |
src/com/gps/hibernate/VehicleGroupDAO.java |
45 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 43924 |
src/com/gps/hibernate/VehicleGroupDAO.java |
46 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 43925 |
src/com/gps/hibernate/VehicleGroupDAO.java |
47 |
There is log block not surrounded by if |
| 43926 |
src/com/gps/hibernate/VehicleGroupDAO.java |
52 |
Avoid variables with short names like id |
| 43927 |
src/com/gps/hibernate/VehicleGroupDAO.java |
52 |
Parameter 'id' is not assigned and could be declared final |
| 43928 |
src/com/gps/hibernate/VehicleGroupDAO.java |
52 |
publicMethodCommentRequirement Required |
| 43929 |
src/com/gps/hibernate/VehicleGroupDAO.java |
53 |
There is log block not surrounded by if |
| 43930 |
src/com/gps/hibernate/VehicleGroupDAO.java |
53 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 43931 |
src/com/gps/hibernate/VehicleGroupDAO.java |
55 |
Local variable 'instance' could be declared final |
| 43932 |
src/com/gps/hibernate/VehicleGroupDAO.java |
55 |
Potential violation of Law of Demeter (method chain calls) |
| 43933 |
src/com/gps/hibernate/VehicleGroupDAO.java |
58 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 43934 |
src/com/gps/hibernate/VehicleGroupDAO.java |
59 |
There is log block not surrounded by if |
| 43935 |
src/com/gps/hibernate/VehicleGroupDAO.java |
64 |
Parameter 'instance' is not assigned and could be declared final |
| 43936 |
src/com/gps/hibernate/VehicleGroupDAO.java |
64 |
publicMethodCommentRequirement Required |
| 43937 |
src/com/gps/hibernate/VehicleGroupDAO.java |
65 |
There is log block not surrounded by if |
| 43938 |
src/com/gps/hibernate/VehicleGroupDAO.java |
65 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 43939 |
src/com/gps/hibernate/VehicleGroupDAO.java |
67 |
Local variable 'results' could be declared final |
| 43940 |
src/com/gps/hibernate/VehicleGroupDAO.java |
67 |
Potential violation of Law of Demeter (method chain calls) |
| 43941 |
src/com/gps/hibernate/VehicleGroupDAO.java |
67 |
Potential violation of Law of Demeter (method chain calls) |
| 43942 |
src/com/gps/hibernate/VehicleGroupDAO.java |
67 |
Potential violation of Law of Demeter (method chain calls) |
| 43943 |
src/com/gps/hibernate/VehicleGroupDAO.java |
70 |
There is log block not surrounded by if |
| 43944 |
src/com/gps/hibernate/VehicleGroupDAO.java |
70 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 43945 |
src/com/gps/hibernate/VehicleGroupDAO.java |
71 |
Potential violation of Law of Demeter (object not created locally) |
| 43946 |
src/com/gps/hibernate/VehicleGroupDAO.java |
73 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 43947 |
src/com/gps/hibernate/VehicleGroupDAO.java |
74 |
There is log block not surrounded by if |
| 43948 |
src/com/gps/hibernate/VehicleGroupDAO.java |
79 |
Parameter 'propertyName' is not assigned and could be declared final |
| 43949 |
src/com/gps/hibernate/VehicleGroupDAO.java |
79 |
Parameter 'value' is not assigned and could be declared final |
| 43950 |
src/com/gps/hibernate/VehicleGroupDAO.java |
79 |
publicMethodCommentRequirement Required |
| 43951 |
src/com/gps/hibernate/VehicleGroupDAO.java |
80 |
There is log block not surrounded by if |
| 43952 |
src/com/gps/hibernate/VehicleGroupDAO.java |
80 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 43953 |
src/com/gps/hibernate/VehicleGroupDAO.java |
83 |
Local variable 'queryString' could be declared final |
| 43954 |
src/com/gps/hibernate/VehicleGroupDAO.java |
85 |
Local variable 'queryObject' could be declared final |
| 43955 |
src/com/gps/hibernate/VehicleGroupDAO.java |
85 |
Potential violation of Law of Demeter (method chain calls) |
| 43956 |
src/com/gps/hibernate/VehicleGroupDAO.java |
86 |
Potential violation of Law of Demeter (object not created locally) |
| 43957 |
src/com/gps/hibernate/VehicleGroupDAO.java |
87 |
Potential violation of Law of Demeter (object not created locally) |
| 43958 |
src/com/gps/hibernate/VehicleGroupDAO.java |
88 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 43959 |
src/com/gps/hibernate/VehicleGroupDAO.java |
89 |
There is log block not surrounded by if |
| 43960 |
src/com/gps/hibernate/VehicleGroupDAO.java |
94 |
Parameter 'vehicleGroupName' is not assigned and could be declared final |
| 43961 |
src/com/gps/hibernate/VehicleGroupDAO.java |
94 |
publicMethodCommentRequirement Required |
| 43962 |
src/com/gps/hibernate/VehicleGroupDAO.java |
98 |
Parameter 'vehicleDesc' is not assigned and could be declared final |
| 43963 |
src/com/gps/hibernate/VehicleGroupDAO.java |
98 |
publicMethodCommentRequirement Required |
| 43964 |
src/com/gps/hibernate/VehicleGroupDAO.java |
102 |
Parameter 'vehiclePurpose' is not assigned and could be declared final |
| 43965 |
src/com/gps/hibernate/VehicleGroupDAO.java |
102 |
publicMethodCommentRequirement Required |
| 43966 |
src/com/gps/hibernate/VehicleGroupDAO.java |
106 |
publicMethodCommentRequirement Required |
| 43967 |
src/com/gps/hibernate/VehicleGroupDAO.java |
107 |
There is log block not surrounded by if |
| 43968 |
src/com/gps/hibernate/VehicleGroupDAO.java |
107 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 43969 |
src/com/gps/hibernate/VehicleGroupDAO.java |
109 |
Local variable 'queryString' could be declared final |
| 43970 |
src/com/gps/hibernate/VehicleGroupDAO.java |
110 |
Local variable 'queryObject' could be declared final |
| 43971 |
src/com/gps/hibernate/VehicleGroupDAO.java |
110 |
Potential violation of Law of Demeter (method chain calls) |
| 43972 |
src/com/gps/hibernate/VehicleGroupDAO.java |
111 |
Potential violation of Law of Demeter (object not created locally) |
| 43973 |
src/com/gps/hibernate/VehicleGroupDAO.java |
112 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 43974 |
src/com/gps/hibernate/VehicleGroupDAO.java |
113 |
There is log block not surrounded by if |
| 43975 |
src/com/gps/hibernate/VehicleGroupDAO.java |
118 |
Parameter 'detachedInstance' is not assigned and could be declared final |
| 43976 |
src/com/gps/hibernate/VehicleGroupDAO.java |
118 |
publicMethodCommentRequirement Required |
| 43977 |
src/com/gps/hibernate/VehicleGroupDAO.java |
119 |
There is log block not surrounded by if |
| 43978 |
src/com/gps/hibernate/VehicleGroupDAO.java |
119 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 43979 |
src/com/gps/hibernate/VehicleGroupDAO.java |
121 |
Local variable 'result' could be declared final |
| 43980 |
src/com/gps/hibernate/VehicleGroupDAO.java |
121 |
Potential violation of Law of Demeter (method chain calls) |
| 43981 |
src/com/gps/hibernate/VehicleGroupDAO.java |
123 |
There is log block not surrounded by if |
| 43982 |
src/com/gps/hibernate/VehicleGroupDAO.java |
123 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 43983 |
src/com/gps/hibernate/VehicleGroupDAO.java |
125 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 43984 |
src/com/gps/hibernate/VehicleGroupDAO.java |
126 |
There is log block not surrounded by if |
| 43985 |
src/com/gps/hibernate/VehicleGroupDAO.java |
131 |
Parameter 'instance' is not assigned and could be declared final |
| 43986 |
src/com/gps/hibernate/VehicleGroupDAO.java |
131 |
publicMethodCommentRequirement Required |
| 43987 |
src/com/gps/hibernate/VehicleGroupDAO.java |
132 |
There is log block not surrounded by if |
| 43988 |
src/com/gps/hibernate/VehicleGroupDAO.java |
132 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 43989 |
src/com/gps/hibernate/VehicleGroupDAO.java |
134 |
Potential violation of Law of Demeter (method chain calls) |
| 43990 |
src/com/gps/hibernate/VehicleGroupDAO.java |
135 |
There is log block not surrounded by if |
| 43991 |
src/com/gps/hibernate/VehicleGroupDAO.java |
135 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 43992 |
src/com/gps/hibernate/VehicleGroupDAO.java |
136 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 43993 |
src/com/gps/hibernate/VehicleGroupDAO.java |
137 |
There is log block not surrounded by if |
| 43994 |
src/com/gps/hibernate/VehicleGroupDAO.java |
142 |
Parameter 'instance' is not assigned and could be declared final |
| 43995 |
src/com/gps/hibernate/VehicleGroupDAO.java |
142 |
publicMethodCommentRequirement Required |
| 43996 |
src/com/gps/hibernate/VehicleGroupDAO.java |
143 |
There is log block not surrounded by if |
| 43997 |
src/com/gps/hibernate/VehicleGroupDAO.java |
143 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 43998 |
src/com/gps/hibernate/VehicleGroupDAO.java |
145 |
Potential violation of Law of Demeter (method chain calls) |
| 43999 |
src/com/gps/hibernate/VehicleGroupDAO.java |
146 |
There is log block not surrounded by if |
| 44000 |
src/com/gps/hibernate/VehicleGroupDAO.java |
146 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 44001 |
src/com/gps/hibernate/VehicleGroupDAO.java |
147 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 44002 |
src/com/gps/hibernate/VehicleGroupDAO.java |
148 |
There is log block not surrounded by if |
| 44003 |
src/com/gps/hibernate/VehicleType.java |
11 |
Classes implementing Serializable should set a serialVersionUID |
| 44004 |
src/com/gps/hibernate/VehicleType.java |
13 |
Use explicit scoping instead of the default package private level |
| 44005 |
src/com/gps/hibernate/VehicleType.java |
13 |
fieldCommentRequirement Required |
| 44006 |
src/com/gps/hibernate/VehicleType.java |
14 |
Use explicit scoping instead of the default package private level |
| 44007 |
src/com/gps/hibernate/VehicleType.java |
14 |
fieldCommentRequirement Required |
| 44008 |
src/com/gps/hibernate/VehicleType.java |
15 |
Use explicit scoping instead of the default package private level |
| 44009 |
src/com/gps/hibernate/VehicleType.java |
15 |
fieldCommentRequirement Required |
| 44010 |
src/com/gps/hibernate/VehicleType.java |
16 |
Use explicit scoping instead of the default package private level |
| 44011 |
src/com/gps/hibernate/VehicleType.java |
16 |
fieldCommentRequirement Required |
| 44012 |
src/com/gps/hibernate/VehicleType.java |
17 |
Use explicit scoping instead of the default package private level |
| 44013 |
src/com/gps/hibernate/VehicleType.java |
17 |
fieldCommentRequirement Required |
| 44014 |
src/com/gps/hibernate/VehicleType.java |
18 |
Use explicit scoping instead of the default package private level |
| 44015 |
src/com/gps/hibernate/VehicleType.java |
18 |
fieldCommentRequirement Required |
| 44016 |
src/com/gps/hibernate/VehicleType.java |
32 |
Parameter 'tankCapacity' is not assigned and could be declared final |
| 44017 |
src/com/gps/hibernate/VehicleType.java |
32 |
Parameter 'typeId' is not assigned and could be declared final |
| 44018 |
src/com/gps/hibernate/VehicleType.java |
32 |
Parameter 'typeName' is not assigned and could be declared final |
| 44019 |
src/com/gps/hibernate/VehicleType.java |
33 |
Parameter 'emptyVolt' is not assigned and could be declared final |
| 44020 |
src/com/gps/hibernate/VehicleType.java |
33 |
Parameter 'fullVolt' is not assigned and could be declared final |
| 44021 |
src/com/gps/hibernate/VehicleType.java |
33 |
Parameter 'valueOrder' is not assigned and could be declared final |
| 44022 |
src/com/gps/hibernate/VehicleType.java |
51 |
Parameter 'typeId' is not assigned and could be declared final |
| 44023 |
src/com/gps/hibernate/VehicleType.java |
63 |
Parameter 'typeName' is not assigned and could be declared final |
| 44024 |
src/com/gps/hibernate/VehicleType.java |
75 |
Parameter 'tankCapacity' is not assigned and could be declared final |
| 44025 |
src/com/gps/hibernate/VehicleType.java |
87 |
Parameter 'fullVolt' is not assigned and could be declared final |
| 44026 |
src/com/gps/hibernate/VehicleType.java |
99 |
Parameter 'emptyVolt' is not assigned and could be declared final |
| 44027 |
src/com/gps/hibernate/VehicleType.java |
111 |
Parameter 'valueOrder' is not assigned and could be declared final |
| 44028 |
src/com/gps/hibernate/VehicleTypeDAO.java |
11 |
Comment is too large: Too many lines |
| 44029 |
src/com/gps/hibernate/VehicleTypeDAO.java |
24 |
Logger should be defined private static final and have the correct class |
| 44030 |
src/com/gps/hibernate/VehicleTypeDAO.java |
24 |
Variables that are final and static should be all capitals, 'log' is not all capitals. |
| 44031 |
src/com/gps/hibernate/VehicleTypeDAO.java |
24 |
fieldCommentRequirement Required |
| 44032 |
src/com/gps/hibernate/VehicleTypeDAO.java |
26 |
Parameter 'transientInstance' is not assigned and could be declared final |
| 44033 |
src/com/gps/hibernate/VehicleTypeDAO.java |
26 |
publicMethodCommentRequirement Required |
| 44034 |
src/com/gps/hibernate/VehicleTypeDAO.java |
28 |
Potential violation of Law of Demeter (method chain calls) |
| 44035 |
src/com/gps/hibernate/VehicleTypeDAO.java |
29 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 44036 |
src/com/gps/hibernate/VehicleTypeDAO.java |
30 |
There is log block not surrounded by if |
| 44037 |
src/com/gps/hibernate/VehicleTypeDAO.java |
35 |
Avoid excessively long variable names like persistentInstance |
| 44038 |
src/com/gps/hibernate/VehicleTypeDAO.java |
35 |
Parameter 'persistentInstance' is not assigned and could be declared final |
| 44039 |
src/com/gps/hibernate/VehicleTypeDAO.java |
35 |
publicMethodCommentRequirement Required |
| 44040 |
src/com/gps/hibernate/VehicleTypeDAO.java |
37 |
Potential violation of Law of Demeter (method chain calls) |
| 44041 |
src/com/gps/hibernate/VehicleTypeDAO.java |
38 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 44042 |
src/com/gps/hibernate/VehicleTypeDAO.java |
39 |
There is log block not surrounded by if |
| 44043 |
src/com/gps/hibernate/VehicleTypeDAO.java |
44 |
Avoid variables with short names like id |
| 44044 |
src/com/gps/hibernate/VehicleTypeDAO.java |
44 |
Parameter 'id' is not assigned and could be declared final |
| 44045 |
src/com/gps/hibernate/VehicleTypeDAO.java |
44 |
publicMethodCommentRequirement Required |
| 44046 |
src/com/gps/hibernate/VehicleTypeDAO.java |
46 |
Local variable 'instance' could be declared final |
| 44047 |
src/com/gps/hibernate/VehicleTypeDAO.java |
46 |
Potential violation of Law of Demeter (method chain calls) |
| 44048 |
src/com/gps/hibernate/VehicleTypeDAO.java |
50 |
Avoid catching NullPointerException; consider removing the cause of the NPE. |
| 44049 |
src/com/gps/hibernate/VehicleTypeDAO.java |
50 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 44050 |
src/com/gps/hibernate/VehicleTypeDAO.java |
52 |
There is log block not surrounded by if |
| 44051 |
src/com/gps/hibernate/VehicleTypeDAO.java |
55 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 44052 |
src/com/gps/hibernate/VehicleTypeDAO.java |
56 |
There is log block not surrounded by if |
| 44053 |
src/com/gps/hibernate/VehicleTypeDAO.java |
61 |
Parameter 'instance' is not assigned and could be declared final |
| 44054 |
src/com/gps/hibernate/VehicleTypeDAO.java |
61 |
publicMethodCommentRequirement Required |
| 44055 |
src/com/gps/hibernate/VehicleTypeDAO.java |
63 |
Local variable 'results' could be declared final |
| 44056 |
src/com/gps/hibernate/VehicleTypeDAO.java |
63 |
Potential violation of Law of Demeter (method chain calls) |
| 44057 |
src/com/gps/hibernate/VehicleTypeDAO.java |
63 |
Potential violation of Law of Demeter (method chain calls) |
| 44058 |
src/com/gps/hibernate/VehicleTypeDAO.java |
63 |
Potential violation of Law of Demeter (method chain calls) |
| 44059 |
src/com/gps/hibernate/VehicleTypeDAO.java |
67 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 44060 |
src/com/gps/hibernate/VehicleTypeDAO.java |
68 |
There is log block not surrounded by if |
| 44061 |
src/com/gps/hibernate/VehicleTypeDAO.java |
73 |
Parameter 'propertyName' is not assigned and could be declared final |
| 44062 |
src/com/gps/hibernate/VehicleTypeDAO.java |
73 |
Parameter 'value' is not assigned and could be declared final |
| 44063 |
src/com/gps/hibernate/VehicleTypeDAO.java |
73 |
publicMethodCommentRequirement Required |
| 44064 |
src/com/gps/hibernate/VehicleTypeDAO.java |
75 |
Local variable 'queryString' could be declared final |
| 44065 |
src/com/gps/hibernate/VehicleTypeDAO.java |
77 |
Local variable 'queryObject' could be declared final |
| 44066 |
src/com/gps/hibernate/VehicleTypeDAO.java |
77 |
Potential violation of Law of Demeter (method chain calls) |
| 44067 |
src/com/gps/hibernate/VehicleTypeDAO.java |
78 |
Potential violation of Law of Demeter (object not created locally) |
| 44068 |
src/com/gps/hibernate/VehicleTypeDAO.java |
79 |
Potential violation of Law of Demeter (object not created locally) |
| 44069 |
src/com/gps/hibernate/VehicleTypeDAO.java |
80 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 44070 |
src/com/gps/hibernate/VehicleTypeDAO.java |
81 |
There is log block not surrounded by if |
| 44071 |
src/com/gps/hibernate/VehicleTypeDAO.java |
86 |
Parameter 'first' is not assigned and could be declared final |
| 44072 |
src/com/gps/hibernate/VehicleTypeDAO.java |
86 |
Parameter 'last' is not assigned and could be declared final |
| 44073 |
src/com/gps/hibernate/VehicleTypeDAO.java |
86 |
publicMethodCommentRequirement Required |
| 44074 |
src/com/gps/hibernate/VehicleTypeDAO.java |
88 |
Local variable 'queryString' could be declared final |
| 44075 |
src/com/gps/hibernate/VehicleTypeDAO.java |
89 |
Local variable 'queryObject' could be declared final |
| 44076 |
src/com/gps/hibernate/VehicleTypeDAO.java |
89 |
Potential violation of Law of Demeter (method chain calls) |
| 44077 |
src/com/gps/hibernate/VehicleTypeDAO.java |
90 |
Potential violation of Law of Demeter (object not created locally) |
| 44078 |
src/com/gps/hibernate/VehicleTypeDAO.java |
91 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 44079 |
src/com/gps/hibernate/VehicleTypeDAO.java |
92 |
There is log block not surrounded by if |
| 44080 |
src/com/gps/hibernate/VehicleTypeDAO.java |
97 |
Parameter 'detachedInstance' is not assigned and could be declared final |
| 44081 |
src/com/gps/hibernate/VehicleTypeDAO.java |
97 |
publicMethodCommentRequirement Required |
| 44082 |
src/com/gps/hibernate/VehicleTypeDAO.java |
99 |
Local variable 'result' could be declared final |
| 44083 |
src/com/gps/hibernate/VehicleTypeDAO.java |
99 |
Potential violation of Law of Demeter (method chain calls) |
| 44084 |
src/com/gps/hibernate/VehicleTypeDAO.java |
102 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 44085 |
src/com/gps/hibernate/VehicleTypeDAO.java |
103 |
There is log block not surrounded by if |
| 44086 |
src/com/gps/hibernate/VehicleTypeDAO.java |
108 |
Parameter 'instance' is not assigned and could be declared final |
| 44087 |
src/com/gps/hibernate/VehicleTypeDAO.java |
108 |
publicMethodCommentRequirement Required |
| 44088 |
src/com/gps/hibernate/VehicleTypeDAO.java |
110 |
Potential violation of Law of Demeter (method chain calls) |
| 44089 |
src/com/gps/hibernate/VehicleTypeDAO.java |
111 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 44090 |
src/com/gps/hibernate/VehicleTypeDAO.java |
112 |
There is log block not surrounded by if |
| 44091 |
src/com/gps/hibernate/VehicleTypeDAO.java |
117 |
Parameter 'instance' is not assigned and could be declared final |
| 44092 |
src/com/gps/hibernate/VehicleTypeDAO.java |
117 |
publicMethodCommentRequirement Required |
| 44093 |
src/com/gps/hibernate/VehicleTypeDAO.java |
119 |
Potential violation of Law of Demeter (method chain calls) |
| 44094 |
src/com/gps/hibernate/VehicleTypeDAO.java |
120 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 44095 |
src/com/gps/hibernate/VehicleTypeDAO.java |
121 |
There is log block not surrounded by if |
| 44096 |
src/com/gps/listener/Loader.java |
5 |
headerCommentRequirement Required |
| 44097 |
src/com/gps/listener/Loader.java |
7 |
Avoid using redundant field initializer for 'instance' |
| 44098 |
src/com/gps/listener/Loader.java |
7 |
fieldCommentRequirement Required |
| 44099 |
src/com/gps/listener/Loader.java |
9 |
publicMethodCommentRequirement Required |
| 44100 |
src/com/gps/listener/Loader.java |
10 |
Singleton is not thread safe |
| 44101 |
src/com/gps/listener/Loader.java |
15 |
publicMethodCommentRequirement Required |
| 44102 |
src/com/gps/listener/PropertyListener.java |
16 |
Avoid unnecessary constructors - the compiler will generate these for you |
| 44103 |
src/com/gps/listener/PropertyListener.java |
23 |
Parameter 'arg0' is not assigned and could be declared final |
| 44104 |
src/com/gps/listener/PropertyListener.java |
24 |
Local variable 'loader' could be declared final |
| 44105 |
src/com/gps/listener/PropertyListener.java |
25 |
Potential violation of Law of Demeter (object not created locally) |
| 44106 |
src/com/gps/listener/PropertyListener.java |
31 |
Parameter 'arg0' is not assigned and could be declared final |
| 44107 |
src/com/gps/notifier/AlertNotification.java |
10 |
headerCommentRequirement Required |
| 44108 |
src/com/gps/notifier/AlertNotification.java |
12 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 44109 |
src/com/gps/notifier/AlertNotification.java |
12 |
Use explicit scoping instead of the default package private level |
| 44110 |
src/com/gps/notifier/AlertNotification.java |
12 |
fieldCommentRequirement Required |
| 44111 |
src/com/gps/notifier/AlertNotification.java |
13 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 44112 |
src/com/gps/notifier/AlertNotification.java |
13 |
Use explicit scoping instead of the default package private level |
| 44113 |
src/com/gps/notifier/AlertNotification.java |
13 |
fieldCommentRequirement Required |
| 44114 |
src/com/gps/notifier/AlertNotification.java |
14 |
The Logger variable declaration does not contain the static and final modifiers |
| 44115 |
src/com/gps/notifier/AlertNotification.java |
14 |
fieldCommentRequirement Required |
| 44116 |
src/com/gps/notifier/AlertNotification.java |
15 |
Avoid using implementation types like 'Hashtable'; use the interface instead |
| 44117 |
src/com/gps/notifier/AlertNotification.java |
15 |
Consider replacing this Hashtable with the newer java.util.Map |
| 44118 |
src/com/gps/notifier/AlertNotification.java |
15 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 44119 |
src/com/gps/notifier/AlertNotification.java |
15 |
Use explicit scoping instead of the default package private level |
| 44120 |
src/com/gps/notifier/AlertNotification.java |
15 |
fieldCommentRequirement Required |
| 44121 |
src/com/gps/notifier/AlertNotification.java |
16 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 44122 |
src/com/gps/notifier/AlertNotification.java |
16 |
Use explicit scoping instead of the default package private level |
| 44123 |
src/com/gps/notifier/AlertNotification.java |
16 |
fieldCommentRequirement Required |
| 44124 |
src/com/gps/notifier/AlertNotification.java |
18 |
Parameter 'group' is not assigned and could be declared final |
| 44125 |
src/com/gps/notifier/AlertNotification.java |
18 |
Parameter 'message' is not assigned and could be declared final |
| 44126 |
src/com/gps/notifier/AlertNotification.java |
18 |
Parameter 'subject' is not assigned and could be declared final |
| 44127 |
src/com/gps/notifier/AlertNotification.java |
18 |
publicMethodCommentRequirement Required |
| 44128 |
src/com/gps/notifier/AlertNotification.java |
23 |
Parameter 'message' is not assigned and could be declared final |
| 44129 |
src/com/gps/notifier/AlertNotification.java |
23 |
Parameter 'recipients' is not assigned and could be declared final |
| 44130 |
src/com/gps/notifier/AlertNotification.java |
23 |
Parameter 'subject' is not assigned and could be declared final |
| 44131 |
src/com/gps/notifier/AlertNotification.java |
23 |
publicMethodCommentRequirement Required |
| 44132 |
src/com/gps/notifier/AlertNotification.java |
28 |
Parameter 'group' is not assigned and could be declared final |
| 44133 |
src/com/gps/notifier/AlertNotification.java |
28 |
Parameter 'message' is not assigned and could be declared final |
| 44134 |
src/com/gps/notifier/AlertNotification.java |
28 |
Parameter 'subject' is not assigned and could be declared final |
| 44135 |
src/com/gps/notifier/AlertNotification.java |
28 |
publicMethodCommentRequirement Required |
| 44136 |
src/com/gps/notifier/AlertNotification.java |
33 |
Parameter 'group' is not assigned and could be declared final |
| 44137 |
src/com/gps/notifier/AlertNotification.java |
33 |
Parameter 'message' is not assigned and could be declared final |
| 44138 |
src/com/gps/notifier/AlertNotification.java |
33 |
Parameter 'subject' is not assigned and could be declared final |
| 44139 |
src/com/gps/notifier/AlertNotification.java |
33 |
Parameter 'type' is not assigned and could be declared final |
| 44140 |
src/com/gps/notifier/AlertNotification.java |
33 |
Rather than using a lot of String arguments, consider using a container object for those values. |
| 44141 |
src/com/gps/notifier/AlertNotification.java |
38 |
Potential violation of Law of Demeter (method chain calls) |
| 44142 |
src/com/gps/notifier/AlertNotification.java |
43 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 44143 |
src/com/gps/notifier/AlertNotification.java |
45 |
Potential violation of Law of Demeter (object not created locally) |
| 44144 |
src/com/gps/notifier/AlertNotification.java |
45 |
There is log block not surrounded by if |
| 44145 |
src/com/gps/notifier/AlertNotification.java |
49 |
Parameter 'message' is not assigned and could be declared final |
| 44146 |
src/com/gps/notifier/AlertNotification.java |
49 |
Parameter 'recepients' is not assigned and could be declared final |
| 44147 |
src/com/gps/notifier/AlertNotification.java |
49 |
Parameter 'subject' is not assigned and could be declared final |
| 44148 |
src/com/gps/notifier/AlertNotification.java |
49 |
Parameter 'type' is not assigned and could be declared final |
| 44149 |
src/com/gps/notifier/AlertNotification.java |
49 |
Rather than using a lot of String arguments, consider using a container object for those values. |
| 44150 |
src/com/gps/notifier/AlertNotification.java |
54 |
Potential violation of Law of Demeter (method chain calls) |
| 44151 |
src/com/gps/notifier/AlertNotification.java |
58 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 44152 |
src/com/gps/notifier/AlertNotification.java |
60 |
Potential violation of Law of Demeter (object not created locally) |
| 44153 |
src/com/gps/notifier/AlertNotification.java |
60 |
There is log block not surrounded by if |
| 44154 |
src/com/gps/notifier/AlertNotification.java |
64 |
Parameter 'args' is not assigned and could be declared final |
| 44155 |
src/com/gps/notifier/AlertNotification.java |
64 |
publicMethodCommentRequirement Required |
| 44156 |
src/com/gps/notifier/AlertNotification.java |
66 |
Local variable 'notify' could be declared final |
| 44157 |
src/com/gps/notifier/INotifier.java |
7 |
headerCommentRequirement Required |
| 44158 |
src/com/gps/notifier/INotifier.java |
9 |
Avoid modifiers which are implied by the context |
| 44159 |
src/com/gps/notifier/INotifier.java |
9 |
Avoid using implementation types like 'Hashtable'; use the interface instead |
| 44160 |
src/com/gps/notifier/INotifier.java |
9 |
Consider replacing this Hashtable with the newer java.util.Map |
| 44161 |
src/com/gps/notifier/INotifier.java |
9 |
publicMethodCommentRequirement Required |
| 44162 |
src/com/gps/notifier/MailNotification.java |
16 |
headerCommentRequirement Required |
| 44163 |
src/com/gps/notifier/MailNotification.java |
18 |
The Logger variable declaration does not contain the static and final modifiers |
| 44164 |
src/com/gps/notifier/MailNotification.java |
18 |
fieldCommentRequirement Required |
| 44165 |
src/com/gps/notifier/MailNotification.java |
19 |
Use explicit scoping instead of the default package private level |
| 44166 |
src/com/gps/notifier/MailNotification.java |
19 |
fieldCommentRequirement Required |
| 44167 |
src/com/gps/notifier/MailNotification.java |
20 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 44168 |
src/com/gps/notifier/MailNotification.java |
20 |
Use explicit scoping instead of the default package private level |
| 44169 |
src/com/gps/notifier/MailNotification.java |
20 |
fieldCommentRequirement Required |
| 44170 |
src/com/gps/notifier/MailNotification.java |
31 |
Avoid using implementation types like 'Hashtable'; use the interface instead |
| 44171 |
src/com/gps/notifier/MailNotification.java |
31 |
Consider replacing this Hashtable with the newer java.util.Map |
| 44172 |
src/com/gps/notifier/MailNotification.java |
31 |
Parameter 'mailProps' is not assigned and could be declared final |
| 44173 |
src/com/gps/notifier/MailNotification.java |
31 |
Parameter 'message' is not assigned and could be declared final |
| 44174 |
src/com/gps/notifier/MailNotification.java |
31 |
Parameter 'recipients' is not assigned and could be declared final |
| 44175 |
src/com/gps/notifier/MailNotification.java |
31 |
Parameter 'subject' is not assigned and could be declared final |
| 44176 |
src/com/gps/notifier/MailNotification.java |
34 |
Local variable 'debug' could be declared final |
| 44177 |
src/com/gps/notifier/MailNotification.java |
41 |
Local variable 'session' could be declared final |
| 44178 |
src/com/gps/notifier/MailNotification.java |
45 |
Local variable 'msg' could be declared final |
| 44179 |
src/com/gps/notifier/MailNotification.java |
46 |
Local variable 'fromAddress' could be declared final |
| 44180 |
src/com/gps/notifier/MailNotification.java |
48 |
Local variable 'addressFrom' could be declared final |
| 44181 |
src/com/gps/notifier/MailNotification.java |
51 |
Found 'DD'-anomaly for variable 'addressTo' (lines '51'-'55'). |
| 44182 |
src/com/gps/notifier/MailNotification.java |
55 |
Avoid instantiating new objects inside loops |
| 44183 |
src/com/gps/notifier/MailNotification.java |
55 |
Found 'DD'-anomaly for variable 'addressTo' (lines '55'-'55'). |
| 44184 |
src/com/gps/notifier/MailNotification.java |
68 |
There is log block not surrounded by if |
| 44185 |
src/com/gps/notifier/MailNotification.java |
71 |
Avoid catching NullPointerException; consider removing the cause of the NPE. |
| 44186 |
src/com/gps/notifier/MailNotification.java |
71 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 44187 |
src/com/gps/notifier/MailNotification.java |
72 |
There is log block not surrounded by if |
| 44188 |
src/com/gps/notifier/NotifierFactory.java |
5 |
A class which only has private constructors should be final |
| 44189 |
src/com/gps/notifier/NotifierFactory.java |
5 |
headerCommentRequirement Required |
| 44190 |
src/com/gps/notifier/NotifierFactory.java |
7 |
Use explicit scoping instead of the default package private level |
| 44191 |
src/com/gps/notifier/NotifierFactory.java |
7 |
fieldCommentRequirement Required |
| 44192 |
src/com/gps/notifier/NotifierFactory.java |
8 |
The Logger variable declaration does not contain the static and final modifiers |
| 44193 |
src/com/gps/notifier/NotifierFactory.java |
8 |
fieldCommentRequirement Required |
| 44194 |
src/com/gps/notifier/NotifierFactory.java |
9 |
fieldCommentRequirement Required |
| 44195 |
src/com/gps/notifier/NotifierFactory.java |
15 |
publicMethodCommentRequirement Required |
| 44196 |
src/com/gps/notifier/NotifierFactory.java |
17 |
Singleton is not thread safe |
| 44197 |
src/com/gps/notifier/NotifierFactory.java |
24 |
Parameter 'className' is not assigned and could be declared final |
| 44198 |
src/com/gps/notifier/NotifierFactory.java |
24 |
publicMethodCommentRequirement Required |
| 44199 |
src/com/gps/notifier/NotifierFactory.java |
28 |
Avoid variables with short names like c |
| 44200 |
src/com/gps/notifier/NotifierFactory.java |
28 |
Local variable 'c' could be declared final |
| 44201 |
src/com/gps/notifier/NotifierFactory.java |
29 |
A method should have only one exit point, and that should be the last statement in the method |
| 44202 |
src/com/gps/notifier/NotifierFactory.java |
29 |
Potential violation of Law of Demeter (object not created locally) |
| 44203 |
src/com/gps/notifier/NotifierFactory.java |
29 |
Potential violation of Law of Demeter (object not created locally) |
| 44204 |
src/com/gps/notifier/NotifierFactory.java |
33 |
There is log block not surrounded by if |
| 44205 |
src/com/gps/notifier/NotifierFactory.java |
37 |
There is log block not surrounded by if |
| 44206 |
src/com/gps/notifier/NotifierFactory.java |
41 |
There is log block not surrounded by if |
| 44207 |
src/com/gps/notifier/NotifierFactory.java |
49 |
Parameter 'args' is not assigned and could be declared final |
| 44208 |
src/com/gps/notifier/NotifierFactory.java |
49 |
publicMethodCommentRequirement Required |
| 44209 |
src/com/gps/notifier/SMSNotification.java |
15 |
headerCommentRequirement Required |
| 44210 |
src/com/gps/notifier/SMSNotification.java |
17 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 44211 |
src/com/gps/notifier/SMSNotification.java |
17 |
Use explicit scoping instead of the default package private level |
| 44212 |
src/com/gps/notifier/SMSNotification.java |
17 |
fieldCommentRequirement Required |
| 44213 |
src/com/gps/notifier/SMSNotification.java |
18 |
The Logger variable declaration does not contain the static and final modifiers |
| 44214 |
src/com/gps/notifier/SMSNotification.java |
18 |
fieldCommentRequirement Required |
| 44215 |
src/com/gps/notifier/SMSNotification.java |
19 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 44216 |
src/com/gps/notifier/SMSNotification.java |
19 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'status_code' is not final. |
| 44217 |
src/com/gps/notifier/SMSNotification.java |
19 |
fieldCommentRequirement Required |
| 44218 |
src/com/gps/notifier/SMSNotification.java |
30 |
Avoid using implementation types like 'Hashtable'; use the interface instead |
| 44219 |
src/com/gps/notifier/SMSNotification.java |
30 |
Consider replacing this Hashtable with the newer java.util.Map |
| 44220 |
src/com/gps/notifier/SMSNotification.java |
30 |
Parameter 'conn' is not assigned and could be declared final |
| 44221 |
src/com/gps/notifier/SMSNotification.java |
30 |
Parameter 'group' is not assigned and could be declared final |
| 44222 |
src/com/gps/notifier/SMSNotification.java |
30 |
Parameter 'message' is not assigned and could be declared final |
| 44223 |
src/com/gps/notifier/SMSNotification.java |
30 |
Parameter 'subject' is not assigned and could be declared final |
| 44224 |
src/com/gps/notifier/SMSNotification.java |
33 |
Found 'DD'-anomaly for variable 'method' (lines '33'-'38'). |
| 44225 |
src/com/gps/notifier/SMSNotification.java |
44 |
Local variable 'responseBody' could be declared final |
| 44226 |
src/com/gps/notifier/SMSNotification.java |
45 |
Avoid unused local variables such as 'ss'. |
| 44227 |
src/com/gps/notifier/SMSNotification.java |
45 |
Avoid variables with short names like ss |
| 44228 |
src/com/gps/notifier/SMSNotification.java |
45 |
Found 'DU'-anomaly for variable 'ss' (lines '45'-'60'). |
| 44229 |
src/com/gps/notifier/SMSNotification.java |
45 |
Local variable 'ss' could be declared final |
| 44230 |
src/com/gps/notifier/SMSNotification.java |
50 |
Potential violation of Law of Demeter (object not created locally) |
| 44231 |
src/com/gps/notifier/SMSNotification.java |
50 |
There is log block not surrounded by if |
| 44232 |
src/com/gps/notifier/SMSNotification.java |
52 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 44233 |
src/com/gps/notifier/SMSNotification.java |
53 |
Potential violation of Law of Demeter (object not created locally) |
| 44234 |
src/com/gps/notifier/SMSNotification.java |
53 |
There is log block not surrounded by if |
| 44235 |
src/com/gps/notifier/SMSNotification.java |
58 |
Potential violation of Law of Demeter (object not created locally) |
| 44236 |
src/com/gps/notifier/SMSNotification.java |
63 |
Parameter 'method' is not assigned and could be declared final |
| 44237 |
src/com/gps/notifier/SMSNotification.java |
66 |
Found 'DD'-anomaly for variable 'responseBody' (lines '66'-'74'). |
| 44238 |
src/com/gps/notifier/SMSNotification.java |
71 |
Avoid unused local variables such as 'statusCode'. |
| 44239 |
src/com/gps/notifier/SMSNotification.java |
71 |
Found 'DU'-anomaly for variable 'statusCode' (lines '71'-'81'). |
| 44240 |
src/com/gps/notifier/SMSNotification.java |
71 |
Local variable 'statusCode' could be declared final |
| 44241 |
src/com/gps/notifier/SMSNotification.java |
76 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 44242 |
src/com/gps/notifier/SMSNotification.java |
77 |
Potential violation of Law of Demeter (object not created locally) |
| 44243 |
src/com/gps/notifier/SMSNotification.java |
77 |
There is log block not surrounded by if |
| 44244 |
src/com/gps/notifier/SMSNotification.java |
85 |
Avoid using implementation types like 'Hashtable'; use the interface instead |
| 44245 |
src/com/gps/notifier/SMSNotification.java |
85 |
Consider replacing this Hashtable with the newer java.util.Map |
| 44246 |
src/com/gps/notifier/SMSNotification.java |
85 |
Parameter 'message' is not assigned and could be declared final |
| 44247 |
src/com/gps/notifier/SMSNotification.java |
85 |
Parameter 'mobno' is not assigned and could be declared final |
| 44248 |
src/com/gps/notifier/SMSNotification.java |
85 |
Parameter 'smsProps' is not assigned and could be declared final |
| 44249 |
src/com/gps/notifier/SMSNotification.java |
87 |
Found 'DD'-anomaly for variable 'method' (lines '87'-'133'). |
| 44250 |
src/com/gps/notifier/SMSNotification.java |
88 |
Found 'DD'-anomaly for variable 'sms_data' (lines '88'-'128'). |
| 44251 |
src/com/gps/notifier/SMSNotification.java |
88 |
Found 'DU'-anomaly for variable 'sms_data' (lines '88'-'148'). |
| 44252 |
src/com/gps/notifier/SMSNotification.java |
88 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'sms_data' is not final. |
| 44253 |
src/com/gps/notifier/SMSNotification.java |
93 |
Local variable 'proxy' could be declared final |
| 44254 |
src/com/gps/notifier/SMSNotification.java |
96 |
Position literals first in String comparisons |
| 44255 |
src/com/gps/notifier/SMSNotification.java |
98 |
Local variable 'host' could be declared final |
| 44256 |
src/com/gps/notifier/SMSNotification.java |
102 |
Local variable 'queryString' could be declared final |
| 44257 |
src/com/gps/notifier/SMSNotification.java |
103 |
Avoid variables with short names like to |
| 44258 |
src/com/gps/notifier/SMSNotification.java |
103 |
Found 'DU'-anomaly for variable 'to' (lines '103'-'148'). |
| 44259 |
src/com/gps/notifier/SMSNotification.java |
103 |
Local variable 'to' could be declared final |
| 44260 |
src/com/gps/notifier/SMSNotification.java |
106 |
StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable. |
| 44261 |
src/com/gps/notifier/SMSNotification.java |
116 |
Avoid using Literals in Conditional Statements |
| 44262 |
src/com/gps/notifier/SMSNotification.java |
118 |
Avoid concatenating nonliterals in a StringBuffer/StringBuilder constructor or append(). |
| 44263 |
src/com/gps/notifier/SMSNotification.java |
122 |
Avoid concatenating nonliterals in a StringBuffer/StringBuilder constructor or append(). |
| 44264 |
src/com/gps/notifier/SMSNotification.java |
129 |
Avoid concatenating nonliterals in a StringBuffer/StringBuilder constructor or append(). |
| 44265 |
src/com/gps/notifier/SMSNotification.java |
137 |
Avoid catching NullPointerException; consider removing the cause of the NPE. |
| 44266 |
src/com/gps/notifier/SMSNotification.java |
137 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 44267 |
src/com/gps/notifier/SMSNotification.java |
139 |
There is log block not surrounded by if |
| 44268 |
src/com/gps/notifier/SMSNotification.java |
141 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 44269 |
src/com/gps/notifier/SMSNotification.java |
143 |
There is log block not surrounded by if |
| 44270 |
src/com/gps/notifier/SMSNotification.java |
150 |
Parameter 'args' is not assigned and could be declared final |
| 44271 |
src/com/gps/notifier/SMSNotification.java |
150 |
publicMethodCommentRequirement Required |
| 44272 |
src/com/gps/notifier/SMSNotification.java |
151 |
Document empty method |
| 44273 |
src/com/gps/reports/DailyTripReport.java |
1 |
A high number of imports can indicate a high degree of coupling within an object. |
| 44274 |
src/com/gps/reports/DailyTripReport.java |
1 |
Possible God class (WMC=209, ATFD=213, TCC=0.075) |
| 44275 |
src/com/gps/reports/DailyTripReport.java |
51 |
Avoid really long classes. |
| 44276 |
src/com/gps/reports/DailyTripReport.java |
51 |
The class 'DailyTripReport' has a Cyclomatic Complexity of 14 (Highest = 62). |
| 44277 |
src/com/gps/reports/DailyTripReport.java |
51 |
headerCommentRequirement Required |
| 44278 |
src/com/gps/reports/DailyTripReport.java |
54 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 44279 |
src/com/gps/reports/DailyTripReport.java |
54 |
Use explicit scoping instead of the default package private level |
| 44280 |
src/com/gps/reports/DailyTripReport.java |
54 |
fieldCommentRequirement Required |
| 44281 |
src/com/gps/reports/DailyTripReport.java |
55 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 44282 |
src/com/gps/reports/DailyTripReport.java |
55 |
Use explicit scoping instead of the default package private level |
| 44283 |
src/com/gps/reports/DailyTripReport.java |
55 |
fieldCommentRequirement Required |
| 44284 |
src/com/gps/reports/DailyTripReport.java |
56 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 44285 |
src/com/gps/reports/DailyTripReport.java |
56 |
Use explicit scoping instead of the default package private level |
| 44286 |
src/com/gps/reports/DailyTripReport.java |
56 |
fieldCommentRequirement Required |
| 44287 |
src/com/gps/reports/DailyTripReport.java |
57 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 44288 |
src/com/gps/reports/DailyTripReport.java |
57 |
Use explicit scoping instead of the default package private level |
| 44289 |
src/com/gps/reports/DailyTripReport.java |
57 |
fieldCommentRequirement Required |
| 44290 |
src/com/gps/reports/DailyTripReport.java |
58 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 44291 |
src/com/gps/reports/DailyTripReport.java |
58 |
Use explicit scoping instead of the default package private level |
| 44292 |
src/com/gps/reports/DailyTripReport.java |
58 |
fieldCommentRequirement Required |
| 44293 |
src/com/gps/reports/DailyTripReport.java |
59 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 44294 |
src/com/gps/reports/DailyTripReport.java |
59 |
Use explicit scoping instead of the default package private level |
| 44295 |
src/com/gps/reports/DailyTripReport.java |
59 |
fieldCommentRequirement Required |
| 44296 |
src/com/gps/reports/DailyTripReport.java |
60 |
The Logger variable declaration does not contain the static and final modifiers |
| 44297 |
src/com/gps/reports/DailyTripReport.java |
60 |
fieldCommentRequirement Required |
| 44298 |
src/com/gps/reports/DailyTripReport.java |
61 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 44299 |
src/com/gps/reports/DailyTripReport.java |
61 |
Use explicit scoping instead of the default package private level |
| 44300 |
src/com/gps/reports/DailyTripReport.java |
61 |
When instantiating a SimpleDateFormat object, specify a Locale |
| 44301 |
src/com/gps/reports/DailyTripReport.java |
61 |
fieldCommentRequirement Required |
| 44302 |
src/com/gps/reports/DailyTripReport.java |
62 |
Avoid using redundant field initializer for 'tripStartParams' |
| 44303 |
src/com/gps/reports/DailyTripReport.java |
62 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 44304 |
src/com/gps/reports/DailyTripReport.java |
62 |
Use explicit scoping instead of the default package private level |
| 44305 |
src/com/gps/reports/DailyTripReport.java |
62 |
fieldCommentRequirement Required |
| 44306 |
src/com/gps/reports/DailyTripReport.java |
63 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 44307 |
src/com/gps/reports/DailyTripReport.java |
63 |
Use explicit scoping instead of the default package private level |
| 44308 |
src/com/gps/reports/DailyTripReport.java |
63 |
fieldCommentRequirement Required |
| 44309 |
src/com/gps/reports/DailyTripReport.java |
64 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 44310 |
src/com/gps/reports/DailyTripReport.java |
64 |
Use explicit scoping instead of the default package private level |
| 44311 |
src/com/gps/reports/DailyTripReport.java |
64 |
fieldCommentRequirement Required |
| 44312 |
src/com/gps/reports/DailyTripReport.java |
67 |
Avoid using redundant field initializer for 'SummaryList' |
| 44313 |
src/com/gps/reports/DailyTripReport.java |
67 |
Use explicit scoping instead of the default package private level |
| 44314 |
src/com/gps/reports/DailyTripReport.java |
67 |
Variables should start with a lowercase character, 'SummaryList' starts with uppercase character. |
| 44315 |
src/com/gps/reports/DailyTripReport.java |
67 |
fieldCommentRequirement Required |
| 44316 |
src/com/gps/reports/DailyTripReport.java |
69 |
Parameter 'reportInputs' is not assigned and could be declared final |
| 44317 |
src/com/gps/reports/DailyTripReport.java |
69 |
publicMethodCommentRequirement Required |
| 44318 |
src/com/gps/reports/DailyTripReport.java |
72 |
Found 'DD'-anomaly for variable 'orgId' (lines '72'-'79'). |
| 44319 |
src/com/gps/reports/DailyTripReport.java |
73 |
Local variable 'orgVOList' could be declared final |
| 44320 |
src/com/gps/reports/DailyTripReport.java |
74 |
Found 'DD'-anomaly for variable 'dailyVO' (lines '74'-'84'). |
| 44321 |
src/com/gps/reports/DailyTripReport.java |
75 |
Avoid unused local variables such as 'type'. |
| 44322 |
src/com/gps/reports/DailyTripReport.java |
75 |
Found 'DD'-anomaly for variable 'date' (lines '75'-'80'). |
| 44323 |
src/com/gps/reports/DailyTripReport.java |
75 |
Found 'DD'-anomaly for variable 'session' (lines '75'-'81'). |
| 44324 |
src/com/gps/reports/DailyTripReport.java |
75 |
Found 'DD'-anomaly for variable 'type' (lines '75'-'82'). |
| 44325 |
src/com/gps/reports/DailyTripReport.java |
75 |
The String literal "BOTH" appears 9 times in this file; the first occurrence is on line 75 |
| 44326 |
src/com/gps/reports/DailyTripReport.java |
75 |
Use one line for each declaration, it enhances code readability. |
| 44327 |
src/com/gps/reports/DailyTripReport.java |
79 |
Potential violation of Law of Demeter (method chain calls) |
| 44328 |
src/com/gps/reports/DailyTripReport.java |
79 |
Potential violation of Law of Demeter (method chain calls) |
| 44329 |
src/com/gps/reports/DailyTripReport.java |
80 |
Potential violation of Law of Demeter (method chain calls) |
| 44330 |
src/com/gps/reports/DailyTripReport.java |
80 |
Potential violation of Law of Demeter (method chain calls) |
| 44331 |
src/com/gps/reports/DailyTripReport.java |
80 |
Potential violation of Law of Demeter (method chain calls) |
| 44332 |
src/com/gps/reports/DailyTripReport.java |
81 |
Potential violation of Law of Demeter (method chain calls) |
| 44333 |
src/com/gps/reports/DailyTripReport.java |
82 |
Found 'DU'-anomaly for variable 'type' (lines '82'-'94'). |
| 44334 |
src/com/gps/reports/DailyTripReport.java |
82 |
Potential violation of Law of Demeter (method chain calls) |
| 44335 |
src/com/gps/reports/DailyTripReport.java |
83 |
Avoid unused local variables such as 'org'. |
| 44336 |
src/com/gps/reports/DailyTripReport.java |
83 |
Found 'DU'-anomaly for variable 'org' (lines '83'-'94'). |
| 44337 |
src/com/gps/reports/DailyTripReport.java |
83 |
Local variable 'org' could be declared final |
| 44338 |
src/com/gps/reports/DailyTripReport.java |
85 |
Avoid using if statements without curly braces |
| 44339 |
src/com/gps/reports/DailyTripReport.java |
86 |
Potential violation of Law of Demeter (object not created locally) |
| 44340 |
src/com/gps/reports/DailyTripReport.java |
88 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 44341 |
src/com/gps/reports/DailyTripReport.java |
90 |
There is log block not surrounded by if |
| 44342 |
src/com/gps/reports/DailyTripReport.java |
91 |
Avoid printStackTrace(); use a logger call instead. |
| 44343 |
src/com/gps/reports/DailyTripReport.java |
91 |
Potential violation of Law of Demeter (object not created locally) |
| 44344 |
src/com/gps/reports/DailyTripReport.java |
98 |
Found 'UR'-anomaly for variable 'tripDetails' (lines '98'-'131'). |
| 44345 |
src/com/gps/reports/DailyTripReport.java |
98 |
Found 'UR'-anomaly for variable 'vehicles' (lines '98'-'127'). |
| 44346 |
src/com/gps/reports/DailyTripReport.java |
98 |
Parameter 'date' is not assigned and could be declared final |
| 44347 |
src/com/gps/reports/DailyTripReport.java |
98 |
Parameter 'orgId' is not assigned and could be declared final |
| 44348 |
src/com/gps/reports/DailyTripReport.java |
98 |
Parameter 'session' is not assigned and could be declared final |
| 44349 |
src/com/gps/reports/DailyTripReport.java |
98 |
Parameter 'type' is not assigned and could be declared final |
| 44350 |
src/com/gps/reports/DailyTripReport.java |
98 |
The method 'getOrgDailyReport' has a Cyclomatic Complexity of 10. |
| 44351 |
src/com/gps/reports/DailyTripReport.java |
98 |
publicMethodCommentRequirement Required |
| 44352 |
src/com/gps/reports/DailyTripReport.java |
100 |
Found 'DD'-anomaly for variable 'orgTrips' (lines '100'-'115'). |
| 44353 |
src/com/gps/reports/DailyTripReport.java |
100 |
Found 'DU'-anomaly for variable 'orgTrips' (lines '100'-'163'). |
| 44354 |
src/com/gps/reports/DailyTripReport.java |
101 |
Avoid declaring a variable if it is unreferenced before a possible exit point. |
| 44355 |
src/com/gps/reports/DailyTripReport.java |
101 |
Avoid unused local variables such as 'i'. |
| 44356 |
src/com/gps/reports/DailyTripReport.java |
101 |
Avoid variables with short names like i |
| 44357 |
src/com/gps/reports/DailyTripReport.java |
101 |
Found 'DU'-anomaly for variable 'i' (lines '101'-'163'). |
| 44358 |
src/com/gps/reports/DailyTripReport.java |
101 |
Local variable 'i' could be declared final |
| 44359 |
src/com/gps/reports/DailyTripReport.java |
102 |
Found 'DD'-anomaly for variable 'vehicleList' (lines '102'-'111'). |
| 44360 |
src/com/gps/reports/DailyTripReport.java |
103 |
Avoid declaring a variable if it is unreferenced before a possible exit point. |
| 44361 |
src/com/gps/reports/DailyTripReport.java |
103 |
Avoid unused local variables such as 'SummaryVOs'. |
| 44362 |
src/com/gps/reports/DailyTripReport.java |
103 |
Found 'DU'-anomaly for variable 'SummaryVOs' (lines '103'-'163'). |
| 44363 |
src/com/gps/reports/DailyTripReport.java |
103 |
Local variable 'SummaryVOs' could be declared final |
| 44364 |
src/com/gps/reports/DailyTripReport.java |
103 |
Variables should start with a lowercase character, 'SummaryVOs' starts with uppercase character. |
| 44365 |
src/com/gps/reports/DailyTripReport.java |
104 |
Found 'DD'-anomaly for variable 'inSummaryVehicles' (lines '104'-'116'). |
| 44366 |
src/com/gps/reports/DailyTripReport.java |
104 |
Found 'DU'-anomaly for variable 'inSummaryVehicles' (lines '104'-'163'). |
| 44367 |
src/com/gps/reports/DailyTripReport.java |
105 |
Local variable 'cal' could be declared final |
| 44368 |
src/com/gps/reports/DailyTripReport.java |
106 |
Avoid unused local variables such as 'now'. |
| 44369 |
src/com/gps/reports/DailyTripReport.java |
106 |
Found 'DD'-anomaly for variable 'now' (lines '106'-'112'). |
| 44370 |
src/com/gps/reports/DailyTripReport.java |
107 |
Found 'DD'-anomaly for variable 'vehicleStatus' (lines '107'-'127'). |
| 44371 |
src/com/gps/reports/DailyTripReport.java |
107 |
Found 'DU'-anomaly for variable 'vehicleStatus' (lines '107'-'163'). |
| 44372 |
src/com/gps/reports/DailyTripReport.java |
112 |
Found 'DU'-anomaly for variable 'now' (lines '112'-'163'). |
| 44373 |
src/com/gps/reports/DailyTripReport.java |
113 |
Avoid using Literals in Conditional Statements |
| 44374 |
src/com/gps/reports/DailyTripReport.java |
113 |
Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty() |
| 44375 |
src/com/gps/reports/DailyTripReport.java |
115 |
Found 'DD'-anomaly for variable 'orgTrips' (lines '115'-'149'). |
| 44376 |
src/com/gps/reports/DailyTripReport.java |
115 |
Found 'DU'-anomaly for variable 'orgTrips' (lines '115'-'163'). |
| 44377 |
src/com/gps/reports/DailyTripReport.java |
117 |
Avoid using Literals in Conditional Statements |
| 44378 |
src/com/gps/reports/DailyTripReport.java |
117 |
Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty() |
| 44379 |
src/com/gps/reports/DailyTripReport.java |
122 |
Found 'DD'-anomaly for variable 'summary' (lines '122'-'132'). |
| 44380 |
src/com/gps/reports/DailyTripReport.java |
122 |
Found 'DU'-anomaly for variable 'summary' (lines '122'-'163'). |
| 44381 |
src/com/gps/reports/DailyTripReport.java |
123 |
Local variable 'summaryVOs' could be declared final |
| 44382 |
src/com/gps/reports/DailyTripReport.java |
125 |
Local variable 'vehicles' could be declared final |
| 44383 |
src/com/gps/reports/DailyTripReport.java |
128 |
Avoid using Literals in Conditional Statements |
| 44384 |
src/com/gps/reports/DailyTripReport.java |
129 |
Local variable 'trips' could be declared final |
| 44385 |
src/com/gps/reports/DailyTripReport.java |
130 |
Local variable 'tripDetails' could be declared final |
| 44386 |
src/com/gps/reports/DailyTripReport.java |
131 |
Potential violation of Law of Demeter (method chain calls) |
| 44387 |
src/com/gps/reports/DailyTripReport.java |
131 |
The String literal "default" appears 7 times in this file; the first occurrence is on line 131 |
| 44388 |
src/com/gps/reports/DailyTripReport.java |
132 |
Avoid instantiating new objects inside loops |
| 44389 |
src/com/gps/reports/DailyTripReport.java |
132 |
The String literal "Not Moved" appears 13 times in this file; the first occurrence is on line 132 |
| 44390 |
src/com/gps/reports/DailyTripReport.java |
138 |
Avoid using if...else statements without curly braces |
| 44391 |
src/com/gps/reports/DailyTripReport.java |
145 |
Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty() |
| 44392 |
src/com/gps/reports/DailyTripReport.java |
151 |
Potential violation of Law of Demeter (method chain calls) |
| 44393 |
src/com/gps/reports/DailyTripReport.java |
151 |
Potential violation of Law of Demeter (method chain calls) |
| 44394 |
src/com/gps/reports/DailyTripReport.java |
151 |
Potential violation of Law of Demeter (method chain calls) |
| 44395 |
src/com/gps/reports/DailyTripReport.java |
151 |
Potential violation of Law of Demeter (method chain calls) |
| 44396 |
src/com/gps/reports/DailyTripReport.java |
157 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 44397 |
src/com/gps/reports/DailyTripReport.java |
159 |
There is log block not surrounded by if |
| 44398 |
src/com/gps/reports/DailyTripReport.java |
160 |
A method should have only one exit point, and that should be the last statement in the method |
| 44399 |
src/com/gps/reports/DailyTripReport.java |
166 |
publicMethodCommentRequirement Required |
| 44400 |
src/com/gps/reports/DailyTripReport.java |
172 |
Avoid variables with short names like o1 |
| 44401 |
src/com/gps/reports/DailyTripReport.java |
172 |
Avoid variables with short names like o2 |
| 44402 |
src/com/gps/reports/DailyTripReport.java |
172 |
Parameter 'o1' is not assigned and could be declared final |
| 44403 |
src/com/gps/reports/DailyTripReport.java |
172 |
Parameter 'o2' is not assigned and could be declared final |
| 44404 |
src/com/gps/reports/DailyTripReport.java |
172 |
publicMethodCommentRequirement Required |
| 44405 |
src/com/gps/reports/DailyTripReport.java |
174 |
Potential violation of Law of Demeter (method chain calls) |
| 44406 |
src/com/gps/reports/DailyTripReport.java |
180 |
Avoid reassigning parameters such as 'session' |
| 44407 |
src/com/gps/reports/DailyTripReport.java |
180 |
Parameter 'date' is not assigned and could be declared final |
| 44408 |
src/com/gps/reports/DailyTripReport.java |
180 |
Parameter 'vehicleList' is not assigned and could be declared final |
| 44409 |
src/com/gps/reports/DailyTripReport.java |
180 |
The method 'getInSummaryVehicles' has a Cyclomatic Complexity of 11. |
| 44410 |
src/com/gps/reports/DailyTripReport.java |
180 |
publicMethodCommentRequirement Required |
| 44411 |
src/com/gps/reports/DailyTripReport.java |
182 |
Found 'DD'-anomaly for variable 'parameters' (lines '182'-'204'). |
| 44412 |
src/com/gps/reports/DailyTripReport.java |
182 |
Found 'DU'-anomaly for variable 'parameters' (lines '182'-'228'). |
| 44413 |
src/com/gps/reports/DailyTripReport.java |
183 |
Found 'DD'-anomaly for variable 'paramsList' (lines '183'-'208'). |
| 44414 |
src/com/gps/reports/DailyTripReport.java |
183 |
Found 'DU'-anomaly for variable 'paramsList' (lines '183'-'228'). |
| 44415 |
src/com/gps/reports/DailyTripReport.java |
184 |
Found 'DD'-anomaly for variable 'query' (lines '184'-'203'). |
| 44416 |
src/com/gps/reports/DailyTripReport.java |
184 |
Found 'DU'-anomaly for variable 'query' (lines '184'-'228'). |
| 44417 |
src/com/gps/reports/DailyTripReport.java |
185 |
Local variable 'inVehicles' could be declared final |
| 44418 |
src/com/gps/reports/DailyTripReport.java |
186 |
Local variable 'vehDAO' could be declared final |
| 44419 |
src/com/gps/reports/DailyTripReport.java |
187 |
Found 'DD'-anomaly for variable 'sess' (lines '187'-'197'). |
| 44420 |
src/com/gps/reports/DailyTripReport.java |
188 |
Found 'DD'-anomaly for variable 'vehicles' (lines '188'-'200'). |
| 44421 |
src/com/gps/reports/DailyTripReport.java |
189 |
Found 'DD'-anomaly for variable 'result' (lines '189'-'210'). |
| 44422 |
src/com/gps/reports/DailyTripReport.java |
189 |
Found 'DU'-anomaly for variable 'result' (lines '189'-'228'). |
| 44423 |
src/com/gps/reports/DailyTripReport.java |
192 |
Position literals first in String comparisons |
| 44424 |
src/com/gps/reports/DailyTripReport.java |
197 |
Found 'DU'-anomaly for variable 'sess' (lines '197'-'228'). |
| 44425 |
src/com/gps/reports/DailyTripReport.java |
197 |
Potential violation of Law of Demeter (object not created locally) |
| 44426 |
src/com/gps/reports/DailyTripReport.java |
199 |
Avoid using if statements without curly braces |
| 44427 |
src/com/gps/reports/DailyTripReport.java |
202 |
Potential violation of Law of Demeter (object not created locally) |
| 44428 |
src/com/gps/reports/DailyTripReport.java |
203 |
Found 'DD'-anomaly for variable 'query' (lines '203'-'209'). |
| 44429 |
src/com/gps/reports/DailyTripReport.java |
203 |
Found 'DU'-anomaly for variable 'query' (lines '203'-'228'). |
| 44430 |
src/com/gps/reports/DailyTripReport.java |
203 |
Potential violation of Law of Demeter (object not created locally) |
| 44431 |
src/com/gps/reports/DailyTripReport.java |
204 |
Potential violation of Law of Demeter (object not created locally) |
| 44432 |
src/com/gps/reports/DailyTripReport.java |
207 |
Avoid using Literals in Conditional Statements |
| 44433 |
src/com/gps/reports/DailyTripReport.java |
207 |
Potential violation of Law of Demeter (object not created locally) |
| 44434 |
src/com/gps/reports/DailyTripReport.java |
208 |
Potential violation of Law of Demeter (method chain calls) |
| 44435 |
src/com/gps/reports/DailyTripReport.java |
208 |
Potential violation of Law of Demeter (object not created locally) |
| 44436 |
src/com/gps/reports/DailyTripReport.java |
210 |
Potential violation of Law of Demeter (object not created locally) |
| 44437 |
src/com/gps/reports/DailyTripReport.java |
213 |
Potential violation of Law of Demeter (object not created locally) |
| 44438 |
src/com/gps/reports/DailyTripReport.java |
214 |
Local variable 'vehicleItr' could be declared final |
| 44439 |
src/com/gps/reports/DailyTripReport.java |
214 |
Potential violation of Law of Demeter (object not created locally) |
| 44440 |
src/com/gps/reports/DailyTripReport.java |
217 |
Local variable 'rows' could be declared final |
| 44441 |
src/com/gps/reports/DailyTripReport.java |
218 |
Avoid instantiating new objects inside loops |
| 44442 |
src/com/gps/reports/DailyTripReport.java |
225 |
There is log block not surrounded by if |
| 44443 |
src/com/gps/reports/DailyTripReport.java |
232 |
Found 'UR'-anomaly for variable 'vehicle' (lines '232'-'240'). |
| 44444 |
src/com/gps/reports/DailyTripReport.java |
232 |
Parameter 'vehicleList' is not assigned and could be declared final |
| 44445 |
src/com/gps/reports/DailyTripReport.java |
232 |
publicMethodCommentRequirement Required |
| 44446 |
src/com/gps/reports/DailyTripReport.java |
234 |
Local variable 'vehicles' could be declared final |
| 44447 |
src/com/gps/reports/DailyTripReport.java |
235 |
Found 'DU'-anomaly for variable 'counter' (lines '235'-'252'). |
| 44448 |
src/com/gps/reports/DailyTripReport.java |
238 |
Local variable 'vehicle' could be declared final |
| 44449 |
src/com/gps/reports/DailyTripReport.java |
241 |
Avoid using if statements without curly braces |
| 44450 |
src/com/gps/reports/DailyTripReport.java |
242 |
Avoid appending characters as strings in StringBuffer.append. |
| 44451 |
src/com/gps/reports/DailyTripReport.java |
243 |
Found 'DU'-anomaly for variable 'counter' (lines '243'-'252'). |
| 44452 |
src/com/gps/reports/DailyTripReport.java |
249 |
There is log block not surrounded by if |
| 44453 |
src/com/gps/reports/DailyTripReport.java |
254 |
Avoid really long methods. |
| 44454 |
src/com/gps/reports/DailyTripReport.java |
254 |
Found 'UR'-anomaly for variable 'reportSummary' (lines '254'-'279'). |
| 44455 |
src/com/gps/reports/DailyTripReport.java |
254 |
Found 'UR'-anomaly for variable 'tripDetails' (lines '254'-'289'). |
| 44456 |
src/com/gps/reports/DailyTripReport.java |
254 |
Found 'UR'-anomaly for variable 'vehicles' (lines '254'-'272'). |
| 44457 |
src/com/gps/reports/DailyTripReport.java |
254 |
Found 'UR'-anomaly for variable 'vo' (lines '254'-'336'). |
| 44458 |
src/com/gps/reports/DailyTripReport.java |
254 |
Method names should not start with capital letters |
| 44459 |
src/com/gps/reports/DailyTripReport.java |
254 |
Parameter 'SummaryList' is not assigned and could be declared final |
| 44460 |
src/com/gps/reports/DailyTripReport.java |
254 |
Parameter 'date' is not assigned and could be declared final |
| 44461 |
src/com/gps/reports/DailyTripReport.java |
254 |
Parameter 'session' is not assigned and could be declared final |
| 44462 |
src/com/gps/reports/DailyTripReport.java |
254 |
Parameter 'vehicleList' is not assigned and could be declared final |
| 44463 |
src/com/gps/reports/DailyTripReport.java |
254 |
The method 'GetReportSummary' has a Cyclomatic Complexity of 23. |
| 44464 |
src/com/gps/reports/DailyTripReport.java |
254 |
The method GetReportSummary() has an NPath complexity of 1676 |
| 44465 |
src/com/gps/reports/DailyTripReport.java |
254 |
Variables should start with a lowercase character, 'SummaryList' starts with uppercase character. |
| 44466 |
src/com/gps/reports/DailyTripReport.java |
256 |
Found 'DD'-anomaly for variable 'trip' (lines '256'-'307'). |
| 44467 |
src/com/gps/reports/DailyTripReport.java |
257 |
Found 'DD'-anomaly for variable 'summary' (lines '257'-'290'). |
| 44468 |
src/com/gps/reports/DailyTripReport.java |
258 |
Local variable 'summaryVOs' could be declared final |
| 44469 |
src/com/gps/reports/DailyTripReport.java |
259 |
Local variable 'time' could be declared final |
| 44470 |
src/com/gps/reports/DailyTripReport.java |
259 |
When instantiating a SimpleDateFormat object, specify a Locale |
| 44471 |
src/com/gps/reports/DailyTripReport.java |
260 |
Found 'DD'-anomaly for variable 'end_time' (lines '260'-'312'). |
| 44472 |
src/com/gps/reports/DailyTripReport.java |
260 |
Found 'DD'-anomaly for variable 'start_time' (lines '260'-'311'). |
| 44473 |
src/com/gps/reports/DailyTripReport.java |
260 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'end_time' is not final. |
| 44474 |
src/com/gps/reports/DailyTripReport.java |
260 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'start_time' is not final. |
| 44475 |
src/com/gps/reports/DailyTripReport.java |
260 |
Use one line for each declaration, it enhances code readability. |
| 44476 |
src/com/gps/reports/DailyTripReport.java |
261 |
Local variable 'orgVehicles' could be declared final |
| 44477 |
src/com/gps/reports/DailyTripReport.java |
263 |
Found 'DD'-anomaly for variable 'vehicleStatus' (lines '263'-'308'). |
| 44478 |
src/com/gps/reports/DailyTripReport.java |
268 |
Found 'DD'-anomaly for variable 'isInSummary' (lines '268'-'276'). |
| 44479 |
src/com/gps/reports/DailyTripReport.java |
269 |
Local variable 'vehicles' could be declared final |
| 44480 |
src/com/gps/reports/DailyTripReport.java |
272 |
Potential violation of Law of Demeter (object not created locally) |
| 44481 |
src/com/gps/reports/DailyTripReport.java |
272 |
Potential violation of Law of Demeter (object not created locally) |
| 44482 |
src/com/gps/reports/DailyTripReport.java |
273 |
Avoid using if statements without curly braces |
| 44483 |
src/com/gps/reports/DailyTripReport.java |
274 |
Avoid appending characters as strings in StringBuffer.append. |
| 44484 |
src/com/gps/reports/DailyTripReport.java |
274 |
Potential violation of Law of Demeter (object not created locally) |
| 44485 |
src/com/gps/reports/DailyTripReport.java |
276 |
Found 'DD'-anomaly for variable 'isInSummary' (lines '276'-'281'). |
| 44486 |
src/com/gps/reports/DailyTripReport.java |
277 |
Local variable 'reportSummary' could be declared final |
| 44487 |
src/com/gps/reports/DailyTripReport.java |
279 |
Potential violation of Law of Demeter (method chain calls) |
| 44488 |
src/com/gps/reports/DailyTripReport.java |
279 |
Potential violation of Law of Demeter (object not created locally) |
| 44489 |
src/com/gps/reports/DailyTripReport.java |
279 |
Potential violation of Law of Demeter (object not created locally) |
| 44490 |
src/com/gps/reports/DailyTripReport.java |
287 |
Local variable 'trips' could be declared final |
| 44491 |
src/com/gps/reports/DailyTripReport.java |
287 |
Potential violation of Law of Demeter (object not created locally) |
| 44492 |
src/com/gps/reports/DailyTripReport.java |
288 |
Local variable 'tripDetails' could be declared final |
| 44493 |
src/com/gps/reports/DailyTripReport.java |
289 |
Potential violation of Law of Demeter (method chain calls) |
| 44494 |
src/com/gps/reports/DailyTripReport.java |
289 |
Potential violation of Law of Demeter (object not created locally) |
| 44495 |
src/com/gps/reports/DailyTripReport.java |
290 |
Avoid instantiating new objects inside loops |
| 44496 |
src/com/gps/reports/DailyTripReport.java |
290 |
Potential violation of Law of Demeter (object not created locally) |
| 44497 |
src/com/gps/reports/DailyTripReport.java |
290 |
Potential violation of Law of Demeter (object not created locally) |
| 44498 |
src/com/gps/reports/DailyTripReport.java |
290 |
Potential violation of Law of Demeter (object not created locally) |
| 44499 |
src/com/gps/reports/DailyTripReport.java |
291 |
Potential violation of Law of Demeter (object not created locally) |
| 44500 |
src/com/gps/reports/DailyTripReport.java |
291 |
Potential violation of Law of Demeter (object not created locally) |
| 44501 |
src/com/gps/reports/DailyTripReport.java |
292 |
Potential violation of Law of Demeter (object not created locally) |
| 44502 |
src/com/gps/reports/DailyTripReport.java |
293 |
Potential violation of Law of Demeter (object not created locally) |
| 44503 |
src/com/gps/reports/DailyTripReport.java |
298 |
Found 'DU'-anomaly for variable 'counter' (lines '298'-'380'). |
| 44504 |
src/com/gps/reports/DailyTripReport.java |
307 |
Potential violation of Law of Demeter (method chain calls) |
| 44505 |
src/com/gps/reports/DailyTripReport.java |
307 |
Potential violation of Law of Demeter (method chain calls) |
| 44506 |
src/com/gps/reports/DailyTripReport.java |
308 |
Found 'DU'-anomaly for variable 'vehicleStatus' (lines '308'-'380'). |
| 44507 |
src/com/gps/reports/DailyTripReport.java |
308 |
Potential violation of Law of Demeter (method chain calls) |
| 44508 |
src/com/gps/reports/DailyTripReport.java |
308 |
Potential violation of Law of Demeter (method chain calls) |
| 44509 |
src/com/gps/reports/DailyTripReport.java |
308 |
Potential violation of Law of Demeter (method chain calls) |
| 44510 |
src/com/gps/reports/DailyTripReport.java |
308 |
Potential violation of Law of Demeter (method chain calls) |
| 44511 |
src/com/gps/reports/DailyTripReport.java |
309 |
Avoid if (x != y) ..; else ..; |
| 44512 |
src/com/gps/reports/DailyTripReport.java |
309 |
Potential violation of Law of Demeter (method chain calls) |
| 44513 |
src/com/gps/reports/DailyTripReport.java |
309 |
Useless parentheses. |
| 44514 |
src/com/gps/reports/DailyTripReport.java |
311 |
Found 'DU'-anomaly for variable 'start_time' (lines '311'-'380'). |
| 44515 |
src/com/gps/reports/DailyTripReport.java |
311 |
Potential violation of Law of Demeter (method chain calls) |
| 44516 |
src/com/gps/reports/DailyTripReport.java |
311 |
Potential violation of Law of Demeter (method chain calls) |
| 44517 |
src/com/gps/reports/DailyTripReport.java |
311 |
Potential violation of Law of Demeter (object not created locally) |
| 44518 |
src/com/gps/reports/DailyTripReport.java |
312 |
Found 'DU'-anomaly for variable 'end_time' (lines '312'-'380'). |
| 44519 |
src/com/gps/reports/DailyTripReport.java |
312 |
Potential violation of Law of Demeter (method chain calls) |
| 44520 |
src/com/gps/reports/DailyTripReport.java |
312 |
Potential violation of Law of Demeter (method chain calls) |
| 44521 |
src/com/gps/reports/DailyTripReport.java |
312 |
Potential violation of Law of Demeter (object not created locally) |
| 44522 |
src/com/gps/reports/DailyTripReport.java |
316 |
Found 'DU'-anomaly for variable 'start_time' (lines '316'-'380'). |
| 44523 |
src/com/gps/reports/DailyTripReport.java |
317 |
Found 'DU'-anomaly for variable 'end_time' (lines '317'-'380'). |
| 44524 |
src/com/gps/reports/DailyTripReport.java |
319 |
Avoid using Literals in Conditional Statements |
| 44525 |
src/com/gps/reports/DailyTripReport.java |
321 |
Avoid instantiating new objects inside loops |
| 44526 |
src/com/gps/reports/DailyTripReport.java |
321 |
Potential violation of Law of Demeter (method chain calls) |
| 44527 |
src/com/gps/reports/DailyTripReport.java |
321 |
Potential violation of Law of Demeter (method chain calls) |
| 44528 |
src/com/gps/reports/DailyTripReport.java |
321 |
Potential violation of Law of Demeter (method chain calls) |
| 44529 |
src/com/gps/reports/DailyTripReport.java |
321 |
Potential violation of Law of Demeter (method chain calls) |
| 44530 |
src/com/gps/reports/DailyTripReport.java |
321 |
Potential violation of Law of Demeter (method chain calls) |
| 44531 |
src/com/gps/reports/DailyTripReport.java |
321 |
Potential violation of Law of Demeter (object not created locally) |
| 44532 |
src/com/gps/reports/DailyTripReport.java |
321 |
Potential violation of Law of Demeter (object not created locally) |
| 44533 |
src/com/gps/reports/DailyTripReport.java |
322 |
Potential violation of Law of Demeter (method chain calls) |
| 44534 |
src/com/gps/reports/DailyTripReport.java |
322 |
Potential violation of Law of Demeter (method chain calls) |
| 44535 |
src/com/gps/reports/DailyTripReport.java |
322 |
Potential violation of Law of Demeter (object not created locally) |
| 44536 |
src/com/gps/reports/DailyTripReport.java |
325 |
Avoid using Literals in Conditional Statements |
| 44537 |
src/com/gps/reports/DailyTripReport.java |
325 |
Avoid using if statements without curly braces |
| 44538 |
src/com/gps/reports/DailyTripReport.java |
326 |
Potential violation of Law of Demeter (object not created locally) |
| 44539 |
src/com/gps/reports/DailyTripReport.java |
329 |
Potential violation of Law of Demeter (object not created locally) |
| 44540 |
src/com/gps/reports/DailyTripReport.java |
333 |
Found 'DD'-anomaly for variable 'isFound' (lines '333'-'351'). |
| 44541 |
src/com/gps/reports/DailyTripReport.java |
334 |
Local variable 'vo' could be declared final |
| 44542 |
src/com/gps/reports/DailyTripReport.java |
336 |
Potential violation of Law of Demeter (object not created locally) |
| 44543 |
src/com/gps/reports/DailyTripReport.java |
336 |
Potential violation of Law of Demeter (object not created locally) |
| 44544 |
src/com/gps/reports/DailyTripReport.java |
338 |
Potential violation of Law of Demeter (method chain calls) |
| 44545 |
src/com/gps/reports/DailyTripReport.java |
338 |
Potential violation of Law of Demeter (method chain calls) |
| 44546 |
src/com/gps/reports/DailyTripReport.java |
338 |
Potential violation of Law of Demeter (method chain calls) |
| 44547 |
src/com/gps/reports/DailyTripReport.java |
338 |
Potential violation of Law of Demeter (object not created locally) |
| 44548 |
src/com/gps/reports/DailyTripReport.java |
338 |
Potential violation of Law of Demeter (object not created locally) |
| 44549 |
src/com/gps/reports/DailyTripReport.java |
338 |
Potential violation of Law of Demeter (object not created locally) |
| 44550 |
src/com/gps/reports/DailyTripReport.java |
338 |
Useless parentheses. |
| 44551 |
src/com/gps/reports/DailyTripReport.java |
339 |
Avoid using Literals in Conditional Statements |
| 44552 |
src/com/gps/reports/DailyTripReport.java |
339 |
Potential violation of Law of Demeter (object not created locally) |
| 44553 |
src/com/gps/reports/DailyTripReport.java |
339 |
Use equals() to compare strings instead of '==' or '!=' |
| 44554 |
src/com/gps/reports/DailyTripReport.java |
341 |
Potential violation of Law of Demeter (object not created locally) |
| 44555 |
src/com/gps/reports/DailyTripReport.java |
342 |
Potential violation of Law of Demeter (object not created locally) |
| 44556 |
src/com/gps/reports/DailyTripReport.java |
344 |
Potential violation of Law of Demeter (object not created locally) |
| 44557 |
src/com/gps/reports/DailyTripReport.java |
344 |
Use equals() to compare strings instead of '==' or '!=' |
| 44558 |
src/com/gps/reports/DailyTripReport.java |
344 |
Use equals() to compare strings instead of '==' or '!=' |
| 44559 |
src/com/gps/reports/DailyTripReport.java |
346 |
Potential violation of Law of Demeter (object not created locally) |
| 44560 |
src/com/gps/reports/DailyTripReport.java |
348 |
Potential violation of Law of Demeter (method chain calls) |
| 44561 |
src/com/gps/reports/DailyTripReport.java |
348 |
Potential violation of Law of Demeter (method chain calls) |
| 44562 |
src/com/gps/reports/DailyTripReport.java |
348 |
Potential violation of Law of Demeter (object not created locally) |
| 44563 |
src/com/gps/reports/DailyTripReport.java |
348 |
Potential violation of Law of Demeter (object not created locally) |
| 44564 |
src/com/gps/reports/DailyTripReport.java |
349 |
Avoid using if statements without curly braces |
| 44565 |
src/com/gps/reports/DailyTripReport.java |
349 |
Potential violation of Law of Demeter (method chain calls) |
| 44566 |
src/com/gps/reports/DailyTripReport.java |
349 |
Potential violation of Law of Demeter (object not created locally) |
| 44567 |
src/com/gps/reports/DailyTripReport.java |
350 |
Potential violation of Law of Demeter (method chain calls) |
| 44568 |
src/com/gps/reports/DailyTripReport.java |
350 |
Potential violation of Law of Demeter (method chain calls) |
| 44569 |
src/com/gps/reports/DailyTripReport.java |
350 |
Potential violation of Law of Demeter (object not created locally) |
| 44570 |
src/com/gps/reports/DailyTripReport.java |
351 |
Found 'DD'-anomaly for variable 'isFound' (lines '351'-'351'). |
| 44571 |
src/com/gps/reports/DailyTripReport.java |
356 |
Avoid instantiating new objects inside loops |
| 44572 |
src/com/gps/reports/DailyTripReport.java |
356 |
Potential violation of Law of Demeter (method chain calls) |
| 44573 |
src/com/gps/reports/DailyTripReport.java |
356 |
Potential violation of Law of Demeter (method chain calls) |
| 44574 |
src/com/gps/reports/DailyTripReport.java |
356 |
Potential violation of Law of Demeter (method chain calls) |
| 44575 |
src/com/gps/reports/DailyTripReport.java |
356 |
Potential violation of Law of Demeter (method chain calls) |
| 44576 |
src/com/gps/reports/DailyTripReport.java |
356 |
Potential violation of Law of Demeter (method chain calls) |
| 44577 |
src/com/gps/reports/DailyTripReport.java |
356 |
Potential violation of Law of Demeter (object not created locally) |
| 44578 |
src/com/gps/reports/DailyTripReport.java |
356 |
Potential violation of Law of Demeter (object not created locally) |
| 44579 |
src/com/gps/reports/DailyTripReport.java |
357 |
Potential violation of Law of Demeter (method chain calls) |
| 44580 |
src/com/gps/reports/DailyTripReport.java |
357 |
Potential violation of Law of Demeter (method chain calls) |
| 44581 |
src/com/gps/reports/DailyTripReport.java |
357 |
Potential violation of Law of Demeter (object not created locally) |
| 44582 |
src/com/gps/reports/DailyTripReport.java |
357 |
Potential violation of Law of Demeter (object not created locally) |
| 44583 |
src/com/gps/reports/DailyTripReport.java |
360 |
Avoid using Literals in Conditional Statements |
| 44584 |
src/com/gps/reports/DailyTripReport.java |
360 |
Avoid using if statements without curly braces |
| 44585 |
src/com/gps/reports/DailyTripReport.java |
361 |
Potential violation of Law of Demeter (object not created locally) |
| 44586 |
src/com/gps/reports/DailyTripReport.java |
364 |
Potential violation of Law of Demeter (object not created locally) |
| 44587 |
src/com/gps/reports/DailyTripReport.java |
367 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 44588 |
src/com/gps/reports/DailyTripReport.java |
368 |
Potential violation of Law of Demeter (object not created locally) |
| 44589 |
src/com/gps/reports/DailyTripReport.java |
368 |
There is log block not surrounded by if |
| 44590 |
src/com/gps/reports/DailyTripReport.java |
375 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 44591 |
src/com/gps/reports/DailyTripReport.java |
377 |
There is log block not surrounded by if |
| 44592 |
src/com/gps/reports/DailyTripReport.java |
383 |
Avoid reassigning parameters such as 'session' |
| 44593 |
src/com/gps/reports/DailyTripReport.java |
383 |
Found 'UR'-anomaly for variable 'summaryVO' (lines '383'-'405'). |
| 44594 |
src/com/gps/reports/DailyTripReport.java |
383 |
Method names should not start with capital letters |
| 44595 |
src/com/gps/reports/DailyTripReport.java |
383 |
Parameter 'date' is not assigned and could be declared final |
| 44596 |
src/com/gps/reports/DailyTripReport.java |
383 |
Parameter 'summaryVOs' is not assigned and could be declared final |
| 44597 |
src/com/gps/reports/DailyTripReport.java |
383 |
The method 'GetCumulativeDistance' has a Cyclomatic Complexity of 21. |
| 44598 |
src/com/gps/reports/DailyTripReport.java |
383 |
The method GetCumulativeDistance() has an NPath complexity of 32419 |
| 44599 |
src/com/gps/reports/DailyTripReport.java |
385 |
Found 'DU'-anomaly for variable 'calStart' (lines '385'-'473'). |
| 44600 |
src/com/gps/reports/DailyTripReport.java |
385 |
Local variable 'calStart' could be declared final |
| 44601 |
src/com/gps/reports/DailyTripReport.java |
386 |
Local variable 'calEnd' could be declared final |
| 44602 |
src/com/gps/reports/DailyTripReport.java |
387 |
Found 'DD'-anomaly for variable 'now' (lines '387'-'396'). |
| 44603 |
src/com/gps/reports/DailyTripReport.java |
388 |
Found 'DD'-anomaly for variable 'today' (lines '388'-'397'). |
| 44604 |
src/com/gps/reports/DailyTripReport.java |
390 |
Consider replacing this Hashtable with the newer java.util.Map |
| 44605 |
src/com/gps/reports/DailyTripReport.java |
390 |
Found 'DD'-anomaly for variable 'hashHistoricDist' (lines '390'-'417'). |
| 44606 |
src/com/gps/reports/DailyTripReport.java |
391 |
Avoid excessively long variable names like hashCurrentDistance |
| 44607 |
src/com/gps/reports/DailyTripReport.java |
391 |
Consider replacing this Hashtable with the newer java.util.Map |
| 44608 |
src/com/gps/reports/DailyTripReport.java |
391 |
Found 'DD'-anomaly for variable 'hashCurrentDistance' (lines '391'-'418'). |
| 44609 |
src/com/gps/reports/DailyTripReport.java |
392 |
Local variable 'vehicles' could be declared final |
| 44610 |
src/com/gps/reports/DailyTripReport.java |
393 |
Local variable 'reportDAO' could be declared final |
| 44611 |
src/com/gps/reports/DailyTripReport.java |
397 |
Found 'DU'-anomaly for variable 'today' (lines '397'-'473'). |
| 44612 |
src/com/gps/reports/DailyTripReport.java |
398 |
Local variable 'DayOFMonth' could be declared final |
| 44613 |
src/com/gps/reports/DailyTripReport.java |
398 |
Potential violation of Law of Demeter (object not created locally) |
| 44614 |
src/com/gps/reports/DailyTripReport.java |
398 |
Variables should start with a lowercase character, 'DayOFMonth' starts with uppercase character. |
| 44615 |
src/com/gps/reports/DailyTripReport.java |
399 |
Local variable 'cal' could be declared final |
| 44616 |
src/com/gps/reports/DailyTripReport.java |
400 |
Potential violation of Law of Demeter (object not created locally) |
| 44617 |
src/com/gps/reports/DailyTripReport.java |
401 |
Potential violation of Law of Demeter (object not created locally) |
| 44618 |
src/com/gps/reports/DailyTripReport.java |
403 |
Local variable 'summaryVO' could be declared final |
| 44619 |
src/com/gps/reports/DailyTripReport.java |
405 |
Potential violation of Law of Demeter (object not created locally) |
| 44620 |
src/com/gps/reports/DailyTripReport.java |
405 |
Potential violation of Law of Demeter (object not created locally) |
| 44621 |
src/com/gps/reports/DailyTripReport.java |
406 |
Avoid using if statements without curly braces |
| 44622 |
src/com/gps/reports/DailyTripReport.java |
407 |
Avoid appending characters as strings in StringBuffer.append. |
| 44623 |
src/com/gps/reports/DailyTripReport.java |
407 |
Potential violation of Law of Demeter (object not created locally) |
| 44624 |
src/com/gps/reports/DailyTripReport.java |
408 |
Found 'DU'-anomaly for variable 'counter' (lines '408'-'473'). |
| 44625 |
src/com/gps/reports/DailyTripReport.java |
411 |
Potential violation of Law of Demeter (object not created locally) |
| 44626 |
src/com/gps/reports/DailyTripReport.java |
412 |
Avoid using if statements without curly braces |
| 44627 |
src/com/gps/reports/DailyTripReport.java |
412 |
Position literals first in String comparisons |
| 44628 |
src/com/gps/reports/DailyTripReport.java |
412 |
Position literals first in String comparisons |
| 44629 |
src/com/gps/reports/DailyTripReport.java |
415 |
Avoid if (x != y) ..; else ..; |
| 44630 |
src/com/gps/reports/DailyTripReport.java |
415 |
Potential violation of Law of Demeter (method chain calls) |
| 44631 |
src/com/gps/reports/DailyTripReport.java |
415 |
Potential violation of Law of Demeter (object not created locally) |
| 44632 |
src/com/gps/reports/DailyTripReport.java |
417 |
Potential violation of Law of Demeter (object not created locally) |
| 44633 |
src/com/gps/reports/DailyTripReport.java |
417 |
Potential violation of Law of Demeter (object not created locally) |
| 44634 |
src/com/gps/reports/DailyTripReport.java |
417 |
Potential violation of Law of Demeter (object not created locally) |
| 44635 |
src/com/gps/reports/DailyTripReport.java |
418 |
Potential violation of Law of Demeter (object not created locally) |
| 44636 |
src/com/gps/reports/DailyTripReport.java |
418 |
Potential violation of Law of Demeter (object not created locally) |
| 44637 |
src/com/gps/reports/DailyTripReport.java |
418 |
Potential violation of Law of Demeter (object not created locally) |
| 44638 |
src/com/gps/reports/DailyTripReport.java |
422 |
Potential violation of Law of Demeter (object not created locally) |
| 44639 |
src/com/gps/reports/DailyTripReport.java |
422 |
Potential violation of Law of Demeter (object not created locally) |
| 44640 |
src/com/gps/reports/DailyTripReport.java |
422 |
Potential violation of Law of Demeter (object not created locally) |
| 44641 |
src/com/gps/reports/DailyTripReport.java |
425 |
Found 'DD'-anomaly for variable 'distanceOld' (lines '425'-'430'). |
| 44642 |
src/com/gps/reports/DailyTripReport.java |
426 |
Found 'DD'-anomaly for variable 'distanceToday' (lines '426'-'432'). |
| 44643 |
src/com/gps/reports/DailyTripReport.java |
427 |
Local variable 'summaryVO' could be declared final |
| 44644 |
src/com/gps/reports/DailyTripReport.java |
429 |
Avoid using if statements without curly braces |
| 44645 |
src/com/gps/reports/DailyTripReport.java |
429 |
Potential violation of Law of Demeter (object not created locally) |
| 44646 |
src/com/gps/reports/DailyTripReport.java |
429 |
Potential violation of Law of Demeter (object not created locally) |
| 44647 |
src/com/gps/reports/DailyTripReport.java |
430 |
Potential violation of Law of Demeter (object not created locally) |
| 44648 |
src/com/gps/reports/DailyTripReport.java |
430 |
Potential violation of Law of Demeter (object not created locally) |
| 44649 |
src/com/gps/reports/DailyTripReport.java |
431 |
Avoid using if statements without curly braces |
| 44650 |
src/com/gps/reports/DailyTripReport.java |
431 |
Potential violation of Law of Demeter (object not created locally) |
| 44651 |
src/com/gps/reports/DailyTripReport.java |
431 |
Potential violation of Law of Demeter (object not created locally) |
| 44652 |
src/com/gps/reports/DailyTripReport.java |
432 |
Potential violation of Law of Demeter (object not created locally) |
| 44653 |
src/com/gps/reports/DailyTripReport.java |
432 |
Potential violation of Law of Demeter (object not created locally) |
| 44654 |
src/com/gps/reports/DailyTripReport.java |
435 |
Potential violation of Law of Demeter (object not created locally) |
| 44655 |
src/com/gps/reports/DailyTripReport.java |
436 |
Potential violation of Law of Demeter (object not created locally) |
| 44656 |
src/com/gps/reports/DailyTripReport.java |
436 |
Potential violation of Law of Demeter (object not created locally) |
| 44657 |
src/com/gps/reports/DailyTripReport.java |
437 |
Avoid using Literals in Conditional Statements |
| 44658 |
src/com/gps/reports/DailyTripReport.java |
437 |
Potential violation of Law of Demeter (object not created locally) |
| 44659 |
src/com/gps/reports/DailyTripReport.java |
440 |
Potential violation of Law of Demeter (object not created locally) |
| 44660 |
src/com/gps/reports/DailyTripReport.java |
442 |
Potential violation of Law of Demeter (object not created locally) |
| 44661 |
src/com/gps/reports/DailyTripReport.java |
443 |
Assigning an Object to null is a code smell. Consider refactoring. |
| 44662 |
src/com/gps/reports/DailyTripReport.java |
444 |
Potential violation of Law of Demeter (object not created locally) |
| 44663 |
src/com/gps/reports/DailyTripReport.java |
444 |
Potential violation of Law of Demeter (object not created locally) |
| 44664 |
src/com/gps/reports/DailyTripReport.java |
446 |
Potential violation of Law of Demeter (object not created locally) |
| 44665 |
src/com/gps/reports/DailyTripReport.java |
448 |
Potential violation of Law of Demeter (object not created locally) |
| 44666 |
src/com/gps/reports/DailyTripReport.java |
449 |
Avoid using if...else statements without curly braces |
| 44667 |
src/com/gps/reports/DailyTripReport.java |
449 |
Potential violation of Law of Demeter (object not created locally) |
| 44668 |
src/com/gps/reports/DailyTripReport.java |
449 |
Potential violation of Law of Demeter (object not created locally) |
| 44669 |
src/com/gps/reports/DailyTripReport.java |
451 |
Avoid using if...else statements without curly braces |
| 44670 |
src/com/gps/reports/DailyTripReport.java |
451 |
Potential violation of Law of Demeter (object not created locally) |
| 44671 |
src/com/gps/reports/DailyTripReport.java |
453 |
Potential violation of Law of Demeter (object not created locally) |
| 44672 |
src/com/gps/reports/DailyTripReport.java |
455 |
Potential violation of Law of Demeter (object not created locally) |
| 44673 |
src/com/gps/reports/DailyTripReport.java |
462 |
Avoid if (x != y) ..; else ..; |
| 44674 |
src/com/gps/reports/DailyTripReport.java |
462 |
Avoid if (x != y) ..; else ..; |
| 44675 |
src/com/gps/reports/DailyTripReport.java |
462 |
Potential violation of Law of Demeter (object not created locally) |
| 44676 |
src/com/gps/reports/DailyTripReport.java |
462 |
Potential violation of Law of Demeter (object not created locally) |
| 44677 |
src/com/gps/reports/DailyTripReport.java |
463 |
Potential violation of Law of Demeter (object not created locally) |
| 44678 |
src/com/gps/reports/DailyTripReport.java |
468 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 44679 |
src/com/gps/reports/DailyTripReport.java |
470 |
Avoid printStackTrace(); use a logger call instead. |
| 44680 |
src/com/gps/reports/DailyTripReport.java |
470 |
Potential violation of Law of Demeter (object not created locally) |
| 44681 |
src/com/gps/reports/DailyTripReport.java |
478 |
Avoid really long methods. |
| 44682 |
src/com/gps/reports/DailyTripReport.java |
478 |
Avoid reassigning parameters such as 'session' |
| 44683 |
src/com/gps/reports/DailyTripReport.java |
478 |
Found 'UR'-anomaly for variable 'tripDetails' (lines '478'-'505'). |
| 44684 |
src/com/gps/reports/DailyTripReport.java |
478 |
Parameter 'date' is not assigned and could be declared final |
| 44685 |
src/com/gps/reports/DailyTripReport.java |
478 |
Parameter 'status' is not assigned and could be declared final |
| 44686 |
src/com/gps/reports/DailyTripReport.java |
478 |
Parameter 'type' is not assigned and could be declared final |
| 44687 |
src/com/gps/reports/DailyTripReport.java |
478 |
Parameter 'vehicleId' is not assigned and could be declared final |
| 44688 |
src/com/gps/reports/DailyTripReport.java |
478 |
The method 'getDailyRepTrip' has a Cyclomatic Complexity of 20. |
| 44689 |
src/com/gps/reports/DailyTripReport.java |
478 |
The method getDailyRepTrip() has an NPath complexity of 527 |
| 44690 |
src/com/gps/reports/DailyTripReport.java |
480 |
Found 'DD'-anomaly for variable 'tripList' (lines '480'-'494'). |
| 44691 |
src/com/gps/reports/DailyTripReport.java |
481 |
Found 'DD'-anomaly for variable 'startTime' (lines '481'-'506'). |
| 44692 |
src/com/gps/reports/DailyTripReport.java |
482 |
Found 'DD'-anomaly for variable 'endTime' (lines '482'-'507'). |
| 44693 |
src/com/gps/reports/DailyTripReport.java |
483 |
Avoid unused local variables such as 'sdf'. |
| 44694 |
src/com/gps/reports/DailyTripReport.java |
483 |
Found 'DU'-anomaly for variable 'sdf' (lines '483'-'586'). |
| 44695 |
src/com/gps/reports/DailyTripReport.java |
483 |
Local variable 'sdf' could be declared final |
| 44696 |
src/com/gps/reports/DailyTripReport.java |
483 |
When instantiating a SimpleDateFormat object, specify a Locale |
| 44697 |
src/com/gps/reports/DailyTripReport.java |
484 |
Found 'DD'-anomaly for variable 'end' (lines '484'-'562'). |
| 44698 |
src/com/gps/reports/DailyTripReport.java |
484 |
Found 'DD'-anomaly for variable 'start' (lines '484'-'558'). |
| 44699 |
src/com/gps/reports/DailyTripReport.java |
484 |
Use one line for each declaration, it enhances code readability. |
| 44700 |
src/com/gps/reports/DailyTripReport.java |
485 |
Local variable 'format' could be declared final |
| 44701 |
src/com/gps/reports/DailyTripReport.java |
485 |
When instantiating a SimpleDateFormat object, specify a Locale |
| 44702 |
src/com/gps/reports/DailyTripReport.java |
486 |
Local variable 'time' could be declared final |
| 44703 |
src/com/gps/reports/DailyTripReport.java |
486 |
When instantiating a SimpleDateFormat object, specify a Locale |
| 44704 |
src/com/gps/reports/DailyTripReport.java |
488 |
Found 'DD'-anomaly for variable 'startEndTime' (lines '488'-'514'). |
| 44705 |
src/com/gps/reports/DailyTripReport.java |
489 |
Found 'DD'-anomaly for variable 'speed' (lines '489'-'539'). |
| 44706 |
src/com/gps/reports/DailyTripReport.java |
499 |
Local variable 'tripDetails' could be declared final |
| 44707 |
src/com/gps/reports/DailyTripReport.java |
503 |
Assigning an Object to null is a code smell. Consider refactoring. |
| 44708 |
src/com/gps/reports/DailyTripReport.java |
505 |
Position literals first in String comparisons |
| 44709 |
src/com/gps/reports/DailyTripReport.java |
505 |
Position literals first in String comparisons |
| 44710 |
src/com/gps/reports/DailyTripReport.java |
505 |
Position literals first in String comparisons |
| 44711 |
src/com/gps/reports/DailyTripReport.java |
505 |
Potential violation of Law of Demeter (object not created locally) |
| 44712 |
src/com/gps/reports/DailyTripReport.java |
505 |
Potential violation of Law of Demeter (object not created locally) |
| 44713 |
src/com/gps/reports/DailyTripReport.java |
505 |
Useless parentheses. |
| 44714 |
src/com/gps/reports/DailyTripReport.java |
505 |
Useless parentheses. |
| 44715 |
src/com/gps/reports/DailyTripReport.java |
506 |
Found 'DD'-anomaly for variable 'startTime' (lines '506'-'515'). |
| 44716 |
src/com/gps/reports/DailyTripReport.java |
507 |
Found 'DD'-anomaly for variable 'endTime' (lines '507'-'516'). |
| 44717 |
src/com/gps/reports/DailyTripReport.java |
509 |
Avoid instantiating new objects inside loops |
| 44718 |
src/com/gps/reports/DailyTripReport.java |
511 |
Potential violation of Law of Demeter (object not created locally) |
| 44719 |
src/com/gps/reports/DailyTripReport.java |
511 |
Potential violation of Law of Demeter (object not created locally) |
| 44720 |
src/com/gps/reports/DailyTripReport.java |
512 |
Potential violation of Law of Demeter (method chain calls) |
| 44721 |
src/com/gps/reports/DailyTripReport.java |
512 |
Potential violation of Law of Demeter (method chain calls) |
| 44722 |
src/com/gps/reports/DailyTripReport.java |
512 |
Potential violation of Law of Demeter (object not created locally) |
| 44723 |
src/com/gps/reports/DailyTripReport.java |
512 |
Potential violation of Law of Demeter (object not created locally) |
| 44724 |
src/com/gps/reports/DailyTripReport.java |
515 |
Potential violation of Law of Demeter (method chain calls) |
| 44725 |
src/com/gps/reports/DailyTripReport.java |
515 |
Potential violation of Law of Demeter (object not created locally) |
| 44726 |
src/com/gps/reports/DailyTripReport.java |
516 |
Potential violation of Law of Demeter (method chain calls) |
| 44727 |
src/com/gps/reports/DailyTripReport.java |
516 |
Potential violation of Law of Demeter (object not created locally) |
| 44728 |
src/com/gps/reports/DailyTripReport.java |
518 |
Potential violation of Law of Demeter (object not created locally) |
| 44729 |
src/com/gps/reports/DailyTripReport.java |
519 |
Potential violation of Law of Demeter (object not created locally) |
| 44730 |
src/com/gps/reports/DailyTripReport.java |
521 |
Position literals first in String comparisons |
| 44731 |
src/com/gps/reports/DailyTripReport.java |
522 |
Potential violation of Law of Demeter (method chain calls) |
| 44732 |
src/com/gps/reports/DailyTripReport.java |
522 |
Potential violation of Law of Demeter (object not created locally) |
| 44733 |
src/com/gps/reports/DailyTripReport.java |
523 |
Potential violation of Law of Demeter (method chain calls) |
| 44734 |
src/com/gps/reports/DailyTripReport.java |
523 |
Potential violation of Law of Demeter (object not created locally) |
| 44735 |
src/com/gps/reports/DailyTripReport.java |
527 |
Potential violation of Law of Demeter (object not created locally) |
| 44736 |
src/com/gps/reports/DailyTripReport.java |
527 |
Potential violation of Law of Demeter (object not created locally) |
| 44737 |
src/com/gps/reports/DailyTripReport.java |
529 |
Avoid using Literals in Conditional Statements |
| 44738 |
src/com/gps/reports/DailyTripReport.java |
529 |
Potential violation of Law of Demeter (object not created locally) |
| 44739 |
src/com/gps/reports/DailyTripReport.java |
531 |
Avoid if (x != y) ..; else ..; |
| 44740 |
src/com/gps/reports/DailyTripReport.java |
532 |
Avoid using if...else statements without curly braces |
| 44741 |
src/com/gps/reports/DailyTripReport.java |
532 |
Potential violation of Law of Demeter (object not created locally) |
| 44742 |
src/com/gps/reports/DailyTripReport.java |
534 |
Avoid using if...else statements without curly braces |
| 44743 |
src/com/gps/reports/DailyTripReport.java |
534 |
Potential violation of Law of Demeter (object not created locally) |
| 44744 |
src/com/gps/reports/DailyTripReport.java |
536 |
Avoid if (x != y) ..; else ..; |
| 44745 |
src/com/gps/reports/DailyTripReport.java |
537 |
Avoid using Literals in Conditional Statements |
| 44746 |
src/com/gps/reports/DailyTripReport.java |
537 |
Avoid using if statements without curly braces |
| 44747 |
src/com/gps/reports/DailyTripReport.java |
542 |
Avoid using if...else statements without curly braces |
| 44748 |
src/com/gps/reports/DailyTripReport.java |
542 |
Potential violation of Law of Demeter (object not created locally) |
| 44749 |
src/com/gps/reports/DailyTripReport.java |
544 |
Avoid if (x != y) ..; else ..; |
| 44750 |
src/com/gps/reports/DailyTripReport.java |
545 |
Avoid using if...else statements without curly braces |
| 44751 |
src/com/gps/reports/DailyTripReport.java |
545 |
Potential violation of Law of Demeter (object not created locally) |
| 44752 |
src/com/gps/reports/DailyTripReport.java |
547 |
Avoid using if...else statements without curly braces |
| 44753 |
src/com/gps/reports/DailyTripReport.java |
547 |
Potential violation of Law of Demeter (object not created locally) |
| 44754 |
src/com/gps/reports/DailyTripReport.java |
549 |
Potential violation of Law of Demeter (object not created locally) |
| 44755 |
src/com/gps/reports/DailyTripReport.java |
550 |
Potential violation of Law of Demeter (object not created locally) |
| 44756 |
src/com/gps/reports/DailyTripReport.java |
553 |
Potential violation of Law of Demeter (object not created locally) |
| 44757 |
src/com/gps/reports/DailyTripReport.java |
553 |
Potential violation of Law of Demeter (object not created locally) |
| 44758 |
src/com/gps/reports/DailyTripReport.java |
555 |
Avoid using Literals in Conditional Statements |
| 44759 |
src/com/gps/reports/DailyTripReport.java |
555 |
Potential violation of Law of Demeter (object not created locally) |
| 44760 |
src/com/gps/reports/DailyTripReport.java |
556 |
Potential violation of Law of Demeter (method chain calls) |
| 44761 |
src/com/gps/reports/DailyTripReport.java |
556 |
Potential violation of Law of Demeter (object not created locally) |
| 44762 |
src/com/gps/reports/DailyTripReport.java |
556 |
Potential violation of Law of Demeter (object not created locally) |
| 44763 |
src/com/gps/reports/DailyTripReport.java |
558 |
Potential violation of Law of Demeter (object not created locally) |
| 44764 |
src/com/gps/reports/DailyTripReport.java |
558 |
Potential violation of Law of Demeter (object not created locally) |
| 44765 |
src/com/gps/reports/DailyTripReport.java |
558 |
Potential violation of Law of Demeter (object not created locally) |
| 44766 |
src/com/gps/reports/DailyTripReport.java |
560 |
Potential violation of Law of Demeter (method chain calls) |
| 44767 |
src/com/gps/reports/DailyTripReport.java |
560 |
Potential violation of Law of Demeter (object not created locally) |
| 44768 |
src/com/gps/reports/DailyTripReport.java |
560 |
Potential violation of Law of Demeter (object not created locally) |
| 44769 |
src/com/gps/reports/DailyTripReport.java |
562 |
Potential violation of Law of Demeter (object not created locally) |
| 44770 |
src/com/gps/reports/DailyTripReport.java |
562 |
Potential violation of Law of Demeter (object not created locally) |
| 44771 |
src/com/gps/reports/DailyTripReport.java |
562 |
Potential violation of Law of Demeter (object not created locally) |
| 44772 |
src/com/gps/reports/DailyTripReport.java |
571 |
Avoid using Literals in Conditional Statements |
| 44773 |
src/com/gps/reports/DailyTripReport.java |
571 |
Avoid using if statements without curly braces |
| 44774 |
src/com/gps/reports/DailyTripReport.java |
572 |
Potential violation of Law of Demeter (object not created locally) |
| 44775 |
src/com/gps/reports/DailyTripReport.java |
574 |
Potential violation of Law of Demeter (object not created locally) |
| 44776 |
src/com/gps/reports/DailyTripReport.java |
575 |
Potential violation of Law of Demeter (object not created locally) |
| 44777 |
src/com/gps/reports/DailyTripReport.java |
577 |
Assigning an Object to null is a code smell. Consider refactoring. |
| 44778 |
src/com/gps/reports/DailyTripReport.java |
581 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 44779 |
src/com/gps/reports/DailyTripReport.java |
582 |
There is log block not surrounded by if |
| 44780 |
src/com/gps/reports/DailyTripReport.java |
583 |
Avoid printStackTrace(); use a logger call instead. |
| 44781 |
src/com/gps/reports/DailyTripReport.java |
583 |
Potential violation of Law of Demeter (object not created locally) |
| 44782 |
src/com/gps/reports/DailyTripReport.java |
589 |
Parameter 'date' is not assigned and could be declared final |
| 44783 |
src/com/gps/reports/DailyTripReport.java |
589 |
Parameter 'endTime' is not assigned and could be declared final |
| 44784 |
src/com/gps/reports/DailyTripReport.java |
589 |
Parameter 'session' is not assigned and could be declared final |
| 44785 |
src/com/gps/reports/DailyTripReport.java |
589 |
Parameter 'vehicleId' is not assigned and could be declared final |
| 44786 |
src/com/gps/reports/DailyTripReport.java |
589 |
publicMethodCommentRequirement Required |
| 44787 |
src/com/gps/reports/DailyTripReport.java |
591 |
Found 'DD'-anomaly for variable 'distance' (lines '591'-'607'). |
| 44788 |
src/com/gps/reports/DailyTripReport.java |
591 |
Found 'DD'-anomaly for variable 'distance' (lines '591'-'609'). |
| 44789 |
src/com/gps/reports/DailyTripReport.java |
592 |
Local variable 'cal' could be declared final |
| 44790 |
src/com/gps/reports/DailyTripReport.java |
593 |
Local variable 'formatter' could be declared final |
| 44791 |
src/com/gps/reports/DailyTripReport.java |
593 |
When instantiating a SimpleDateFormat object, specify a Locale |
| 44792 |
src/com/gps/reports/DailyTripReport.java |
594 |
Local variable 'form' could be declared final |
| 44793 |
src/com/gps/reports/DailyTripReport.java |
594 |
When instantiating a SimpleDateFormat object, specify a Locale |
| 44794 |
src/com/gps/reports/DailyTripReport.java |
598 |
Potential violation of Law of Demeter (object not created locally) |
| 44795 |
src/com/gps/reports/DailyTripReport.java |
598 |
Potential violation of Law of Demeter (object not created locally) |
| 44796 |
src/com/gps/reports/DailyTripReport.java |
599 |
Potential violation of Law of Demeter (object not created locally) |
| 44797 |
src/com/gps/reports/DailyTripReport.java |
601 |
Avoid variables with short names like vo |
| 44798 |
src/com/gps/reports/DailyTripReport.java |
601 |
Local variable 'vo' could be declared final |
| 44799 |
src/com/gps/reports/DailyTripReport.java |
602 |
Potential violation of Law of Demeter (object not created locally) |
| 44800 |
src/com/gps/reports/DailyTripReport.java |
603 |
Potential violation of Law of Demeter (object not created locally) |
| 44801 |
src/com/gps/reports/DailyTripReport.java |
603 |
Potential violation of Law of Demeter (object not created locally) |
| 44802 |
src/com/gps/reports/DailyTripReport.java |
603 |
Potential violation of Law of Demeter (object not created locally) |
| 44803 |
src/com/gps/reports/DailyTripReport.java |
604 |
Potential violation of Law of Demeter (object not created locally) |
| 44804 |
src/com/gps/reports/DailyTripReport.java |
606 |
Avoid if (x != y) ..; else ..; |
| 44805 |
src/com/gps/reports/DailyTripReport.java |
606 |
Potential violation of Law of Demeter (method chain calls) |
| 44806 |
src/com/gps/reports/DailyTripReport.java |
606 |
Potential violation of Law of Demeter (object not created locally) |
| 44807 |
src/com/gps/reports/DailyTripReport.java |
607 |
Avoid using if...else statements without curly braces |
| 44808 |
src/com/gps/reports/DailyTripReport.java |
607 |
Potential violation of Law of Demeter (method chain calls) |
| 44809 |
src/com/gps/reports/DailyTripReport.java |
607 |
Potential violation of Law of Demeter (object not created locally) |
| 44810 |
src/com/gps/reports/DailyTripReport.java |
609 |
Avoid using if...else statements without curly braces |
| 44811 |
src/com/gps/reports/DailyTripReport.java |
609 |
Potential violation of Law of Demeter (object not created locally) |
| 44812 |
src/com/gps/reports/DailyTripReport.java |
609 |
Potential violation of Law of Demeter (object not created locally) |
| 44813 |
src/com/gps/reports/DailyTripReport.java |
612 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 44814 |
src/com/gps/reports/DailyTripReport.java |
613 |
There is log block not surrounded by if |
| 44815 |
src/com/gps/reports/DailyTripReport.java |
622 |
Found 'UR'-anomaly for variable 'date' (lines '622'-'634'). |
| 44816 |
src/com/gps/reports/DailyTripReport.java |
622 |
Found 'UR'-anomaly for variable 'trip' (lines '622'-'631'). |
| 44817 |
src/com/gps/reports/DailyTripReport.java |
622 |
Parameter 'endTime' is not assigned and could be declared final |
| 44818 |
src/com/gps/reports/DailyTripReport.java |
622 |
Parameter 'startTime' is not assigned and could be declared final |
| 44819 |
src/com/gps/reports/DailyTripReport.java |
622 |
Parameter 'type' is not assigned and could be declared final |
| 44820 |
src/com/gps/reports/DailyTripReport.java |
622 |
Parameter 'vehicleId' is not assigned and could be declared final |
| 44821 |
src/com/gps/reports/DailyTripReport.java |
630 |
Local variable 'trip' could be declared final |
| 44822 |
src/com/gps/reports/DailyTripReport.java |
632 |
These nested if statements could be combined |
| 44823 |
src/com/gps/reports/DailyTripReport.java |
633 |
Local variable 'date' could be declared final |
| 44824 |
src/com/gps/reports/DailyTripReport.java |
641 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 44825 |
src/com/gps/reports/DailyTripReport.java |
642 |
There is log block not surrounded by if |
| 44826 |
src/com/gps/reports/DailyTripReport.java |
649 |
Found 'UR'-anomaly for variable 'params' (lines '649'-'672'). |
| 44827 |
src/com/gps/reports/DailyTripReport.java |
649 |
Parameter 'toDate' is not assigned and could be declared final |
| 44828 |
src/com/gps/reports/DailyTripReport.java |
649 |
Parameter 'vehicleId' is not assigned and could be declared final |
| 44829 |
src/com/gps/reports/DailyTripReport.java |
649 |
Rather than using a lot of String arguments, consider using a container object for those values. |
| 44830 |
src/com/gps/reports/DailyTripReport.java |
650 |
Parameter 'fromDate' is not assigned and could be declared final |
| 44831 |
src/com/gps/reports/DailyTripReport.java |
650 |
Parameter 'type' is not assigned and could be declared final |
| 44832 |
src/com/gps/reports/DailyTripReport.java |
651 |
Found 'DD'-anomaly for variable 'objTripVO' (lines '651'-'667'). |
| 44833 |
src/com/gps/reports/DailyTripReport.java |
654 |
Local variable 'tripList' could be declared final |
| 44834 |
src/com/gps/reports/DailyTripReport.java |
655 |
Avoid variables with short names like i |
| 44835 |
src/com/gps/reports/DailyTripReport.java |
655 |
Found 'DU'-anomaly for variable 'i' (lines '655'-'699'). |
| 44836 |
src/com/gps/reports/DailyTripReport.java |
656 |
Found 'DU'-anomaly for variable 'prevSpeed' (lines '656'-'699'). |
| 44837 |
src/com/gps/reports/DailyTripReport.java |
664 |
Found 'DU'-anomaly for variable 'trip' (lines '664'-'699'). |
| 44838 |
src/com/gps/reports/DailyTripReport.java |
666 |
Potential violation of Law of Demeter (object not created locally) |
| 44839 |
src/com/gps/reports/DailyTripReport.java |
667 |
Assigning an Object to null is a code smell. Consider refactoring. |
| 44840 |
src/com/gps/reports/DailyTripReport.java |
669 |
Avoid if (x != y) ..; else ..; |
| 44841 |
src/com/gps/reports/DailyTripReport.java |
670 |
Local variable 'params' could be declared final |
| 44842 |
src/com/gps/reports/DailyTripReport.java |
672 |
Potential violation of Law of Demeter (object not created locally) |
| 44843 |
src/com/gps/reports/DailyTripReport.java |
677 |
Found 'DU'-anomaly for variable 'prevSpeed' (lines '677'-'699'). |
| 44844 |
src/com/gps/reports/DailyTripReport.java |
677 |
Potential violation of Law of Demeter (object not created locally) |
| 44845 |
src/com/gps/reports/DailyTripReport.java |
678 |
Found 'DU'-anomaly for variable 'i' (lines '678'-'699'). |
| 44846 |
src/com/gps/reports/DailyTripReport.java |
680 |
Avoid using if statements without curly braces |
| 44847 |
src/com/gps/reports/DailyTripReport.java |
680 |
Potential violation of Law of Demeter (object not created locally) |
| 44848 |
src/com/gps/reports/DailyTripReport.java |
681 |
Potential violation of Law of Demeter (object not created locally) |
| 44849 |
src/com/gps/reports/DailyTripReport.java |
683 |
Potential violation of Law of Demeter (object not created locally) |
| 44850 |
src/com/gps/reports/DailyTripReport.java |
688 |
Found 'DU'-anomaly for variable 'tripListAll' (lines '688'-'699'). |
| 44851 |
src/com/gps/reports/DailyTripReport.java |
691 |
Avoid using if statements without curly braces |
| 44852 |
src/com/gps/reports/DailyTripReport.java |
693 |
Potential violation of Law of Demeter (object not created locally) |
| 44853 |
src/com/gps/reports/DailyTripReport.java |
695 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 44854 |
src/com/gps/reports/DailyTripReport.java |
696 |
There is log block not surrounded by if |
| 44855 |
src/com/gps/reports/DailyTripReport.java |
702 |
Parameter 'date' is not assigned and could be declared final |
| 44856 |
src/com/gps/reports/DailyTripReport.java |
702 |
Parameter 'tripDetails' is not assigned and could be declared final |
| 44857 |
src/com/gps/reports/DailyTripReport.java |
702 |
The method 'getStartEndTime' has a Cyclomatic Complexity of 25. |
| 44858 |
src/com/gps/reports/DailyTripReport.java |
702 |
The method getStartEndTime() has an NPath complexity of 2313 |
| 44859 |
src/com/gps/reports/DailyTripReport.java |
703 |
Avoid unused method parameters such as 'type'. |
| 44860 |
src/com/gps/reports/DailyTripReport.java |
703 |
Parameter 'session' is not assigned and could be declared final |
| 44861 |
src/com/gps/reports/DailyTripReport.java |
703 |
Parameter 'type' is not assigned and could be declared final |
| 44862 |
src/com/gps/reports/DailyTripReport.java |
704 |
Found 'DD'-anomaly for variable 'starttime' (lines '704'-'715'). |
| 44863 |
src/com/gps/reports/DailyTripReport.java |
704 |
Found 'DD'-anomaly for variable 'starttime' (lines '704'-'717'). |
| 44864 |
src/com/gps/reports/DailyTripReport.java |
705 |
Found 'DD'-anomaly for variable 'endtime' (lines '705'-'728'). |
| 44865 |
src/com/gps/reports/DailyTripReport.java |
705 |
Found 'DD'-anomaly for variable 'endtime' (lines '705'-'731'). |
| 44866 |
src/com/gps/reports/DailyTripReport.java |
706 |
Avoid declaring a variable if it is unreferenced before a possible exit point. |
| 44867 |
src/com/gps/reports/DailyTripReport.java |
706 |
Avoid unused local variables such as 'cal'. |
| 44868 |
src/com/gps/reports/DailyTripReport.java |
706 |
Found 'DU'-anomaly for variable 'cal' (lines '706'-'753'). |
| 44869 |
src/com/gps/reports/DailyTripReport.java |
706 |
Local variable 'cal' could be declared final |
| 44870 |
src/com/gps/reports/DailyTripReport.java |
707 |
Avoid declaring a variable if it is unreferenced before a possible exit point. |
| 44871 |
src/com/gps/reports/DailyTripReport.java |
707 |
Avoid unused local variables such as 'timeFormat'. |
| 44872 |
src/com/gps/reports/DailyTripReport.java |
707 |
Found 'DU'-anomaly for variable 'timeFormat' (lines '707'-'753'). |
| 44873 |
src/com/gps/reports/DailyTripReport.java |
707 |
Local variable 'timeFormat' could be declared final |
| 44874 |
src/com/gps/reports/DailyTripReport.java |
707 |
When instantiating a SimpleDateFormat object, specify a Locale |
| 44875 |
src/com/gps/reports/DailyTripReport.java |
708 |
Found 'DU'-anomaly for variable 'dateFormat' (lines '708'-'753'). |
| 44876 |
src/com/gps/reports/DailyTripReport.java |
708 |
Local variable 'dateFormat' could be declared final |
| 44877 |
src/com/gps/reports/DailyTripReport.java |
708 |
When instantiating a SimpleDateFormat object, specify a Locale |
| 44878 |
src/com/gps/reports/DailyTripReport.java |
712 |
Assigning an Object to null is a code smell. Consider refactoring. |
| 44879 |
src/com/gps/reports/DailyTripReport.java |
714 |
Position literals first in String comparisons |
| 44880 |
src/com/gps/reports/DailyTripReport.java |
714 |
Position literals first in String comparisons |
| 44881 |
src/com/gps/reports/DailyTripReport.java |
714 |
Useless parentheses. |
| 44882 |
src/com/gps/reports/DailyTripReport.java |
714 |
Useless parentheses. |
| 44883 |
src/com/gps/reports/DailyTripReport.java |
715 |
Do not hard code the IP address |
| 44884 |
src/com/gps/reports/DailyTripReport.java |
715 |
Potential violation of Law of Demeter (method chain calls) |
| 44885 |
src/com/gps/reports/DailyTripReport.java |
715 |
The String literal ":00" appears 4 times in this file; the first occurrence is on line 715 |
| 44886 |
src/com/gps/reports/DailyTripReport.java |
715 |
Useless parentheses. |
| 44887 |
src/com/gps/reports/DailyTripReport.java |
716 |
Position literals first in String comparisons |
| 44888 |
src/com/gps/reports/DailyTripReport.java |
716 |
Position literals first in String comparisons |
| 44889 |
src/com/gps/reports/DailyTripReport.java |
716 |
Useless parentheses. |
| 44890 |
src/com/gps/reports/DailyTripReport.java |
716 |
Useless parentheses. |
| 44891 |
src/com/gps/reports/DailyTripReport.java |
717 |
Do not hard code the IP address |
| 44892 |
src/com/gps/reports/DailyTripReport.java |
717 |
Potential violation of Law of Demeter (method chain calls) |
| 44893 |
src/com/gps/reports/DailyTripReport.java |
717 |
Useless parentheses. |
| 44894 |
src/com/gps/reports/DailyTripReport.java |
720 |
Avoid using Literals in Conditional Statements |
| 44895 |
src/com/gps/reports/DailyTripReport.java |
720 |
Potential violation of Law of Demeter (method chain calls) |
| 44896 |
src/com/gps/reports/DailyTripReport.java |
720 |
Potential violation of Law of Demeter (method chain calls) |
| 44897 |
src/com/gps/reports/DailyTripReport.java |
720 |
Potential violation of Law of Demeter (object not created locally) |
| 44898 |
src/com/gps/reports/DailyTripReport.java |
721 |
Prefer StringBuffer over += for concatenating strings |
| 44899 |
src/com/gps/reports/DailyTripReport.java |
723 |
Avoid using if...else statements without curly braces |
| 44900 |
src/com/gps/reports/DailyTripReport.java |
723 |
Prefer StringBuffer over += for concatenating strings |
| 44901 |
src/com/gps/reports/DailyTripReport.java |
725 |
Prefer StringBuffer over += for concatenating strings |
| 44902 |
src/com/gps/reports/DailyTripReport.java |
727 |
Position literals first in String comparisons |
| 44903 |
src/com/gps/reports/DailyTripReport.java |
727 |
Position literals first in String comparisons |
| 44904 |
src/com/gps/reports/DailyTripReport.java |
727 |
Useless parentheses. |
| 44905 |
src/com/gps/reports/DailyTripReport.java |
727 |
Useless parentheses. |
| 44906 |
src/com/gps/reports/DailyTripReport.java |
728 |
Do not hard code the IP address |
| 44907 |
src/com/gps/reports/DailyTripReport.java |
728 |
Potential violation of Law of Demeter (method chain calls) |
| 44908 |
src/com/gps/reports/DailyTripReport.java |
728 |
Useless parentheses. |
| 44909 |
src/com/gps/reports/DailyTripReport.java |
730 |
Position literals first in String comparisons |
| 44910 |
src/com/gps/reports/DailyTripReport.java |
730 |
Position literals first in String comparisons |
| 44911 |
src/com/gps/reports/DailyTripReport.java |
730 |
Useless parentheses. |
| 44912 |
src/com/gps/reports/DailyTripReport.java |
730 |
Useless parentheses. |
| 44913 |
src/com/gps/reports/DailyTripReport.java |
730 |
Useless parentheses. |
| 44914 |
src/com/gps/reports/DailyTripReport.java |
731 |
Do not hard code the IP address |
| 44915 |
src/com/gps/reports/DailyTripReport.java |
731 |
Potential violation of Law of Demeter (method chain calls) |
| 44916 |
src/com/gps/reports/DailyTripReport.java |
731 |
Useless parentheses. |
| 44917 |
src/com/gps/reports/DailyTripReport.java |
735 |
Avoid using Literals in Conditional Statements |
| 44918 |
src/com/gps/reports/DailyTripReport.java |
735 |
Potential violation of Law of Demeter (method chain calls) |
| 44919 |
src/com/gps/reports/DailyTripReport.java |
735 |
Potential violation of Law of Demeter (method chain calls) |
| 44920 |
src/com/gps/reports/DailyTripReport.java |
735 |
Potential violation of Law of Demeter (object not created locally) |
| 44921 |
src/com/gps/reports/DailyTripReport.java |
736 |
Prefer StringBuffer over += for concatenating strings |
| 44922 |
src/com/gps/reports/DailyTripReport.java |
738 |
Avoid using if...else statements without curly braces |
| 44923 |
src/com/gps/reports/DailyTripReport.java |
738 |
Prefer StringBuffer over += for concatenating strings |
| 44924 |
src/com/gps/reports/DailyTripReport.java |
739 |
Prefer StringBuffer over += for concatenating strings |
| 44925 |
src/com/gps/reports/DailyTripReport.java |
744 |
Avoid using Literals in Conditional Statements |
| 44926 |
src/com/gps/reports/DailyTripReport.java |
744 |
Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty() |
| 44927 |
src/com/gps/reports/DailyTripReport.java |
745 |
A method should have only one exit point, and that should be the last statement in the method |
| 44928 |
src/com/gps/reports/DailyTripReport.java |
745 |
Potential violation of Law of Demeter (method chain calls) |
| 44929 |
src/com/gps/reports/DailyTripReport.java |
745 |
Potential violation of Law of Demeter (method chain calls) |
| 44930 |
src/com/gps/reports/DailyTripReport.java |
745 |
Potential violation of Law of Demeter (method chain calls) |
| 44931 |
src/com/gps/reports/DailyTripReport.java |
745 |
Potential violation of Law of Demeter (method chain calls) |
| 44932 |
src/com/gps/reports/DailyTripReport.java |
745 |
Potential violation of Law of Demeter (object not created locally) |
| 44933 |
src/com/gps/reports/DailyTripReport.java |
745 |
Potential violation of Law of Demeter (object not created locally) |
| 44934 |
src/com/gps/reports/DailyTripReport.java |
749 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 44935 |
src/com/gps/reports/DailyTripReport.java |
750 |
Potential violation of Law of Demeter (method chain calls) |
| 44936 |
src/com/gps/reports/DailyTripReport.java |
750 |
Potential violation of Law of Demeter (method chain calls) |
| 44937 |
src/com/gps/reports/DailyTripReport.java |
750 |
Potential violation of Law of Demeter (method chain calls) |
| 44938 |
src/com/gps/reports/DailyTripReport.java |
750 |
Potential violation of Law of Demeter (method chain calls) |
| 44939 |
src/com/gps/reports/DailyTripReport.java |
750 |
There is log block not surrounded by if |
| 44940 |
src/com/gps/reports/DailyTripReport.java |
755 |
Parameter 'endTime' is not assigned and could be declared final |
| 44941 |
src/com/gps/reports/DailyTripReport.java |
755 |
Parameter 'startTime' is not assigned and could be declared final |
| 44942 |
src/com/gps/reports/DailyTripReport.java |
755 |
Parameter 'tripId' is not assigned and could be declared final |
| 44943 |
src/com/gps/reports/DailyTripReport.java |
755 |
The method 'getHardBrakes' has a Cyclomatic Complexity of 10. |
| 44944 |
src/com/gps/reports/DailyTripReport.java |
755 |
publicMethodCommentRequirement Required |
| 44945 |
src/com/gps/reports/DailyTripReport.java |
760 |
Avoid variables with short names like i |
| 44946 |
src/com/gps/reports/DailyTripReport.java |
761 |
Found 'DD'-anomaly for variable 'brakeCount' (lines '761'-'772'). |
| 44947 |
src/com/gps/reports/DailyTripReport.java |
765 |
Potential violation of Law of Demeter (object not created locally) |
| 44948 |
src/com/gps/reports/DailyTripReport.java |
766 |
Local variable 'paramIter' could be declared final |
| 44949 |
src/com/gps/reports/DailyTripReport.java |
766 |
Potential violation of Law of Demeter (object not created locally) |
| 44950 |
src/com/gps/reports/DailyTripReport.java |
768 |
Local variable 'rows' could be declared final |
| 44951 |
src/com/gps/reports/DailyTripReport.java |
780 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 44952 |
src/com/gps/reports/DailyTripReport.java |
781 |
There is log block not surrounded by if |
| 44953 |
src/com/gps/reports/DailyTripReport.java |
786 |
Avoid prefixing parameters by in, out or inOut. Uses Javadoc to document this behavior. |
| 44954 |
src/com/gps/reports/DailyTripReport.java |
786 |
Avoid reassigning parameters such as 'inTripDist' |
| 44955 |
src/com/gps/reports/DailyTripReport.java |
786 |
Method names should not start with capital letters |
| 44956 |
src/com/gps/reports/DailyTripReport.java |
786 |
Parameter 'Rpl' is not assigned and could be declared final |
| 44957 |
src/com/gps/reports/DailyTripReport.java |
786 |
Variables should start with a lowercase character, 'Rpl' starts with uppercase character. |
| 44958 |
src/com/gps/reports/DailyTripReport.java |
788 |
Avoid variables with short names like p |
| 44959 |
src/com/gps/reports/DailyTripReport.java |
788 |
Local variable 'p' could be declared final |
| 44960 |
src/com/gps/reports/DailyTripReport.java |
790 |
Local variable 'tmp' could be declared final |
| 44961 |
src/com/gps/reports/DailyTripReport.java |
795 |
Avoid really long methods. |
| 44962 |
src/com/gps/reports/DailyTripReport.java |
795 |
Parameter 'dateType' is not assigned and could be declared final |
| 44963 |
src/com/gps/reports/DailyTripReport.java |
795 |
Parameter 'distDAO' is not assigned and could be declared final |
| 44964 |
src/com/gps/reports/DailyTripReport.java |
795 |
Parameter 'flag' is not assigned and could be declared final |
| 44965 |
src/com/gps/reports/DailyTripReport.java |
795 |
Parameter 'type' is not assigned and could be declared final |
| 44966 |
src/com/gps/reports/DailyTripReport.java |
795 |
The method 'matchDate' has a Cyclomatic Complexity of 62. |
| 44967 |
src/com/gps/reports/DailyTripReport.java |
795 |
The method matchDate() has an NCSS line count of 219 |
| 44968 |
src/com/gps/reports/DailyTripReport.java |
795 |
The method matchDate() has an NPath complexity of 900305 |
| 44969 |
src/com/gps/reports/DailyTripReport.java |
816 |
Local variable 'tripDistDTO' could be declared final |
| 44970 |
src/com/gps/reports/DailyTripReport.java |
817 |
Potential violation of Law of Demeter (object not created locally) |
| 44971 |
src/com/gps/reports/DailyTripReport.java |
818 |
Potential violation of Law of Demeter (method chain calls) |
| 44972 |
src/com/gps/reports/DailyTripReport.java |
818 |
Potential violation of Law of Demeter (object not created locally) |
| 44973 |
src/com/gps/reports/DailyTripReport.java |
819 |
Avoid using if...else statements without curly braces |
| 44974 |
src/com/gps/reports/DailyTripReport.java |
821 |
Avoid using if...else statements without curly braces |
| 44975 |
src/com/gps/reports/DailyTripReport.java |
821 |
Potential violation of Law of Demeter (object not created locally) |
| 44976 |
src/com/gps/reports/DailyTripReport.java |
826 |
Potential violation of Law of Demeter (object not created locally) |
| 44977 |
src/com/gps/reports/DailyTripReport.java |
826 |
Potential violation of Law of Demeter (object not created locally) |
| 44978 |
src/com/gps/reports/DailyTripReport.java |
826 |
Potential violation of Law of Demeter (object not created locally) |
| 44979 |
src/com/gps/reports/DailyTripReport.java |
828 |
Avoid instantiating new objects inside loops |
| 44980 |
src/com/gps/reports/DailyTripReport.java |
829 |
Potential violation of Law of Demeter (object not created locally) |
| 44981 |
src/com/gps/reports/DailyTripReport.java |
829 |
Potential violation of Law of Demeter (object not created locally) |
| 44982 |
src/com/gps/reports/DailyTripReport.java |
830 |
Avoid instantiating new objects inside loops |
| 44983 |
src/com/gps/reports/DailyTripReport.java |
831 |
Potential violation of Law of Demeter (object not created locally) |
| 44984 |
src/com/gps/reports/DailyTripReport.java |
832 |
Potential violation of Law of Demeter (object not created locally) |
| 44985 |
src/com/gps/reports/DailyTripReport.java |
833 |
Potential violation of Law of Demeter (object not created locally) |
| 44986 |
src/com/gps/reports/DailyTripReport.java |
835 |
Potential violation of Law of Demeter (object not created locally) |
| 44987 |
src/com/gps/reports/DailyTripReport.java |
839 |
Potential violation of Law of Demeter (method chain calls) |
| 44988 |
src/com/gps/reports/DailyTripReport.java |
839 |
Potential violation of Law of Demeter (method chain calls) |
| 44989 |
src/com/gps/reports/DailyTripReport.java |
839 |
Potential violation of Law of Demeter (method chain calls) |
| 44990 |
src/com/gps/reports/DailyTripReport.java |
839 |
Potential violation of Law of Demeter (object not created locally) |
| 44991 |
src/com/gps/reports/DailyTripReport.java |
840 |
Potential violation of Law of Demeter (object not created locally) |
| 44992 |
src/com/gps/reports/DailyTripReport.java |
840 |
Use equals() to compare object references. |
| 44993 |
src/com/gps/reports/DailyTripReport.java |
843 |
Avoid if (x != y) ..; else ..; |
| 44994 |
src/com/gps/reports/DailyTripReport.java |
844 |
Potential violation of Law of Demeter (object not created locally) |
| 44995 |
src/com/gps/reports/DailyTripReport.java |
844 |
Potential violation of Law of Demeter (object not created locally) |
| 44996 |
src/com/gps/reports/DailyTripReport.java |
844 |
Potential violation of Law of Demeter (object not created locally) |
| 44997 |
src/com/gps/reports/DailyTripReport.java |
844 |
Potential violation of Law of Demeter (object not created locally) |
| 44998 |
src/com/gps/reports/DailyTripReport.java |
846 |
Avoid using if statements without curly braces |
| 44999 |
src/com/gps/reports/DailyTripReport.java |
846 |
Potential violation of Law of Demeter (object not created locally) |
| 45000 |
src/com/gps/reports/DailyTripReport.java |
850 |
Potential violation of Law of Demeter (object not created locally) |
| 45001 |
src/com/gps/reports/DailyTripReport.java |
851 |
Avoid if (x != y) ..; else ..; |
| 45002 |
src/com/gps/reports/DailyTripReport.java |
851 |
Potential violation of Law of Demeter (method chain calls) |
| 45003 |
src/com/gps/reports/DailyTripReport.java |
851 |
Potential violation of Law of Demeter (object not created locally) |
| 45004 |
src/com/gps/reports/DailyTripReport.java |
862 |
Local variable 'tripDistance' could be declared final |
| 45005 |
src/com/gps/reports/DailyTripReport.java |
862 |
Potential violation of Law of Demeter (object not created locally) |
| 45006 |
src/com/gps/reports/DailyTripReport.java |
864 |
Potential violation of Law of Demeter (method chain calls) |
| 45007 |
src/com/gps/reports/DailyTripReport.java |
864 |
Potential violation of Law of Demeter (object not created locally) |
| 45008 |
src/com/gps/reports/DailyTripReport.java |
866 |
Potential violation of Law of Demeter (object not created locally) |
| 45009 |
src/com/gps/reports/DailyTripReport.java |
866 |
Potential violation of Law of Demeter (object not created locally) |
| 45010 |
src/com/gps/reports/DailyTripReport.java |
875 |
Avoid instantiating new objects inside loops |
| 45011 |
src/com/gps/reports/DailyTripReport.java |
875 |
Local variable 'Objtrdist' could be declared final |
| 45012 |
src/com/gps/reports/DailyTripReport.java |
875 |
Variables should start with a lowercase character, 'Objtrdist' starts with uppercase character. |
| 45013 |
src/com/gps/reports/DailyTripReport.java |
876 |
Potential violation of Law of Demeter (object not created locally) |
| 45014 |
src/com/gps/reports/DailyTripReport.java |
877 |
Potential violation of Law of Demeter (object not created locally) |
| 45015 |
src/com/gps/reports/DailyTripReport.java |
878 |
Potential violation of Law of Demeter (method chain calls) |
| 45016 |
src/com/gps/reports/DailyTripReport.java |
878 |
Potential violation of Law of Demeter (object not created locally) |
| 45017 |
src/com/gps/reports/DailyTripReport.java |
888 |
Potential violation of Law of Demeter (object not created locally) |
| 45018 |
src/com/gps/reports/DailyTripReport.java |
890 |
Avoid using Literals in Conditional Statements |
| 45019 |
src/com/gps/reports/DailyTripReport.java |
890 |
Avoid using if statements without curly braces |
| 45020 |
src/com/gps/reports/DailyTripReport.java |
890 |
Potential violation of Law of Demeter (object not created locally) |
| 45021 |
src/com/gps/reports/DailyTripReport.java |
896 |
Potential violation of Law of Demeter (object not created locally) |
| 45022 |
src/com/gps/reports/DailyTripReport.java |
897 |
Potential violation of Law of Demeter (object not created locally) |
| 45023 |
src/com/gps/reports/DailyTripReport.java |
897 |
These nested if statements could be combined |
| 45024 |
src/com/gps/reports/DailyTripReport.java |
904 |
Potential violation of Law of Demeter (object not created locally) |
| 45025 |
src/com/gps/reports/DailyTripReport.java |
905 |
Potential violation of Law of Demeter (method chain calls) |
| 45026 |
src/com/gps/reports/DailyTripReport.java |
905 |
Potential violation of Law of Demeter (object not created locally) |
| 45027 |
src/com/gps/reports/DailyTripReport.java |
905 |
These nested if statements could be combined |
| 45028 |
src/com/gps/reports/DailyTripReport.java |
908 |
Potential violation of Law of Demeter (object not created locally) |
| 45029 |
src/com/gps/reports/DailyTripReport.java |
913 |
Avoid using if...else statements without curly braces |
| 45030 |
src/com/gps/reports/DailyTripReport.java |
913 |
Potential violation of Law of Demeter (object not created locally) |
| 45031 |
src/com/gps/reports/DailyTripReport.java |
917 |
Avoid if (x != y) ..; else ..; |
| 45032 |
src/com/gps/reports/DailyTripReport.java |
917 |
Potential violation of Law of Demeter (method chain calls) |
| 45033 |
src/com/gps/reports/DailyTripReport.java |
917 |
Potential violation of Law of Demeter (object not created locally) |
| 45034 |
src/com/gps/reports/DailyTripReport.java |
927 |
Local variable 'tripDistance' could be declared final |
| 45035 |
src/com/gps/reports/DailyTripReport.java |
927 |
Potential violation of Law of Demeter (object not created locally) |
| 45036 |
src/com/gps/reports/DailyTripReport.java |
929 |
Potential violation of Law of Demeter (method chain calls) |
| 45037 |
src/com/gps/reports/DailyTripReport.java |
929 |
Potential violation of Law of Demeter (object not created locally) |
| 45038 |
src/com/gps/reports/DailyTripReport.java |
931 |
Potential violation of Law of Demeter (object not created locally) |
| 45039 |
src/com/gps/reports/DailyTripReport.java |
931 |
Potential violation of Law of Demeter (object not created locally) |
| 45040 |
src/com/gps/reports/DailyTripReport.java |
940 |
Avoid instantiating new objects inside loops |
| 45041 |
src/com/gps/reports/DailyTripReport.java |
940 |
Local variable 'Objtrdist' could be declared final |
| 45042 |
src/com/gps/reports/DailyTripReport.java |
940 |
Variables should start with a lowercase character, 'Objtrdist' starts with uppercase character. |
| 45043 |
src/com/gps/reports/DailyTripReport.java |
941 |
Potential violation of Law of Demeter (object not created locally) |
| 45044 |
src/com/gps/reports/DailyTripReport.java |
942 |
Potential violation of Law of Demeter (object not created locally) |
| 45045 |
src/com/gps/reports/DailyTripReport.java |
943 |
Potential violation of Law of Demeter (method chain calls) |
| 45046 |
src/com/gps/reports/DailyTripReport.java |
943 |
Potential violation of Law of Demeter (object not created locally) |
| 45047 |
src/com/gps/reports/DailyTripReport.java |
947 |
Potential violation of Law of Demeter (object not created locally) |
| 45048 |
src/com/gps/reports/DailyTripReport.java |
948 |
Potential violation of Law of Demeter (object not created locally) |
| 45049 |
src/com/gps/reports/DailyTripReport.java |
958 |
Avoid instantiating new objects inside loops |
| 45050 |
src/com/gps/reports/DailyTripReport.java |
959 |
Potential violation of Law of Demeter (object not created locally) |
| 45051 |
src/com/gps/reports/DailyTripReport.java |
959 |
Potential violation of Law of Demeter (object not created locally) |
| 45052 |
src/com/gps/reports/DailyTripReport.java |
962 |
Position literals first in String comparisons |
| 45053 |
src/com/gps/reports/DailyTripReport.java |
963 |
Avoid using if...else statements without curly braces |
| 45054 |
src/com/gps/reports/DailyTripReport.java |
965 |
Avoid using if...else statements without curly braces |
| 45055 |
src/com/gps/reports/DailyTripReport.java |
965 |
Potential violation of Law of Demeter (object not created locally) |
| 45056 |
src/com/gps/reports/DailyTripReport.java |
970 |
Potential violation of Law of Demeter (object not created locally) |
| 45057 |
src/com/gps/reports/DailyTripReport.java |
972 |
Avoid using Literals in Conditional Statements |
| 45058 |
src/com/gps/reports/DailyTripReport.java |
972 |
Avoid using if statements without curly braces |
| 45059 |
src/com/gps/reports/DailyTripReport.java |
972 |
Potential violation of Law of Demeter (object not created locally) |
| 45060 |
src/com/gps/reports/DailyTripReport.java |
977 |
Potential violation of Law of Demeter (object not created locally) |
| 45061 |
src/com/gps/reports/DailyTripReport.java |
978 |
Potential violation of Law of Demeter (object not created locally) |
| 45062 |
src/com/gps/reports/DailyTripReport.java |
978 |
These nested if statements could be combined |
| 45063 |
src/com/gps/reports/DailyTripReport.java |
988 |
Potential violation of Law of Demeter (object not created locally) |
| 45064 |
src/com/gps/reports/DailyTripReport.java |
993 |
Avoid using if...else statements without curly braces |
| 45065 |
src/com/gps/reports/DailyTripReport.java |
993 |
Potential violation of Law of Demeter (object not created locally) |
| 45066 |
src/com/gps/reports/DailyTripReport.java |
998 |
Avoid if (x != y) ..; else ..; |
| 45067 |
src/com/gps/reports/DailyTripReport.java |
998 |
Potential violation of Law of Demeter (method chain calls) |
| 45068 |
src/com/gps/reports/DailyTripReport.java |
998 |
Potential violation of Law of Demeter (object not created locally) |
| 45069 |
src/com/gps/reports/DailyTripReport.java |
1008 |
Local variable 'tripDistance' could be declared final |
| 45070 |
src/com/gps/reports/DailyTripReport.java |
1008 |
Potential violation of Law of Demeter (object not created locally) |
| 45071 |
src/com/gps/reports/DailyTripReport.java |
1010 |
Potential violation of Law of Demeter (method chain calls) |
| 45072 |
src/com/gps/reports/DailyTripReport.java |
1010 |
Potential violation of Law of Demeter (object not created locally) |
| 45073 |
src/com/gps/reports/DailyTripReport.java |
1012 |
Potential violation of Law of Demeter (object not created locally) |
| 45074 |
src/com/gps/reports/DailyTripReport.java |
1012 |
Potential violation of Law of Demeter (object not created locally) |
| 45075 |
src/com/gps/reports/DailyTripReport.java |
1021 |
Avoid instantiating new objects inside loops |
| 45076 |
src/com/gps/reports/DailyTripReport.java |
1021 |
Local variable 'Objtrdist' could be declared final |
| 45077 |
src/com/gps/reports/DailyTripReport.java |
1021 |
Variables should start with a lowercase character, 'Objtrdist' starts with uppercase character. |
| 45078 |
src/com/gps/reports/DailyTripReport.java |
1022 |
Potential violation of Law of Demeter (object not created locally) |
| 45079 |
src/com/gps/reports/DailyTripReport.java |
1023 |
Potential violation of Law of Demeter (object not created locally) |
| 45080 |
src/com/gps/reports/DailyTripReport.java |
1024 |
Potential violation of Law of Demeter (method chain calls) |
| 45081 |
src/com/gps/reports/DailyTripReport.java |
1024 |
Potential violation of Law of Demeter (object not created locally) |
| 45082 |
src/com/gps/reports/DailyTripReport.java |
1041 |
Potential violation of Law of Demeter (object not created locally) |
| 45083 |
src/com/gps/reports/DailyTripReport.java |
1042 |
Potential violation of Law of Demeter (object not created locally) |
| 45084 |
src/com/gps/reports/DailyTripReport.java |
1044 |
Potential violation of Law of Demeter (object not created locally) |
| 45085 |
src/com/gps/reports/DailyTripReport.java |
1047 |
Potential violation of Law of Demeter (object not created locally) |
| 45086 |
src/com/gps/reports/DailyTripReport.java |
1049 |
Avoid instantiating new objects inside loops |
| 45087 |
src/com/gps/reports/DailyTripReport.java |
1051 |
Avoid using if statements without curly braces |
| 45088 |
src/com/gps/reports/DailyTripReport.java |
1052 |
Potential violation of Law of Demeter (object not created locally) |
| 45089 |
src/com/gps/reports/DailyTripReport.java |
1056 |
Potential violation of Law of Demeter (object not created locally) |
| 45090 |
src/com/gps/reports/DailyTripReport.java |
1059 |
Potential violation of Law of Demeter (object not created locally) |
| 45091 |
src/com/gps/reports/DailyTripReport.java |
1060 |
Potential violation of Law of Demeter (object not created locally) |
| 45092 |
src/com/gps/reports/DailyTripReport.java |
1061 |
Potential violation of Law of Demeter (object not created locally) |
| 45093 |
src/com/gps/reports/DailyTripReport.java |
1065 |
Potential violation of Law of Demeter (object not created locally) |
| 45094 |
src/com/gps/reports/DailyTripReport.java |
1067 |
Avoid using Literals in Conditional Statements |
| 45095 |
src/com/gps/reports/DailyTripReport.java |
1067 |
Avoid using if statements without curly braces |
| 45096 |
src/com/gps/reports/DailyTripReport.java |
1067 |
Potential violation of Law of Demeter (object not created locally) |
| 45097 |
src/com/gps/reports/DailyTripReport.java |
1073 |
Potential violation of Law of Demeter (object not created locally) |
| 45098 |
src/com/gps/reports/DailyTripReport.java |
1074 |
Potential violation of Law of Demeter (object not created locally) |
| 45099 |
src/com/gps/reports/DailyTripReport.java |
1074 |
These nested if statements could be combined |
| 45100 |
src/com/gps/reports/DailyTripReport.java |
1083 |
Potential violation of Law of Demeter (object not created locally) |
| 45101 |
src/com/gps/reports/DailyTripReport.java |
1088 |
Avoid using if...else statements without curly braces |
| 45102 |
src/com/gps/reports/DailyTripReport.java |
1088 |
Potential violation of Law of Demeter (object not created locally) |
| 45103 |
src/com/gps/reports/DailyTripReport.java |
1092 |
Avoid if (x != y) ..; else ..; |
| 45104 |
src/com/gps/reports/DailyTripReport.java |
1092 |
Potential violation of Law of Demeter (method chain calls) |
| 45105 |
src/com/gps/reports/DailyTripReport.java |
1092 |
Potential violation of Law of Demeter (object not created locally) |
| 45106 |
src/com/gps/reports/DailyTripReport.java |
1102 |
Local variable 'tripDistance' could be declared final |
| 45107 |
src/com/gps/reports/DailyTripReport.java |
1102 |
Potential violation of Law of Demeter (object not created locally) |
| 45108 |
src/com/gps/reports/DailyTripReport.java |
1104 |
Potential violation of Law of Demeter (method chain calls) |
| 45109 |
src/com/gps/reports/DailyTripReport.java |
1104 |
Potential violation of Law of Demeter (object not created locally) |
| 45110 |
src/com/gps/reports/DailyTripReport.java |
1106 |
Potential violation of Law of Demeter (object not created locally) |
| 45111 |
src/com/gps/reports/DailyTripReport.java |
1106 |
Potential violation of Law of Demeter (object not created locally) |
| 45112 |
src/com/gps/reports/DailyTripReport.java |
1114 |
Avoid instantiating new objects inside loops |
| 45113 |
src/com/gps/reports/DailyTripReport.java |
1114 |
Local variable 'Objtrdist' could be declared final |
| 45114 |
src/com/gps/reports/DailyTripReport.java |
1114 |
Variables should start with a lowercase character, 'Objtrdist' starts with uppercase character. |
| 45115 |
src/com/gps/reports/DailyTripReport.java |
1115 |
Potential violation of Law of Demeter (object not created locally) |
| 45116 |
src/com/gps/reports/DailyTripReport.java |
1116 |
Potential violation of Law of Demeter (object not created locally) |
| 45117 |
src/com/gps/reports/DailyTripReport.java |
1117 |
Potential violation of Law of Demeter (method chain calls) |
| 45118 |
src/com/gps/reports/DailyTripReport.java |
1117 |
Potential violation of Law of Demeter (object not created locally) |
| 45119 |
src/com/gps/reports/DailyTripReport.java |
1132 |
Potential violation of Law of Demeter (object not created locally) |
| 45120 |
src/com/gps/reports/DailyTripReport.java |
1133 |
Potential violation of Law of Demeter (object not created locally) |
| 45121 |
src/com/gps/reports/DailyTripReport.java |
1135 |
Potential violation of Law of Demeter (object not created locally) |
| 45122 |
src/com/gps/reports/DailyTripReport.java |
1141 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 45123 |
src/com/gps/reports/DailyTripReport.java |
1142 |
There is log block not surrounded by if |
| 45124 |
src/com/gps/reports/DateVO.java |
8 |
Avoid using redundant field initializer for 'date' |
| 45125 |
src/com/gps/reports/DateVO.java |
8 |
Use explicit scoping instead of the default package private level |
| 45126 |
src/com/gps/reports/DateVO.java |
8 |
fieldCommentRequirement Required |
| 45127 |
src/com/gps/reports/DateVO.java |
9 |
Avoid using redundant field initializer for 'inTripDist' |
| 45128 |
src/com/gps/reports/DateVO.java |
9 |
Use explicit scoping instead of the default package private level |
| 45129 |
src/com/gps/reports/DateVO.java |
9 |
fieldCommentRequirement Required |
| 45130 |
src/com/gps/reports/DateVO.java |
10 |
Avoid using redundant field initializer for 'outTripDist' |
| 45131 |
src/com/gps/reports/DateVO.java |
10 |
Use explicit scoping instead of the default package private level |
| 45132 |
src/com/gps/reports/DateVO.java |
10 |
fieldCommentRequirement Required |
| 45133 |
src/com/gps/reports/DateVO.java |
11 |
Use explicit scoping instead of the default package private level |
| 45134 |
src/com/gps/reports/DateVO.java |
12 |
Avoid using redundant field initializer for 'lastLat' |
| 45135 |
src/com/gps/reports/DateVO.java |
12 |
fieldCommentRequirement Required |
| 45136 |
src/com/gps/reports/DateVO.java |
13 |
Use explicit scoping instead of the default package private level |
| 45137 |
src/com/gps/reports/DateVO.java |
14 |
Avoid using redundant field initializer for 'lastLong' |
| 45138 |
src/com/gps/reports/DateVO.java |
14 |
fieldCommentRequirement Required |
| 45139 |
src/com/gps/reports/DateVO.java |
25 |
Parameter 'date' is not assigned and could be declared final |
| 45140 |
src/com/gps/reports/DateVO.java |
37 |
Avoid prefixing parameters by in, out or inOut. Uses Javadoc to document this behavior. |
| 45141 |
src/com/gps/reports/DateVO.java |
37 |
Parameter 'inTripDist' is not assigned and could be declared final |
| 45142 |
src/com/gps/reports/DateVO.java |
49 |
Avoid prefixing parameters by in, out or inOut. Uses Javadoc to document this behavior. |
| 45143 |
src/com/gps/reports/DateVO.java |
49 |
Parameter 'outTripDist' is not assigned and could be declared final |
| 45144 |
src/com/gps/reports/DateVO.java |
65 |
Parameter 'lastLat' is not assigned and could be declared final |
| 45145 |
src/com/gps/reports/DateVO.java |
80 |
Parameter 'lastLong' is not assigned and could be declared final |
| 45146 |
src/com/gps/reports/DistanceReport.java |
1 |
Possible God class (WMC=179, ATFD=200, TCC=0.19230769230769232) |
| 45147 |
src/com/gps/reports/DistanceReport.java |
31 |
Avoid really long classes. |
| 45148 |
src/com/gps/reports/DistanceReport.java |
31 |
The class 'DistanceReport' has a Cyclomatic Complexity of 15 (Highest = 66). |
| 45149 |
src/com/gps/reports/DistanceReport.java |
33 |
Avoid using redundant field initializer for 'organizationId' |
| 45150 |
src/com/gps/reports/DistanceReport.java |
33 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 45151 |
src/com/gps/reports/DistanceReport.java |
33 |
Perhaps 'organizationId' could be replaced by a local variable. |
| 45152 |
src/com/gps/reports/DistanceReport.java |
33 |
fieldCommentRequirement Required |
| 45153 |
src/com/gps/reports/DistanceReport.java |
34 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 45154 |
src/com/gps/reports/DistanceReport.java |
34 |
Perhaps 'vehicleId' could be replaced by a local variable. |
| 45155 |
src/com/gps/reports/DistanceReport.java |
34 |
fieldCommentRequirement Required |
| 45156 |
src/com/gps/reports/DistanceReport.java |
35 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 45157 |
src/com/gps/reports/DistanceReport.java |
35 |
Perhaps 'toDate' could be replaced by a local variable. |
| 45158 |
src/com/gps/reports/DistanceReport.java |
35 |
fieldCommentRequirement Required |
| 45159 |
src/com/gps/reports/DistanceReport.java |
36 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 45160 |
src/com/gps/reports/DistanceReport.java |
36 |
Perhaps 'fromDate' could be replaced by a local variable. |
| 45161 |
src/com/gps/reports/DistanceReport.java |
36 |
fieldCommentRequirement Required |
| 45162 |
src/com/gps/reports/DistanceReport.java |
37 |
The Logger variable declaration does not contain the static and final modifiers |
| 45163 |
src/com/gps/reports/DistanceReport.java |
37 |
fieldCommentRequirement Required |
| 45164 |
src/com/gps/reports/DistanceReport.java |
38 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 45165 |
src/com/gps/reports/DistanceReport.java |
38 |
Perhaps 'dataList' could be replaced by a local variable. |
| 45166 |
src/com/gps/reports/DistanceReport.java |
38 |
fieldCommentRequirement Required |
| 45167 |
src/com/gps/reports/DistanceReport.java |
39 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 45168 |
src/com/gps/reports/DistanceReport.java |
39 |
fieldCommentRequirement Required |
| 45169 |
src/com/gps/reports/DistanceReport.java |
40 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 45170 |
src/com/gps/reports/DistanceReport.java |
40 |
fieldCommentRequirement Required |
| 45171 |
src/com/gps/reports/DistanceReport.java |
41 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 45172 |
src/com/gps/reports/DistanceReport.java |
41 |
fieldCommentRequirement Required |
| 45173 |
src/com/gps/reports/DistanceReport.java |
42 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 45174 |
src/com/gps/reports/DistanceReport.java |
42 |
Use explicit scoping instead of the default package private level |
| 45175 |
src/com/gps/reports/DistanceReport.java |
42 |
When instantiating a SimpleDateFormat object, specify a Locale |
| 45176 |
src/com/gps/reports/DistanceReport.java |
42 |
fieldCommentRequirement Required |
| 45177 |
src/com/gps/reports/DistanceReport.java |
44 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 45178 |
src/com/gps/reports/DistanceReport.java |
44 |
Use explicit scoping instead of the default package private level |
| 45179 |
src/com/gps/reports/DistanceReport.java |
44 |
fieldCommentRequirement Required |
| 45180 |
src/com/gps/reports/DistanceReport.java |
50 |
Avoid really long methods. |
| 45181 |
src/com/gps/reports/DistanceReport.java |
50 |
Found 'UR'-anomaly for variable 'date' (lines '50'-'159'). |
| 45182 |
src/com/gps/reports/DistanceReport.java |
50 |
Found 'UR'-anomaly for variable 'date' (lines '50'-'159'). |
| 45183 |
src/com/gps/reports/DistanceReport.java |
50 |
Found 'UR'-anomaly for variable 'day' (lines '50'-'129'). |
| 45184 |
src/com/gps/reports/DistanceReport.java |
50 |
Found 'UR'-anomaly for variable 'day' (lines '50'-'129'). |
| 45185 |
src/com/gps/reports/DistanceReport.java |
50 |
Found 'UR'-anomaly for variable 'trip' (lines '50'-'139'). |
| 45186 |
src/com/gps/reports/DistanceReport.java |
50 |
Found 'UR'-anomaly for variable 'trip' (lines '50'-'139'). |
| 45187 |
src/com/gps/reports/DistanceReport.java |
50 |
Parameter 'reportInputs' is not assigned and could be declared final |
| 45188 |
src/com/gps/reports/DistanceReport.java |
50 |
The method 'getReports' has a Cyclomatic Complexity of 22. |
| 45189 |
src/com/gps/reports/DistanceReport.java |
50 |
The method getReports() has an NPath complexity of 216 |
| 45190 |
src/com/gps/reports/DistanceReport.java |
51 |
Found 'DD'-anomaly for variable 'objTripVO' (lines '51'-'115'). |
| 45191 |
src/com/gps/reports/DistanceReport.java |
51 |
Found 'DD'-anomaly for variable 'objTripVO' (lines '51'-'115'). |
| 45192 |
src/com/gps/reports/DistanceReport.java |
51 |
Found 'DU'-anomaly for variable 'objTripVO' (lines '51'-'199'). |
| 45193 |
src/com/gps/reports/DistanceReport.java |
51 |
Found 'DU'-anomaly for variable 'objTripVO' (lines '51'-'199'). |
| 45194 |
src/com/gps/reports/DistanceReport.java |
53 |
Found 'DD'-anomaly for variable 'tripListAll' (lines '53'-'150'). |
| 45195 |
src/com/gps/reports/DistanceReport.java |
53 |
Found 'DD'-anomaly for variable 'tripListAll' (lines '53'-'150'). |
| 45196 |
src/com/gps/reports/DistanceReport.java |
53 |
Found 'DD'-anomaly for variable 'tripListAll' (lines '53'-'177'). |
| 45197 |
src/com/gps/reports/DistanceReport.java |
53 |
Found 'DD'-anomaly for variable 'tripListAll' (lines '53'-'177'). |
| 45198 |
src/com/gps/reports/DistanceReport.java |
53 |
Found 'DU'-anomaly for variable 'tripListAll' (lines '53'-'199'). |
| 45199 |
src/com/gps/reports/DistanceReport.java |
53 |
Found 'DU'-anomaly for variable 'tripListAll' (lines '53'-'199'). |
| 45200 |
src/com/gps/reports/DistanceReport.java |
54 |
Found 'DD'-anomaly for variable 'endofDay' (lines '54'-'148'). |
| 45201 |
src/com/gps/reports/DistanceReport.java |
54 |
Found 'DD'-anomaly for variable 'endofDay' (lines '54'-'148'). |
| 45202 |
src/com/gps/reports/DistanceReport.java |
54 |
Found 'DD'-anomaly for variable 'startofDay' (lines '54'-'149'). |
| 45203 |
src/com/gps/reports/DistanceReport.java |
54 |
Found 'DD'-anomaly for variable 'startofDay' (lines '54'-'149'). |
| 45204 |
src/com/gps/reports/DistanceReport.java |
54 |
Found 'DU'-anomaly for variable 'endofDay' (lines '54'-'199'). |
| 45205 |
src/com/gps/reports/DistanceReport.java |
54 |
Found 'DU'-anomaly for variable 'endofDay' (lines '54'-'199'). |
| 45206 |
src/com/gps/reports/DistanceReport.java |
54 |
Found 'DU'-anomaly for variable 'startofDay' (lines '54'-'199'). |
| 45207 |
src/com/gps/reports/DistanceReport.java |
54 |
Found 'DU'-anomaly for variable 'startofDay' (lines '54'-'199'). |
| 45208 |
src/com/gps/reports/DistanceReport.java |
54 |
Use one line for each declaration, it enhances code readability. |
| 45209 |
src/com/gps/reports/DistanceReport.java |
55 |
Found 'DD'-anomaly for variable 'currentDate' (lines '55'-'124'). |
| 45210 |
src/com/gps/reports/DistanceReport.java |
55 |
Found 'DD'-anomaly for variable 'currentDate' (lines '55'-'124'). |
| 45211 |
src/com/gps/reports/DistanceReport.java |
55 |
Found 'DU'-anomaly for variable 'currentDate' (lines '55'-'199'). |
| 45212 |
src/com/gps/reports/DistanceReport.java |
55 |
Found 'DU'-anomaly for variable 'currentDate' (lines '55'-'199'). |
| 45213 |
src/com/gps/reports/DistanceReport.java |
63 |
Potential violation of Law of Demeter (method chain calls) |
| 45214 |
src/com/gps/reports/DistanceReport.java |
63 |
Potential violation of Law of Demeter (method chain calls) |
| 45215 |
src/com/gps/reports/DistanceReport.java |
64 |
Potential violation of Law of Demeter (method chain calls) |
| 45216 |
src/com/gps/reports/DistanceReport.java |
65 |
Potential violation of Law of Demeter (method chain calls) |
| 45217 |
src/com/gps/reports/DistanceReport.java |
66 |
Potential violation of Law of Demeter (method chain calls) |
| 45218 |
src/com/gps/reports/DistanceReport.java |
68 |
Potential violation of Law of Demeter (method chain calls) |
| 45219 |
src/com/gps/reports/DistanceReport.java |
70 |
Local variable 'user' could be declared final |
| 45220 |
src/com/gps/reports/DistanceReport.java |
71 |
Found 'DU'-anomaly for variable 'orgName' (lines '71'-'199'). |
| 45221 |
src/com/gps/reports/DistanceReport.java |
71 |
Found 'DU'-anomaly for variable 'orgName' (lines '71'-'199'). |
| 45222 |
src/com/gps/reports/DistanceReport.java |
71 |
Local variable 'orgName' could be declared final |
| 45223 |
src/com/gps/reports/DistanceReport.java |
71 |
Potential violation of Law of Demeter (object not created locally) |
| 45224 |
src/com/gps/reports/DistanceReport.java |
74 |
Position literals first in String comparisons |
| 45225 |
src/com/gps/reports/DistanceReport.java |
74 |
Position literals first in String comparisons |
| 45226 |
src/com/gps/reports/DistanceReport.java |
74 |
The String literal "all" appears 6 times in this file; the first occurrence is on line 74 |
| 45227 |
src/com/gps/reports/DistanceReport.java |
79 |
Position literals first in String comparisons |
| 45228 |
src/com/gps/reports/DistanceReport.java |
79 |
Position literals first in String comparisons |
| 45229 |
src/com/gps/reports/DistanceReport.java |
85 |
Position literals first in String comparisons |
| 45230 |
src/com/gps/reports/DistanceReport.java |
96 |
Found 'DU'-anomaly for variable 'All' (lines '96'-'199'). |
| 45231 |
src/com/gps/reports/DistanceReport.java |
96 |
Found 'DU'-anomaly for variable 'All' (lines '96'-'199'). |
| 45232 |
src/com/gps/reports/DistanceReport.java |
96 |
Local variable 'All' could be declared final |
| 45233 |
src/com/gps/reports/DistanceReport.java |
96 |
Variables should start with a lowercase character, 'All' starts with uppercase character. |
| 45234 |
src/com/gps/reports/DistanceReport.java |
99 |
Local variable 'SummaryDAO' could be declared final |
| 45235 |
src/com/gps/reports/DistanceReport.java |
99 |
Variables should start with a lowercase character, 'SummaryDAO' starts with uppercase character. |
| 45236 |
src/com/gps/reports/DistanceReport.java |
100 |
Local variable 'report' could be declared final |
| 45237 |
src/com/gps/reports/DistanceReport.java |
100 |
Potential violation of Law of Demeter (object not created locally) |
| 45238 |
src/com/gps/reports/DistanceReport.java |
100 |
Potential violation of Law of Demeter (object not created locally) |
| 45239 |
src/com/gps/reports/DistanceReport.java |
101 |
Found 'DD'-anomaly for variable 'objDate' (lines '101'-'131'). |
| 45240 |
src/com/gps/reports/DistanceReport.java |
101 |
Found 'DD'-anomaly for variable 'objDate' (lines '101'-'131'). |
| 45241 |
src/com/gps/reports/DistanceReport.java |
101 |
Found 'DU'-anomaly for variable 'objDate' (lines '101'-'199'). |
| 45242 |
src/com/gps/reports/DistanceReport.java |
101 |
Found 'DU'-anomaly for variable 'objDate' (lines '101'-'199'). |
| 45243 |
src/com/gps/reports/DistanceReport.java |
102 |
Found 'DD'-anomaly for variable 'tripList' (lines '102'-'130'). |
| 45244 |
src/com/gps/reports/DistanceReport.java |
102 |
Found 'DD'-anomaly for variable 'tripList' (lines '102'-'130'). |
| 45245 |
src/com/gps/reports/DistanceReport.java |
102 |
Found 'DU'-anomaly for variable 'tripList' (lines '102'-'199'). |
| 45246 |
src/com/gps/reports/DistanceReport.java |
102 |
Found 'DU'-anomaly for variable 'tripList' (lines '102'-'199'). |
| 45247 |
src/com/gps/reports/DistanceReport.java |
103 |
Found 'DD'-anomaly for variable 'copy' (lines '103'-'138'). |
| 45248 |
src/com/gps/reports/DistanceReport.java |
103 |
Found 'DD'-anomaly for variable 'copy' (lines '103'-'138'). |
| 45249 |
src/com/gps/reports/DistanceReport.java |
103 |
Found 'DU'-anomaly for variable 'copy' (lines '103'-'199'). |
| 45250 |
src/com/gps/reports/DistanceReport.java |
103 |
Found 'DU'-anomaly for variable 'copy' (lines '103'-'199'). |
| 45251 |
src/com/gps/reports/DistanceReport.java |
104 |
Found 'DD'-anomaly for variable 'offlineDate' (lines '104'-'109'). |
| 45252 |
src/com/gps/reports/DistanceReport.java |
104 |
Found 'DD'-anomaly for variable 'offlineDate' (lines '104'-'109'). |
| 45253 |
src/com/gps/reports/DistanceReport.java |
104 |
Found 'DU'-anomaly for variable 'offlineDate' (lines '104'-'199'). |
| 45254 |
src/com/gps/reports/DistanceReport.java |
104 |
Found 'DU'-anomaly for variable 'offlineDate' (lines '104'-'199'). |
| 45255 |
src/com/gps/reports/DistanceReport.java |
105 |
Avoid excessively long variable names like hshOrgOfflineVehicles |
| 45256 |
src/com/gps/reports/DistanceReport.java |
105 |
Found 'DD'-anomaly for variable 'hshOrgOfflineVehicles' (lines '105'-'107'). |
| 45257 |
src/com/gps/reports/DistanceReport.java |
105 |
Found 'DD'-anomaly for variable 'hshOrgOfflineVehicles' (lines '105'-'107'). |
| 45258 |
src/com/gps/reports/DistanceReport.java |
108 |
Avoid using if statements without curly braces |
| 45259 |
src/com/gps/reports/DistanceReport.java |
108 |
Potential violation of Law of Demeter (object not created locally) |
| 45260 |
src/com/gps/reports/DistanceReport.java |
109 |
Found 'DU'-anomaly for variable 'offlineDate' (lines '109'-'199'). |
| 45261 |
src/com/gps/reports/DistanceReport.java |
109 |
Found 'DU'-anomaly for variable 'offlineDate' (lines '109'-'199'). |
| 45262 |
src/com/gps/reports/DistanceReport.java |
109 |
Potential violation of Law of Demeter (object not created locally) |
| 45263 |
src/com/gps/reports/DistanceReport.java |
112 |
Avoid using Literals in Conditional Statements |
| 45264 |
src/com/gps/reports/DistanceReport.java |
112 |
Potential violation of Law of Demeter (object not created locally) |
| 45265 |
src/com/gps/reports/DistanceReport.java |
112 |
Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty() |
| 45266 |
src/com/gps/reports/DistanceReport.java |
115 |
Potential violation of Law of Demeter (object not created locally) |
| 45267 |
src/com/gps/reports/DistanceReport.java |
120 |
Local variable 'NotFoundList' could be declared final |
| 45268 |
src/com/gps/reports/DistanceReport.java |
120 |
Variables should start with a lowercase character, 'NotFoundList' starts with uppercase character. |
| 45269 |
src/com/gps/reports/DistanceReport.java |
122 |
Avoid using Literals in Conditional Statements |
| 45270 |
src/com/gps/reports/DistanceReport.java |
122 |
Potential violation of Law of Demeter (object not created locally) |
| 45271 |
src/com/gps/reports/DistanceReport.java |
122 |
Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty() |
| 45272 |
src/com/gps/reports/DistanceReport.java |
124 |
Found 'DU'-anomaly for variable 'currentDate' (lines '124'-'199'). |
| 45273 |
src/com/gps/reports/DistanceReport.java |
124 |
Found 'DU'-anomaly for variable 'currentDate' (lines '124'-'199'). |
| 45274 |
src/com/gps/reports/DistanceReport.java |
126 |
Local variable 'day' could be declared final |
| 45275 |
src/com/gps/reports/DistanceReport.java |
128 |
Comment is too large: Line too long |
| 45276 |
src/com/gps/reports/DistanceReport.java |
129 |
Potential violation of Law of Demeter (method chain calls) |
| 45277 |
src/com/gps/reports/DistanceReport.java |
129 |
Potential violation of Law of Demeter (method chain calls) |
| 45278 |
src/com/gps/reports/DistanceReport.java |
129 |
Useless parentheses. |
| 45279 |
src/com/gps/reports/DistanceReport.java |
129 |
Useless parentheses. |
| 45280 |
src/com/gps/reports/DistanceReport.java |
130 |
Avoid instantiating new objects inside loops |
| 45281 |
src/com/gps/reports/DistanceReport.java |
131 |
Avoid instantiating new objects inside loops |
| 45282 |
src/com/gps/reports/DistanceReport.java |
132 |
Potential violation of Law of Demeter (object not created locally) |
| 45283 |
src/com/gps/reports/DistanceReport.java |
133 |
Potential violation of Law of Demeter (object not created locally) |
| 45284 |
src/com/gps/reports/DistanceReport.java |
134 |
Potential violation of Law of Demeter (object not created locally) |
| 45285 |
src/com/gps/reports/DistanceReport.java |
135 |
Potential violation of Law of Demeter (object not created locally) |
| 45286 |
src/com/gps/reports/DistanceReport.java |
136 |
Local variable 'tripDetails' could be declared final |
| 45287 |
src/com/gps/reports/DistanceReport.java |
136 |
Potential violation of Law of Demeter (object not created locally) |
| 45288 |
src/com/gps/reports/DistanceReport.java |
137 |
Local variable 'trip' could be declared final |
| 45289 |
src/com/gps/reports/DistanceReport.java |
138 |
Avoid instantiating new objects inside loops |
| 45290 |
src/com/gps/reports/DistanceReport.java |
139 |
Potential violation of Law of Demeter (object not created locally) |
| 45291 |
src/com/gps/reports/DistanceReport.java |
139 |
Potential violation of Law of Demeter (object not created locally) |
| 45292 |
src/com/gps/reports/DistanceReport.java |
140 |
Potential violation of Law of Demeter (object not created locally) |
| 45293 |
src/com/gps/reports/DistanceReport.java |
141 |
Potential violation of Law of Demeter (object not created locally) |
| 45294 |
src/com/gps/reports/DistanceReport.java |
143 |
Potential violation of Law of Demeter (object not created locally) |
| 45295 |
src/com/gps/reports/DistanceReport.java |
144 |
Potential violation of Law of Demeter (method chain calls) |
| 45296 |
src/com/gps/reports/DistanceReport.java |
150 |
Found 'DD'-anomaly for variable 'tripListAll' (lines '150'-'150'). |
| 45297 |
src/com/gps/reports/DistanceReport.java |
150 |
Found 'DD'-anomaly for variable 'tripListAll' (lines '150'-'150'). |
| 45298 |
src/com/gps/reports/DistanceReport.java |
150 |
Found 'DU'-anomaly for variable 'tripListAll' (lines '150'-'199'). |
| 45299 |
src/com/gps/reports/DistanceReport.java |
150 |
Found 'DU'-anomaly for variable 'tripListAll' (lines '150'-'199'). |
| 45300 |
src/com/gps/reports/DistanceReport.java |
150 |
Potential violation of Law of Demeter (object not created locally) |
| 45301 |
src/com/gps/reports/DistanceReport.java |
153 |
Potential violation of Law of Demeter (object not created locally) |
| 45302 |
src/com/gps/reports/DistanceReport.java |
156 |
Avoid using if statements without curly braces |
| 45303 |
src/com/gps/reports/DistanceReport.java |
157 |
Local variable 'date' could be declared final |
| 45304 |
src/com/gps/reports/DistanceReport.java |
157 |
Potential violation of Law of Demeter (object not created locally) |
| 45305 |
src/com/gps/reports/DistanceReport.java |
159 |
Potential violation of Law of Demeter (method chain calls) |
| 45306 |
src/com/gps/reports/DistanceReport.java |
164 |
Potential violation of Law of Demeter (method chain calls) |
| 45307 |
src/com/gps/reports/DistanceReport.java |
167 |
Parameter 'o1' is not assigned and could be declared final |
| 45308 |
src/com/gps/reports/DistanceReport.java |
167 |
Parameter 'o2' is not assigned and could be declared final |
| 45309 |
src/com/gps/reports/DistanceReport.java |
167 |
publicMethodCommentRequirement Required |
| 45310 |
src/com/gps/reports/DistanceReport.java |
169 |
Potential violation of Law of Demeter (method chain calls) |
| 45311 |
src/com/gps/reports/DistanceReport.java |
177 |
Found 'DU'-anomaly for variable 'tripListAll' (lines '177'-'199'). |
| 45312 |
src/com/gps/reports/DistanceReport.java |
177 |
Found 'DU'-anomaly for variable 'tripListAll' (lines '177'-'199'). |
| 45313 |
src/com/gps/reports/DistanceReport.java |
177 |
Potential violation of Law of Demeter (object not created locally) |
| 45314 |
src/com/gps/reports/DistanceReport.java |
179 |
Comment is too large: Line too long |
| 45315 |
src/com/gps/reports/DistanceReport.java |
183 |
Comment is too large: Line too long |
| 45316 |
src/com/gps/reports/DistanceReport.java |
184 |
Potential violation of Law of Demeter (object not created locally) |
| 45317 |
src/com/gps/reports/DistanceReport.java |
190 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 45318 |
src/com/gps/reports/DistanceReport.java |
192 |
Avoid printStackTrace(); use a logger call instead. |
| 45319 |
src/com/gps/reports/DistanceReport.java |
192 |
Potential violation of Law of Demeter (object not created locally) |
| 45320 |
src/com/gps/reports/DistanceReport.java |
195 |
Avoid using Literals in Conditional Statements |
| 45321 |
src/com/gps/reports/DistanceReport.java |
195 |
Avoid using if statements without curly braces |
| 45322 |
src/com/gps/reports/DistanceReport.java |
195 |
Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty() |
| 45323 |
src/com/gps/reports/DistanceReport.java |
196 |
Assigning an Object to null is a code smell. Consider refactoring. |
| 45324 |
src/com/gps/reports/DistanceReport.java |
203 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'from_date' is not final. |
| 45325 |
src/com/gps/reports/DistanceReport.java |
203 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'to_date' is not final. |
| 45326 |
src/com/gps/reports/DistanceReport.java |
203 |
Parameter 'from_date' is not assigned and could be declared final |
| 45327 |
src/com/gps/reports/DistanceReport.java |
203 |
Parameter 'orgid' is not assigned and could be declared final |
| 45328 |
src/com/gps/reports/DistanceReport.java |
203 |
Parameter 'to_date' is not assigned and could be declared final |
| 45329 |
src/com/gps/reports/DistanceReport.java |
203 |
Parameter 'vehicleId' is not assigned and could be declared final |
| 45330 |
src/com/gps/reports/DistanceReport.java |
206 |
Found 'DD'-anomaly for variable 'vehDistance' (lines '206'-'218'). |
| 45331 |
src/com/gps/reports/DistanceReport.java |
207 |
Found 'DD'-anomaly for variable 'cumilativeDist' (lines '207'-'216'). |
| 45332 |
src/com/gps/reports/DistanceReport.java |
209 |
Found 'DD'-anomaly for variable 'userDAO' (lines '209'-'213'). |
| 45333 |
src/com/gps/reports/DistanceReport.java |
215 |
Potential violation of Law of Demeter (object not created locally) |
| 45334 |
src/com/gps/reports/DistanceReport.java |
216 |
Found 'DD'-anomaly for variable 'cumilativeDist' (lines '216'-'219'). |
| 45335 |
src/com/gps/reports/DistanceReport.java |
222 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 45336 |
src/com/gps/reports/DistanceReport.java |
223 |
There is log block not surrounded by if |
| 45337 |
src/com/gps/reports/DistanceReport.java |
229 |
Found 'UR'-anomaly for variable 'dateObj' (lines '229'-'263'). |
| 45338 |
src/com/gps/reports/DistanceReport.java |
229 |
Found 'UR'-anomaly for variable 'distObj' (lines '229'-'268'). |
| 45339 |
src/com/gps/reports/DistanceReport.java |
229 |
Found 'UR'-anomaly for variable 'tripDist' (lines '229'-'259'). |
| 45340 |
src/com/gps/reports/DistanceReport.java |
229 |
Parameter 'orgName' is not assigned and could be declared final |
| 45341 |
src/com/gps/reports/DistanceReport.java |
229 |
Parameter 'vehDistance' is not assigned and could be declared final |
| 45342 |
src/com/gps/reports/DistanceReport.java |
229 |
Parameter 'vehicleId' is not assigned and could be declared final |
| 45343 |
src/com/gps/reports/DistanceReport.java |
229 |
The method 'calculateOrgCumilative' has a Cyclomatic Complexity of 12. |
| 45344 |
src/com/gps/reports/DistanceReport.java |
231 |
Local variable 'orgDistList' could be declared final |
| 45345 |
src/com/gps/reports/DistanceReport.java |
234 |
Local variable 'dateVO' could be declared final |
| 45346 |
src/com/gps/reports/DistanceReport.java |
238 |
Found 'DD'-anomaly for variable 'vehicleDetails' (lines '238'-'253'). |
| 45347 |
src/com/gps/reports/DistanceReport.java |
238 |
Found 'DD'-anomaly for variable 'vehicleDetails' (lines '238'-'290'). |
| 45348 |
src/com/gps/reports/DistanceReport.java |
238 |
Found 'DU'-anomaly for variable 'vehicleDetails' (lines '238'-'306'). |
| 45349 |
src/com/gps/reports/DistanceReport.java |
243 |
Local variable 'tripDist' could be declared final |
| 45350 |
src/com/gps/reports/DistanceReport.java |
247 |
Avoid instantiating new objects inside loops |
| 45351 |
src/com/gps/reports/DistanceReport.java |
249 |
Position literals first in String comparisons |
| 45352 |
src/com/gps/reports/DistanceReport.java |
250 |
Potential violation of Law of Demeter (object not created locally) |
| 45353 |
src/com/gps/reports/DistanceReport.java |
251 |
Potential violation of Law of Demeter (object not created locally) |
| 45354 |
src/com/gps/reports/DistanceReport.java |
254 |
Potential violation of Law of Demeter (object not created locally) |
| 45355 |
src/com/gps/reports/DistanceReport.java |
254 |
Potential violation of Law of Demeter (object not created locally) |
| 45356 |
src/com/gps/reports/DistanceReport.java |
255 |
Potential violation of Law of Demeter (object not created locally) |
| 45357 |
src/com/gps/reports/DistanceReport.java |
255 |
Potential violation of Law of Demeter (object not created locally) |
| 45358 |
src/com/gps/reports/DistanceReport.java |
261 |
Local variable 'dateObj' could be declared final |
| 45359 |
src/com/gps/reports/DistanceReport.java |
261 |
Potential violation of Law of Demeter (object not created locally) |
| 45360 |
src/com/gps/reports/DistanceReport.java |
263 |
Avoid using if statements without curly braces |
| 45361 |
src/com/gps/reports/DistanceReport.java |
263 |
Potential violation of Law of Demeter (object not created locally) |
| 45362 |
src/com/gps/reports/DistanceReport.java |
264 |
Potential violation of Law of Demeter (object not created locally) |
| 45363 |
src/com/gps/reports/DistanceReport.java |
266 |
Local variable 'distObj' could be declared final |
| 45364 |
src/com/gps/reports/DistanceReport.java |
266 |
Potential violation of Law of Demeter (object not created locally) |
| 45365 |
src/com/gps/reports/DistanceReport.java |
268 |
Potential violation of Law of Demeter (static property access) |
| 45366 |
src/com/gps/reports/DistanceReport.java |
268 |
The String literal "Non Trip" appears 5 times in this file; the first occurrence is on line 268 |
| 45367 |
src/com/gps/reports/DistanceReport.java |
270 |
Potential violation of Law of Demeter (object not created locally) |
| 45368 |
src/com/gps/reports/DistanceReport.java |
274 |
Potential violation of Law of Demeter (object not created locally) |
| 45369 |
src/com/gps/reports/DistanceReport.java |
280 |
Potential violation of Law of Demeter (object not created locally) |
| 45370 |
src/com/gps/reports/DistanceReport.java |
281 |
Potential violation of Law of Demeter (object not created locally) |
| 45371 |
src/com/gps/reports/DistanceReport.java |
286 |
Position literals first in String comparisons |
| 45372 |
src/com/gps/reports/DistanceReport.java |
287 |
Potential violation of Law of Demeter (object not created locally) |
| 45373 |
src/com/gps/reports/DistanceReport.java |
288 |
Potential violation of Law of Demeter (object not created locally) |
| 45374 |
src/com/gps/reports/DistanceReport.java |
291 |
Potential violation of Law of Demeter (object not created locally) |
| 45375 |
src/com/gps/reports/DistanceReport.java |
291 |
Potential violation of Law of Demeter (object not created locally) |
| 45376 |
src/com/gps/reports/DistanceReport.java |
292 |
Potential violation of Law of Demeter (object not created locally) |
| 45377 |
src/com/gps/reports/DistanceReport.java |
292 |
Potential violation of Law of Demeter (object not created locally) |
| 45378 |
src/com/gps/reports/DistanceReport.java |
298 |
Potential violation of Law of Demeter (object not created locally) |
| 45379 |
src/com/gps/reports/DistanceReport.java |
299 |
Potential violation of Law of Demeter (object not created locally) |
| 45380 |
src/com/gps/reports/DistanceReport.java |
301 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 45381 |
src/com/gps/reports/DistanceReport.java |
303 |
Avoid printStackTrace(); use a logger call instead. |
| 45382 |
src/com/gps/reports/DistanceReport.java |
303 |
Potential violation of Law of Demeter (object not created locally) |
| 45383 |
src/com/gps/reports/DistanceReport.java |
309 |
Avoid really long methods. |
| 45384 |
src/com/gps/reports/DistanceReport.java |
309 |
Found 'UR'-anomaly for variable 'date' (lines '309'-'413'). |
| 45385 |
src/com/gps/reports/DistanceReport.java |
309 |
Found 'UR'-anomaly for variable 'day' (lines '309'-'381'). |
| 45386 |
src/com/gps/reports/DistanceReport.java |
309 |
Found 'UR'-anomaly for variable 'trip' (lines '309'-'391'). |
| 45387 |
src/com/gps/reports/DistanceReport.java |
309 |
Found 'UR'-anomaly for variable 'veh' (lines '309'-'363'). |
| 45388 |
src/com/gps/reports/DistanceReport.java |
309 |
Found 'UR'-anomaly for variable 'vehicle' (lines '309'-'346'). |
| 45389 |
src/com/gps/reports/DistanceReport.java |
309 |
Parameter 'fromDate' is not assigned and could be declared final |
| 45390 |
src/com/gps/reports/DistanceReport.java |
309 |
Parameter 'organizationId' is not assigned and could be declared final |
| 45391 |
src/com/gps/reports/DistanceReport.java |
309 |
Parameter 'toDate' is not assigned and could be declared final |
| 45392 |
src/com/gps/reports/DistanceReport.java |
309 |
Parameter 'vehicleId' is not assigned and could be declared final |
| 45393 |
src/com/gps/reports/DistanceReport.java |
309 |
The method 'getVehDist' has a Cyclomatic Complexity of 28. |
| 45394 |
src/com/gps/reports/DistanceReport.java |
309 |
The method getVehDist() has an NCSS line count of 113 |
| 45395 |
src/com/gps/reports/DistanceReport.java |
309 |
The method getVehDist() has an NPath complexity of 6985 |
| 45396 |
src/com/gps/reports/DistanceReport.java |
312 |
Found 'DD'-anomaly for variable 'objTripVO' (lines '312'-'359'). |
| 45397 |
src/com/gps/reports/DistanceReport.java |
313 |
Found 'DD'-anomaly for variable 'tripVOList' (lines '313'-'335'). |
| 45398 |
src/com/gps/reports/DistanceReport.java |
317 |
Found 'DD'-anomaly for variable 'endofDay' (lines '317'-'400'). |
| 45399 |
src/com/gps/reports/DistanceReport.java |
317 |
Found 'DD'-anomaly for variable 'startofDay' (lines '317'-'401'). |
| 45400 |
src/com/gps/reports/DistanceReport.java |
317 |
Use one line for each declaration, it enhances code readability. |
| 45401 |
src/com/gps/reports/DistanceReport.java |
318 |
Local variable 'user' could be declared final |
| 45402 |
src/com/gps/reports/DistanceReport.java |
319 |
Local variable 'orgName' could be declared final |
| 45403 |
src/com/gps/reports/DistanceReport.java |
321 |
Found 'DD'-anomaly for variable 'finalTripVOList' (lines '321'-'454'). |
| 45404 |
src/com/gps/reports/DistanceReport.java |
323 |
Found 'DD'-anomaly for variable 'currentDate' (lines '323'-'369'). |
| 45405 |
src/com/gps/reports/DistanceReport.java |
324 |
Found 'DD'-anomaly for variable 'objDate' (lines '324'-'383'). |
| 45406 |
src/com/gps/reports/DistanceReport.java |
325 |
Found 'DD'-anomaly for variable 'tripList' (lines '325'-'382'). |
| 45407 |
src/com/gps/reports/DistanceReport.java |
326 |
Found 'DD'-anomaly for variable 'copy' (lines '326'-'390'). |
| 45408 |
src/com/gps/reports/DistanceReport.java |
327 |
Found 'DD'-anomaly for variable 'hshVehicleData' (lines '327'-'352'). |
| 45409 |
src/com/gps/reports/DistanceReport.java |
328 |
Local variable 'orgVehicle' could be declared final |
| 45410 |
src/com/gps/reports/DistanceReport.java |
330 |
Found 'DD'-anomaly for variable 'offlineDate' (lines '330'-'360'). |
| 45411 |
src/com/gps/reports/DistanceReport.java |
331 |
Avoid excessively long variable names like hshOrgOfflineVehicles |
| 45412 |
src/com/gps/reports/DistanceReport.java |
331 |
Found 'DD'-anomaly for variable 'hshOrgOfflineVehicles' (lines '331'-'353'). |
| 45413 |
src/com/gps/reports/DistanceReport.java |
337 |
Position literals first in String comparisons |
| 45414 |
src/com/gps/reports/DistanceReport.java |
340 |
Local variable 'vehObj' could be declared final |
| 45415 |
src/com/gps/reports/DistanceReport.java |
345 |
Local variable 'vehicle' could be declared final |
| 45416 |
src/com/gps/reports/DistanceReport.java |
347 |
Avoid using if statements without curly braces |
| 45417 |
src/com/gps/reports/DistanceReport.java |
348 |
Avoid appending characters as strings in StringBuffer.append. |
| 45418 |
src/com/gps/reports/DistanceReport.java |
349 |
Found 'DU'-anomaly for variable 'counter' (lines '349'-'470'). |
| 45419 |
src/com/gps/reports/DistanceReport.java |
356 |
Local variable 'veh' could be declared final |
| 45420 |
src/com/gps/reports/DistanceReport.java |
359 |
Assigning an Object to null is a code smell. Consider refactoring. |
| 45421 |
src/com/gps/reports/DistanceReport.java |
359 |
Found 'DD'-anomaly for variable 'objTripVO' (lines '359'-'372'). |
| 45422 |
src/com/gps/reports/DistanceReport.java |
360 |
Assigning an Object to null is a code smell. Consider refactoring. |
| 45423 |
src/com/gps/reports/DistanceReport.java |
360 |
Found 'DD'-anomaly for variable 'offlineDate' (lines '360'-'367'). |
| 45424 |
src/com/gps/reports/DistanceReport.java |
361 |
Comment is too large: Line too long |
| 45425 |
src/com/gps/reports/DistanceReport.java |
362 |
Found 'DD'-anomaly for variable 'report' (lines '362'-'364'). |
| 45426 |
src/com/gps/reports/DistanceReport.java |
363 |
Avoid using if statements without curly braces |
| 45427 |
src/com/gps/reports/DistanceReport.java |
366 |
Avoid using if statements without curly braces |
| 45428 |
src/com/gps/reports/DistanceReport.java |
369 |
Avoid instantiating new objects inside loops |
| 45429 |
src/com/gps/reports/DistanceReport.java |
370 |
Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty() |
| 45430 |
src/com/gps/reports/DistanceReport.java |
375 |
Local variable 'NotFoundList' could be declared final |
| 45431 |
src/com/gps/reports/DistanceReport.java |
375 |
Variables should start with a lowercase character, 'NotFoundList' starts with uppercase character. |
| 45432 |
src/com/gps/reports/DistanceReport.java |
376 |
Avoid using Literals in Conditional Statements |
| 45433 |
src/com/gps/reports/DistanceReport.java |
376 |
Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty() |
| 45434 |
src/com/gps/reports/DistanceReport.java |
378 |
Local variable 'day' could be declared final |
| 45435 |
src/com/gps/reports/DistanceReport.java |
380 |
Comment is too large: Line too long |
| 45436 |
src/com/gps/reports/DistanceReport.java |
381 |
Potential violation of Law of Demeter (method chain calls) |
| 45437 |
src/com/gps/reports/DistanceReport.java |
381 |
Potential violation of Law of Demeter (method chain calls) |
| 45438 |
src/com/gps/reports/DistanceReport.java |
381 |
Potential violation of Law of Demeter (method chain calls) |
| 45439 |
src/com/gps/reports/DistanceReport.java |
381 |
Useless parentheses. |
| 45440 |
src/com/gps/reports/DistanceReport.java |
381 |
Useless parentheses. |
| 45441 |
src/com/gps/reports/DistanceReport.java |
382 |
Avoid instantiating new objects inside loops |
| 45442 |
src/com/gps/reports/DistanceReport.java |
383 |
Avoid instantiating new objects inside loops |
| 45443 |
src/com/gps/reports/DistanceReport.java |
388 |
Local variable 'tripDetails' could be declared final |
| 45444 |
src/com/gps/reports/DistanceReport.java |
389 |
Local variable 'trip' could be declared final |
| 45445 |
src/com/gps/reports/DistanceReport.java |
390 |
Avoid instantiating new objects inside loops |
| 45446 |
src/com/gps/reports/DistanceReport.java |
396 |
An empty statement (semicolon) not part of a loop |
| 45447 |
src/com/gps/reports/DistanceReport.java |
396 |
Potential violation of Law of Demeter (method chain calls) |
| 45448 |
src/com/gps/reports/DistanceReport.java |
402 |
Found 'DD'-anomaly for variable 'tripDistAll' (lines '402'-'402'). |
| 45449 |
src/com/gps/reports/DistanceReport.java |
402 |
Found 'DU'-anomaly for variable 'tripDistAll' (lines '402'-'470'). |
| 45450 |
src/com/gps/reports/DistanceReport.java |
410 |
Avoid using if statements without curly braces |
| 45451 |
src/com/gps/reports/DistanceReport.java |
411 |
Local variable 'date' could be declared final |
| 45452 |
src/com/gps/reports/DistanceReport.java |
413 |
Potential violation of Law of Demeter (method chain calls) |
| 45453 |
src/com/gps/reports/DistanceReport.java |
421 |
Potential violation of Law of Demeter (method chain calls) |
| 45454 |
src/com/gps/reports/DistanceReport.java |
421 |
Potential violation of Law of Demeter (method chain calls) |
| 45455 |
src/com/gps/reports/DistanceReport.java |
421 |
Potential violation of Law of Demeter (method chain calls) |
| 45456 |
src/com/gps/reports/DistanceReport.java |
421 |
Useless parentheses. |
| 45457 |
src/com/gps/reports/DistanceReport.java |
421 |
Useless parentheses. |
| 45458 |
src/com/gps/reports/DistanceReport.java |
422 |
Avoid instantiating new objects inside loops |
| 45459 |
src/com/gps/reports/DistanceReport.java |
423 |
Avoid instantiating new objects inside loops |
| 45460 |
src/com/gps/reports/DistanceReport.java |
428 |
Local variable 'tripDetails' could be declared final |
| 45461 |
src/com/gps/reports/DistanceReport.java |
429 |
Local variable 'trip' could be declared final |
| 45462 |
src/com/gps/reports/DistanceReport.java |
430 |
Avoid instantiating new objects inside loops |
| 45463 |
src/com/gps/reports/DistanceReport.java |
437 |
Avoid instantiating new objects inside loops |
| 45464 |
src/com/gps/reports/DistanceReport.java |
439 |
Potential violation of Law of Demeter (method chain calls) |
| 45465 |
src/com/gps/reports/DistanceReport.java |
439 |
Potential violation of Law of Demeter (method chain calls) |
| 45466 |
src/com/gps/reports/DistanceReport.java |
462 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 45467 |
src/com/gps/reports/DistanceReport.java |
464 |
There is log block not surrounded by if |
| 45468 |
src/com/gps/reports/DistanceReport.java |
472 |
Avoid using implementation types like 'HashMap'; use the interface instead |
| 45469 |
src/com/gps/reports/DistanceReport.java |
472 |
Found 'UR'-anomaly for variable 'reportSummary' (lines '472'-'483'). |
| 45470 |
src/com/gps/reports/DistanceReport.java |
472 |
Parameter 'fromDate' is not assigned and could be declared final |
| 45471 |
src/com/gps/reports/DistanceReport.java |
472 |
Parameter 'toDate' is not assigned and could be declared final |
| 45472 |
src/com/gps/reports/DistanceReport.java |
472 |
Parameter 'vehicles' is not assigned and could be declared final |
| 45473 |
src/com/gps/reports/DistanceReport.java |
473 |
Found 'DD'-anomaly for variable 'hshVehicleData' (lines '473'-'481'). |
| 45474 |
src/com/gps/reports/DistanceReport.java |
474 |
Found 'DD'-anomaly for variable 'report' (lines '474'-'478'). |
| 45475 |
src/com/gps/reports/DistanceReport.java |
476 |
Local variable 'SummaryDAO' could be declared final |
| 45476 |
src/com/gps/reports/DistanceReport.java |
476 |
Variables should start with a lowercase character, 'SummaryDAO' starts with uppercase character. |
| 45477 |
src/com/gps/reports/DistanceReport.java |
482 |
Local variable 'reportSummary' could be declared final |
| 45478 |
src/com/gps/reports/DistanceReport.java |
484 |
Avoid instantiating new objects inside loops |
| 45479 |
src/com/gps/reports/DistanceReport.java |
487 |
Potential violation of Law of Demeter (method chain calls) |
| 45480 |
src/com/gps/reports/DistanceReport.java |
491 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 45481 |
src/com/gps/reports/DistanceReport.java |
492 |
Avoid printStackTrace(); use a logger call instead. |
| 45482 |
src/com/gps/reports/DistanceReport.java |
497 |
Avoid really long methods. |
| 45483 |
src/com/gps/reports/DistanceReport.java |
497 |
Avoid unused method parameters such as 'vehicleId'. |
| 45484 |
src/com/gps/reports/DistanceReport.java |
497 |
Found 'UR'-anomaly for variable 'reportSummary' (lines '497'-'525'). |
| 45485 |
src/com/gps/reports/DistanceReport.java |
497 |
Found 'UR'-anomaly for variable 'tripDetail' (lines '497'-'518'). |
| 45486 |
src/com/gps/reports/DistanceReport.java |
497 |
Method names should not start with capital letters |
| 45487 |
src/com/gps/reports/DistanceReport.java |
497 |
Parameter 'All' is not assigned and could be declared final |
| 45488 |
src/com/gps/reports/DistanceReport.java |
497 |
Parameter 'offlineDate' is not assigned and could be declared final |
| 45489 |
src/com/gps/reports/DistanceReport.java |
497 |
Parameter 'orgName' is not assigned and could be declared final |
| 45490 |
src/com/gps/reports/DistanceReport.java |
497 |
Parameter 'report' is not assigned and could be declared final |
| 45491 |
src/com/gps/reports/DistanceReport.java |
497 |
Parameter 'veh' is not assigned and could be declared final |
| 45492 |
src/com/gps/reports/DistanceReport.java |
497 |
Parameter 'vehicleId' is not assigned and could be declared final |
| 45493 |
src/com/gps/reports/DistanceReport.java |
497 |
The method 'GetDistanceSummary' has a Cyclomatic Complexity of 23. |
| 45494 |
src/com/gps/reports/DistanceReport.java |
497 |
The method GetDistanceSummary() has an NPath complexity of 3729 |
| 45495 |
src/com/gps/reports/DistanceReport.java |
497 |
Variables should start with a lowercase character, 'All' starts with uppercase character. |
| 45496 |
src/com/gps/reports/DistanceReport.java |
499 |
Use one line for each declaration, it enhances code readability. |
| 45497 |
src/com/gps/reports/DistanceReport.java |
500 |
Local variable 'trip' could be declared final |
| 45498 |
src/com/gps/reports/DistanceReport.java |
504 |
Local variable 'tripDetailsDAO' could be declared final |
| 45499 |
src/com/gps/reports/DistanceReport.java |
505 |
Found 'DD'-anomaly for variable 'tripDetails' (lines '505'-'531'). |
| 45500 |
src/com/gps/reports/DistanceReport.java |
507 |
Found 'DD'-anomaly for variable 'vehicleStatus' (lines '507'-'526'). |
| 45501 |
src/com/gps/reports/DistanceReport.java |
508 |
Local variable 'tripInfo' could be declared final |
| 45502 |
src/com/gps/reports/DistanceReport.java |
512 |
Potential violation of Law of Demeter (object not created locally) |
| 45503 |
src/com/gps/reports/DistanceReport.java |
513 |
Potential violation of Law of Demeter (object not created locally) |
| 45504 |
src/com/gps/reports/DistanceReport.java |
514 |
Local variable 'trips' could be declared final |
| 45505 |
src/com/gps/reports/DistanceReport.java |
516 |
Avoid if (x != y) ..; else ..; |
| 45506 |
src/com/gps/reports/DistanceReport.java |
517 |
Local variable 'tripDetail' could be declared final |
| 45507 |
src/com/gps/reports/DistanceReport.java |
518 |
Avoid using if statements without curly braces |
| 45508 |
src/com/gps/reports/DistanceReport.java |
518 |
Potential violation of Law of Demeter (object not created locally) |
| 45509 |
src/com/gps/reports/DistanceReport.java |
518 |
Potential violation of Law of Demeter (object not created locally) |
| 45510 |
src/com/gps/reports/DistanceReport.java |
519 |
Potential violation of Law of Demeter (object not created locally) |
| 45511 |
src/com/gps/reports/DistanceReport.java |
519 |
Potential violation of Law of Demeter (object not created locally) |
| 45512 |
src/com/gps/reports/DistanceReport.java |
522 |
Local variable 'reportSummary' could be declared final |
| 45513 |
src/com/gps/reports/DistanceReport.java |
525 |
Potential violation of Law of Demeter (method chain calls) |
| 45514 |
src/com/gps/reports/DistanceReport.java |
525 |
Potential violation of Law of Demeter (object not created locally) |
| 45515 |
src/com/gps/reports/DistanceReport.java |
526 |
Avoid using if...else statements without curly braces |
| 45516 |
src/com/gps/reports/DistanceReport.java |
527 |
Avoid using if statements without curly braces |
| 45517 |
src/com/gps/reports/DistanceReport.java |
527 |
Potential violation of Law of Demeter (method chain calls) |
| 45518 |
src/com/gps/reports/DistanceReport.java |
527 |
Potential violation of Law of Demeter (object not created locally) |
| 45519 |
src/com/gps/reports/DistanceReport.java |
531 |
Potential violation of Law of Demeter (object not created locally) |
| 45520 |
src/com/gps/reports/DistanceReport.java |
531 |
Potential violation of Law of Demeter (object not created locally) |
| 45521 |
src/com/gps/reports/DistanceReport.java |
531 |
Potential violation of Law of Demeter (object not created locally) |
| 45522 |
src/com/gps/reports/DistanceReport.java |
531 |
Potential violation of Law of Demeter (object not created locally) |
| 45523 |
src/com/gps/reports/DistanceReport.java |
531 |
Potential violation of Law of Demeter (object not created locally) |
| 45524 |
src/com/gps/reports/DistanceReport.java |
531 |
Potential violation of Law of Demeter (object not created locally) |
| 45525 |
src/com/gps/reports/DistanceReport.java |
531 |
Potential violation of Law of Demeter (object not created locally) |
| 45526 |
src/com/gps/reports/DistanceReport.java |
531 |
Potential violation of Law of Demeter (object not created locally) |
| 45527 |
src/com/gps/reports/DistanceReport.java |
531 |
Useless parentheses. |
| 45528 |
src/com/gps/reports/DistanceReport.java |
531 |
Useless parentheses. |
| 45529 |
src/com/gps/reports/DistanceReport.java |
532 |
Avoid if (x != y) ..; else ..; |
| 45530 |
src/com/gps/reports/DistanceReport.java |
534 |
Potential violation of Law of Demeter (object not created locally) |
| 45531 |
src/com/gps/reports/DistanceReport.java |
534 |
Potential violation of Law of Demeter (object not created locally) |
| 45532 |
src/com/gps/reports/DistanceReport.java |
536 |
Local variable 'tripDist' could be declared final |
| 45533 |
src/com/gps/reports/DistanceReport.java |
536 |
Potential violation of Law of Demeter (object not created locally) |
| 45534 |
src/com/gps/reports/DistanceReport.java |
539 |
Avoid instantiating new objects inside loops |
| 45535 |
src/com/gps/reports/DistanceReport.java |
540 |
Potential violation of Law of Demeter (method chain calls) |
| 45536 |
src/com/gps/reports/DistanceReport.java |
540 |
Potential violation of Law of Demeter (object not created locally) |
| 45537 |
src/com/gps/reports/DistanceReport.java |
540 |
The String literal "default" appears 8 times in this file; the first occurrence is on line 540 |
| 45538 |
src/com/gps/reports/DistanceReport.java |
541 |
Avoid using if...else statements without curly braces |
| 45539 |
src/com/gps/reports/DistanceReport.java |
541 |
Potential violation of Law of Demeter (object not created locally) |
| 45540 |
src/com/gps/reports/DistanceReport.java |
543 |
Avoid using if...else statements without curly braces |
| 45541 |
src/com/gps/reports/DistanceReport.java |
543 |
Potential violation of Law of Demeter (object not created locally) |
| 45542 |
src/com/gps/reports/DistanceReport.java |
543 |
Potential violation of Law of Demeter (object not created locally) |
| 45543 |
src/com/gps/reports/DistanceReport.java |
544 |
Potential violation of Law of Demeter (object not created locally) |
| 45544 |
src/com/gps/reports/DistanceReport.java |
544 |
Potential violation of Law of Demeter (object not created locally) |
| 45545 |
src/com/gps/reports/DistanceReport.java |
545 |
Potential violation of Law of Demeter (object not created locally) |
| 45546 |
src/com/gps/reports/DistanceReport.java |
549 |
Potential violation of Law of Demeter (object not created locally) |
| 45547 |
src/com/gps/reports/DistanceReport.java |
549 |
Potential violation of Law of Demeter (object not created locally) |
| 45548 |
src/com/gps/reports/DistanceReport.java |
549 |
Potential violation of Law of Demeter (object not created locally) |
| 45549 |
src/com/gps/reports/DistanceReport.java |
554 |
Avoid using Literals in Conditional Statements |
| 45550 |
src/com/gps/reports/DistanceReport.java |
554 |
Use equals() to compare strings instead of '==' or '!=' |
| 45551 |
src/com/gps/reports/DistanceReport.java |
556 |
Potential violation of Law of Demeter (object not created locally) |
| 45552 |
src/com/gps/reports/DistanceReport.java |
557 |
Potential violation of Law of Demeter (object not created locally) |
| 45553 |
src/com/gps/reports/DistanceReport.java |
559 |
Avoid instantiating new objects inside loops |
| 45554 |
src/com/gps/reports/DistanceReport.java |
560 |
Potential violation of Law of Demeter (method chain calls) |
| 45555 |
src/com/gps/reports/DistanceReport.java |
560 |
Potential violation of Law of Demeter (object not created locally) |
| 45556 |
src/com/gps/reports/DistanceReport.java |
561 |
Avoid using if...else statements without curly braces |
| 45557 |
src/com/gps/reports/DistanceReport.java |
561 |
Potential violation of Law of Demeter (object not created locally) |
| 45558 |
src/com/gps/reports/DistanceReport.java |
563 |
Avoid using if...else statements without curly braces |
| 45559 |
src/com/gps/reports/DistanceReport.java |
563 |
Potential violation of Law of Demeter (object not created locally) |
| 45560 |
src/com/gps/reports/DistanceReport.java |
563 |
Potential violation of Law of Demeter (object not created locally) |
| 45561 |
src/com/gps/reports/DistanceReport.java |
564 |
Potential violation of Law of Demeter (object not created locally) |
| 45562 |
src/com/gps/reports/DistanceReport.java |
564 |
Potential violation of Law of Demeter (object not created locally) |
| 45563 |
src/com/gps/reports/DistanceReport.java |
567 |
Avoid instantiating new objects inside loops |
| 45564 |
src/com/gps/reports/DistanceReport.java |
569 |
Avoid using Literals in Conditional Statements |
| 45565 |
src/com/gps/reports/DistanceReport.java |
569 |
Avoid using if statements without curly braces |
| 45566 |
src/com/gps/reports/DistanceReport.java |
570 |
Potential violation of Law of Demeter (object not created locally) |
| 45567 |
src/com/gps/reports/DistanceReport.java |
571 |
Potential violation of Law of Demeter (object not created locally) |
| 45568 |
src/com/gps/reports/DistanceReport.java |
571 |
Potential violation of Law of Demeter (object not created locally) |
| 45569 |
src/com/gps/reports/DistanceReport.java |
573 |
Avoid instantiating new objects inside loops |
| 45570 |
src/com/gps/reports/DistanceReport.java |
574 |
Potential violation of Law of Demeter (object not created locally) |
| 45571 |
src/com/gps/reports/DistanceReport.java |
576 |
Potential violation of Law of Demeter (object not created locally) |
| 45572 |
src/com/gps/reports/DistanceReport.java |
580 |
Avoid using Literals in Conditional Statements |
| 45573 |
src/com/gps/reports/DistanceReport.java |
580 |
Avoid using if statements without curly braces |
| 45574 |
src/com/gps/reports/DistanceReport.java |
581 |
Avoid instantiating new objects inside loops |
| 45575 |
src/com/gps/reports/DistanceReport.java |
584 |
Avoid using Literals in Conditional Statements |
| 45576 |
src/com/gps/reports/DistanceReport.java |
584 |
Avoid using if statements without curly braces |
| 45577 |
src/com/gps/reports/DistanceReport.java |
585 |
Potential violation of Law of Demeter (object not created locally) |
| 45578 |
src/com/gps/reports/DistanceReport.java |
587 |
Avoid if (x != y) ..; else ..; |
| 45579 |
src/com/gps/reports/DistanceReport.java |
587 |
Potential violation of Law of Demeter (object not created locally) |
| 45580 |
src/com/gps/reports/DistanceReport.java |
587 |
Potential violation of Law of Demeter (object not created locally) |
| 45581 |
src/com/gps/reports/DistanceReport.java |
589 |
Avoid using Literals in Conditional Statements |
| 45582 |
src/com/gps/reports/DistanceReport.java |
591 |
Potential violation of Law of Demeter (object not created locally) |
| 45583 |
src/com/gps/reports/DistanceReport.java |
594 |
Avoid instantiating new objects inside loops |
| 45584 |
src/com/gps/reports/DistanceReport.java |
595 |
Potential violation of Law of Demeter (method chain calls) |
| 45585 |
src/com/gps/reports/DistanceReport.java |
595 |
Potential violation of Law of Demeter (object not created locally) |
| 45586 |
src/com/gps/reports/DistanceReport.java |
596 |
Avoid using if...else statements without curly braces |
| 45587 |
src/com/gps/reports/DistanceReport.java |
596 |
Potential violation of Law of Demeter (object not created locally) |
| 45588 |
src/com/gps/reports/DistanceReport.java |
598 |
Avoid using if...else statements without curly braces |
| 45589 |
src/com/gps/reports/DistanceReport.java |
598 |
Potential violation of Law of Demeter (object not created locally) |
| 45590 |
src/com/gps/reports/DistanceReport.java |
598 |
Potential violation of Law of Demeter (object not created locally) |
| 45591 |
src/com/gps/reports/DistanceReport.java |
599 |
Potential violation of Law of Demeter (object not created locally) |
| 45592 |
src/com/gps/reports/DistanceReport.java |
599 |
Potential violation of Law of Demeter (object not created locally) |
| 45593 |
src/com/gps/reports/DistanceReport.java |
603 |
Potential violation of Law of Demeter (object not created locally) |
| 45594 |
src/com/gps/reports/DistanceReport.java |
603 |
Potential violation of Law of Demeter (object not created locally) |
| 45595 |
src/com/gps/reports/DistanceReport.java |
603 |
Potential violation of Law of Demeter (object not created locally) |
| 45596 |
src/com/gps/reports/DistanceReport.java |
605 |
Potential violation of Law of Demeter (object not created locally) |
| 45597 |
src/com/gps/reports/DistanceReport.java |
609 |
There is log block not surrounded by if |
| 45598 |
src/com/gps/reports/DistanceReport.java |
609 |
There is log block not surrounded by if |
| 45599 |
src/com/gps/reports/DistanceReport.java |
615 |
Potential violation of Law of Demeter (object not created locally) |
| 45600 |
src/com/gps/reports/DistanceReport.java |
618 |
Potential violation of Law of Demeter (object not created locally) |
| 45601 |
src/com/gps/reports/DistanceReport.java |
619 |
Potential violation of Law of Demeter (object not created locally) |
| 45602 |
src/com/gps/reports/DistanceReport.java |
621 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 45603 |
src/com/gps/reports/DistanceReport.java |
623 |
There is log block not surrounded by if |
| 45604 |
src/com/gps/reports/DistanceReport.java |
628 |
Method names should not start with capital letters |
| 45605 |
src/com/gps/reports/DistanceReport.java |
628 |
Parameter 'tripList' is not assigned and could be declared final |
| 45606 |
src/com/gps/reports/DistanceReport.java |
628 |
Parameter 'tripName' is not assigned and could be declared final |
| 45607 |
src/com/gps/reports/DistanceReport.java |
630 |
Avoid using Literals in Conditional Statements |
| 45608 |
src/com/gps/reports/DistanceReport.java |
630 |
Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty() |
| 45609 |
src/com/gps/reports/DistanceReport.java |
632 |
Local variable 'tripDist' could be declared final |
| 45610 |
src/com/gps/reports/DistanceReport.java |
634 |
Avoid using if statements without curly braces |
| 45611 |
src/com/gps/reports/DistanceReport.java |
634 |
Potential violation of Law of Demeter (method chain calls) |
| 45612 |
src/com/gps/reports/DistanceReport.java |
635 |
A method should have only one exit point, and that should be the last statement in the method |
| 45613 |
src/com/gps/reports/DistanceReport.java |
641 |
Method names should not start with capital letters |
| 45614 |
src/com/gps/reports/DistanceReport.java |
641 |
Parameter 'fromDate' is not assigned and could be declared final |
| 45615 |
src/com/gps/reports/DistanceReport.java |
641 |
Parameter 'report' is not assigned and could be declared final |
| 45616 |
src/com/gps/reports/DistanceReport.java |
641 |
Parameter 'toDate' is not assigned and could be declared final |
| 45617 |
src/com/gps/reports/DistanceReport.java |
643 |
Local variable 'NotFoundList' could be declared final |
| 45618 |
src/com/gps/reports/DistanceReport.java |
643 |
Variables should start with a lowercase character, 'NotFoundList' starts with uppercase character. |
| 45619 |
src/com/gps/reports/DistanceReport.java |
647 |
Local variable 'Fromcal' could be declared final |
| 45620 |
src/com/gps/reports/DistanceReport.java |
647 |
Variables should start with a lowercase character, 'Fromcal' starts with uppercase character. |
| 45621 |
src/com/gps/reports/DistanceReport.java |
648 |
Local variable 'Tocal' could be declared final |
| 45622 |
src/com/gps/reports/DistanceReport.java |
648 |
Variables should start with a lowercase character, 'Tocal' starts with uppercase character. |
| 45623 |
src/com/gps/reports/DistanceReport.java |
649 |
Potential violation of Law of Demeter (object not created locally) |
| 45624 |
src/com/gps/reports/DistanceReport.java |
650 |
Potential violation of Law of Demeter (object not created locally) |
| 45625 |
src/com/gps/reports/DistanceReport.java |
652 |
Potential violation of Law of Demeter (object not created locally) |
| 45626 |
src/com/gps/reports/DistanceReport.java |
655 |
Local variable 'reportSummary' could be declared final |
| 45627 |
src/com/gps/reports/DistanceReport.java |
657 |
Potential violation of Law of Demeter (method chain calls) |
| 45628 |
src/com/gps/reports/DistanceReport.java |
657 |
Potential violation of Law of Demeter (object not created locally) |
| 45629 |
src/com/gps/reports/DistanceReport.java |
657 |
Potential violation of Law of Demeter (object not created locally) |
| 45630 |
src/com/gps/reports/DistanceReport.java |
665 |
Potential violation of Law of Demeter (object not created locally) |
| 45631 |
src/com/gps/reports/DistanceReport.java |
665 |
Potential violation of Law of Demeter (object not created locally) |
| 45632 |
src/com/gps/reports/DistanceReport.java |
667 |
Potential violation of Law of Demeter (object not created locally) |
| 45633 |
src/com/gps/reports/DistanceReport.java |
670 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 45634 |
src/com/gps/reports/DistanceReport.java |
672 |
There is log block not surrounded by if |
| 45635 |
src/com/gps/reports/DistanceReport.java |
677 |
Avoid variables with short names like to |
| 45636 |
src/com/gps/reports/DistanceReport.java |
677 |
Parameter 'flag' is not assigned and could be declared final |
| 45637 |
src/com/gps/reports/DistanceReport.java |
677 |
Parameter 'from' is not assigned and could be declared final |
| 45638 |
src/com/gps/reports/DistanceReport.java |
677 |
Parameter 'offlineDate' is not assigned and could be declared final |
| 45639 |
src/com/gps/reports/DistanceReport.java |
677 |
Parameter 'to' is not assigned and could be declared final |
| 45640 |
src/com/gps/reports/DistanceReport.java |
677 |
Parameter 'tripDistDTO' is not assigned and could be declared final |
| 45641 |
src/com/gps/reports/DistanceReport.java |
677 |
Parameter 'vehicleId' is not assigned and could be declared final |
| 45642 |
src/com/gps/reports/DistanceReport.java |
677 |
publicMethodCommentRequirement Required |
| 45643 |
src/com/gps/reports/DistanceReport.java |
680 |
Local variable 'calFrom' could be declared final |
| 45644 |
src/com/gps/reports/DistanceReport.java |
681 |
Local variable 'calStart' could be declared final |
| 45645 |
src/com/gps/reports/DistanceReport.java |
682 |
Local variable 'formatter' could be declared final |
| 45646 |
src/com/gps/reports/DistanceReport.java |
682 |
When instantiating a SimpleDateFormat object, specify a Locale |
| 45647 |
src/com/gps/reports/DistanceReport.java |
687 |
Potential violation of Law of Demeter (method chain calls) |
| 45648 |
src/com/gps/reports/DistanceReport.java |
687 |
Potential violation of Law of Demeter (method chain calls) |
| 45649 |
src/com/gps/reports/DistanceReport.java |
688 |
A method should have only one exit point, and that should be the last statement in the method |
| 45650 |
src/com/gps/reports/DistanceReport.java |
693 |
Local variable 'tripDistanceDTO' could be declared final |
| 45651 |
src/com/gps/reports/DistanceReport.java |
694 |
Avoid using Literals in Conditional Statements |
| 45652 |
src/com/gps/reports/DistanceReport.java |
694 |
Potential violation of Law of Demeter (object not created locally) |
| 45653 |
src/com/gps/reports/DistanceReport.java |
699 |
Potential violation of Law of Demeter (method chain calls) |
| 45654 |
src/com/gps/reports/DistanceReport.java |
699 |
Potential violation of Law of Demeter (method chain calls) |
| 45655 |
src/com/gps/reports/DistanceReport.java |
699 |
Potential violation of Law of Demeter (method chain calls) |
| 45656 |
src/com/gps/reports/DistanceReport.java |
699 |
Potential violation of Law of Demeter (object not created locally) |
| 45657 |
src/com/gps/reports/DistanceReport.java |
699 |
Potential violation of Law of Demeter (object not created locally) |
| 45658 |
src/com/gps/reports/DistanceReport.java |
701 |
Potential violation of Law of Demeter (method chain calls) |
| 45659 |
src/com/gps/reports/DistanceReport.java |
701 |
Potential violation of Law of Demeter (method chain calls) |
| 45660 |
src/com/gps/reports/DistanceReport.java |
701 |
Potential violation of Law of Demeter (method chain calls) |
| 45661 |
src/com/gps/reports/DistanceReport.java |
701 |
Potential violation of Law of Demeter (method chain calls) |
| 45662 |
src/com/gps/reports/DistanceReport.java |
701 |
Potential violation of Law of Demeter (method chain calls) |
| 45663 |
src/com/gps/reports/DistanceReport.java |
701 |
Potential violation of Law of Demeter (method chain calls) |
| 45664 |
src/com/gps/reports/DistanceReport.java |
701 |
Potential violation of Law of Demeter (method chain calls) |
| 45665 |
src/com/gps/reports/DistanceReport.java |
701 |
Potential violation of Law of Demeter (method chain calls) |
| 45666 |
src/com/gps/reports/DistanceReport.java |
701 |
Potential violation of Law of Demeter (method chain calls) |
| 45667 |
src/com/gps/reports/DistanceReport.java |
701 |
Potential violation of Law of Demeter (object not created locally) |
| 45668 |
src/com/gps/reports/DistanceReport.java |
701 |
Potential violation of Law of Demeter (object not created locally) |
| 45669 |
src/com/gps/reports/DistanceReport.java |
701 |
Potential violation of Law of Demeter (object not created locally) |
| 45670 |
src/com/gps/reports/DistanceReport.java |
703 |
Potential violation of Law of Demeter (object not created locally) |
| 45671 |
src/com/gps/reports/DistanceReport.java |
708 |
A method should have only one exit point, and that should be the last statement in the method |
| 45672 |
src/com/gps/reports/DistanceReport.java |
709 |
Potential violation of Law of Demeter (object not created locally) |
| 45673 |
src/com/gps/reports/DistanceReport.java |
709 |
Potential violation of Law of Demeter (object not created locally) |
| 45674 |
src/com/gps/reports/DistanceReport.java |
709 |
Potential violation of Law of Demeter (object not created locally) |
| 45675 |
src/com/gps/reports/DistanceReport.java |
709 |
Useless parentheses. |
| 45676 |
src/com/gps/reports/DistanceReport.java |
712 |
A method should have only one exit point, and that should be the last statement in the method |
| 45677 |
src/com/gps/reports/DistanceReport.java |
716 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 45678 |
src/com/gps/reports/DistanceReport.java |
718 |
Avoid printStackTrace(); use a logger call instead. |
| 45679 |
src/com/gps/reports/DistanceReport.java |
718 |
Potential violation of Law of Demeter (object not created locally) |
| 45680 |
src/com/gps/reports/DistanceReport.java |
726 |
Avoid prefixing parameters by in, out or inOut. Uses Javadoc to document this behavior. |
| 45681 |
src/com/gps/reports/DistanceReport.java |
726 |
Avoid reassigning parameters such as 'inTripDist' |
| 45682 |
src/com/gps/reports/DistanceReport.java |
726 |
Method names should not start with capital letters |
| 45683 |
src/com/gps/reports/DistanceReport.java |
726 |
Parameter 'Rpl' is not assigned and could be declared final |
| 45684 |
src/com/gps/reports/DistanceReport.java |
726 |
Variables should start with a lowercase character, 'Rpl' starts with uppercase character. |
| 45685 |
src/com/gps/reports/DistanceReport.java |
727 |
Avoid variables with short names like p |
| 45686 |
src/com/gps/reports/DistanceReport.java |
727 |
Local variable 'p' could be declared final |
| 45687 |
src/com/gps/reports/DistanceReport.java |
729 |
Local variable 'tmp' could be declared final |
| 45688 |
src/com/gps/reports/DistanceReport.java |
734 |
Avoid really long methods. |
| 45689 |
src/com/gps/reports/DistanceReport.java |
734 |
Parameter 'dateType' is not assigned and could be declared final |
| 45690 |
src/com/gps/reports/DistanceReport.java |
734 |
Parameter 'distDAO' is not assigned and could be declared final |
| 45691 |
src/com/gps/reports/DistanceReport.java |
734 |
Parameter 'flag' is not assigned and could be declared final |
| 45692 |
src/com/gps/reports/DistanceReport.java |
734 |
Parameter 'offlineDate' is not assigned and could be declared final |
| 45693 |
src/com/gps/reports/DistanceReport.java |
734 |
Parameter 'type' is not assigned and could be declared final |
| 45694 |
src/com/gps/reports/DistanceReport.java |
734 |
Parameter 'vehicleId' is not assigned and could be declared final |
| 45695 |
src/com/gps/reports/DistanceReport.java |
734 |
The method 'matchDate' has a Cyclomatic Complexity of 66. |
| 45696 |
src/com/gps/reports/DistanceReport.java |
734 |
The method matchDate() has an NCSS line count of 234 |
| 45697 |
src/com/gps/reports/DistanceReport.java |
734 |
The method matchDate() has an NPath complexity of 4587254 |
| 45698 |
src/com/gps/reports/DistanceReport.java |
752 |
Local variable 'formatter' could be declared final |
| 45699 |
src/com/gps/reports/DistanceReport.java |
752 |
When instantiating a SimpleDateFormat object, specify a Locale |
| 45700 |
src/com/gps/reports/DistanceReport.java |
761 |
Local variable 'tripDistDTO' could be declared final |
| 45701 |
src/com/gps/reports/DistanceReport.java |
762 |
Potential violation of Law of Demeter (object not created locally) |
| 45702 |
src/com/gps/reports/DistanceReport.java |
763 |
Potential violation of Law of Demeter (method chain calls) |
| 45703 |
src/com/gps/reports/DistanceReport.java |
763 |
Potential violation of Law of Demeter (object not created locally) |
| 45704 |
src/com/gps/reports/DistanceReport.java |
764 |
Avoid using if...else statements without curly braces |
| 45705 |
src/com/gps/reports/DistanceReport.java |
766 |
Avoid using if...else statements without curly braces |
| 45706 |
src/com/gps/reports/DistanceReport.java |
766 |
Potential violation of Law of Demeter (object not created locally) |
| 45707 |
src/com/gps/reports/DistanceReport.java |
771 |
Potential violation of Law of Demeter (object not created locally) |
| 45708 |
src/com/gps/reports/DistanceReport.java |
771 |
Potential violation of Law of Demeter (object not created locally) |
| 45709 |
src/com/gps/reports/DistanceReport.java |
771 |
Potential violation of Law of Demeter (object not created locally) |
| 45710 |
src/com/gps/reports/DistanceReport.java |
774 |
Avoid instantiating new objects inside loops |
| 45711 |
src/com/gps/reports/DistanceReport.java |
775 |
Potential violation of Law of Demeter (object not created locally) |
| 45712 |
src/com/gps/reports/DistanceReport.java |
775 |
Potential violation of Law of Demeter (object not created locally) |
| 45713 |
src/com/gps/reports/DistanceReport.java |
776 |
Avoid instantiating new objects inside loops |
| 45714 |
src/com/gps/reports/DistanceReport.java |
777 |
Potential violation of Law of Demeter (object not created locally) |
| 45715 |
src/com/gps/reports/DistanceReport.java |
778 |
Potential violation of Law of Demeter (object not created locally) |
| 45716 |
src/com/gps/reports/DistanceReport.java |
779 |
Potential violation of Law of Demeter (object not created locally) |
| 45717 |
src/com/gps/reports/DistanceReport.java |
780 |
Potential violation of Law of Demeter (object not created locally) |
| 45718 |
src/com/gps/reports/DistanceReport.java |
782 |
Potential violation of Law of Demeter (object not created locally) |
| 45719 |
src/com/gps/reports/DistanceReport.java |
787 |
Potential violation of Law of Demeter (method chain calls) |
| 45720 |
src/com/gps/reports/DistanceReport.java |
787 |
Potential violation of Law of Demeter (method chain calls) |
| 45721 |
src/com/gps/reports/DistanceReport.java |
787 |
Potential violation of Law of Demeter (method chain calls) |
| 45722 |
src/com/gps/reports/DistanceReport.java |
787 |
Potential violation of Law of Demeter (object not created locally) |
| 45723 |
src/com/gps/reports/DistanceReport.java |
788 |
Potential violation of Law of Demeter (object not created locally) |
| 45724 |
src/com/gps/reports/DistanceReport.java |
788 |
Use equals() to compare object references. |
| 45725 |
src/com/gps/reports/DistanceReport.java |
791 |
Avoid if (x != y) ..; else ..; |
| 45726 |
src/com/gps/reports/DistanceReport.java |
792 |
Potential violation of Law of Demeter (object not created locally) |
| 45727 |
src/com/gps/reports/DistanceReport.java |
792 |
Potential violation of Law of Demeter (object not created locally) |
| 45728 |
src/com/gps/reports/DistanceReport.java |
792 |
Potential violation of Law of Demeter (object not created locally) |
| 45729 |
src/com/gps/reports/DistanceReport.java |
792 |
Potential violation of Law of Demeter (object not created locally) |
| 45730 |
src/com/gps/reports/DistanceReport.java |
794 |
Avoid using if statements without curly braces |
| 45731 |
src/com/gps/reports/DistanceReport.java |
794 |
Potential violation of Law of Demeter (object not created locally) |
| 45732 |
src/com/gps/reports/DistanceReport.java |
797 |
Potential violation of Law of Demeter (object not created locally) |
| 45733 |
src/com/gps/reports/DistanceReport.java |
798 |
Avoid if (x != y) ..; else ..; |
| 45734 |
src/com/gps/reports/DistanceReport.java |
798 |
Potential violation of Law of Demeter (method chain calls) |
| 45735 |
src/com/gps/reports/DistanceReport.java |
798 |
Potential violation of Law of Demeter (object not created locally) |
| 45736 |
src/com/gps/reports/DistanceReport.java |
810 |
Local variable 'tripDistance' could be declared final |
| 45737 |
src/com/gps/reports/DistanceReport.java |
810 |
Potential violation of Law of Demeter (object not created locally) |
| 45738 |
src/com/gps/reports/DistanceReport.java |
812 |
Potential violation of Law of Demeter (method chain calls) |
| 45739 |
src/com/gps/reports/DistanceReport.java |
812 |
Potential violation of Law of Demeter (object not created locally) |
| 45740 |
src/com/gps/reports/DistanceReport.java |
814 |
Potential violation of Law of Demeter (object not created locally) |
| 45741 |
src/com/gps/reports/DistanceReport.java |
814 |
Potential violation of Law of Demeter (object not created locally) |
| 45742 |
src/com/gps/reports/DistanceReport.java |
823 |
Avoid instantiating new objects inside loops |
| 45743 |
src/com/gps/reports/DistanceReport.java |
823 |
Local variable 'Objtrdist' could be declared final |
| 45744 |
src/com/gps/reports/DistanceReport.java |
823 |
Variables should start with a lowercase character, 'Objtrdist' starts with uppercase character. |
| 45745 |
src/com/gps/reports/DistanceReport.java |
824 |
Potential violation of Law of Demeter (object not created locally) |
| 45746 |
src/com/gps/reports/DistanceReport.java |
825 |
Potential violation of Law of Demeter (object not created locally) |
| 45747 |
src/com/gps/reports/DistanceReport.java |
826 |
Potential violation of Law of Demeter (method chain calls) |
| 45748 |
src/com/gps/reports/DistanceReport.java |
826 |
Potential violation of Law of Demeter (object not created locally) |
| 45749 |
src/com/gps/reports/DistanceReport.java |
836 |
Potential violation of Law of Demeter (object not created locally) |
| 45750 |
src/com/gps/reports/DistanceReport.java |
838 |
Avoid using Literals in Conditional Statements |
| 45751 |
src/com/gps/reports/DistanceReport.java |
838 |
Avoid using if statements without curly braces |
| 45752 |
src/com/gps/reports/DistanceReport.java |
838 |
Potential violation of Law of Demeter (object not created locally) |
| 45753 |
src/com/gps/reports/DistanceReport.java |
844 |
Potential violation of Law of Demeter (object not created locally) |
| 45754 |
src/com/gps/reports/DistanceReport.java |
845 |
Potential violation of Law of Demeter (object not created locally) |
| 45755 |
src/com/gps/reports/DistanceReport.java |
845 |
These nested if statements could be combined |
| 45756 |
src/com/gps/reports/DistanceReport.java |
853 |
Potential violation of Law of Demeter (method chain calls) |
| 45757 |
src/com/gps/reports/DistanceReport.java |
853 |
Potential violation of Law of Demeter (object not created locally) |
| 45758 |
src/com/gps/reports/DistanceReport.java |
856 |
Potential violation of Law of Demeter (object not created locally) |
| 45759 |
src/com/gps/reports/DistanceReport.java |
861 |
Avoid using if...else statements without curly braces |
| 45760 |
src/com/gps/reports/DistanceReport.java |
861 |
Potential violation of Law of Demeter (object not created locally) |
| 45761 |
src/com/gps/reports/DistanceReport.java |
866 |
Avoid if (x != y) ..; else ..; |
| 45762 |
src/com/gps/reports/DistanceReport.java |
866 |
Potential violation of Law of Demeter (method chain calls) |
| 45763 |
src/com/gps/reports/DistanceReport.java |
866 |
Potential violation of Law of Demeter (object not created locally) |
| 45764 |
src/com/gps/reports/DistanceReport.java |
876 |
Local variable 'tripDistance' could be declared final |
| 45765 |
src/com/gps/reports/DistanceReport.java |
876 |
Potential violation of Law of Demeter (object not created locally) |
| 45766 |
src/com/gps/reports/DistanceReport.java |
878 |
Potential violation of Law of Demeter (method chain calls) |
| 45767 |
src/com/gps/reports/DistanceReport.java |
878 |
Potential violation of Law of Demeter (object not created locally) |
| 45768 |
src/com/gps/reports/DistanceReport.java |
880 |
Potential violation of Law of Demeter (object not created locally) |
| 45769 |
src/com/gps/reports/DistanceReport.java |
880 |
Potential violation of Law of Demeter (object not created locally) |
| 45770 |
src/com/gps/reports/DistanceReport.java |
889 |
Avoid instantiating new objects inside loops |
| 45771 |
src/com/gps/reports/DistanceReport.java |
889 |
Local variable 'Objtrdist' could be declared final |
| 45772 |
src/com/gps/reports/DistanceReport.java |
889 |
Variables should start with a lowercase character, 'Objtrdist' starts with uppercase character. |
| 45773 |
src/com/gps/reports/DistanceReport.java |
890 |
Potential violation of Law of Demeter (object not created locally) |
| 45774 |
src/com/gps/reports/DistanceReport.java |
891 |
Potential violation of Law of Demeter (object not created locally) |
| 45775 |
src/com/gps/reports/DistanceReport.java |
892 |
Potential violation of Law of Demeter (method chain calls) |
| 45776 |
src/com/gps/reports/DistanceReport.java |
892 |
Potential violation of Law of Demeter (object not created locally) |
| 45777 |
src/com/gps/reports/DistanceReport.java |
896 |
Potential violation of Law of Demeter (object not created locally) |
| 45778 |
src/com/gps/reports/DistanceReport.java |
897 |
Potential violation of Law of Demeter (object not created locally) |
| 45779 |
src/com/gps/reports/DistanceReport.java |
907 |
Avoid instantiating new objects inside loops |
| 45780 |
src/com/gps/reports/DistanceReport.java |
908 |
Potential violation of Law of Demeter (object not created locally) |
| 45781 |
src/com/gps/reports/DistanceReport.java |
908 |
Potential violation of Law of Demeter (object not created locally) |
| 45782 |
src/com/gps/reports/DistanceReport.java |
911 |
Position literals first in String comparisons |
| 45783 |
src/com/gps/reports/DistanceReport.java |
912 |
Avoid using if...else statements without curly braces |
| 45784 |
src/com/gps/reports/DistanceReport.java |
914 |
Avoid using if...else statements without curly braces |
| 45785 |
src/com/gps/reports/DistanceReport.java |
914 |
Potential violation of Law of Demeter (object not created locally) |
| 45786 |
src/com/gps/reports/DistanceReport.java |
919 |
Potential violation of Law of Demeter (object not created locally) |
| 45787 |
src/com/gps/reports/DistanceReport.java |
921 |
Avoid using Literals in Conditional Statements |
| 45788 |
src/com/gps/reports/DistanceReport.java |
921 |
Avoid using if statements without curly braces |
| 45789 |
src/com/gps/reports/DistanceReport.java |
921 |
Potential violation of Law of Demeter (object not created locally) |
| 45790 |
src/com/gps/reports/DistanceReport.java |
927 |
Potential violation of Law of Demeter (object not created locally) |
| 45791 |
src/com/gps/reports/DistanceReport.java |
928 |
Potential violation of Law of Demeter (object not created locally) |
| 45792 |
src/com/gps/reports/DistanceReport.java |
928 |
These nested if statements could be combined |
| 45793 |
src/com/gps/reports/DistanceReport.java |
938 |
Potential violation of Law of Demeter (object not created locally) |
| 45794 |
src/com/gps/reports/DistanceReport.java |
943 |
Avoid using if...else statements without curly braces |
| 45795 |
src/com/gps/reports/DistanceReport.java |
943 |
Potential violation of Law of Demeter (object not created locally) |
| 45796 |
src/com/gps/reports/DistanceReport.java |
949 |
Avoid if (x != y) ..; else ..; |
| 45797 |
src/com/gps/reports/DistanceReport.java |
949 |
Potential violation of Law of Demeter (method chain calls) |
| 45798 |
src/com/gps/reports/DistanceReport.java |
949 |
Potential violation of Law of Demeter (object not created locally) |
| 45799 |
src/com/gps/reports/DistanceReport.java |
959 |
Local variable 'tripDistance' could be declared final |
| 45800 |
src/com/gps/reports/DistanceReport.java |
959 |
Potential violation of Law of Demeter (object not created locally) |
| 45801 |
src/com/gps/reports/DistanceReport.java |
961 |
Potential violation of Law of Demeter (method chain calls) |
| 45802 |
src/com/gps/reports/DistanceReport.java |
961 |
Potential violation of Law of Demeter (object not created locally) |
| 45803 |
src/com/gps/reports/DistanceReport.java |
963 |
Potential violation of Law of Demeter (object not created locally) |
| 45804 |
src/com/gps/reports/DistanceReport.java |
963 |
Potential violation of Law of Demeter (object not created locally) |
| 45805 |
src/com/gps/reports/DistanceReport.java |
972 |
Avoid instantiating new objects inside loops |
| 45806 |
src/com/gps/reports/DistanceReport.java |
972 |
Local variable 'Objtrdist' could be declared final |
| 45807 |
src/com/gps/reports/DistanceReport.java |
972 |
Variables should start with a lowercase character, 'Objtrdist' starts with uppercase character. |
| 45808 |
src/com/gps/reports/DistanceReport.java |
973 |
Potential violation of Law of Demeter (object not created locally) |
| 45809 |
src/com/gps/reports/DistanceReport.java |
974 |
Potential violation of Law of Demeter (object not created locally) |
| 45810 |
src/com/gps/reports/DistanceReport.java |
975 |
Potential violation of Law of Demeter (method chain calls) |
| 45811 |
src/com/gps/reports/DistanceReport.java |
975 |
Potential violation of Law of Demeter (object not created locally) |
| 45812 |
src/com/gps/reports/DistanceReport.java |
992 |
Potential violation of Law of Demeter (object not created locally) |
| 45813 |
src/com/gps/reports/DistanceReport.java |
993 |
Potential violation of Law of Demeter (object not created locally) |
| 45814 |
src/com/gps/reports/DistanceReport.java |
995 |
Potential violation of Law of Demeter (object not created locally) |
| 45815 |
src/com/gps/reports/DistanceReport.java |
998 |
Potential violation of Law of Demeter (object not created locally) |
| 45816 |
src/com/gps/reports/DistanceReport.java |
1001 |
Avoid instantiating new objects inside loops |
| 45817 |
src/com/gps/reports/DistanceReport.java |
1004 |
Avoid instantiating new objects inside loops |
| 45818 |
src/com/gps/reports/DistanceReport.java |
1006 |
Avoid if (x != y) ..; else ..; |
| 45819 |
src/com/gps/reports/DistanceReport.java |
1007 |
Potential violation of Law of Demeter (object not created locally) |
| 45820 |
src/com/gps/reports/DistanceReport.java |
1011 |
Local variable 'tripDistance' could be declared final |
| 45821 |
src/com/gps/reports/DistanceReport.java |
1011 |
Potential violation of Law of Demeter (object not created locally) |
| 45822 |
src/com/gps/reports/DistanceReport.java |
1013 |
Potential violation of Law of Demeter (method chain calls) |
| 45823 |
src/com/gps/reports/DistanceReport.java |
1013 |
Potential violation of Law of Demeter (object not created locally) |
| 45824 |
src/com/gps/reports/DistanceReport.java |
1015 |
Potential violation of Law of Demeter (object not created locally) |
| 45825 |
src/com/gps/reports/DistanceReport.java |
1015 |
Potential violation of Law of Demeter (object not created locally) |
| 45826 |
src/com/gps/reports/DistanceReport.java |
1016 |
Potential violation of Law of Demeter (method chain calls) |
| 45827 |
src/com/gps/reports/DistanceReport.java |
1016 |
Potential violation of Law of Demeter (object not created locally) |
| 45828 |
src/com/gps/reports/DistanceReport.java |
1025 |
Avoid using if statements without curly braces |
| 45829 |
src/com/gps/reports/DistanceReport.java |
1025 |
Potential violation of Law of Demeter (method chain calls) |
| 45830 |
src/com/gps/reports/DistanceReport.java |
1025 |
Potential violation of Law of Demeter (object not created locally) |
| 45831 |
src/com/gps/reports/DistanceReport.java |
1026 |
Potential violation of Law of Demeter (object not created locally) |
| 45832 |
src/com/gps/reports/DistanceReport.java |
1030 |
Potential violation of Law of Demeter (object not created locally) |
| 45833 |
src/com/gps/reports/DistanceReport.java |
1032 |
Potential violation of Law of Demeter (object not created locally) |
| 45834 |
src/com/gps/reports/DistanceReport.java |
1033 |
Potential violation of Law of Demeter (object not created locally) |
| 45835 |
src/com/gps/reports/DistanceReport.java |
1034 |
Potential violation of Law of Demeter (object not created locally) |
| 45836 |
src/com/gps/reports/DistanceReport.java |
1038 |
Potential violation of Law of Demeter (object not created locally) |
| 45837 |
src/com/gps/reports/DistanceReport.java |
1040 |
Avoid using Literals in Conditional Statements |
| 45838 |
src/com/gps/reports/DistanceReport.java |
1040 |
Avoid using if statements without curly braces |
| 45839 |
src/com/gps/reports/DistanceReport.java |
1040 |
Potential violation of Law of Demeter (object not created locally) |
| 45840 |
src/com/gps/reports/DistanceReport.java |
1046 |
Potential violation of Law of Demeter (object not created locally) |
| 45841 |
src/com/gps/reports/DistanceReport.java |
1047 |
Potential violation of Law of Demeter (object not created locally) |
| 45842 |
src/com/gps/reports/DistanceReport.java |
1047 |
These nested if statements could be combined |
| 45843 |
src/com/gps/reports/DistanceReport.java |
1056 |
Potential violation of Law of Demeter (object not created locally) |
| 45844 |
src/com/gps/reports/DistanceReport.java |
1061 |
Avoid using if...else statements without curly braces |
| 45845 |
src/com/gps/reports/DistanceReport.java |
1061 |
Potential violation of Law of Demeter (object not created locally) |
| 45846 |
src/com/gps/reports/DistanceReport.java |
1064 |
Avoid if (x != y) ..; else ..; |
| 45847 |
src/com/gps/reports/DistanceReport.java |
1064 |
Potential violation of Law of Demeter (method chain calls) |
| 45848 |
src/com/gps/reports/DistanceReport.java |
1064 |
Potential violation of Law of Demeter (object not created locally) |
| 45849 |
src/com/gps/reports/DistanceReport.java |
1074 |
Local variable 'tripDistance' could be declared final |
| 45850 |
src/com/gps/reports/DistanceReport.java |
1074 |
Potential violation of Law of Demeter (object not created locally) |
| 45851 |
src/com/gps/reports/DistanceReport.java |
1076 |
Potential violation of Law of Demeter (method chain calls) |
| 45852 |
src/com/gps/reports/DistanceReport.java |
1076 |
Potential violation of Law of Demeter (object not created locally) |
| 45853 |
src/com/gps/reports/DistanceReport.java |
1078 |
Potential violation of Law of Demeter (object not created locally) |
| 45854 |
src/com/gps/reports/DistanceReport.java |
1078 |
Potential violation of Law of Demeter (object not created locally) |
| 45855 |
src/com/gps/reports/DistanceReport.java |
1086 |
Avoid instantiating new objects inside loops |
| 45856 |
src/com/gps/reports/DistanceReport.java |
1086 |
Local variable 'Objtrdist' could be declared final |
| 45857 |
src/com/gps/reports/DistanceReport.java |
1086 |
Variables should start with a lowercase character, 'Objtrdist' starts with uppercase character. |
| 45858 |
src/com/gps/reports/DistanceReport.java |
1087 |
Potential violation of Law of Demeter (object not created locally) |
| 45859 |
src/com/gps/reports/DistanceReport.java |
1088 |
Potential violation of Law of Demeter (object not created locally) |
| 45860 |
src/com/gps/reports/DistanceReport.java |
1089 |
Potential violation of Law of Demeter (method chain calls) |
| 45861 |
src/com/gps/reports/DistanceReport.java |
1089 |
Potential violation of Law of Demeter (object not created locally) |
| 45862 |
src/com/gps/reports/DistanceReport.java |
1104 |
Potential violation of Law of Demeter (object not created locally) |
| 45863 |
src/com/gps/reports/DistanceReport.java |
1105 |
Potential violation of Law of Demeter (object not created locally) |
| 45864 |
src/com/gps/reports/DistanceReport.java |
1107 |
Potential violation of Law of Demeter (object not created locally) |
| 45865 |
src/com/gps/reports/DistanceReport.java |
1113 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 45866 |
src/com/gps/reports/DistanceReport.java |
1114 |
There is log block not surrounded by if |
| 45867 |
src/com/gps/reports/DistanceReport.java |
1115 |
Avoid printStackTrace(); use a logger call instead. |
| 45868 |
src/com/gps/reports/DistanceReport.java |
1115 |
Potential violation of Law of Demeter (object not created locally) |
| 45869 |
src/com/gps/reports/DistanceReport.java |
1121 |
Parameter 'lat1' is not assigned and could be declared final |
| 45870 |
src/com/gps/reports/DistanceReport.java |
1121 |
Parameter 'lat2' is not assigned and could be declared final |
| 45871 |
src/com/gps/reports/DistanceReport.java |
1121 |
Parameter 'lng1' is not assigned and could be declared final |
| 45872 |
src/com/gps/reports/DistanceReport.java |
1121 |
Parameter 'lng2' is not assigned and could be declared final |
| 45873 |
src/com/gps/reports/DistanceReport.java |
1123 |
Local variable 'earthRadius' could be declared final |
| 45874 |
src/com/gps/reports/DistanceReport.java |
1124 |
Local variable 'dLat' could be declared final |
| 45875 |
src/com/gps/reports/DistanceReport.java |
1125 |
Local variable 'dLng' could be declared final |
| 45876 |
src/com/gps/reports/DistanceReport.java |
1126 |
Avoid variables with short names like a |
| 45877 |
src/com/gps/reports/DistanceReport.java |
1126 |
Local variable 'a' could be declared final |
| 45878 |
src/com/gps/reports/DistanceReport.java |
1129 |
Avoid variables with short names like c |
| 45879 |
src/com/gps/reports/DistanceReport.java |
1129 |
Local variable 'c' could be declared final |
| 45880 |
src/com/gps/reports/DistanceReport.java |
1130 |
Local variable 'dist' could be declared final |
| 45881 |
src/com/gps/reports/DistanceReport.java |
1131 |
Local variable 'kmConversion' could be declared final |
| 45882 |
src/com/gps/reports/DistanceReport.java |
1132 |
Local variable 'distance' could be declared final |
| 45883 |
src/com/gps/reports/DistanceReport.java |
1134 |
Avoid using Literals in Conditional Statements |
| 45884 |
src/com/gps/reports/DistanceReport.java |
1134 |
Avoid using if statements without curly braces |
| 45885 |
src/com/gps/reports/DistanceReport.java |
1135 |
A method should have only one exit point, and that should be the last statement in the method |
| 45886 |
src/com/gps/reports/FuelReport.java |
4 |
A high number of imports can indicate a high degree of coupling within an object. |
| 45887 |
src/com/gps/reports/FuelReport.java |
4 |
Possible God class (WMC=102, ATFD=99, TCC=0.022222222222222223) |
| 45888 |
src/com/gps/reports/FuelReport.java |
43 |
The class 'FuelReport' has a Cyclomatic Complexity of 10 (Highest = 41). |
| 45889 |
src/com/gps/reports/FuelReport.java |
45 |
Avoid using redundant field initializer for 'organizationId' |
| 45890 |
src/com/gps/reports/FuelReport.java |
45 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 45891 |
src/com/gps/reports/FuelReport.java |
45 |
Perhaps 'organizationId' could be replaced by a local variable. |
| 45892 |
src/com/gps/reports/FuelReport.java |
45 |
fieldCommentRequirement Required |
| 45893 |
src/com/gps/reports/FuelReport.java |
46 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 45894 |
src/com/gps/reports/FuelReport.java |
46 |
Perhaps 'vehicleId' could be replaced by a local variable. |
| 45895 |
src/com/gps/reports/FuelReport.java |
46 |
fieldCommentRequirement Required |
| 45896 |
src/com/gps/reports/FuelReport.java |
47 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 45897 |
src/com/gps/reports/FuelReport.java |
47 |
Perhaps 'toDate' could be replaced by a local variable. |
| 45898 |
src/com/gps/reports/FuelReport.java |
47 |
fieldCommentRequirement Required |
| 45899 |
src/com/gps/reports/FuelReport.java |
48 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 45900 |
src/com/gps/reports/FuelReport.java |
48 |
Perhaps 'fromDate' could be replaced by a local variable. |
| 45901 |
src/com/gps/reports/FuelReport.java |
48 |
fieldCommentRequirement Required |
| 45902 |
src/com/gps/reports/FuelReport.java |
49 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 45903 |
src/com/gps/reports/FuelReport.java |
49 |
fieldCommentRequirement Required |
| 45904 |
src/com/gps/reports/FuelReport.java |
50 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 45905 |
src/com/gps/reports/FuelReport.java |
50 |
fieldCommentRequirement Required |
| 45906 |
src/com/gps/reports/FuelReport.java |
51 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 45907 |
src/com/gps/reports/FuelReport.java |
51 |
fieldCommentRequirement Required |
| 45908 |
src/com/gps/reports/FuelReport.java |
52 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 45909 |
src/com/gps/reports/FuelReport.java |
52 |
fieldCommentRequirement Required |
| 45910 |
src/com/gps/reports/FuelReport.java |
53 |
The Logger variable declaration does not contain the static and final modifiers |
| 45911 |
src/com/gps/reports/FuelReport.java |
53 |
fieldCommentRequirement Required |
| 45912 |
src/com/gps/reports/FuelReport.java |
59 |
Found 'UR'-anomaly for variable 'vehicle' (lines '59'-'75'). |
| 45913 |
src/com/gps/reports/FuelReport.java |
59 |
Parameter 'reportInputs' is not assigned and could be declared final |
| 45914 |
src/com/gps/reports/FuelReport.java |
59 |
publicMethodCommentRequirement Required |
| 45915 |
src/com/gps/reports/FuelReport.java |
62 |
Potential violation of Law of Demeter (method chain calls) |
| 45916 |
src/com/gps/reports/FuelReport.java |
62 |
Potential violation of Law of Demeter (method chain calls) |
| 45917 |
src/com/gps/reports/FuelReport.java |
63 |
Potential violation of Law of Demeter (method chain calls) |
| 45918 |
src/com/gps/reports/FuelReport.java |
64 |
Potential violation of Law of Demeter (method chain calls) |
| 45919 |
src/com/gps/reports/FuelReport.java |
65 |
Potential violation of Law of Demeter (method chain calls) |
| 45920 |
src/com/gps/reports/FuelReport.java |
69 |
Position literals first in String comparisons |
| 45921 |
src/com/gps/reports/FuelReport.java |
73 |
Local variable 'vehicle' could be declared final |
| 45922 |
src/com/gps/reports/FuelReport.java |
80 |
Local variable 'vehicle' could be declared final |
| 45923 |
src/com/gps/reports/FuelReport.java |
84 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 45924 |
src/com/gps/reports/FuelReport.java |
86 |
Potential violation of Law of Demeter (object not created locally) |
| 45925 |
src/com/gps/reports/FuelReport.java |
86 |
There is log block not surrounded by if |
| 45926 |
src/com/gps/reports/FuelReport.java |
87 |
Avoid printStackTrace(); use a logger call instead. |
| 45927 |
src/com/gps/reports/FuelReport.java |
87 |
Potential violation of Law of Demeter (object not created locally) |
| 45928 |
src/com/gps/reports/FuelReport.java |
92 |
Avoid really long methods. |
| 45929 |
src/com/gps/reports/FuelReport.java |
92 |
Avoid unused method parameters such as 'flag'. |
| 45930 |
src/com/gps/reports/FuelReport.java |
92 |
Found 'UR'-anomaly for variable 'fhObj' (lines '92'-'273'). |
| 45931 |
src/com/gps/reports/FuelReport.java |
92 |
Parameter 'flag' is not assigned and could be declared final |
| 45932 |
src/com/gps/reports/FuelReport.java |
92 |
Parameter 'fromDate' is not assigned and could be declared final |
| 45933 |
src/com/gps/reports/FuelReport.java |
92 |
Parameter 'toDate' is not assigned and could be declared final |
| 45934 |
src/com/gps/reports/FuelReport.java |
92 |
Parameter 'vehicle' is not assigned and could be declared final |
| 45935 |
src/com/gps/reports/FuelReport.java |
92 |
The method 'getFuelReport' has a Cyclomatic Complexity of 41. |
| 45936 |
src/com/gps/reports/FuelReport.java |
92 |
The method getFuelReport() has an NCSS line count of 145 |
| 45937 |
src/com/gps/reports/FuelReport.java |
92 |
The method getFuelReport() has an NPath complexity of 199003 |
| 45938 |
src/com/gps/reports/FuelReport.java |
96 |
Local variable 'partialDAO' could be declared final |
| 45939 |
src/com/gps/reports/FuelReport.java |
98 |
Found 'DD'-anomaly for variable 'dynamicQuery' (lines '98'-'125'). |
| 45940 |
src/com/gps/reports/FuelReport.java |
99 |
Avoid unused local variables such as 'fuelQuery'. |
| 45941 |
src/com/gps/reports/FuelReport.java |
99 |
Found 'DU'-anomaly for variable 'fuelQuery' (lines '99'-'328'). |
| 45942 |
src/com/gps/reports/FuelReport.java |
99 |
Local variable 'fuelQuery' could be declared final |
| 45943 |
src/com/gps/reports/FuelReport.java |
100 |
Found 'DD'-anomaly for variable 'fuelData' (lines '100'-'204'). |
| 45944 |
src/com/gps/reports/FuelReport.java |
101 |
Found 'DD'-anomaly for variable 'pcktList' (lines '101'-'196'). |
| 45945 |
src/com/gps/reports/FuelReport.java |
102 |
Found 'DD'-anomaly for variable 'parameters' (lines '102'-'133'). |
| 45946 |
src/com/gps/reports/FuelReport.java |
103 |
Avoid unused local variables such as 'queryId'. |
| 45947 |
src/com/gps/reports/FuelReport.java |
103 |
Found 'DU'-anomaly for variable 'queryId' (lines '103'-'328'). |
| 45948 |
src/com/gps/reports/FuelReport.java |
103 |
Local variable 'queryId' could be declared final |
| 45949 |
src/com/gps/reports/FuelReport.java |
104 |
Found 'DD'-anomaly for variable 'offlineStatus' (lines '104'-'115'). |
| 45950 |
src/com/gps/reports/FuelReport.java |
106 |
Found 'DD'-anomaly for variable 'date' (lines '106'-'114'). |
| 45951 |
src/com/gps/reports/FuelReport.java |
107 |
Found 'DD'-anomaly for variable 'qry' (lines '107'-'132'). |
| 45952 |
src/com/gps/reports/FuelReport.java |
108 |
Local variable 'formatter' could be declared final |
| 45953 |
src/com/gps/reports/FuelReport.java |
108 |
When instantiating a SimpleDateFormat object, specify a Locale |
| 45954 |
src/com/gps/reports/FuelReport.java |
109 |
Found 'DD'-anomaly for variable 'endparamlist' (lines '109'-'138'). |
| 45955 |
src/com/gps/reports/FuelReport.java |
110 |
Found 'DD'-anomaly for variable 'endparamid' (lines '110'-'144'). |
| 45956 |
src/com/gps/reports/FuelReport.java |
111 |
Found 'DD'-anomaly for variable 'offlineDate' (lines '111'-'148'). |
| 45957 |
src/com/gps/reports/FuelReport.java |
114 |
Potential violation of Law of Demeter (object not created locally) |
| 45958 |
src/com/gps/reports/FuelReport.java |
116 |
Avoid using Literals in Conditional Statements |
| 45959 |
src/com/gps/reports/FuelReport.java |
117 |
These nested if statements could be combined |
| 45960 |
src/com/gps/reports/FuelReport.java |
119 |
Found 'DD'-anomaly for variable 'pcktQry' (lines '119'-'155'). |
| 45961 |
src/com/gps/reports/FuelReport.java |
120 |
Found 'DD'-anomaly for variable 'paramsList' (lines '120'-'136'). |
| 45962 |
src/com/gps/reports/FuelReport.java |
121 |
Local variable 'sess' could be declared final |
| 45963 |
src/com/gps/reports/FuelReport.java |
123 |
Local variable 'tripdao' could be declared final |
| 45964 |
src/com/gps/reports/FuelReport.java |
125 |
Potential violation of Law of Demeter (object not created locally) |
| 45965 |
src/com/gps/reports/FuelReport.java |
127 |
Potential violation of Law of Demeter (object not created locally) |
| 45966 |
src/com/gps/reports/FuelReport.java |
132 |
Found 'DD'-anomaly for variable 'qry' (lines '132'-'137'). |
| 45967 |
src/com/gps/reports/FuelReport.java |
132 |
Potential violation of Law of Demeter (object not created locally) |
| 45968 |
src/com/gps/reports/FuelReport.java |
133 |
Potential violation of Law of Demeter (object not created locally) |
| 45969 |
src/com/gps/reports/FuelReport.java |
135 |
Avoid using Literals in Conditional Statements |
| 45970 |
src/com/gps/reports/FuelReport.java |
135 |
Deeply nested if..then statements are hard to read |
| 45971 |
src/com/gps/reports/FuelReport.java |
135 |
Potential violation of Law of Demeter (object not created locally) |
| 45972 |
src/com/gps/reports/FuelReport.java |
136 |
Potential violation of Law of Demeter (method chain calls) |
| 45973 |
src/com/gps/reports/FuelReport.java |
136 |
Potential violation of Law of Demeter (object not created locally) |
| 45974 |
src/com/gps/reports/FuelReport.java |
138 |
Potential violation of Law of Demeter (object not created locally) |
| 45975 |
src/com/gps/reports/FuelReport.java |
140 |
Deeply nested if..then statements are hard to read |
| 45976 |
src/com/gps/reports/FuelReport.java |
140 |
Potential violation of Law of Demeter (object not created locally) |
| 45977 |
src/com/gps/reports/FuelReport.java |
141 |
Local variable 'resultItr' could be declared final |
| 45978 |
src/com/gps/reports/FuelReport.java |
141 |
Potential violation of Law of Demeter (object not created locally) |
| 45979 |
src/com/gps/reports/FuelReport.java |
143 |
Local variable 'columns' could be declared final |
| 45980 |
src/com/gps/reports/FuelReport.java |
144 |
Found 'DD'-anomaly for variable 'endparamid' (lines '144'-'144'). |
| 45981 |
src/com/gps/reports/FuelReport.java |
146 |
Potential violation of Law of Demeter (object not created locally) |
| 45982 |
src/com/gps/reports/FuelReport.java |
148 |
Potential violation of Law of Demeter (object not created locally) |
| 45983 |
src/com/gps/reports/FuelReport.java |
150 |
Potential violation of Law of Demeter (object not created locally) |
| 45984 |
src/com/gps/reports/FuelReport.java |
150 |
Potential violation of Law of Demeter (object not created locally) |
| 45985 |
src/com/gps/reports/FuelReport.java |
151 |
Avoid if (x != y) ..; else ..; |
| 45986 |
src/com/gps/reports/FuelReport.java |
151 |
Potential violation of Law of Demeter (object not created locally) |
| 45987 |
src/com/gps/reports/FuelReport.java |
153 |
Avoid if (x != y) ..; else ..; |
| 45988 |
src/com/gps/reports/FuelReport.java |
153 |
Potential violation of Law of Demeter (object not created locally) |
| 45989 |
src/com/gps/reports/FuelReport.java |
155 |
Potential violation of Law of Demeter (object not created locally) |
| 45990 |
src/com/gps/reports/FuelReport.java |
156 |
Potential violation of Law of Demeter (object not created locally) |
| 45991 |
src/com/gps/reports/FuelReport.java |
156 |
Potential violation of Law of Demeter (object not created locally) |
| 45992 |
src/com/gps/reports/FuelReport.java |
157 |
Potential violation of Law of Demeter (object not created locally) |
| 45993 |
src/com/gps/reports/FuelReport.java |
157 |
The String literal ";int," appears 6 times in this file; the first occurrence is on line 157 |
| 45994 |
src/com/gps/reports/FuelReport.java |
163 |
Potential violation of Law of Demeter (object not created locally) |
| 45995 |
src/com/gps/reports/FuelReport.java |
164 |
Potential violation of Law of Demeter (object not created locally) |
| 45996 |
src/com/gps/reports/FuelReport.java |
164 |
Potential violation of Law of Demeter (object not created locally) |
| 45997 |
src/com/gps/reports/FuelReport.java |
170 |
Potential violation of Law of Demeter (object not created locally) |
| 45998 |
src/com/gps/reports/FuelReport.java |
171 |
Consider replacing this Hashtable with the newer java.util.Map |
| 45999 |
src/com/gps/reports/FuelReport.java |
173 |
Avoid if (x != y) ..; else ..; |
| 46000 |
src/com/gps/reports/FuelReport.java |
174 |
Local variable 'maxParamid' could be declared final |
| 46001 |
src/com/gps/reports/FuelReport.java |
174 |
Potential violation of Law of Demeter (object not created locally) |
| 46002 |
src/com/gps/reports/FuelReport.java |
175 |
Local variable 'minParamid' could be declared final |
| 46003 |
src/com/gps/reports/FuelReport.java |
175 |
Potential violation of Law of Demeter (object not created locally) |
| 46004 |
src/com/gps/reports/FuelReport.java |
176 |
Potential violation of Law of Demeter (object not created locally) |
| 46005 |
src/com/gps/reports/FuelReport.java |
177 |
Potential violation of Law of Demeter (object not created locally) |
| 46006 |
src/com/gps/reports/FuelReport.java |
182 |
Avoid using if...else statements without curly braces |
| 46007 |
src/com/gps/reports/FuelReport.java |
182 |
Potential violation of Law of Demeter (object not created locally) |
| 46008 |
src/com/gps/reports/FuelReport.java |
187 |
Avoid using if statements without curly braces |
| 46009 |
src/com/gps/reports/FuelReport.java |
188 |
Potential violation of Law of Demeter (object not created locally) |
| 46010 |
src/com/gps/reports/FuelReport.java |
189 |
The String literal "@yyyy-MM-dd HH:mm" appears 4 times in this file; the first occurrence is on line 189 |
| 46011 |
src/com/gps/reports/FuelReport.java |
192 |
Avoid using Literals in Conditional Statements |
| 46012 |
src/com/gps/reports/FuelReport.java |
192 |
Potential violation of Law of Demeter (object not created locally) |
| 46013 |
src/com/gps/reports/FuelReport.java |
194 |
Potential violation of Law of Demeter (method chain calls) |
| 46014 |
src/com/gps/reports/FuelReport.java |
194 |
Potential violation of Law of Demeter (object not created locally) |
| 46015 |
src/com/gps/reports/FuelReport.java |
196 |
Potential violation of Law of Demeter (object not created locally) |
| 46016 |
src/com/gps/reports/FuelReport.java |
200 |
Potential violation of Law of Demeter (object not created locally) |
| 46017 |
src/com/gps/reports/FuelReport.java |
201 |
Potential violation of Law of Demeter (object not created locally) |
| 46018 |
src/com/gps/reports/FuelReport.java |
202 |
Local variable 'row' could be declared final |
| 46019 |
src/com/gps/reports/FuelReport.java |
202 |
Potential violation of Law of Demeter (object not created locally) |
| 46020 |
src/com/gps/reports/FuelReport.java |
203 |
Avoid using Literals in Conditional Statements |
| 46021 |
src/com/gps/reports/FuelReport.java |
204 |
Avoid instantiating new objects inside loops |
| 46022 |
src/com/gps/reports/FuelReport.java |
210 |
Avoid unused local variables such as 'dt'. |
| 46023 |
src/com/gps/reports/FuelReport.java |
210 |
Avoid variables with short names like dt |
| 46024 |
src/com/gps/reports/FuelReport.java |
210 |
Found 'DU'-anomaly for variable 'dt' (lines '210'-'328'). |
| 46025 |
src/com/gps/reports/FuelReport.java |
210 |
Local variable 'dt' could be declared final |
| 46026 |
src/com/gps/reports/FuelReport.java |
211 |
Found 'DD'-anomaly for variable 'tpList' (lines '211'-'222'). |
| 46027 |
src/com/gps/reports/FuelReport.java |
212 |
Potential violation of Law of Demeter (object not created locally) |
| 46028 |
src/com/gps/reports/FuelReport.java |
212 |
Potential violation of Law of Demeter (object not created locally) |
| 46029 |
src/com/gps/reports/FuelReport.java |
213 |
Avoid using Literals in Conditional Statements |
| 46030 |
src/com/gps/reports/FuelReport.java |
213 |
Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty() |
| 46031 |
src/com/gps/reports/FuelReport.java |
216 |
Found 'DD'-anomaly for variable 'pcktQry' (lines '216'-'221'). |
| 46032 |
src/com/gps/reports/FuelReport.java |
216 |
Potential violation of Law of Demeter (object not created locally) |
| 46033 |
src/com/gps/reports/FuelReport.java |
217 |
Potential violation of Law of Demeter (object not created locally) |
| 46034 |
src/com/gps/reports/FuelReport.java |
219 |
Avoid using Literals in Conditional Statements |
| 46035 |
src/com/gps/reports/FuelReport.java |
219 |
Potential violation of Law of Demeter (object not created locally) |
| 46036 |
src/com/gps/reports/FuelReport.java |
220 |
Potential violation of Law of Demeter (method chain calls) |
| 46037 |
src/com/gps/reports/FuelReport.java |
220 |
Potential violation of Law of Demeter (object not created locally) |
| 46038 |
src/com/gps/reports/FuelReport.java |
222 |
Potential violation of Law of Demeter (object not created locally) |
| 46039 |
src/com/gps/reports/FuelReport.java |
224 |
Potential violation of Law of Demeter (object not created locally) |
| 46040 |
src/com/gps/reports/FuelReport.java |
224 |
Potential violation of Law of Demeter (object not created locally) |
| 46041 |
src/com/gps/reports/FuelReport.java |
227 |
Local variable 'vehicle_type' could be declared final |
| 46042 |
src/com/gps/reports/FuelReport.java |
227 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'vehicle_type' is not final. |
| 46043 |
src/com/gps/reports/FuelReport.java |
227 |
Potential violation of Law of Demeter (object not created locally) |
| 46044 |
src/com/gps/reports/FuelReport.java |
228 |
Found 'DD'-anomaly for variable 'cbList' (lines '228'-'235'). |
| 46045 |
src/com/gps/reports/FuelReport.java |
229 |
Found 'DD'-anomaly for variable 'pcktQry' (lines '229'-'234'). |
| 46046 |
src/com/gps/reports/FuelReport.java |
229 |
Potential violation of Law of Demeter (object not created locally) |
| 46047 |
src/com/gps/reports/FuelReport.java |
230 |
Potential violation of Law of Demeter (object not created locally) |
| 46048 |
src/com/gps/reports/FuelReport.java |
230 |
Potential violation of Law of Demeter (object not created locally) |
| 46049 |
src/com/gps/reports/FuelReport.java |
232 |
Avoid using Literals in Conditional Statements |
| 46050 |
src/com/gps/reports/FuelReport.java |
232 |
Potential violation of Law of Demeter (object not created locally) |
| 46051 |
src/com/gps/reports/FuelReport.java |
233 |
Potential violation of Law of Demeter (method chain calls) |
| 46052 |
src/com/gps/reports/FuelReport.java |
233 |
Potential violation of Law of Demeter (object not created locally) |
| 46053 |
src/com/gps/reports/FuelReport.java |
235 |
Potential violation of Law of Demeter (object not created locally) |
| 46054 |
src/com/gps/reports/FuelReport.java |
237 |
Potential violation of Law of Demeter (object not created locally) |
| 46055 |
src/com/gps/reports/FuelReport.java |
237 |
Potential violation of Law of Demeter (object not created locally) |
| 46056 |
src/com/gps/reports/FuelReport.java |
241 |
Found 'DD'-anomaly for variable 'fhList' (lines '241'-'248'). |
| 46057 |
src/com/gps/reports/FuelReport.java |
242 |
Found 'DD'-anomaly for variable 'pcktQry' (lines '242'-'247'). |
| 46058 |
src/com/gps/reports/FuelReport.java |
242 |
Potential violation of Law of Demeter (object not created locally) |
| 46059 |
src/com/gps/reports/FuelReport.java |
243 |
Potential violation of Law of Demeter (object not created locally) |
| 46060 |
src/com/gps/reports/FuelReport.java |
245 |
Avoid using Literals in Conditional Statements |
| 46061 |
src/com/gps/reports/FuelReport.java |
245 |
Potential violation of Law of Demeter (object not created locally) |
| 46062 |
src/com/gps/reports/FuelReport.java |
246 |
Potential violation of Law of Demeter (method chain calls) |
| 46063 |
src/com/gps/reports/FuelReport.java |
246 |
Potential violation of Law of Demeter (object not created locally) |
| 46064 |
src/com/gps/reports/FuelReport.java |
248 |
Potential violation of Law of Demeter (object not created locally) |
| 46065 |
src/com/gps/reports/FuelReport.java |
251 |
Local variable 'fuelObj' could be declared final |
| 46066 |
src/com/gps/reports/FuelReport.java |
252 |
Potential violation of Law of Demeter (object not created locally) |
| 46067 |
src/com/gps/reports/FuelReport.java |
253 |
Potential violation of Law of Demeter (object not created locally) |
| 46068 |
src/com/gps/reports/FuelReport.java |
254 |
Potential violation of Law of Demeter (object not created locally) |
| 46069 |
src/com/gps/reports/FuelReport.java |
259 |
Potential violation of Law of Demeter (object not created locally) |
| 46070 |
src/com/gps/reports/FuelReport.java |
261 |
Potential violation of Law of Demeter (method chain calls) |
| 46071 |
src/com/gps/reports/FuelReport.java |
261 |
Potential violation of Law of Demeter (object not created locally) |
| 46072 |
src/com/gps/reports/FuelReport.java |
263 |
Potential violation of Law of Demeter (method chain calls) |
| 46073 |
src/com/gps/reports/FuelReport.java |
263 |
Potential violation of Law of Demeter (method chain calls) |
| 46074 |
src/com/gps/reports/FuelReport.java |
263 |
Potential violation of Law of Demeter (method chain calls) |
| 46075 |
src/com/gps/reports/FuelReport.java |
263 |
Potential violation of Law of Demeter (method chain calls) |
| 46076 |
src/com/gps/reports/FuelReport.java |
263 |
Potential violation of Law of Demeter (object not created locally) |
| 46077 |
src/com/gps/reports/FuelReport.java |
263 |
Potential violation of Law of Demeter (object not created locally) |
| 46078 |
src/com/gps/reports/FuelReport.java |
266 |
Avoid instantiating new objects inside loops |
| 46079 |
src/com/gps/reports/FuelReport.java |
266 |
Local variable 'rangeVO' could be declared final |
| 46080 |
src/com/gps/reports/FuelReport.java |
267 |
Potential violation of Law of Demeter (method chain calls) |
| 46081 |
src/com/gps/reports/FuelReport.java |
267 |
Potential violation of Law of Demeter (method chain calls) |
| 46082 |
src/com/gps/reports/FuelReport.java |
267 |
Potential violation of Law of Demeter (method chain calls) |
| 46083 |
src/com/gps/reports/FuelReport.java |
267 |
Potential violation of Law of Demeter (object not created locally) |
| 46084 |
src/com/gps/reports/FuelReport.java |
268 |
Potential violation of Law of Demeter (method chain calls) |
| 46085 |
src/com/gps/reports/FuelReport.java |
268 |
Potential violation of Law of Demeter (method chain calls) |
| 46086 |
src/com/gps/reports/FuelReport.java |
268 |
Potential violation of Law of Demeter (method chain calls) |
| 46087 |
src/com/gps/reports/FuelReport.java |
268 |
Potential violation of Law of Demeter (method chain calls) |
| 46088 |
src/com/gps/reports/FuelReport.java |
268 |
Potential violation of Law of Demeter (method chain calls) |
| 46089 |
src/com/gps/reports/FuelReport.java |
268 |
Potential violation of Law of Demeter (method chain calls) |
| 46090 |
src/com/gps/reports/FuelReport.java |
268 |
Potential violation of Law of Demeter (method chain calls) |
| 46091 |
src/com/gps/reports/FuelReport.java |
268 |
Potential violation of Law of Demeter (method chain calls) |
| 46092 |
src/com/gps/reports/FuelReport.java |
268 |
Potential violation of Law of Demeter (method chain calls) |
| 46093 |
src/com/gps/reports/FuelReport.java |
268 |
Potential violation of Law of Demeter (method chain calls) |
| 46094 |
src/com/gps/reports/FuelReport.java |
268 |
Potential violation of Law of Demeter (method chain calls) |
| 46095 |
src/com/gps/reports/FuelReport.java |
268 |
Potential violation of Law of Demeter (method chain calls) |
| 46096 |
src/com/gps/reports/FuelReport.java |
268 |
Potential violation of Law of Demeter (method chain calls) |
| 46097 |
src/com/gps/reports/FuelReport.java |
268 |
Potential violation of Law of Demeter (method chain calls) |
| 46098 |
src/com/gps/reports/FuelReport.java |
268 |
Potential violation of Law of Demeter (method chain calls) |
| 46099 |
src/com/gps/reports/FuelReport.java |
268 |
Potential violation of Law of Demeter (method chain calls) |
| 46100 |
src/com/gps/reports/FuelReport.java |
268 |
Potential violation of Law of Demeter (object not created locally) |
| 46101 |
src/com/gps/reports/FuelReport.java |
268 |
Potential violation of Law of Demeter (object not created locally) |
| 46102 |
src/com/gps/reports/FuelReport.java |
268 |
Potential violation of Law of Demeter (object not created locally) |
| 46103 |
src/com/gps/reports/FuelReport.java |
268 |
Potential violation of Law of Demeter (object not created locally) |
| 46104 |
src/com/gps/reports/FuelReport.java |
268 |
Potential violation of Law of Demeter (object not created locally) |
| 46105 |
src/com/gps/reports/FuelReport.java |
268 |
Potential violation of Law of Demeter (object not created locally) |
| 46106 |
src/com/gps/reports/FuelReport.java |
268 |
Potential violation of Law of Demeter (object not created locally) |
| 46107 |
src/com/gps/reports/FuelReport.java |
268 |
Useless parentheses. |
| 46108 |
src/com/gps/reports/FuelReport.java |
269 |
Potential violation of Law of Demeter (method chain calls) |
| 46109 |
src/com/gps/reports/FuelReport.java |
269 |
Potential violation of Law of Demeter (method chain calls) |
| 46110 |
src/com/gps/reports/FuelReport.java |
269 |
Potential violation of Law of Demeter (method chain calls) |
| 46111 |
src/com/gps/reports/FuelReport.java |
269 |
Potential violation of Law of Demeter (method chain calls) |
| 46112 |
src/com/gps/reports/FuelReport.java |
269 |
Potential violation of Law of Demeter (object not created locally) |
| 46113 |
src/com/gps/reports/FuelReport.java |
270 |
Potential violation of Law of Demeter (object not created locally) |
| 46114 |
src/com/gps/reports/FuelReport.java |
271 |
Local variable 'fhObj' could be declared final |
| 46115 |
src/com/gps/reports/FuelReport.java |
273 |
Deeply nested if..then statements are hard to read |
| 46116 |
src/com/gps/reports/FuelReport.java |
273 |
Potential violation of Law of Demeter (method chain calls) |
| 46117 |
src/com/gps/reports/FuelReport.java |
273 |
Potential violation of Law of Demeter (method chain calls) |
| 46118 |
src/com/gps/reports/FuelReport.java |
273 |
Potential violation of Law of Demeter (method chain calls) |
| 46119 |
src/com/gps/reports/FuelReport.java |
273 |
Potential violation of Law of Demeter (method chain calls) |
| 46120 |
src/com/gps/reports/FuelReport.java |
273 |
Potential violation of Law of Demeter (object not created locally) |
| 46121 |
src/com/gps/reports/FuelReport.java |
275 |
Potential violation of Law of Demeter (object not created locally) |
| 46122 |
src/com/gps/reports/FuelReport.java |
275 |
Potential violation of Law of Demeter (object not created locally) |
| 46123 |
src/com/gps/reports/FuelReport.java |
276 |
Potential violation of Law of Demeter (method chain calls) |
| 46124 |
src/com/gps/reports/FuelReport.java |
276 |
Potential violation of Law of Demeter (method chain calls) |
| 46125 |
src/com/gps/reports/FuelReport.java |
276 |
Potential violation of Law of Demeter (object not created locally) |
| 46126 |
src/com/gps/reports/FuelReport.java |
276 |
Potential violation of Law of Demeter (object not created locally) |
| 46127 |
src/com/gps/reports/FuelReport.java |
279 |
Deeply nested if..then statements are hard to read |
| 46128 |
src/com/gps/reports/FuelReport.java |
279 |
Potential violation of Law of Demeter (method chain calls) |
| 46129 |
src/com/gps/reports/FuelReport.java |
279 |
Potential violation of Law of Demeter (object not created locally) |
| 46130 |
src/com/gps/reports/FuelReport.java |
279 |
Potential violation of Law of Demeter (object not created locally) |
| 46131 |
src/com/gps/reports/FuelReport.java |
280 |
Potential violation of Law of Demeter (object not created locally) |
| 46132 |
src/com/gps/reports/FuelReport.java |
282 |
Potential violation of Law of Demeter (object not created locally) |
| 46133 |
src/com/gps/reports/FuelReport.java |
283 |
Found 'DD'-anomaly for variable 'i' (lines '283'-'259'). |
| 46134 |
src/com/gps/reports/FuelReport.java |
283 |
Potential violation of Law of Demeter (object not created locally) |
| 46135 |
src/com/gps/reports/FuelReport.java |
289 |
Potential violation of Law of Demeter (method chain calls) |
| 46136 |
src/com/gps/reports/FuelReport.java |
289 |
Potential violation of Law of Demeter (method chain calls) |
| 46137 |
src/com/gps/reports/FuelReport.java |
289 |
Potential violation of Law of Demeter (method chain calls) |
| 46138 |
src/com/gps/reports/FuelReport.java |
289 |
Potential violation of Law of Demeter (method chain calls) |
| 46139 |
src/com/gps/reports/FuelReport.java |
289 |
Potential violation of Law of Demeter (object not created locally) |
| 46140 |
src/com/gps/reports/FuelReport.java |
289 |
Potential violation of Law of Demeter (object not created locally) |
| 46141 |
src/com/gps/reports/FuelReport.java |
292 |
Avoid instantiating new objects inside loops |
| 46142 |
src/com/gps/reports/FuelReport.java |
292 |
Local variable 'rangeVO' could be declared final |
| 46143 |
src/com/gps/reports/FuelReport.java |
293 |
Potential violation of Law of Demeter (method chain calls) |
| 46144 |
src/com/gps/reports/FuelReport.java |
293 |
Potential violation of Law of Demeter (method chain calls) |
| 46145 |
src/com/gps/reports/FuelReport.java |
293 |
Potential violation of Law of Demeter (method chain calls) |
| 46146 |
src/com/gps/reports/FuelReport.java |
293 |
Potential violation of Law of Demeter (object not created locally) |
| 46147 |
src/com/gps/reports/FuelReport.java |
294 |
Potential violation of Law of Demeter (method chain calls) |
| 46148 |
src/com/gps/reports/FuelReport.java |
294 |
Potential violation of Law of Demeter (method chain calls) |
| 46149 |
src/com/gps/reports/FuelReport.java |
294 |
Potential violation of Law of Demeter (method chain calls) |
| 46150 |
src/com/gps/reports/FuelReport.java |
294 |
Potential violation of Law of Demeter (method chain calls) |
| 46151 |
src/com/gps/reports/FuelReport.java |
294 |
Potential violation of Law of Demeter (method chain calls) |
| 46152 |
src/com/gps/reports/FuelReport.java |
294 |
Potential violation of Law of Demeter (method chain calls) |
| 46153 |
src/com/gps/reports/FuelReport.java |
294 |
Potential violation of Law of Demeter (method chain calls) |
| 46154 |
src/com/gps/reports/FuelReport.java |
294 |
Potential violation of Law of Demeter (method chain calls) |
| 46155 |
src/com/gps/reports/FuelReport.java |
294 |
Potential violation of Law of Demeter (method chain calls) |
| 46156 |
src/com/gps/reports/FuelReport.java |
294 |
Potential violation of Law of Demeter (method chain calls) |
| 46157 |
src/com/gps/reports/FuelReport.java |
294 |
Potential violation of Law of Demeter (method chain calls) |
| 46158 |
src/com/gps/reports/FuelReport.java |
294 |
Potential violation of Law of Demeter (method chain calls) |
| 46159 |
src/com/gps/reports/FuelReport.java |
294 |
Potential violation of Law of Demeter (method chain calls) |
| 46160 |
src/com/gps/reports/FuelReport.java |
294 |
Potential violation of Law of Demeter (method chain calls) |
| 46161 |
src/com/gps/reports/FuelReport.java |
294 |
Potential violation of Law of Demeter (object not created locally) |
| 46162 |
src/com/gps/reports/FuelReport.java |
294 |
Potential violation of Law of Demeter (object not created locally) |
| 46163 |
src/com/gps/reports/FuelReport.java |
294 |
Potential violation of Law of Demeter (object not created locally) |
| 46164 |
src/com/gps/reports/FuelReport.java |
294 |
Potential violation of Law of Demeter (object not created locally) |
| 46165 |
src/com/gps/reports/FuelReport.java |
294 |
Potential violation of Law of Demeter (object not created locally) |
| 46166 |
src/com/gps/reports/FuelReport.java |
294 |
Potential violation of Law of Demeter (object not created locally) |
| 46167 |
src/com/gps/reports/FuelReport.java |
294 |
Potential violation of Law of Demeter (object not created locally) |
| 46168 |
src/com/gps/reports/FuelReport.java |
294 |
Useless parentheses. |
| 46169 |
src/com/gps/reports/FuelReport.java |
295 |
Potential violation of Law of Demeter (method chain calls) |
| 46170 |
src/com/gps/reports/FuelReport.java |
295 |
Potential violation of Law of Demeter (method chain calls) |
| 46171 |
src/com/gps/reports/FuelReport.java |
295 |
Potential violation of Law of Demeter (method chain calls) |
| 46172 |
src/com/gps/reports/FuelReport.java |
295 |
Potential violation of Law of Demeter (method chain calls) |
| 46173 |
src/com/gps/reports/FuelReport.java |
295 |
Potential violation of Law of Demeter (object not created locally) |
| 46174 |
src/com/gps/reports/FuelReport.java |
296 |
Potential violation of Law of Demeter (object not created locally) |
| 46175 |
src/com/gps/reports/FuelReport.java |
297 |
Local variable 'fhObj' could be declared final |
| 46176 |
src/com/gps/reports/FuelReport.java |
299 |
Deeply nested if..then statements are hard to read |
| 46177 |
src/com/gps/reports/FuelReport.java |
299 |
Potential violation of Law of Demeter (method chain calls) |
| 46178 |
src/com/gps/reports/FuelReport.java |
299 |
Potential violation of Law of Demeter (method chain calls) |
| 46179 |
src/com/gps/reports/FuelReport.java |
299 |
Potential violation of Law of Demeter (method chain calls) |
| 46180 |
src/com/gps/reports/FuelReport.java |
299 |
Potential violation of Law of Demeter (method chain calls) |
| 46181 |
src/com/gps/reports/FuelReport.java |
299 |
Potential violation of Law of Demeter (object not created locally) |
| 46182 |
src/com/gps/reports/FuelReport.java |
301 |
Potential violation of Law of Demeter (object not created locally) |
| 46183 |
src/com/gps/reports/FuelReport.java |
301 |
Potential violation of Law of Demeter (object not created locally) |
| 46184 |
src/com/gps/reports/FuelReport.java |
302 |
Potential violation of Law of Demeter (method chain calls) |
| 46185 |
src/com/gps/reports/FuelReport.java |
302 |
Potential violation of Law of Demeter (method chain calls) |
| 46186 |
src/com/gps/reports/FuelReport.java |
302 |
Potential violation of Law of Demeter (object not created locally) |
| 46187 |
src/com/gps/reports/FuelReport.java |
302 |
Potential violation of Law of Demeter (object not created locally) |
| 46188 |
src/com/gps/reports/FuelReport.java |
305 |
Deeply nested if..then statements are hard to read |
| 46189 |
src/com/gps/reports/FuelReport.java |
305 |
Potential violation of Law of Demeter (method chain calls) |
| 46190 |
src/com/gps/reports/FuelReport.java |
305 |
Potential violation of Law of Demeter (object not created locally) |
| 46191 |
src/com/gps/reports/FuelReport.java |
305 |
Potential violation of Law of Demeter (object not created locally) |
| 46192 |
src/com/gps/reports/FuelReport.java |
306 |
Potential violation of Law of Demeter (object not created locally) |
| 46193 |
src/com/gps/reports/FuelReport.java |
308 |
Potential violation of Law of Demeter (object not created locally) |
| 46194 |
src/com/gps/reports/FuelReport.java |
309 |
Found 'DD'-anomaly for variable 'i' (lines '309'-'259'). |
| 46195 |
src/com/gps/reports/FuelReport.java |
309 |
Potential violation of Law of Demeter (object not created locally) |
| 46196 |
src/com/gps/reports/FuelReport.java |
323 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 46197 |
src/com/gps/reports/FuelReport.java |
325 |
Avoid printStackTrace(); use a logger call instead. |
| 46198 |
src/com/gps/reports/FuelReport.java |
325 |
Potential violation of Law of Demeter (object not created locally) |
| 46199 |
src/com/gps/reports/FuelReport.java |
326 |
There is log block not surrounded by if |
| 46200 |
src/com/gps/reports/FuelReport.java |
330 |
Avoid really long methods. |
| 46201 |
src/com/gps/reports/FuelReport.java |
330 |
Avoid unused private methods such as 'voltageFilter(Hashtable,List,int,FuelVO)'. |
| 46202 |
src/com/gps/reports/FuelReport.java |
330 |
Avoid using implementation types like 'Hashtable'; use the interface instead |
| 46203 |
src/com/gps/reports/FuelReport.java |
330 |
Consider replacing this Hashtable with the newer java.util.Map |
| 46204 |
src/com/gps/reports/FuelReport.java |
330 |
Parameter 'calib' is not assigned and could be declared final |
| 46205 |
src/com/gps/reports/FuelReport.java |
330 |
Parameter 'fuelObj' is not assigned and could be declared final |
| 46206 |
src/com/gps/reports/FuelReport.java |
330 |
Parameter 'objects' is not assigned and could be declared final |
| 46207 |
src/com/gps/reports/FuelReport.java |
330 |
Parameter 'type' is not assigned and could be declared final |
| 46208 |
src/com/gps/reports/FuelReport.java |
330 |
The method 'voltageFilter' has a Cyclomatic Complexity of 14. |
| 46209 |
src/com/gps/reports/FuelReport.java |
330 |
The method voltageFilter() has an NPath complexity of 396 |
| 46210 |
src/com/gps/reports/FuelReport.java |
332 |
Found 'DD'-anomaly for variable 'key' (lines '332'-'345'). |
| 46211 |
src/com/gps/reports/FuelReport.java |
333 |
Local variable 'voltage' could be declared final |
| 46212 |
src/com/gps/reports/FuelReport.java |
334 |
Local variable 'timetracker' could be declared final |
| 46213 |
src/com/gps/reports/FuelReport.java |
335 |
Found 'DD'-anomaly for variable 'volt' (lines '335'-'351'). |
| 46214 |
src/com/gps/reports/FuelReport.java |
336 |
Avoid unused local variables such as 'event'. |
| 46215 |
src/com/gps/reports/FuelReport.java |
336 |
Found 'DD'-anomaly for variable 'event' (lines '336'-'377'). |
| 46216 |
src/com/gps/reports/FuelReport.java |
336 |
Found 'DD'-anomaly for variable 'ignition_on' (lines '336'-'344'). |
| 46217 |
src/com/gps/reports/FuelReport.java |
336 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'ignition_on' is not final. |
| 46218 |
src/com/gps/reports/FuelReport.java |
336 |
Use one line for each declaration, it enhances code readability. |
| 46219 |
src/com/gps/reports/FuelReport.java |
338 |
Local variable 'temp' could be declared final |
| 46220 |
src/com/gps/reports/FuelReport.java |
340 |
Avoid variables with short names like i |
| 46221 |
src/com/gps/reports/FuelReport.java |
340 |
Local variable 'i' could be declared final |
| 46222 |
src/com/gps/reports/FuelReport.java |
340 |
Potential violation of Law of Demeter (object not created locally) |
| 46223 |
src/com/gps/reports/FuelReport.java |
341 |
Found 'DD'-anomaly for variable 'lastPcktTime' (lines '341'-'350'). |
| 46224 |
src/com/gps/reports/FuelReport.java |
344 |
Found 'DD'-anomaly for variable 'ignition_on' (lines '344'-'348'). |
| 46225 |
src/com/gps/reports/FuelReport.java |
346 |
Avoid using Literals in Conditional Statements |
| 46226 |
src/com/gps/reports/FuelReport.java |
346 |
Potential violation of Law of Demeter (method chain calls) |
| 46227 |
src/com/gps/reports/FuelReport.java |
352 |
Avoid if (x != y) ..; else ..; |
| 46228 |
src/com/gps/reports/FuelReport.java |
352 |
Avoid using Literals in Conditional Statements |
| 46229 |
src/com/gps/reports/FuelReport.java |
354 |
Potential violation of Law of Demeter (object not created locally) |
| 46230 |
src/com/gps/reports/FuelReport.java |
355 |
Potential violation of Law of Demeter (object not created locally) |
| 46231 |
src/com/gps/reports/FuelReport.java |
359 |
Potential violation of Law of Demeter (object not created locally) |
| 46232 |
src/com/gps/reports/FuelReport.java |
359 |
Potential violation of Law of Demeter (object not created locally) |
| 46233 |
src/com/gps/reports/FuelReport.java |
359 |
Potential violation of Law of Demeter (object not created locally) |
| 46234 |
src/com/gps/reports/FuelReport.java |
360 |
Potential violation of Law of Demeter (object not created locally) |
| 46235 |
src/com/gps/reports/FuelReport.java |
368 |
Found 'DD'-anomaly for variable 'ignition_on' (lines '368'-'374'). |
| 46236 |
src/com/gps/reports/FuelReport.java |
372 |
Avoid using Literals in Conditional Statements |
| 46237 |
src/com/gps/reports/FuelReport.java |
372 |
Potential violation of Law of Demeter (object not created locally) |
| 46238 |
src/com/gps/reports/FuelReport.java |
372 |
Potential violation of Law of Demeter (object not created locally) |
| 46239 |
src/com/gps/reports/FuelReport.java |
372 |
Potential violation of Law of Demeter (static property access) |
| 46240 |
src/com/gps/reports/FuelReport.java |
377 |
Found 'DD'-anomaly for variable 'event' (lines '377'-'377'). |
| 46241 |
src/com/gps/reports/FuelReport.java |
377 |
Found 'DU'-anomaly for variable 'event' (lines '377'-'440'). |
| 46242 |
src/com/gps/reports/FuelReport.java |
377 |
Potential violation of Law of Demeter (method chain calls) |
| 46243 |
src/com/gps/reports/FuelReport.java |
379 |
Avoid using Literals in Conditional Statements |
| 46244 |
src/com/gps/reports/FuelReport.java |
384 |
Avoid if (x != y) ..; else ..; |
| 46245 |
src/com/gps/reports/FuelReport.java |
384 |
Avoid using Literals in Conditional Statements |
| 46246 |
src/com/gps/reports/FuelReport.java |
386 |
Potential violation of Law of Demeter (object not created locally) |
| 46247 |
src/com/gps/reports/FuelReport.java |
387 |
Potential violation of Law of Demeter (object not created locally) |
| 46248 |
src/com/gps/reports/FuelReport.java |
391 |
Potential violation of Law of Demeter (object not created locally) |
| 46249 |
src/com/gps/reports/FuelReport.java |
391 |
Potential violation of Law of Demeter (object not created locally) |
| 46250 |
src/com/gps/reports/FuelReport.java |
391 |
Potential violation of Law of Demeter (object not created locally) |
| 46251 |
src/com/gps/reports/FuelReport.java |
392 |
Potential violation of Law of Demeter (object not created locally) |
| 46252 |
src/com/gps/reports/FuelReport.java |
395 |
Avoid using Literals in Conditional Statements |
| 46253 |
src/com/gps/reports/FuelReport.java |
395 |
Potential violation of Law of Demeter (method chain calls) |
| 46254 |
src/com/gps/reports/FuelReport.java |
398 |
Avoid if (x != y) ..; else ..; |
| 46255 |
src/com/gps/reports/FuelReport.java |
398 |
Avoid using Literals in Conditional Statements |
| 46256 |
src/com/gps/reports/FuelReport.java |
400 |
Potential violation of Law of Demeter (object not created locally) |
| 46257 |
src/com/gps/reports/FuelReport.java |
401 |
Potential violation of Law of Demeter (object not created locally) |
| 46258 |
src/com/gps/reports/FuelReport.java |
405 |
Potential violation of Law of Demeter (object not created locally) |
| 46259 |
src/com/gps/reports/FuelReport.java |
405 |
Potential violation of Law of Demeter (object not created locally) |
| 46260 |
src/com/gps/reports/FuelReport.java |
405 |
Potential violation of Law of Demeter (object not created locally) |
| 46261 |
src/com/gps/reports/FuelReport.java |
405 |
Potential violation of Law of Demeter (object not created locally) |
| 46262 |
src/com/gps/reports/FuelReport.java |
405 |
Useless parentheses. |
| 46263 |
src/com/gps/reports/FuelReport.java |
406 |
Potential violation of Law of Demeter (object not created locally) |
| 46264 |
src/com/gps/reports/FuelReport.java |
410 |
Found 'DU'-anomaly for variable 'lastPcktTime' (lines '410'-'440'). |
| 46265 |
src/com/gps/reports/FuelReport.java |
413 |
Found 'DD'-anomaly for variable 'rangevalues' (lines '413'-'423'). |
| 46266 |
src/com/gps/reports/FuelReport.java |
413 |
Found 'DU'-anomaly for variable 'rangevalues' (lines '413'-'440'). |
| 46267 |
src/com/gps/reports/FuelReport.java |
415 |
Local variable 'litres' could be declared final |
| 46268 |
src/com/gps/reports/FuelReport.java |
417 |
Potential violation of Law of Demeter (object not created locally) |
| 46269 |
src/com/gps/reports/FuelReport.java |
418 |
Found 'DU'-anomaly for variable 'iterObj' (lines '418'-'440'). |
| 46270 |
src/com/gps/reports/FuelReport.java |
418 |
Local variable 'iterObj' could be declared final |
| 46271 |
src/com/gps/reports/FuelReport.java |
418 |
Potential violation of Law of Demeter (object not created locally) |
| 46272 |
src/com/gps/reports/FuelReport.java |
424 |
Avoid using Literals in Conditional Statements |
| 46273 |
src/com/gps/reports/FuelReport.java |
425 |
Avoid using if...else statements without curly braces |
| 46274 |
src/com/gps/reports/FuelReport.java |
425 |
Potential violation of Law of Demeter (method chain calls) |
| 46275 |
src/com/gps/reports/FuelReport.java |
425 |
Potential violation of Law of Demeter (method chain calls) |
| 46276 |
src/com/gps/reports/FuelReport.java |
425 |
Potential violation of Law of Demeter (method chain calls) |
| 46277 |
src/com/gps/reports/FuelReport.java |
425 |
Potential violation of Law of Demeter (method chain calls) |
| 46278 |
src/com/gps/reports/FuelReport.java |
425 |
Potential violation of Law of Demeter (method chain calls) |
| 46279 |
src/com/gps/reports/FuelReport.java |
425 |
Potential violation of Law of Demeter (method chain calls) |
| 46280 |
src/com/gps/reports/FuelReport.java |
425 |
Potential violation of Law of Demeter (object not created locally) |
| 46281 |
src/com/gps/reports/FuelReport.java |
425 |
Useless parentheses. |
| 46282 |
src/com/gps/reports/FuelReport.java |
427 |
Avoid using if...else statements without curly braces |
| 46283 |
src/com/gps/reports/FuelReport.java |
427 |
Potential violation of Law of Demeter (method chain calls) |
| 46284 |
src/com/gps/reports/FuelReport.java |
427 |
Potential violation of Law of Demeter (method chain calls) |
| 46285 |
src/com/gps/reports/FuelReport.java |
427 |
Potential violation of Law of Demeter (method chain calls) |
| 46286 |
src/com/gps/reports/FuelReport.java |
427 |
Potential violation of Law of Demeter (method chain calls) |
| 46287 |
src/com/gps/reports/FuelReport.java |
427 |
Potential violation of Law of Demeter (method chain calls) |
| 46288 |
src/com/gps/reports/FuelReport.java |
427 |
Potential violation of Law of Demeter (method chain calls) |
| 46289 |
src/com/gps/reports/FuelReport.java |
427 |
Potential violation of Law of Demeter (object not created locally) |
| 46290 |
src/com/gps/reports/FuelReport.java |
427 |
Useless parentheses. |
| 46291 |
src/com/gps/reports/FuelReport.java |
427 |
Useless parentheses. |
| 46292 |
src/com/gps/reports/FuelReport.java |
430 |
Potential violation of Law of Demeter (object not created locally) |
| 46293 |
src/com/gps/reports/FuelReport.java |
434 |
Avoid instantiating new objects inside loops |
| 46294 |
src/com/gps/reports/FuelReport.java |
434 |
Local variable 'rangeVO' could be declared final |
| 46295 |
src/com/gps/reports/FuelReport.java |
435 |
Potential violation of Law of Demeter (method chain calls) |
| 46296 |
src/com/gps/reports/FuelReport.java |
435 |
Potential violation of Law of Demeter (method chain calls) |
| 46297 |
src/com/gps/reports/FuelReport.java |
436 |
Potential violation of Law of Demeter (method chain calls) |
| 46298 |
src/com/gps/reports/FuelReport.java |
436 |
Potential violation of Law of Demeter (method chain calls) |
| 46299 |
src/com/gps/reports/FuelReport.java |
442 |
Avoid long parameter lists. |
| 46300 |
src/com/gps/reports/FuelReport.java |
442 |
Avoid reassigning parameters such as 'volt' |
| 46301 |
src/com/gps/reports/FuelReport.java |
442 |
Avoid reassigning parameters such as 'volt' |
| 46302 |
src/com/gps/reports/FuelReport.java |
442 |
Avoid using implementation types like 'ArrayList'; use the interface instead |
| 46303 |
src/com/gps/reports/FuelReport.java |
442 |
Avoid using implementation types like 'ArrayList'; use the interface instead |
| 46304 |
src/com/gps/reports/FuelReport.java |
442 |
Avoid using implementation types like 'ArrayList'; use the interface instead |
| 46305 |
src/com/gps/reports/FuelReport.java |
442 |
Avoid using implementation types like 'Hashtable'; use the interface instead |
| 46306 |
src/com/gps/reports/FuelReport.java |
442 |
Consider replacing this Hashtable with the newer java.util.Map |
| 46307 |
src/com/gps/reports/FuelReport.java |
442 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'ignition_on' is not final. |
| 46308 |
src/com/gps/reports/FuelReport.java |
442 |
Parameter 'calib' is not assigned and could be declared final |
| 46309 |
src/com/gps/reports/FuelReport.java |
442 |
Parameter 'ignition_on' is not assigned and could be declared final |
| 46310 |
src/com/gps/reports/FuelReport.java |
442 |
Parameter 'key' is not assigned and could be declared final |
| 46311 |
src/com/gps/reports/FuelReport.java |
442 |
Parameter 'objects' is not assigned and could be declared final |
| 46312 |
src/com/gps/reports/FuelReport.java |
442 |
Parameter 'packet' is not assigned and could be declared final |
| 46313 |
src/com/gps/reports/FuelReport.java |
442 |
Parameter 'temp' is not assigned and could be declared final |
| 46314 |
src/com/gps/reports/FuelReport.java |
442 |
Parameter 'timetracker' is not assigned and could be declared final |
| 46315 |
src/com/gps/reports/FuelReport.java |
442 |
Parameter 'type' is not assigned and could be declared final |
| 46316 |
src/com/gps/reports/FuelReport.java |
442 |
Parameter 'voltage' is not assigned and could be declared final |
| 46317 |
src/com/gps/reports/FuelReport.java |
445 |
Found 'DD'-anomaly for variable 'rangevalues' (lines '445'-'448'). |
| 46318 |
src/com/gps/reports/FuelReport.java |
448 |
Found 'DU'-anomaly for variable 'rangevalues' (lines '448'-'475'). |
| 46319 |
src/com/gps/reports/FuelReport.java |
450 |
Avoid using Literals in Conditional Statements |
| 46320 |
src/com/gps/reports/FuelReport.java |
452 |
Useless parentheses. |
| 46321 |
src/com/gps/reports/FuelReport.java |
455 |
Useless parentheses. |
| 46322 |
src/com/gps/reports/FuelReport.java |
456 |
A method should have only one exit point, and that should be the last statement in the method |
| 46323 |
src/com/gps/reports/FuelReport.java |
459 |
A method should have only one exit point, and that should be the last statement in the method |
| 46324 |
src/com/gps/reports/FuelReport.java |
459 |
Avoid using if...else statements without curly braces |
| 46325 |
src/com/gps/reports/FuelReport.java |
461 |
Avoid using Literals in Conditional Statements |
| 46326 |
src/com/gps/reports/FuelReport.java |
463 |
Useless parentheses. |
| 46327 |
src/com/gps/reports/FuelReport.java |
467 |
Useless parentheses. |
| 46328 |
src/com/gps/reports/FuelReport.java |
468 |
A method should have only one exit point, and that should be the last statement in the method |
| 46329 |
src/com/gps/reports/FuelReport.java |
471 |
A method should have only one exit point, and that should be the last statement in the method |
| 46330 |
src/com/gps/reports/FuelReport.java |
471 |
Avoid using if...else statements without curly braces |
| 46331 |
src/com/gps/reports/FuelReport.java |
474 |
Avoid using if...else statements without curly braces |
| 46332 |
src/com/gps/reports/FuelReport.java |
479 |
Avoid long parameter lists. |
| 46333 |
src/com/gps/reports/FuelReport.java |
479 |
Avoid reassigning parameters such as 'volt' |
| 46334 |
src/com/gps/reports/FuelReport.java |
479 |
Avoid reassigning parameters such as 'volt' |
| 46335 |
src/com/gps/reports/FuelReport.java |
479 |
Avoid unused private methods such as 'filterignitionoff(FuelDTO,double,Date,List,Hashtable,ArrayList,ArrayList,ArrayList,int,int)'. |
| 46336 |
src/com/gps/reports/FuelReport.java |
479 |
Avoid using implementation types like 'ArrayList'; use the interface instead |
| 46337 |
src/com/gps/reports/FuelReport.java |
479 |
Avoid using implementation types like 'ArrayList'; use the interface instead |
| 46338 |
src/com/gps/reports/FuelReport.java |
479 |
Avoid using implementation types like 'ArrayList'; use the interface instead |
| 46339 |
src/com/gps/reports/FuelReport.java |
479 |
Avoid using implementation types like 'Hashtable'; use the interface instead |
| 46340 |
src/com/gps/reports/FuelReport.java |
479 |
Consider replacing this Hashtable with the newer java.util.Map |
| 46341 |
src/com/gps/reports/FuelReport.java |
479 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'ignition_on' is not final. |
| 46342 |
src/com/gps/reports/FuelReport.java |
479 |
Parameter 'calib' is not assigned and could be declared final |
| 46343 |
src/com/gps/reports/FuelReport.java |
479 |
Parameter 'ignition_on' is not assigned and could be declared final |
| 46344 |
src/com/gps/reports/FuelReport.java |
479 |
Parameter 'key' is not assigned and could be declared final |
| 46345 |
src/com/gps/reports/FuelReport.java |
479 |
Parameter 'objects' is not assigned and could be declared final |
| 46346 |
src/com/gps/reports/FuelReport.java |
479 |
Parameter 'packet' is not assigned and could be declared final |
| 46347 |
src/com/gps/reports/FuelReport.java |
479 |
Parameter 'temp' is not assigned and could be declared final |
| 46348 |
src/com/gps/reports/FuelReport.java |
479 |
Parameter 'timetracker' is not assigned and could be declared final |
| 46349 |
src/com/gps/reports/FuelReport.java |
479 |
Parameter 'type' is not assigned and could be declared final |
| 46350 |
src/com/gps/reports/FuelReport.java |
479 |
Parameter 'voltage' is not assigned and could be declared final |
| 46351 |
src/com/gps/reports/FuelReport.java |
482 |
Found 'DD'-anomaly for variable 'rangevalues' (lines '482'-'485'). |
| 46352 |
src/com/gps/reports/FuelReport.java |
485 |
Found 'DU'-anomaly for variable 'rangevalues' (lines '485'-'510'). |
| 46353 |
src/com/gps/reports/FuelReport.java |
486 |
Avoid using Literals in Conditional Statements |
| 46354 |
src/com/gps/reports/FuelReport.java |
488 |
Useless parentheses. |
| 46355 |
src/com/gps/reports/FuelReport.java |
491 |
Useless parentheses. |
| 46356 |
src/com/gps/reports/FuelReport.java |
492 |
A method should have only one exit point, and that should be the last statement in the method |
| 46357 |
src/com/gps/reports/FuelReport.java |
495 |
A method should have only one exit point, and that should be the last statement in the method |
| 46358 |
src/com/gps/reports/FuelReport.java |
495 |
Avoid using if...else statements without curly braces |
| 46359 |
src/com/gps/reports/FuelReport.java |
497 |
Avoid using Literals in Conditional Statements |
| 46360 |
src/com/gps/reports/FuelReport.java |
499 |
Useless parentheses. |
| 46361 |
src/com/gps/reports/FuelReport.java |
502 |
Useless parentheses. |
| 46362 |
src/com/gps/reports/FuelReport.java |
503 |
A method should have only one exit point, and that should be the last statement in the method |
| 46363 |
src/com/gps/reports/FuelReport.java |
506 |
A method should have only one exit point, and that should be the last statement in the method |
| 46364 |
src/com/gps/reports/FuelReport.java |
506 |
Avoid using if...else statements without curly braces |
| 46365 |
src/com/gps/reports/FuelReport.java |
509 |
Avoid using if...else statements without curly braces |
| 46366 |
src/com/gps/reports/FuelReport.java |
514 |
Avoid long parameter lists. |
| 46367 |
src/com/gps/reports/FuelReport.java |
514 |
Avoid reassigning parameters such as 'volt' |
| 46368 |
src/com/gps/reports/FuelReport.java |
514 |
Avoid reassigning parameters such as 'volt' |
| 46369 |
src/com/gps/reports/FuelReport.java |
514 |
Avoid reassigning parameters such as 'volt' |
| 46370 |
src/com/gps/reports/FuelReport.java |
514 |
Avoid reassigning parameters such as 'volt' |
| 46371 |
src/com/gps/reports/FuelReport.java |
514 |
Avoid reassigning parameters such as 'volt' |
| 46372 |
src/com/gps/reports/FuelReport.java |
514 |
Avoid using implementation types like 'ArrayList'; use the interface instead |
| 46373 |
src/com/gps/reports/FuelReport.java |
514 |
Avoid using implementation types like 'ArrayList'; use the interface instead |
| 46374 |
src/com/gps/reports/FuelReport.java |
514 |
Avoid using implementation types like 'ArrayList'; use the interface instead |
| 46375 |
src/com/gps/reports/FuelReport.java |
514 |
Avoid using implementation types like 'Hashtable'; use the interface instead |
| 46376 |
src/com/gps/reports/FuelReport.java |
514 |
Consider replacing this Hashtable with the newer java.util.Map |
| 46377 |
src/com/gps/reports/FuelReport.java |
514 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'ignition_on' is not final. |
| 46378 |
src/com/gps/reports/FuelReport.java |
514 |
Parameter 'calib' is not assigned and could be declared final |
| 46379 |
src/com/gps/reports/FuelReport.java |
514 |
Parameter 'ignition_on' is not assigned and could be declared final |
| 46380 |
src/com/gps/reports/FuelReport.java |
514 |
Parameter 'key' is not assigned and could be declared final |
| 46381 |
src/com/gps/reports/FuelReport.java |
514 |
Parameter 'objects' is not assigned and could be declared final |
| 46382 |
src/com/gps/reports/FuelReport.java |
514 |
Parameter 'packet' is not assigned and could be declared final |
| 46383 |
src/com/gps/reports/FuelReport.java |
514 |
Parameter 'temp' is not assigned and could be declared final |
| 46384 |
src/com/gps/reports/FuelReport.java |
514 |
Parameter 'timetracker' is not assigned and could be declared final |
| 46385 |
src/com/gps/reports/FuelReport.java |
514 |
Parameter 'type' is not assigned and could be declared final |
| 46386 |
src/com/gps/reports/FuelReport.java |
514 |
Parameter 'voltage' is not assigned and could be declared final |
| 46387 |
src/com/gps/reports/FuelReport.java |
517 |
Found 'DD'-anomaly for variable 'rangevalues' (lines '517'-'520'). |
| 46388 |
src/com/gps/reports/FuelReport.java |
520 |
Found 'DU'-anomaly for variable 'rangevalues' (lines '520'-'560'). |
| 46389 |
src/com/gps/reports/FuelReport.java |
524 |
A method should have only one exit point, and that should be the last statement in the method |
| 46390 |
src/com/gps/reports/FuelReport.java |
528 |
Avoid using Literals in Conditional Statements |
| 46391 |
src/com/gps/reports/FuelReport.java |
531 |
Useless parentheses. |
| 46392 |
src/com/gps/reports/FuelReport.java |
531 |
Useless parentheses. |
| 46393 |
src/com/gps/reports/FuelReport.java |
534 |
A method should have only one exit point, and that should be the last statement in the method |
| 46394 |
src/com/gps/reports/FuelReport.java |
536 |
Useless parentheses. |
| 46395 |
src/com/gps/reports/FuelReport.java |
539 |
Useless parentheses. |
| 46396 |
src/com/gps/reports/FuelReport.java |
540 |
A method should have only one exit point, and that should be the last statement in the method |
| 46397 |
src/com/gps/reports/FuelReport.java |
543 |
Avoid using Literals in Conditional Statements |
| 46398 |
src/com/gps/reports/FuelReport.java |
546 |
Useless parentheses. |
| 46399 |
src/com/gps/reports/FuelReport.java |
546 |
Useless parentheses. |
| 46400 |
src/com/gps/reports/FuelReport.java |
549 |
A method should have only one exit point, and that should be the last statement in the method |
| 46401 |
src/com/gps/reports/FuelReport.java |
551 |
Useless parentheses. |
| 46402 |
src/com/gps/reports/FuelReport.java |
554 |
Useless parentheses. |
| 46403 |
src/com/gps/reports/FuelReport.java |
555 |
A method should have only one exit point, and that should be the last statement in the method |
| 46404 |
src/com/gps/reports/FuelReport.java |
563 |
Avoid long parameter lists. |
| 46405 |
src/com/gps/reports/FuelReport.java |
563 |
Avoid reassigning parameters such as 'volt' |
| 46406 |
src/com/gps/reports/FuelReport.java |
563 |
Avoid reassigning parameters such as 'volt' |
| 46407 |
src/com/gps/reports/FuelReport.java |
563 |
Avoid reassigning parameters such as 'volt' |
| 46408 |
src/com/gps/reports/FuelReport.java |
563 |
Avoid reassigning parameters such as 'volt' |
| 46409 |
src/com/gps/reports/FuelReport.java |
563 |
Avoid unused method parameters such as 'temp'. |
| 46410 |
src/com/gps/reports/FuelReport.java |
563 |
Avoid using implementation types like 'ArrayList'; use the interface instead |
| 46411 |
src/com/gps/reports/FuelReport.java |
563 |
Avoid using implementation types like 'ArrayList'; use the interface instead |
| 46412 |
src/com/gps/reports/FuelReport.java |
563 |
Avoid using implementation types like 'ArrayList'; use the interface instead |
| 46413 |
src/com/gps/reports/FuelReport.java |
563 |
Avoid using implementation types like 'Hashtable'; use the interface instead |
| 46414 |
src/com/gps/reports/FuelReport.java |
563 |
Consider replacing this Hashtable with the newer java.util.Map |
| 46415 |
src/com/gps/reports/FuelReport.java |
563 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'ignition_on' is not final. |
| 46416 |
src/com/gps/reports/FuelReport.java |
563 |
Parameter 'ignition_on' is not assigned and could be declared final |
| 46417 |
src/com/gps/reports/FuelReport.java |
563 |
Parameter 'key' is not assigned and could be declared final |
| 46418 |
src/com/gps/reports/FuelReport.java |
563 |
Parameter 'objects' is not assigned and could be declared final |
| 46419 |
src/com/gps/reports/FuelReport.java |
563 |
Parameter 'packet' is not assigned and could be declared final |
| 46420 |
src/com/gps/reports/FuelReport.java |
563 |
Parameter 'rangevalues' is not assigned and could be declared final |
| 46421 |
src/com/gps/reports/FuelReport.java |
563 |
Parameter 'temp' is not assigned and could be declared final |
| 46422 |
src/com/gps/reports/FuelReport.java |
563 |
Parameter 'timetracker' is not assigned and could be declared final |
| 46423 |
src/com/gps/reports/FuelReport.java |
563 |
Parameter 'type' is not assigned and could be declared final |
| 46424 |
src/com/gps/reports/FuelReport.java |
563 |
Parameter 'voltage' is not assigned and could be declared final |
| 46425 |
src/com/gps/reports/FuelReport.java |
563 |
The method 'calldistcalc' has a Cyclomatic Complexity of 17. |
| 46426 |
src/com/gps/reports/FuelReport.java |
563 |
The method calldistcalc() has an NPath complexity of 480 |
| 46427 |
src/com/gps/reports/FuelReport.java |
566 |
Found 'DD'-anomaly for variable 'time' (lines '566'-'578'). |
| 46428 |
src/com/gps/reports/FuelReport.java |
566 |
Found 'DD'-anomaly for variable 'time' (lines '566'-'602'). |
| 46429 |
src/com/gps/reports/FuelReport.java |
566 |
Found 'DD'-anomaly for variable 'time1' (lines '566'-'597'). |
| 46430 |
src/com/gps/reports/FuelReport.java |
566 |
Found 'DU'-anomaly for variable 'time' (lines '566'-'647'). |
| 46431 |
src/com/gps/reports/FuelReport.java |
566 |
Found 'DU'-anomaly for variable 'time1' (lines '566'-'647'). |
| 46432 |
src/com/gps/reports/FuelReport.java |
566 |
Use one line for each declaration, it enhances code readability. |
| 46433 |
src/com/gps/reports/FuelReport.java |
567 |
Found 'DD'-anomaly for variable 'srclat' (lines '567'-'579'). |
| 46434 |
src/com/gps/reports/FuelReport.java |
567 |
Found 'DD'-anomaly for variable 'srclong' (lines '567'-'580'). |
| 46435 |
src/com/gps/reports/FuelReport.java |
567 |
Use one line for each declaration, it enhances code readability. |
| 46436 |
src/com/gps/reports/FuelReport.java |
568 |
Found 'DD'-anomaly for variable 'dist' (lines '568'-'600'). |
| 46437 |
src/com/gps/reports/FuelReport.java |
568 |
Found 'DD'-anomaly for variable 'dist' (lines '568'-'607'). |
| 46438 |
src/com/gps/reports/FuelReport.java |
568 |
Found 'DU'-anomaly for variable 'dist' (lines '568'-'647'). |
| 46439 |
src/com/gps/reports/FuelReport.java |
568 |
Use one line for each declaration, it enhances code readability. |
| 46440 |
src/com/gps/reports/FuelReport.java |
569 |
Avoid variables with short names like i |
| 46441 |
src/com/gps/reports/FuelReport.java |
572 |
Useless parentheses. |
| 46442 |
src/com/gps/reports/FuelReport.java |
574 |
Avoid using Literals in Conditional Statements |
| 46443 |
src/com/gps/reports/FuelReport.java |
576 |
Potential violation of Law of Demeter (method chain calls) |
| 46444 |
src/com/gps/reports/FuelReport.java |
576 |
These nested if statements could be combined |
| 46445 |
src/com/gps/reports/FuelReport.java |
579 |
Potential violation of Law of Demeter (method chain calls) |
| 46446 |
src/com/gps/reports/FuelReport.java |
580 |
Potential violation of Law of Demeter (method chain calls) |
| 46447 |
src/com/gps/reports/FuelReport.java |
587 |
Potential violation of Law of Demeter (method chain calls) |
| 46448 |
src/com/gps/reports/FuelReport.java |
588 |
Potential violation of Law of Demeter (method chain calls) |
| 46449 |
src/com/gps/reports/FuelReport.java |
598 |
Potential violation of Law of Demeter (object not created locally) |
| 46450 |
src/com/gps/reports/FuelReport.java |
600 |
Potential violation of Law of Demeter (method chain calls) |
| 46451 |
src/com/gps/reports/FuelReport.java |
600 |
Potential violation of Law of Demeter (method chain calls) |
| 46452 |
src/com/gps/reports/FuelReport.java |
600 |
Potential violation of Law of Demeter (method chain calls) |
| 46453 |
src/com/gps/reports/FuelReport.java |
600 |
Potential violation of Law of Demeter (method chain calls) |
| 46454 |
src/com/gps/reports/FuelReport.java |
603 |
Potential violation of Law of Demeter (method chain calls) |
| 46455 |
src/com/gps/reports/FuelReport.java |
604 |
Potential violation of Law of Demeter (method chain calls) |
| 46456 |
src/com/gps/reports/FuelReport.java |
612 |
Avoid using Literals in Conditional Statements |
| 46457 |
src/com/gps/reports/FuelReport.java |
617 |
A method should have only one exit point, and that should be the last statement in the method |
| 46458 |
src/com/gps/reports/FuelReport.java |
619 |
Useless parentheses. |
| 46459 |
src/com/gps/reports/FuelReport.java |
619 |
Useless parentheses. |
| 46460 |
src/com/gps/reports/FuelReport.java |
619 |
Useless parentheses. |
| 46461 |
src/com/gps/reports/FuelReport.java |
619 |
Useless parentheses. |
| 46462 |
src/com/gps/reports/FuelReport.java |
619 |
Useless parentheses. |
| 46463 |
src/com/gps/reports/FuelReport.java |
622 |
A method should have only one exit point, and that should be the last statement in the method |
| 46464 |
src/com/gps/reports/FuelReport.java |
626 |
A method should have only one exit point, and that should be the last statement in the method |
| 46465 |
src/com/gps/reports/FuelReport.java |
635 |
A method should have only one exit point, and that should be the last statement in the method |
| 46466 |
src/com/gps/reports/FuelReport.java |
637 |
Useless parentheses. |
| 46467 |
src/com/gps/reports/FuelReport.java |
637 |
Useless parentheses. |
| 46468 |
src/com/gps/reports/FuelReport.java |
637 |
Useless parentheses. |
| 46469 |
src/com/gps/reports/FuelReport.java |
637 |
Useless parentheses. |
| 46470 |
src/com/gps/reports/FuelReport.java |
637 |
Useless parentheses. |
| 46471 |
src/com/gps/reports/FuelReport.java |
640 |
A method should have only one exit point, and that should be the last statement in the method |
| 46472 |
src/com/gps/reports/FuelReport.java |
649 |
Parameter 'destlat' is not assigned and could be declared final |
| 46473 |
src/com/gps/reports/FuelReport.java |
649 |
Parameter 'destlong' is not assigned and could be declared final |
| 46474 |
src/com/gps/reports/FuelReport.java |
649 |
Parameter 'slat' is not assigned and could be declared final |
| 46475 |
src/com/gps/reports/FuelReport.java |
649 |
Parameter 'slong' is not assigned and could be declared final |
| 46476 |
src/com/gps/reports/FuelReport.java |
651 |
Local variable 'earthRadius' could be declared final |
| 46477 |
src/com/gps/reports/FuelReport.java |
652 |
Local variable 'dLat' could be declared final |
| 46478 |
src/com/gps/reports/FuelReport.java |
653 |
Local variable 'dLng' could be declared final |
| 46479 |
src/com/gps/reports/FuelReport.java |
654 |
Avoid variables with short names like a |
| 46480 |
src/com/gps/reports/FuelReport.java |
654 |
Local variable 'a' could be declared final |
| 46481 |
src/com/gps/reports/FuelReport.java |
654 |
Useless parentheses. |
| 46482 |
src/com/gps/reports/FuelReport.java |
655 |
Avoid variables with short names like c |
| 46483 |
src/com/gps/reports/FuelReport.java |
655 |
Local variable 'c' could be declared final |
| 46484 |
src/com/gps/reports/FuelReport.java |
655 |
Useless parentheses. |
| 46485 |
src/com/gps/reports/FuelReport.java |
656 |
Local variable 'dist' could be declared final |
| 46486 |
src/com/gps/reports/FuelReport.java |
656 |
Useless parentheses. |
| 46487 |
src/com/gps/reports/FuelReport.java |
657 |
Consider simply returning the value vs storing it in local variable 'dist' |
| 46488 |
src/com/gps/reports/FuelReport.java |
661 |
Parameter 'cbList' is not assigned and could be declared final |
| 46489 |
src/com/gps/reports/FuelReport.java |
661 |
Parameter 'current' is not assigned and could be declared final |
| 46490 |
src/com/gps/reports/FuelReport.java |
661 |
Parameter 'type' is not assigned and could be declared final |
| 46491 |
src/com/gps/reports/FuelReport.java |
661 |
publicMethodCommentRequirement Required |
| 46492 |
src/com/gps/reports/FuelReport.java |
663 |
Found 'DD'-anomaly for variable 'rangevalues' (lines '663'-'686'). |
| 46493 |
src/com/gps/reports/FuelReport.java |
663 |
Found 'DD'-anomaly for variable 'rangevalues' (lines '663'-'693'). |
| 46494 |
src/com/gps/reports/FuelReport.java |
664 |
Found 'DD'-anomaly for variable 'index' (lines '664'-'670'). |
| 46495 |
src/com/gps/reports/FuelReport.java |
664 |
Found 'DD'-anomaly for variable 'index' (lines '664'-'678'). |
| 46496 |
src/com/gps/reports/FuelReport.java |
666 |
Avoid using Literals in Conditional Statements |
| 46497 |
src/com/gps/reports/FuelReport.java |
668 |
Potential violation of Law of Demeter (method chain calls) |
| 46498 |
src/com/gps/reports/FuelReport.java |
676 |
Potential violation of Law of Demeter (method chain calls) |
| 46499 |
src/com/gps/reports/FuelReport.java |
684 |
Avoid using Literals in Conditional Statements |
| 46500 |
src/com/gps/reports/FuelReport.java |
686 |
Found 'DD'-anomaly for variable 'rangevalues' (lines '686'-'687'). |
| 46501 |
src/com/gps/reports/FuelReport.java |
686 |
Potential violation of Law of Demeter (method chain calls) |
| 46502 |
src/com/gps/reports/FuelReport.java |
687 |
Found 'DD'-anomaly for variable 'rangevalues' (lines '687'-'688'). |
| 46503 |
src/com/gps/reports/FuelReport.java |
687 |
Potential violation of Law of Demeter (method chain calls) |
| 46504 |
src/com/gps/reports/FuelReport.java |
688 |
Found 'DD'-anomaly for variable 'rangevalues' (lines '688'-'689'). |
| 46505 |
src/com/gps/reports/FuelReport.java |
688 |
Potential violation of Law of Demeter (method chain calls) |
| 46506 |
src/com/gps/reports/FuelReport.java |
689 |
Potential violation of Law of Demeter (method chain calls) |
| 46507 |
src/com/gps/reports/FuelReport.java |
693 |
Found 'DD'-anomaly for variable 'rangevalues' (lines '693'-'694'). |
| 46508 |
src/com/gps/reports/FuelReport.java |
693 |
Potential violation of Law of Demeter (method chain calls) |
| 46509 |
src/com/gps/reports/FuelReport.java |
694 |
Found 'DD'-anomaly for variable 'rangevalues' (lines '694'-'695'). |
| 46510 |
src/com/gps/reports/FuelReport.java |
694 |
Potential violation of Law of Demeter (method chain calls) |
| 46511 |
src/com/gps/reports/FuelReport.java |
695 |
Found 'DD'-anomaly for variable 'rangevalues' (lines '695'-'696'). |
| 46512 |
src/com/gps/reports/FuelReport.java |
695 |
Potential violation of Law of Demeter (method chain calls) |
| 46513 |
src/com/gps/reports/FuelReport.java |
696 |
Potential violation of Law of Demeter (method chain calls) |
| 46514 |
src/com/gps/reports/FuelReport.java |
705 |
Parameter 'args' is not assigned and could be declared final |
| 46515 |
src/com/gps/reports/FuelReport.java |
707 |
Avoid unused local variables such as 'report'. |
| 46516 |
src/com/gps/reports/FuelReport.java |
707 |
Found 'DU'-anomaly for variable 'report' (lines '707'-'714'). |
| 46517 |
src/com/gps/reports/FuelReport.java |
707 |
Local variable 'report' could be declared final |
| 46518 |
src/com/gps/reports/FuelReport.java |
708 |
Local variable 'inputs' could be declared final |
| 46519 |
src/com/gps/reports/GeofenceReport.java |
8 |
headerCommentRequirement Required |
| 46520 |
src/com/gps/reports/GeofenceReport.java |
10 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 46521 |
src/com/gps/reports/GeofenceReport.java |
10 |
Perhaps 'fenceId' could be replaced by a local variable. |
| 46522 |
src/com/gps/reports/GeofenceReport.java |
10 |
fieldCommentRequirement Required |
| 46523 |
src/com/gps/reports/GeofenceReport.java |
11 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 46524 |
src/com/gps/reports/GeofenceReport.java |
11 |
Perhaps 'toDate' could be replaced by a local variable. |
| 46525 |
src/com/gps/reports/GeofenceReport.java |
11 |
fieldCommentRequirement Required |
| 46526 |
src/com/gps/reports/GeofenceReport.java |
12 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 46527 |
src/com/gps/reports/GeofenceReport.java |
12 |
Perhaps 'fromDate' could be replaced by a local variable. |
| 46528 |
src/com/gps/reports/GeofenceReport.java |
12 |
fieldCommentRequirement Required |
| 46529 |
src/com/gps/reports/GeofenceReport.java |
19 |
Parameter 'reportInputs' is not assigned and could be declared final |
| 46530 |
src/com/gps/reports/GeofenceReport.java |
22 |
Found 'DD'-anomaly for variable 'fenceVehicleList' (lines '22'-'30'). |
| 46531 |
src/com/gps/reports/GeofenceReport.java |
25 |
Potential violation of Law of Demeter (method chain calls) |
| 46532 |
src/com/gps/reports/GeofenceReport.java |
25 |
Potential violation of Law of Demeter (method chain calls) |
| 46533 |
src/com/gps/reports/GeofenceReport.java |
26 |
Potential violation of Law of Demeter (method chain calls) |
| 46534 |
src/com/gps/reports/GeofenceReport.java |
27 |
Potential violation of Law of Demeter (method chain calls) |
| 46535 |
src/com/gps/reports/GeofenceReport.java |
30 |
Potential violation of Law of Demeter (object not created locally) |
| 46536 |
src/com/gps/reports/GeofenceReport.java |
32 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 46537 |
src/com/gps/reports/GeofenceReport.java |
34 |
Avoid printStackTrace(); use a logger call instead. |
| 46538 |
src/com/gps/reports/GeofenceReport.java |
34 |
Potential violation of Law of Demeter (object not created locally) |
| 46539 |
src/com/gps/reports/IReports.java |
8 |
Avoid modifiers which are implied by the context |
| 46540 |
src/com/gps/reports/IReports.java |
8 |
publicMethodCommentRequirement Required |
| 46541 |
src/com/gps/reports/JSONConverter.java |
12 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 46542 |
src/com/gps/reports/JSONConverter.java |
12 |
Perhaps 'jsonData' could be replaced by a local variable. |
| 46543 |
src/com/gps/reports/JSONConverter.java |
12 |
fieldCommentRequirement Required |
| 46544 |
src/com/gps/reports/JSONConverter.java |
13 |
The Logger variable declaration does not contain the static and final modifiers |
| 46545 |
src/com/gps/reports/JSONConverter.java |
13 |
fieldCommentRequirement Required |
| 46546 |
src/com/gps/reports/JSONConverter.java |
17 |
Parameter 'data' is not assigned and could be declared final |
| 46547 |
src/com/gps/reports/JSONConverter.java |
24 |
Potential violation of Law of Demeter (object not created locally) |
| 46548 |
src/com/gps/reports/JSONConverter.java |
25 |
There is log block not surrounded by if |
| 46549 |
src/com/gps/reports/JSONConverter.java |
25 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 46550 |
src/com/gps/reports/JSONConverter.java |
28 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 46551 |
src/com/gps/reports/JSONConverter.java |
30 |
Avoid printStackTrace(); use a logger call instead. |
| 46552 |
src/com/gps/reports/JSONConverter.java |
30 |
Potential violation of Law of Demeter (object not created locally) |
| 46553 |
src/com/gps/reports/JSONConverter.java |
36 |
Document empty method |
| 46554 |
src/com/gps/reports/JSONConverter.java |
36 |
Parameter 'args' is not assigned and could be declared final |
| 46555 |
src/com/gps/reports/JSONConverter.java |
36 |
publicMethodCommentRequirement Required |
| 46556 |
src/com/gps/reports/OrgVO.java |
3 |
headerCommentRequirement Required |
| 46557 |
src/com/gps/reports/OrgVO.java |
5 |
Use explicit scoping instead of the default package private level |
| 46558 |
src/com/gps/reports/OrgVO.java |
5 |
fieldCommentRequirement Required |
| 46559 |
src/com/gps/reports/OrgVO.java |
6 |
Use explicit scoping instead of the default package private level |
| 46560 |
src/com/gps/reports/OrgVO.java |
6 |
fieldCommentRequirement Required |
| 46561 |
src/com/gps/reports/OrgVO.java |
7 |
Use explicit scoping instead of the default package private level |
| 46562 |
src/com/gps/reports/OrgVO.java |
7 |
fieldCommentRequirement Required |
| 46563 |
src/com/gps/reports/OrgVO.java |
18 |
Parameter 'orgName' is not assigned and could be declared final |
| 46564 |
src/com/gps/reports/OrgVO.java |
30 |
Avoid prefixing parameters by in, out or inOut. Uses Javadoc to document this behavior. |
| 46565 |
src/com/gps/reports/OrgVO.java |
30 |
Parameter 'inTripDist' is not assigned and could be declared final |
| 46566 |
src/com/gps/reports/OrgVO.java |
42 |
Avoid prefixing parameters by in, out or inOut. Uses Javadoc to document this behavior. |
| 46567 |
src/com/gps/reports/OrgVO.java |
42 |
Parameter 'outTripDist' is not assigned and could be declared final |
| 46568 |
src/com/gps/reports/ReportFactory.java |
6 |
A class which only has private constructors should be final |
| 46569 |
src/com/gps/reports/ReportFactory.java |
8 |
The Logger variable declaration does not contain the static and final modifiers |
| 46570 |
src/com/gps/reports/ReportFactory.java |
8 |
fieldCommentRequirement Required |
| 46571 |
src/com/gps/reports/ReportFactory.java |
9 |
It is somewhat confusing to have a field name matching the declaring class name |
| 46572 |
src/com/gps/reports/ReportFactory.java |
9 |
fieldCommentRequirement Required |
| 46573 |
src/com/gps/reports/ReportFactory.java |
10 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 46574 |
src/com/gps/reports/ReportFactory.java |
10 |
Use explicit scoping instead of the default package private level |
| 46575 |
src/com/gps/reports/ReportFactory.java |
10 |
fieldCommentRequirement Required |
| 46576 |
src/com/gps/reports/ReportFactory.java |
14 |
There is log block not surrounded by if |
| 46577 |
src/com/gps/reports/ReportFactory.java |
14 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 46578 |
src/com/gps/reports/ReportFactory.java |
17 |
publicMethodCommentRequirement Required |
| 46579 |
src/com/gps/reports/ReportFactory.java |
19 |
Singleton is not thread safe |
| 46580 |
src/com/gps/reports/ReportFactory.java |
28 |
Parameter 'type' is not assigned and could be declared final |
| 46581 |
src/com/gps/reports/ReportFactory.java |
28 |
publicMethodCommentRequirement Required |
| 46582 |
src/com/gps/reports/ReportFactory.java |
31 |
Avoid variables with short names like c |
| 46583 |
src/com/gps/reports/ReportFactory.java |
32 |
Found 'DD'-anomaly for variable 'report' (lines '32'-'41'). |
| 46584 |
src/com/gps/reports/ReportFactory.java |
41 |
Potential violation of Law of Demeter (object not created locally) |
| 46585 |
src/com/gps/reports/ReportFactory.java |
44 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 46586 |
src/com/gps/reports/ReportFactory.java |
46 |
Avoid printStackTrace(); use a logger call instead. |
| 46587 |
src/com/gps/reports/ReportFactory.java |
46 |
Potential violation of Law of Demeter (object not created locally) |
| 46588 |
src/com/gps/reports/ReportHelper.java |
22 |
fieldCommentRequirement Required |
| 46589 |
src/com/gps/reports/ReportHelper.java |
23 |
The Logger variable declaration does not contain the static and final modifiers |
| 46590 |
src/com/gps/reports/ReportHelper.java |
23 |
fieldCommentRequirement Required |
| 46591 |
src/com/gps/reports/ReportHelper.java |
24 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 46592 |
src/com/gps/reports/ReportHelper.java |
24 |
Use explicit scoping instead of the default package private level |
| 46593 |
src/com/gps/reports/ReportHelper.java |
24 |
fieldCommentRequirement Required |
| 46594 |
src/com/gps/reports/ReportHelper.java |
25 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 46595 |
src/com/gps/reports/ReportHelper.java |
25 |
Use explicit scoping instead of the default package private level |
| 46596 |
src/com/gps/reports/ReportHelper.java |
25 |
fieldCommentRequirement Required |
| 46597 |
src/com/gps/reports/ReportHelper.java |
26 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 46598 |
src/com/gps/reports/ReportHelper.java |
26 |
Use explicit scoping instead of the default package private level |
| 46599 |
src/com/gps/reports/ReportHelper.java |
26 |
fieldCommentRequirement Required |
| 46600 |
src/com/gps/reports/ReportHelper.java |
28 |
Parameter 'reportType' is not assigned and could be declared final |
| 46601 |
src/com/gps/reports/ReportHelper.java |
28 |
publicMethodCommentRequirement Required |
| 46602 |
src/com/gps/reports/ReportHelper.java |
30 |
Local variable 'doc' could be declared final |
| 46603 |
src/com/gps/reports/ReportHelper.java |
34 |
Potential violation of Law of Demeter (method chain calls) |
| 46604 |
src/com/gps/reports/ReportHelper.java |
41 |
Local variable 'nodes' could be declared final |
| 46605 |
src/com/gps/reports/ReportHelper.java |
42 |
A method should have only one exit point, and that should be the last statement in the method |
| 46606 |
src/com/gps/reports/ReportHelper.java |
42 |
Potential violation of Law of Demeter (method chain calls) |
| 46607 |
src/com/gps/reports/ReportHelper.java |
42 |
Potential violation of Law of Demeter (object not created locally) |
| 46608 |
src/com/gps/reports/ReportHelper.java |
45 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 46609 |
src/com/gps/reports/ReportHelper.java |
47 |
There is log block not surrounded by if |
| 46610 |
src/com/gps/reports/ReportHelper.java |
48 |
Avoid printStackTrace(); use a logger call instead. |
| 46611 |
src/com/gps/reports/ReportHelper.java |
48 |
Potential violation of Law of Demeter (object not created locally) |
| 46612 |
src/com/gps/reports/ReportHelper.java |
58 |
Local variable 'dbf' could be declared final |
| 46613 |
src/com/gps/reports/ReportHelper.java |
59 |
Avoid variables with short names like db |
| 46614 |
src/com/gps/reports/ReportHelper.java |
60 |
Found 'DD'-anomaly for variable 'document' (lines '60'-'67'). |
| 46615 |
src/com/gps/reports/ReportHelper.java |
61 |
Avoid variables with short names like is |
| 46616 |
src/com/gps/reports/ReportHelper.java |
64 |
Potential violation of Law of Demeter (object not created locally) |
| 46617 |
src/com/gps/reports/ReportHelper.java |
65 |
Potential violation of Law of Demeter (object not created locally) |
| 46618 |
src/com/gps/reports/ReportHelper.java |
67 |
Potential violation of Law of Demeter (object not created locally) |
| 46619 |
src/com/gps/reports/ReportHelper.java |
72 |
Potential violation of Law of Demeter (object not created locally) |
| 46620 |
src/com/gps/reports/ReportHelper.java |
72 |
There is log block not surrounded by if |
| 46621 |
src/com/gps/reports/ReportHelper.java |
76 |
Potential violation of Law of Demeter (object not created locally) |
| 46622 |
src/com/gps/reports/ReportHelper.java |
76 |
There is log block not surrounded by if |
| 46623 |
src/com/gps/reports/ReportHelper.java |
79 |
Potential violation of Law of Demeter (object not created locally) |
| 46624 |
src/com/gps/reports/ReportHelper.java |
79 |
There is log block not surrounded by if |
| 46625 |
src/com/gps/reports/ReportHelper.java |
85 |
Parameter 'args' is not assigned and could be declared final |
| 46626 |
src/com/gps/reports/ReportHelper.java |
85 |
publicMethodCommentRequirement Required |
| 46627 |
src/com/gps/reports/ReportHelper.java |
87 |
Local variable 'helper' could be declared final |
| 46628 |
src/com/gps/reports/ReportsAction.java |
1 |
A high number of imports can indicate a high degree of coupling within an object. |
| 46629 |
src/com/gps/reports/ReportsAction.java |
1 |
Possible God class (WMC=148, ATFD=130, TCC=0.11538461538461539) |
| 46630 |
src/com/gps/reports/ReportsAction.java |
1 |
This class has a bunch of public methods and attributes |
| 46631 |
src/com/gps/reports/ReportsAction.java |
57 |
Avoid really long classes. |
| 46632 |
src/com/gps/reports/ReportsAction.java |
57 |
The class 'ReportsAction' has a Cyclomatic Complexity of 2 (Highest = 15). |
| 46633 |
src/com/gps/reports/ReportsAction.java |
57 |
Too many fields |
| 46634 |
src/com/gps/reports/ReportsAction.java |
58 |
This class has too many methods, consider refactoring it. |
| 46635 |
src/com/gps/reports/ReportsAction.java |
63 |
fieldCommentRequirement Required |
| 46636 |
src/com/gps/reports/ReportsAction.java |
64 |
fieldCommentRequirement Required |
| 46637 |
src/com/gps/reports/ReportsAction.java |
65 |
fieldCommentRequirement Required |
| 46638 |
src/com/gps/reports/ReportsAction.java |
66 |
Avoid variables with short names like ed |
| 46639 |
src/com/gps/reports/ReportsAction.java |
66 |
fieldCommentRequirement Required |
| 46640 |
src/com/gps/reports/ReportsAction.java |
67 |
fieldCommentRequirement Required |
| 46641 |
src/com/gps/reports/ReportsAction.java |
68 |
fieldCommentRequirement Required |
| 46642 |
src/com/gps/reports/ReportsAction.java |
69 |
fieldCommentRequirement Required |
| 46643 |
src/com/gps/reports/ReportsAction.java |
70 |
fieldCommentRequirement Required |
| 46644 |
src/com/gps/reports/ReportsAction.java |
71 |
fieldCommentRequirement Required |
| 46645 |
src/com/gps/reports/ReportsAction.java |
72 |
fieldCommentRequirement Required |
| 46646 |
src/com/gps/reports/ReportsAction.java |
73 |
fieldCommentRequirement Required |
| 46647 |
src/com/gps/reports/ReportsAction.java |
74 |
Use explicit scoping instead of the default package private level |
| 46648 |
src/com/gps/reports/ReportsAction.java |
74 |
fieldCommentRequirement Required |
| 46649 |
src/com/gps/reports/ReportsAction.java |
75 |
fieldCommentRequirement Required |
| 46650 |
src/com/gps/reports/ReportsAction.java |
76 |
The Logger variable declaration does not contain the static and final modifiers |
| 46651 |
src/com/gps/reports/ReportsAction.java |
76 |
fieldCommentRequirement Required |
| 46652 |
src/com/gps/reports/ReportsAction.java |
77 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 46653 |
src/com/gps/reports/ReportsAction.java |
77 |
Perhaps 'speedVehicleList' could be replaced by a local variable. |
| 46654 |
src/com/gps/reports/ReportsAction.java |
77 |
fieldCommentRequirement Required |
| 46655 |
src/com/gps/reports/ReportsAction.java |
78 |
Avoid using redundant field initializer for 'tripDistList' |
| 46656 |
src/com/gps/reports/ReportsAction.java |
78 |
Use explicit scoping instead of the default package private level |
| 46657 |
src/com/gps/reports/ReportsAction.java |
78 |
fieldCommentRequirement Required |
| 46658 |
src/com/gps/reports/ReportsAction.java |
79 |
fieldCommentRequirement Required |
| 46659 |
src/com/gps/reports/ReportsAction.java |
80 |
fieldCommentRequirement Required |
| 46660 |
src/com/gps/reports/ReportsAction.java |
81 |
fieldCommentRequirement Required |
| 46661 |
src/com/gps/reports/ReportsAction.java |
82 |
Avoid using redundant field initializer for 'from' |
| 46662 |
src/com/gps/reports/ReportsAction.java |
82 |
fieldCommentRequirement Required |
| 46663 |
src/com/gps/reports/ReportsAction.java |
83 |
Avoid using redundant field initializer for 'to' |
| 46664 |
src/com/gps/reports/ReportsAction.java |
83 |
Avoid variables with short names like to |
| 46665 |
src/com/gps/reports/ReportsAction.java |
83 |
fieldCommentRequirement Required |
| 46666 |
src/com/gps/reports/ReportsAction.java |
85 |
fieldCommentRequirement Required |
| 46667 |
src/com/gps/reports/ReportsAction.java |
87 |
publicMethodCommentRequirement Required |
| 46668 |
src/com/gps/reports/ReportsAction.java |
92 |
Parameter 'eventReport' is not assigned and could be declared final |
| 46669 |
src/com/gps/reports/ReportsAction.java |
92 |
publicMethodCommentRequirement Required |
| 46670 |
src/com/gps/reports/ReportsAction.java |
97 |
publicMethodCommentRequirement Required |
| 46671 |
src/com/gps/reports/ReportsAction.java |
102 |
Parameter 'tripList1' is not assigned and could be declared final |
| 46672 |
src/com/gps/reports/ReportsAction.java |
102 |
publicMethodCommentRequirement Required |
| 46673 |
src/com/gps/reports/ReportsAction.java |
107 |
publicMethodCommentRequirement Required |
| 46674 |
src/com/gps/reports/ReportsAction.java |
112 |
Parameter 'trip' is not assigned and could be declared final |
| 46675 |
src/com/gps/reports/ReportsAction.java |
112 |
publicMethodCommentRequirement Required |
| 46676 |
src/com/gps/reports/ReportsAction.java |
117 |
publicMethodCommentRequirement Required |
| 46677 |
src/com/gps/reports/ReportsAction.java |
122 |
Parameter 'totime' is not assigned and could be declared final |
| 46678 |
src/com/gps/reports/ReportsAction.java |
122 |
publicMethodCommentRequirement Required |
| 46679 |
src/com/gps/reports/ReportsAction.java |
127 |
publicMethodCommentRequirement Required |
| 46680 |
src/com/gps/reports/ReportsAction.java |
132 |
Parameter 'fromtime' is not assigned and could be declared final |
| 46681 |
src/com/gps/reports/ReportsAction.java |
132 |
publicMethodCommentRequirement Required |
| 46682 |
src/com/gps/reports/ReportsAction.java |
137 |
publicMethodCommentRequirement Required |
| 46683 |
src/com/gps/reports/ReportsAction.java |
142 |
Parameter 'fromdatepicker' is not assigned and could be declared final |
| 46684 |
src/com/gps/reports/ReportsAction.java |
142 |
publicMethodCommentRequirement Required |
| 46685 |
src/com/gps/reports/ReportsAction.java |
147 |
publicMethodCommentRequirement Required |
| 46686 |
src/com/gps/reports/ReportsAction.java |
152 |
Parameter 'todatepicker' is not assigned and could be declared final |
| 46687 |
src/com/gps/reports/ReportsAction.java |
152 |
publicMethodCommentRequirement Required |
| 46688 |
src/com/gps/reports/ReportsAction.java |
157 |
Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. |
| 46689 |
src/com/gps/reports/ReportsAction.java |
157 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 46690 |
src/com/gps/reports/ReportsAction.java |
157 |
Use explicit scoping instead of the default package private level |
| 46691 |
src/com/gps/reports/ReportsAction.java |
157 |
fieldCommentRequirement Required |
| 46692 |
src/com/gps/reports/ReportsAction.java |
158 |
Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. |
| 46693 |
src/com/gps/reports/ReportsAction.java |
158 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 46694 |
src/com/gps/reports/ReportsAction.java |
158 |
Use explicit scoping instead of the default package private level |
| 46695 |
src/com/gps/reports/ReportsAction.java |
158 |
fieldCommentRequirement Required |
| 46696 |
src/com/gps/reports/ReportsAction.java |
159 |
Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. |
| 46697 |
src/com/gps/reports/ReportsAction.java |
159 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 46698 |
src/com/gps/reports/ReportsAction.java |
159 |
Use explicit scoping instead of the default package private level |
| 46699 |
src/com/gps/reports/ReportsAction.java |
159 |
fieldCommentRequirement Required |
| 46700 |
src/com/gps/reports/ReportsAction.java |
180 |
Parameter 'vehicles' is not assigned and could be declared final |
| 46701 |
src/com/gps/reports/ReportsAction.java |
188 |
Parameter 'trips' is not assigned and could be declared final |
| 46702 |
src/com/gps/reports/ReportsAction.java |
205 |
Parameter 'tripParams' is not assigned and could be declared final |
| 46703 |
src/com/gps/reports/ReportsAction.java |
210 |
publicMethodCommentRequirement Required |
| 46704 |
src/com/gps/reports/ReportsAction.java |
216 |
Method names should not start with capital letters |
| 46705 |
src/com/gps/reports/ReportsAction.java |
216 |
publicMethodCommentRequirement Required |
| 46706 |
src/com/gps/reports/ReportsAction.java |
219 |
Local variable 'user' could be declared final |
| 46707 |
src/com/gps/reports/ReportsAction.java |
219 |
The String literal "user" appears 12 times in this file; the first occurrence is on line 219 |
| 46708 |
src/com/gps/reports/ReportsAction.java |
220 |
Found 'DD'-anomaly for variable 'response' (lines '220'-'224'). |
| 46709 |
src/com/gps/reports/ReportsAction.java |
226 |
A method should have only one exit point, and that should be the last statement in the method |
| 46710 |
src/com/gps/reports/ReportsAction.java |
228 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 46711 |
src/com/gps/reports/ReportsAction.java |
230 |
Potential violation of Law of Demeter (object not created locally) |
| 46712 |
src/com/gps/reports/ReportsAction.java |
230 |
The String literal "Reports" appears 8 times in this file; the first occurrence is on line 230 |
| 46713 |
src/com/gps/reports/ReportsAction.java |
230 |
There is log block not surrounded by if |
| 46714 |
src/com/gps/reports/ReportsAction.java |
236 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 46715 |
src/com/gps/reports/ReportsAction.java |
237 |
The String literal "Error occured while closing session" appears 18 times in this file; the first occurrence is on line 237 |
| 46716 |
src/com/gps/reports/ReportsAction.java |
237 |
There is log block not surrounded by if |
| 46717 |
src/com/gps/reports/ReportsAction.java |
245 |
Found 'UR'-anomaly for variable 'usertrip' (lines '245'-'267'). |
| 46718 |
src/com/gps/reports/ReportsAction.java |
245 |
Method names should not start with capital letters |
| 46719 |
src/com/gps/reports/ReportsAction.java |
245 |
publicMethodCommentRequirement Required |
| 46720 |
src/com/gps/reports/ReportsAction.java |
251 |
Local variable 'user' could be declared final |
| 46721 |
src/com/gps/reports/ReportsAction.java |
258 |
Found 'DU'-anomaly for variable 'trips1' (lines '258'-'297'). |
| 46722 |
src/com/gps/reports/ReportsAction.java |
258 |
Local variable 'trips1' could be declared final |
| 46723 |
src/com/gps/reports/ReportsAction.java |
258 |
Potential violation of Law of Demeter (object not created locally) |
| 46724 |
src/com/gps/reports/ReportsAction.java |
258 |
Potential violation of Law of Demeter (object not created locally) |
| 46725 |
src/com/gps/reports/ReportsAction.java |
259 |
Local variable 'rdao' could be declared final |
| 46726 |
src/com/gps/reports/ReportsAction.java |
260 |
Avoid if (x != y) ..; else ..; |
| 46727 |
src/com/gps/reports/ReportsAction.java |
260 |
Potential violation of Law of Demeter (object not created locally) |
| 46728 |
src/com/gps/reports/ReportsAction.java |
260 |
Potential violation of Law of Demeter (object not created locally) |
| 46729 |
src/com/gps/reports/ReportsAction.java |
260 |
Potential violation of Law of Demeter (object not created locally) |
| 46730 |
src/com/gps/reports/ReportsAction.java |
260 |
Potential violation of Law of Demeter (object not created locally) |
| 46731 |
src/com/gps/reports/ReportsAction.java |
260 |
Potential violation of Law of Demeter (object not created locally) |
| 46732 |
src/com/gps/reports/ReportsAction.java |
260 |
Potential violation of Law of Demeter (object not created locally) |
| 46733 |
src/com/gps/reports/ReportsAction.java |
260 |
Useless parentheses. |
| 46734 |
src/com/gps/reports/ReportsAction.java |
263 |
Local variable 'usertrip' could be declared final |
| 46735 |
src/com/gps/reports/ReportsAction.java |
267 |
Local variable 'trip' could be declared final |
| 46736 |
src/com/gps/reports/ReportsAction.java |
267 |
Potential violation of Law of Demeter (object not created locally) |
| 46737 |
src/com/gps/reports/ReportsAction.java |
268 |
Avoid instantiating new objects inside loops |
| 46738 |
src/com/gps/reports/ReportsAction.java |
268 |
Local variable 'udao' could be declared final |
| 46739 |
src/com/gps/reports/ReportsAction.java |
269 |
Avoid unused local variables such as 'user1'. |
| 46740 |
src/com/gps/reports/ReportsAction.java |
269 |
Found 'DD'-anomaly for variable 'user1' (lines '269'-'269'). |
| 46741 |
src/com/gps/reports/ReportsAction.java |
269 |
Found 'DU'-anomaly for variable 'user1' (lines '269'-'297'). |
| 46742 |
src/com/gps/reports/ReportsAction.java |
269 |
Local variable 'user1' could be declared final |
| 46743 |
src/com/gps/reports/ReportsAction.java |
269 |
Potential violation of Law of Demeter (object not created locally) |
| 46744 |
src/com/gps/reports/ReportsAction.java |
269 |
Potential violation of Law of Demeter (object not created locally) |
| 46745 |
src/com/gps/reports/ReportsAction.java |
278 |
Potential violation of Law of Demeter (object not created locally) |
| 46746 |
src/com/gps/reports/ReportsAction.java |
282 |
A method should have only one exit point, and that should be the last statement in the method |
| 46747 |
src/com/gps/reports/ReportsAction.java |
284 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 46748 |
src/com/gps/reports/ReportsAction.java |
286 |
Potential violation of Law of Demeter (object not created locally) |
| 46749 |
src/com/gps/reports/ReportsAction.java |
286 |
There is log block not surrounded by if |
| 46750 |
src/com/gps/reports/ReportsAction.java |
292 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 46751 |
src/com/gps/reports/ReportsAction.java |
293 |
There is log block not surrounded by if |
| 46752 |
src/com/gps/reports/ReportsAction.java |
301 |
Method names should not start with capital letters |
| 46753 |
src/com/gps/reports/ReportsAction.java |
301 |
publicMethodCommentRequirement Required |
| 46754 |
src/com/gps/reports/ReportsAction.java |
306 |
Local variable 'user' could be declared final |
| 46755 |
src/com/gps/reports/ReportsAction.java |
307 |
Avoid unused local variables such as 'organizationId'. |
| 46756 |
src/com/gps/reports/ReportsAction.java |
307 |
Found 'DD'-anomaly for variable 'organizationId' (lines '307'-'312'). |
| 46757 |
src/com/gps/reports/ReportsAction.java |
312 |
Found 'DU'-anomaly for variable 'organizationId' (lines '312'-'342'). |
| 46758 |
src/com/gps/reports/ReportsAction.java |
312 |
Potential violation of Law of Demeter (method chain calls) |
| 46759 |
src/com/gps/reports/ReportsAction.java |
312 |
Potential violation of Law of Demeter (method chain calls) |
| 46760 |
src/com/gps/reports/ReportsAction.java |
312 |
Potential violation of Law of Demeter (object not created locally) |
| 46761 |
src/com/gps/reports/ReportsAction.java |
314 |
Potential violation of Law of Demeter (method chain calls) |
| 46762 |
src/com/gps/reports/ReportsAction.java |
314 |
Potential violation of Law of Demeter (method chain calls) |
| 46763 |
src/com/gps/reports/ReportsAction.java |
314 |
Potential violation of Law of Demeter (method chain calls) |
| 46764 |
src/com/gps/reports/ReportsAction.java |
314 |
Potential violation of Law of Demeter (object not created locally) |
| 46765 |
src/com/gps/reports/ReportsAction.java |
314 |
The String literal "User" appears 4 times in this file; the first occurrence is on line 314 |
| 46766 |
src/com/gps/reports/ReportsAction.java |
316 |
Potential violation of Law of Demeter (object not created locally) |
| 46767 |
src/com/gps/reports/ReportsAction.java |
321 |
Potential violation of Law of Demeter (object not created locally) |
| 46768 |
src/com/gps/reports/ReportsAction.java |
321 |
Potential violation of Law of Demeter (object not created locally) |
| 46769 |
src/com/gps/reports/ReportsAction.java |
321 |
Potential violation of Law of Demeter (object not created locally) |
| 46770 |
src/com/gps/reports/ReportsAction.java |
324 |
Local variable 'rep' could be declared final |
| 46771 |
src/com/gps/reports/ReportsAction.java |
325 |
Potential violation of Law of Demeter (object not created locally) |
| 46772 |
src/com/gps/reports/ReportsAction.java |
327 |
A method should have only one exit point, and that should be the last statement in the method |
| 46773 |
src/com/gps/reports/ReportsAction.java |
329 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 46774 |
src/com/gps/reports/ReportsAction.java |
331 |
Potential violation of Law of Demeter (object not created locally) |
| 46775 |
src/com/gps/reports/ReportsAction.java |
331 |
There is log block not surrounded by if |
| 46776 |
src/com/gps/reports/ReportsAction.java |
337 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 46777 |
src/com/gps/reports/ReportsAction.java |
338 |
There is log block not surrounded by if |
| 46778 |
src/com/gps/reports/ReportsAction.java |
343 |
publicMethodCommentRequirement Required |
| 46779 |
src/com/gps/reports/ReportsAction.java |
346 |
Local variable 'user' could be declared final |
| 46780 |
src/com/gps/reports/ReportsAction.java |
347 |
Found 'DD'-anomaly for variable 'response' (lines '347'-'351'). |
| 46781 |
src/com/gps/reports/ReportsAction.java |
353 |
A method should have only one exit point, and that should be the last statement in the method |
| 46782 |
src/com/gps/reports/ReportsAction.java |
355 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 46783 |
src/com/gps/reports/ReportsAction.java |
357 |
Potential violation of Law of Demeter (object not created locally) |
| 46784 |
src/com/gps/reports/ReportsAction.java |
357 |
There is log block not surrounded by if |
| 46785 |
src/com/gps/reports/ReportsAction.java |
363 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 46786 |
src/com/gps/reports/ReportsAction.java |
364 |
There is log block not surrounded by if |
| 46787 |
src/com/gps/reports/ReportsAction.java |
372 |
publicMethodCommentRequirement Required |
| 46788 |
src/com/gps/reports/ReportsAction.java |
376 |
Local variable 'array' could be declared final |
| 46789 |
src/com/gps/reports/ReportsAction.java |
379 |
Found 'DD'-anomaly for variable 'tList' (lines '379'-'399'). |
| 46790 |
src/com/gps/reports/ReportsAction.java |
379 |
Found 'DU'-anomaly for variable 'tList' (lines '379'-'425'). |
| 46791 |
src/com/gps/reports/ReportsAction.java |
380 |
Local variable 'trpList' could be declared final |
| 46792 |
src/com/gps/reports/ReportsAction.java |
382 |
Local variable 'trpidList' could be declared final |
| 46793 |
src/com/gps/reports/ReportsAction.java |
387 |
Local variable 'vehicleid' could be declared final |
| 46794 |
src/com/gps/reports/ReportsAction.java |
388 |
Local variable 'vid' could be declared final |
| 46795 |
src/com/gps/reports/ReportsAction.java |
390 |
Local variable 'tpd' could be declared final |
| 46796 |
src/com/gps/reports/ReportsAction.java |
391 |
Local variable 'tripList' could be declared final |
| 46797 |
src/com/gps/reports/ReportsAction.java |
391 |
Potential violation of Law of Demeter (object not created locally) |
| 46798 |
src/com/gps/reports/ReportsAction.java |
396 |
Potential violation of Law of Demeter (object not created locally) |
| 46799 |
src/com/gps/reports/ReportsAction.java |
399 |
Potential violation of Law of Demeter (method chain calls) |
| 46800 |
src/com/gps/reports/ReportsAction.java |
399 |
Potential violation of Law of Demeter (object not created locally) |
| 46801 |
src/com/gps/reports/ReportsAction.java |
400 |
Potential violation of Law of Demeter (object not created locally) |
| 46802 |
src/com/gps/reports/ReportsAction.java |
401 |
Potential violation of Law of Demeter (method chain calls) |
| 46803 |
src/com/gps/reports/ReportsAction.java |
401 |
Potential violation of Law of Demeter (object not created locally) |
| 46804 |
src/com/gps/reports/ReportsAction.java |
402 |
Potential violation of Law of Demeter (object not created locally) |
| 46805 |
src/com/gps/reports/ReportsAction.java |
404 |
Potential violation of Law of Demeter (object not created locally) |
| 46806 |
src/com/gps/reports/ReportsAction.java |
406 |
Potential violation of Law of Demeter (object not created locally) |
| 46807 |
src/com/gps/reports/ReportsAction.java |
407 |
Local variable 'output' could be declared final |
| 46808 |
src/com/gps/reports/ReportsAction.java |
407 |
Potential violation of Law of Demeter (object not created locally) |
| 46809 |
src/com/gps/reports/ReportsAction.java |
408 |
Potential violation of Law of Demeter (method chain calls) |
| 46810 |
src/com/gps/reports/ReportsAction.java |
409 |
Potential violation of Law of Demeter (method chain calls) |
| 46811 |
src/com/gps/reports/ReportsAction.java |
411 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 46812 |
src/com/gps/reports/ReportsAction.java |
413 |
Avoid printStackTrace(); use a logger call instead. |
| 46813 |
src/com/gps/reports/ReportsAction.java |
413 |
Potential violation of Law of Demeter (object not created locally) |
| 46814 |
src/com/gps/reports/ReportsAction.java |
418 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 46815 |
src/com/gps/reports/ReportsAction.java |
419 |
There is log block not surrounded by if |
| 46816 |
src/com/gps/reports/ReportsAction.java |
430 |
publicMethodCommentRequirement Required |
| 46817 |
src/com/gps/reports/ReportsAction.java |
438 |
Local variable 'rep' could be declared final |
| 46818 |
src/com/gps/reports/ReportsAction.java |
439 |
Potential violation of Law of Demeter (object not created locally) |
| 46819 |
src/com/gps/reports/ReportsAction.java |
442 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 46820 |
src/com/gps/reports/ReportsAction.java |
442 |
Avoid empty catch blocks |
| 46821 |
src/com/gps/reports/ReportsAction.java |
445 |
Found 'DD'-anomaly for variable 'event' (lines '445'-'453'). |
| 46822 |
src/com/gps/reports/ReportsAction.java |
451 |
Position literals first in String comparisons |
| 46823 |
src/com/gps/reports/ReportsAction.java |
456 |
The String literal "trip" appears 6 times in this file; the first occurrence is on line 456 |
| 46824 |
src/com/gps/reports/ReportsAction.java |
457 |
Local variable 'tripId' could be declared final |
| 46825 |
src/com/gps/reports/ReportsAction.java |
459 |
The String literal "fromdatepicker" appears 4 times in this file; the first occurrence is on line 459 |
| 46826 |
src/com/gps/reports/ReportsAction.java |
461 |
Local variable 'appendeddate' could be declared final |
| 46827 |
src/com/gps/reports/ReportsAction.java |
462 |
Local variable 'appendedenddate' could be declared final |
| 46828 |
src/com/gps/reports/ReportsAction.java |
463 |
Local variable 'rep' could be declared final |
| 46829 |
src/com/gps/reports/ReportsAction.java |
467 |
Potential violation of Law of Demeter (object not created locally) |
| 46830 |
src/com/gps/reports/ReportsAction.java |
471 |
The String literal "No Summary reports found!!!" appears 5 times in this file; the first occurrence is on line 471 |
| 46831 |
src/com/gps/reports/ReportsAction.java |
472 |
A method should have only one exit point, and that should be the last statement in the method |
| 46832 |
src/com/gps/reports/ReportsAction.java |
476 |
Avoid using Literals in Conditional Statements |
| 46833 |
src/com/gps/reports/ReportsAction.java |
476 |
Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty() |
| 46834 |
src/com/gps/reports/ReportsAction.java |
479 |
Local variable 'path' could be declared final |
| 46835 |
src/com/gps/reports/ReportsAction.java |
479 |
Potential violation of Law of Demeter (method chain calls) |
| 46836 |
src/com/gps/reports/ReportsAction.java |
479 |
Potential violation of Law of Demeter (method chain calls) |
| 46837 |
src/com/gps/reports/ReportsAction.java |
491 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 46838 |
src/com/gps/reports/ReportsAction.java |
493 |
Potential violation of Law of Demeter (method chain calls) |
| 46839 |
src/com/gps/reports/ReportsAction.java |
494 |
Avoid printStackTrace(); use a logger call instead. |
| 46840 |
src/com/gps/reports/ReportsAction.java |
494 |
Potential violation of Law of Demeter (object not created locally) |
| 46841 |
src/com/gps/reports/ReportsAction.java |
500 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 46842 |
src/com/gps/reports/ReportsAction.java |
501 |
There is log block not surrounded by if |
| 46843 |
src/com/gps/reports/ReportsAction.java |
516 |
Avoid really long methods. |
| 46844 |
src/com/gps/reports/ReportsAction.java |
516 |
publicMethodCommentRequirement Required |
| 46845 |
src/com/gps/reports/ReportsAction.java |
518 |
Local variable 'dao' could be declared final |
| 46846 |
src/com/gps/reports/ReportsAction.java |
519 |
Avoid declaring a variable if it is unreferenced before a possible exit point. |
| 46847 |
src/com/gps/reports/ReportsAction.java |
519 |
Found 'DU'-anomaly for variable 'session1' (lines '519'-'629'). |
| 46848 |
src/com/gps/reports/ReportsAction.java |
519 |
Local variable 'session1' could be declared final |
| 46849 |
src/com/gps/reports/ReportsAction.java |
519 |
Potential violation of Law of Demeter (object not created locally) |
| 46850 |
src/com/gps/reports/ReportsAction.java |
520 |
Avoid declaring a variable if it is unreferenced before a possible exit point. |
| 46851 |
src/com/gps/reports/ReportsAction.java |
520 |
Found 'DD'-anomaly for variable 'params' (lines '520'-'591'). |
| 46852 |
src/com/gps/reports/ReportsAction.java |
520 |
Found 'DU'-anomaly for variable 'params' (lines '520'-'629'). |
| 46853 |
src/com/gps/reports/ReportsAction.java |
522 |
Avoid declaring a variable if it is unreferenced before a possible exit point. |
| 46854 |
src/com/gps/reports/ReportsAction.java |
523 |
Avoid declaring a variable if it is unreferenced before a possible exit point. |
| 46855 |
src/com/gps/reports/ReportsAction.java |
523 |
Found 'DD'-anomaly for variable 'jsonData' (lines '523'-'606'). |
| 46856 |
src/com/gps/reports/ReportsAction.java |
523 |
Found 'DU'-anomaly for variable 'jsonData' (lines '523'-'629'). |
| 46857 |
src/com/gps/reports/ReportsAction.java |
525 |
Avoid declaring a variable if it is unreferenced before a possible exit point. |
| 46858 |
src/com/gps/reports/ReportsAction.java |
525 |
Found 'DU'-anomaly for variable 'formatter' (lines '525'-'629'). |
| 46859 |
src/com/gps/reports/ReportsAction.java |
525 |
Local variable 'formatter' could be declared final |
| 46860 |
src/com/gps/reports/ReportsAction.java |
525 |
When instantiating a SimpleDateFormat object, specify a Locale |
| 46861 |
src/com/gps/reports/ReportsAction.java |
527 |
Avoid declaring a variable if it is unreferenced before a possible exit point. |
| 46862 |
src/com/gps/reports/ReportsAction.java |
527 |
Avoid unused local variables such as 'dynamicQuery'. |
| 46863 |
src/com/gps/reports/ReportsAction.java |
527 |
Found 'DU'-anomaly for variable 'dynamicQuery' (lines '527'-'629'). |
| 46864 |
src/com/gps/reports/ReportsAction.java |
527 |
Local variable 'dynamicQuery' could be declared final |
| 46865 |
src/com/gps/reports/ReportsAction.java |
528 |
Avoid declaring a variable if it is unreferenced before a possible exit point. |
| 46866 |
src/com/gps/reports/ReportsAction.java |
528 |
Found 'DD'-anomaly for variable 'parameters' (lines '528'-'583'). |
| 46867 |
src/com/gps/reports/ReportsAction.java |
528 |
Found 'DU'-anomaly for variable 'parameters' (lines '528'-'629'). |
| 46868 |
src/com/gps/reports/ReportsAction.java |
529 |
Avoid declaring a variable if it is unreferenced before a possible exit point. |
| 46869 |
src/com/gps/reports/ReportsAction.java |
529 |
Found 'DD'-anomaly for variable 'paramsList' (lines '529'-'589'). |
| 46870 |
src/com/gps/reports/ReportsAction.java |
529 |
Found 'DU'-anomaly for variable 'paramsList' (lines '529'-'629'). |
| 46871 |
src/com/gps/reports/ReportsAction.java |
530 |
Avoid declaring a variable if it is unreferenced before a possible exit point. |
| 46872 |
src/com/gps/reports/ReportsAction.java |
530 |
Found 'DD'-anomaly for variable 'queryID' (lines '530'-'584'). |
| 46873 |
src/com/gps/reports/ReportsAction.java |
530 |
Found 'DU'-anomaly for variable 'queryID' (lines '530'-'629'). |
| 46874 |
src/com/gps/reports/ReportsAction.java |
531 |
Avoid declaring a variable if it is unreferenced before a possible exit point. |
| 46875 |
src/com/gps/reports/ReportsAction.java |
531 |
Found 'DD'-anomaly for variable 'qry' (lines '531'-'588'). |
| 46876 |
src/com/gps/reports/ReportsAction.java |
531 |
Found 'DU'-anomaly for variable 'qry' (lines '531'-'629'). |
| 46877 |
src/com/gps/reports/ReportsAction.java |
532 |
Found 'DD'-anomaly for variable 'event' (lines '532'-'540'). |
| 46878 |
src/com/gps/reports/ReportsAction.java |
533 |
Found 'DD'-anomaly for variable 'eventrep' (lines '533'-'595'). |
| 46879 |
src/com/gps/reports/ReportsAction.java |
533 |
Found 'DU'-anomaly for variable 'eventrep' (lines '533'-'629'). |
| 46880 |
src/com/gps/reports/ReportsAction.java |
538 |
Position literals first in String comparisons |
| 46881 |
src/com/gps/reports/ReportsAction.java |
545 |
Local variable 'tripId' could be declared final |
| 46882 |
src/com/gps/reports/ReportsAction.java |
549 |
Local variable 'appendeddate' could be declared final |
| 46883 |
src/com/gps/reports/ReportsAction.java |
550 |
Local variable 'appendedenddate' could be declared final |
| 46884 |
src/com/gps/reports/ReportsAction.java |
552 |
Local variable 'rep' could be declared final |
| 46885 |
src/com/gps/reports/ReportsAction.java |
553 |
Potential violation of Law of Demeter (object not created locally) |
| 46886 |
src/com/gps/reports/ReportsAction.java |
557 |
A method should have only one exit point, and that should be the last statement in the method |
| 46887 |
src/com/gps/reports/ReportsAction.java |
561 |
Avoid using Literals in Conditional Statements |
| 46888 |
src/com/gps/reports/ReportsAction.java |
561 |
Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty() |
| 46889 |
src/com/gps/reports/ReportsAction.java |
563 |
Found 'DD'-anomaly for variable 'latlong' (lines '563'-'568'). |
| 46890 |
src/com/gps/reports/ReportsAction.java |
568 |
Found 'DD'-anomaly for variable 'latlong' (lines '568'-'568'). |
| 46891 |
src/com/gps/reports/ReportsAction.java |
568 |
Potential violation of Law of Demeter (method chain calls) |
| 46892 |
src/com/gps/reports/ReportsAction.java |
568 |
Potential violation of Law of Demeter (method chain calls) |
| 46893 |
src/com/gps/reports/ReportsAction.java |
568 |
Potential violation of Law of Demeter (method chain calls) |
| 46894 |
src/com/gps/reports/ReportsAction.java |
568 |
Potential violation of Law of Demeter (method chain calls) |
| 46895 |
src/com/gps/reports/ReportsAction.java |
568 |
Potential violation of Law of Demeter (method chain calls) |
| 46896 |
src/com/gps/reports/ReportsAction.java |
568 |
Potential violation of Law of Demeter (method chain calls) |
| 46897 |
src/com/gps/reports/ReportsAction.java |
568 |
Potential violation of Law of Demeter (method chain calls) |
| 46898 |
src/com/gps/reports/ReportsAction.java |
571 |
Comment is too large: Too many lines |
| 46899 |
src/com/gps/reports/ReportsAction.java |
583 |
Potential violation of Law of Demeter (object not created locally) |
| 46900 |
src/com/gps/reports/ReportsAction.java |
583 |
Potential violation of Law of Demeter (object not created locally) |
| 46901 |
src/com/gps/reports/ReportsAction.java |
584 |
Found 'DU'-anomaly for variable 'queryID' (lines '584'-'629'). |
| 46902 |
src/com/gps/reports/ReportsAction.java |
585 |
Potential violation of Law of Demeter (object not created locally) |
| 46903 |
src/com/gps/reports/ReportsAction.java |
587 |
Avoid using Literals in Conditional Statements |
| 46904 |
src/com/gps/reports/ReportsAction.java |
587 |
Potential violation of Law of Demeter (object not created locally) |
| 46905 |
src/com/gps/reports/ReportsAction.java |
588 |
Found 'DD'-anomaly for variable 'qry' (lines '588'-'590'). |
| 46906 |
src/com/gps/reports/ReportsAction.java |
588 |
Potential violation of Law of Demeter (object not created locally) |
| 46907 |
src/com/gps/reports/ReportsAction.java |
589 |
Potential violation of Law of Demeter (method chain calls) |
| 46908 |
src/com/gps/reports/ReportsAction.java |
589 |
Potential violation of Law of Demeter (object not created locally) |
| 46909 |
src/com/gps/reports/ReportsAction.java |
591 |
Found 'DU'-anomaly for variable 'params' (lines '591'-'629'). |
| 46910 |
src/com/gps/reports/ReportsAction.java |
591 |
Potential violation of Law of Demeter (object not created locally) |
| 46911 |
src/com/gps/reports/ReportsAction.java |
595 |
Avoid instantiating new objects inside loops |
| 46912 |
src/com/gps/reports/ReportsAction.java |
595 |
Potential violation of Law of Demeter (method chain calls) |
| 46913 |
src/com/gps/reports/ReportsAction.java |
595 |
Potential violation of Law of Demeter (method chain calls) |
| 46914 |
src/com/gps/reports/ReportsAction.java |
595 |
Potential violation of Law of Demeter (method chain calls) |
| 46915 |
src/com/gps/reports/ReportsAction.java |
595 |
Potential violation of Law of Demeter (method chain calls) |
| 46916 |
src/com/gps/reports/ReportsAction.java |
595 |
Potential violation of Law of Demeter (method chain calls) |
| 46917 |
src/com/gps/reports/ReportsAction.java |
595 |
Potential violation of Law of Demeter (method chain calls) |
| 46918 |
src/com/gps/reports/ReportsAction.java |
595 |
Potential violation of Law of Demeter (method chain calls) |
| 46919 |
src/com/gps/reports/ReportsAction.java |
595 |
Potential violation of Law of Demeter (method chain calls) |
| 46920 |
src/com/gps/reports/ReportsAction.java |
595 |
Potential violation of Law of Demeter (object not created locally) |
| 46921 |
src/com/gps/reports/ReportsAction.java |
595 |
Potential violation of Law of Demeter (object not created locally) |
| 46922 |
src/com/gps/reports/ReportsAction.java |
595 |
This statement may have some unnecessary parentheses |
| 46923 |
src/com/gps/reports/ReportsAction.java |
595 |
Useless parentheses. |
| 46924 |
src/com/gps/reports/ReportsAction.java |
596 |
Potential violation of Law of Demeter (method chain calls) |
| 46925 |
src/com/gps/reports/ReportsAction.java |
596 |
Potential violation of Law of Demeter (method chain calls) |
| 46926 |
src/com/gps/reports/ReportsAction.java |
596 |
Potential violation of Law of Demeter (object not created locally) |
| 46927 |
src/com/gps/reports/ReportsAction.java |
596 |
Potential violation of Law of Demeter (object not created locally) |
| 46928 |
src/com/gps/reports/ReportsAction.java |
606 |
Potential violation of Law of Demeter (object not created locally) |
| 46929 |
src/com/gps/reports/ReportsAction.java |
607 |
The String literal "text/html" appears 4 times in this file; the first occurrence is on line 607 |
| 46930 |
src/com/gps/reports/ReportsAction.java |
608 |
Avoid calling toString() on String objects; this is unnecessary. |
| 46931 |
src/com/gps/reports/ReportsAction.java |
608 |
Potential violation of Law of Demeter (method chain calls) |
| 46932 |
src/com/gps/reports/ReportsAction.java |
608 |
Potential violation of Law of Demeter (object not created locally) |
| 46933 |
src/com/gps/reports/ReportsAction.java |
611 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 46934 |
src/com/gps/reports/ReportsAction.java |
613 |
Potential violation of Law of Demeter (method chain calls) |
| 46935 |
src/com/gps/reports/ReportsAction.java |
614 |
Avoid printStackTrace(); use a logger call instead. |
| 46936 |
src/com/gps/reports/ReportsAction.java |
614 |
Potential violation of Law of Demeter (object not created locally) |
| 46937 |
src/com/gps/reports/ReportsAction.java |
619 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 46938 |
src/com/gps/reports/ReportsAction.java |
620 |
There is log block not surrounded by if |
| 46939 |
src/com/gps/reports/ReportsAction.java |
634 |
Avoid really long methods. |
| 46940 |
src/com/gps/reports/ReportsAction.java |
634 |
publicMethodCommentRequirement Required |
| 46941 |
src/com/gps/reports/ReportsAction.java |
636 |
Avoid declaring a variable if it is unreferenced before a possible exit point. |
| 46942 |
src/com/gps/reports/ReportsAction.java |
636 |
Avoid unused local variables such as 'parameters'. |
| 46943 |
src/com/gps/reports/ReportsAction.java |
636 |
Found 'DU'-anomaly for variable 'parameters' (lines '636'-'743'). |
| 46944 |
src/com/gps/reports/ReportsAction.java |
636 |
Local variable 'parameters' could be declared final |
| 46945 |
src/com/gps/reports/ReportsAction.java |
637 |
Avoid declaring a variable if it is unreferenced before a possible exit point. |
| 46946 |
src/com/gps/reports/ReportsAction.java |
637 |
Avoid unused local variables such as 'paramsList'. |
| 46947 |
src/com/gps/reports/ReportsAction.java |
637 |
Found 'DU'-anomaly for variable 'paramsList' (lines '637'-'743'). |
| 46948 |
src/com/gps/reports/ReportsAction.java |
637 |
Local variable 'paramsList' could be declared final |
| 46949 |
src/com/gps/reports/ReportsAction.java |
638 |
Avoid declaring a variable if it is unreferenced before a possible exit point. |
| 46950 |
src/com/gps/reports/ReportsAction.java |
638 |
Avoid unused local variables such as 'queryID'. |
| 46951 |
src/com/gps/reports/ReportsAction.java |
638 |
Found 'DU'-anomaly for variable 'queryID' (lines '638'-'743'). |
| 46952 |
src/com/gps/reports/ReportsAction.java |
638 |
Local variable 'queryID' could be declared final |
| 46953 |
src/com/gps/reports/ReportsAction.java |
639 |
Avoid declaring a variable if it is unreferenced before a possible exit point. |
| 46954 |
src/com/gps/reports/ReportsAction.java |
639 |
Avoid unused local variables such as 'qry'. |
| 46955 |
src/com/gps/reports/ReportsAction.java |
639 |
Found 'DU'-anomaly for variable 'qry' (lines '639'-'743'). |
| 46956 |
src/com/gps/reports/ReportsAction.java |
639 |
Local variable 'qry' could be declared final |
| 46957 |
src/com/gps/reports/ReportsAction.java |
640 |
Local variable 'dao' could be declared final |
| 46958 |
src/com/gps/reports/ReportsAction.java |
641 |
Avoid declaring a variable if it is unreferenced before a possible exit point. |
| 46959 |
src/com/gps/reports/ReportsAction.java |
641 |
Avoid unused local variables such as 'session1'. |
| 46960 |
src/com/gps/reports/ReportsAction.java |
641 |
Found 'DU'-anomaly for variable 'session1' (lines '641'-'743'). |
| 46961 |
src/com/gps/reports/ReportsAction.java |
641 |
Local variable 'session1' could be declared final |
| 46962 |
src/com/gps/reports/ReportsAction.java |
641 |
Potential violation of Law of Demeter (object not created locally) |
| 46963 |
src/com/gps/reports/ReportsAction.java |
642 |
Avoid declaring a variable if it is unreferenced before a possible exit point. |
| 46964 |
src/com/gps/reports/ReportsAction.java |
642 |
Avoid unused local variables such as 'params'. |
| 46965 |
src/com/gps/reports/ReportsAction.java |
642 |
Found 'DU'-anomaly for variable 'params' (lines '642'-'743'). |
| 46966 |
src/com/gps/reports/ReportsAction.java |
642 |
Local variable 'params' could be declared final |
| 46967 |
src/com/gps/reports/ReportsAction.java |
646 |
Avoid declaring a variable if it is unreferenced before a possible exit point. |
| 46968 |
src/com/gps/reports/ReportsAction.java |
646 |
Found 'DU'-anomaly for variable 'desList' (lines '646'-'743'). |
| 46969 |
src/com/gps/reports/ReportsAction.java |
646 |
Local variable 'desList' could be declared final |
| 46970 |
src/com/gps/reports/ReportsAction.java |
647 |
Avoid declaring a variable if it is unreferenced before a possible exit point. |
| 46971 |
src/com/gps/reports/ReportsAction.java |
647 |
Found 'DD'-anomaly for variable 'tList' (lines '647'-'707'). |
| 46972 |
src/com/gps/reports/ReportsAction.java |
647 |
Found 'DU'-anomaly for variable 'tList' (lines '647'-'743'). |
| 46973 |
src/com/gps/reports/ReportsAction.java |
648 |
Avoid declaring a variable if it is unreferenced before a possible exit point. |
| 46974 |
src/com/gps/reports/ReportsAction.java |
648 |
Found 'DD'-anomaly for variable 'des' (lines '648'-'709'). |
| 46975 |
src/com/gps/reports/ReportsAction.java |
648 |
Found 'DU'-anomaly for variable 'des' (lines '648'-'743'). |
| 46976 |
src/com/gps/reports/ReportsAction.java |
650 |
Avoid declaring a variable if it is unreferenced before a possible exit point. |
| 46977 |
src/com/gps/reports/ReportsAction.java |
650 |
Found 'DU'-anomaly for variable 'dateList' (lines '650'-'743'). |
| 46978 |
src/com/gps/reports/ReportsAction.java |
650 |
Local variable 'dateList' could be declared final |
| 46979 |
src/com/gps/reports/ReportsAction.java |
653 |
Avoid declaring a variable if it is unreferenced before a possible exit point. |
| 46980 |
src/com/gps/reports/ReportsAction.java |
654 |
Avoid declaring a variable if it is unreferenced before a possible exit point. |
| 46981 |
src/com/gps/reports/ReportsAction.java |
654 |
Found 'DU'-anomaly for variable 'trpList' (lines '654'-'743'). |
| 46982 |
src/com/gps/reports/ReportsAction.java |
654 |
Local variable 'trpList' could be declared final |
| 46983 |
src/com/gps/reports/ReportsAction.java |
655 |
Avoid declaring a variable if it is unreferenced before a possible exit point. |
| 46984 |
src/com/gps/reports/ReportsAction.java |
655 |
Found 'DD'-anomaly for variable 'tidList' (lines '655'-'711'). |
| 46985 |
src/com/gps/reports/ReportsAction.java |
655 |
Found 'DU'-anomaly for variable 'tidList' (lines '655'-'743'). |
| 46986 |
src/com/gps/reports/ReportsAction.java |
656 |
Avoid declaring a variable if it is unreferenced before a possible exit point. |
| 46987 |
src/com/gps/reports/ReportsAction.java |
656 |
Found 'DU'-anomaly for variable 'trpidList' (lines '656'-'743'). |
| 46988 |
src/com/gps/reports/ReportsAction.java |
656 |
Local variable 'trpidList' could be declared final |
| 46989 |
src/com/gps/reports/ReportsAction.java |
658 |
Found 'DD'-anomaly for variable 'event' (lines '658'-'665'). |
| 46990 |
src/com/gps/reports/ReportsAction.java |
663 |
Position literals first in String comparisons |
| 46991 |
src/com/gps/reports/ReportsAction.java |
670 |
Local variable 'tripId' could be declared final |
| 46992 |
src/com/gps/reports/ReportsAction.java |
675 |
Local variable 'appendeddate' could be declared final |
| 46993 |
src/com/gps/reports/ReportsAction.java |
676 |
Local variable 'appendedenddate' could be declared final |
| 46994 |
src/com/gps/reports/ReportsAction.java |
679 |
Local variable 'rep' could be declared final |
| 46995 |
src/com/gps/reports/ReportsAction.java |
680 |
Potential violation of Law of Demeter (object not created locally) |
| 46996 |
src/com/gps/reports/ReportsAction.java |
685 |
Potential violation of Law of Demeter (method chain calls) |
| 46997 |
src/com/gps/reports/ReportsAction.java |
687 |
Local variable 'array' could be declared final |
| 46998 |
src/com/gps/reports/ReportsAction.java |
688 |
Local variable 'retVal' could be declared final |
| 46999 |
src/com/gps/reports/ReportsAction.java |
690 |
Potential violation of Law of Demeter (object not created locally) |
| 47000 |
src/com/gps/reports/ReportsAction.java |
691 |
Local variable 'output' could be declared final |
| 47001 |
src/com/gps/reports/ReportsAction.java |
691 |
Potential violation of Law of Demeter (object not created locally) |
| 47002 |
src/com/gps/reports/ReportsAction.java |
692 |
Potential violation of Law of Demeter (method chain calls) |
| 47003 |
src/com/gps/reports/ReportsAction.java |
694 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 47004 |
src/com/gps/reports/ReportsAction.java |
694 |
Avoid empty catch blocks |
| 47005 |
src/com/gps/reports/ReportsAction.java |
698 |
A method should have only one exit point, and that should be the last statement in the method |
| 47006 |
src/com/gps/reports/ReportsAction.java |
704 |
Local variable 'array' could be declared final |
| 47007 |
src/com/gps/reports/ReportsAction.java |
707 |
Potential violation of Law of Demeter (method chain calls) |
| 47008 |
src/com/gps/reports/ReportsAction.java |
708 |
Potential violation of Law of Demeter (object not created locally) |
| 47009 |
src/com/gps/reports/ReportsAction.java |
709 |
Potential violation of Law of Demeter (method chain calls) |
| 47010 |
src/com/gps/reports/ReportsAction.java |
710 |
Potential violation of Law of Demeter (object not created locally) |
| 47011 |
src/com/gps/reports/ReportsAction.java |
711 |
Potential violation of Law of Demeter (method chain calls) |
| 47012 |
src/com/gps/reports/ReportsAction.java |
712 |
Potential violation of Law of Demeter (object not created locally) |
| 47013 |
src/com/gps/reports/ReportsAction.java |
713 |
Potential violation of Law of Demeter (method chain calls) |
| 47014 |
src/com/gps/reports/ReportsAction.java |
714 |
Potential violation of Law of Demeter (object not created locally) |
| 47015 |
src/com/gps/reports/ReportsAction.java |
716 |
Potential violation of Law of Demeter (object not created locally) |
| 47016 |
src/com/gps/reports/ReportsAction.java |
717 |
Found 'DD'-anomaly for variable 'output' (lines '717'-'724'). |
| 47017 |
src/com/gps/reports/ReportsAction.java |
719 |
Potential violation of Law of Demeter (object not created locally) |
| 47018 |
src/com/gps/reports/ReportsAction.java |
720 |
Potential violation of Law of Demeter (object not created locally) |
| 47019 |
src/com/gps/reports/ReportsAction.java |
722 |
Potential violation of Law of Demeter (object not created locally) |
| 47020 |
src/com/gps/reports/ReportsAction.java |
724 |
Potential violation of Law of Demeter (object not created locally) |
| 47021 |
src/com/gps/reports/ReportsAction.java |
725 |
Potential violation of Law of Demeter (method chain calls) |
| 47022 |
src/com/gps/reports/ReportsAction.java |
728 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 47023 |
src/com/gps/reports/ReportsAction.java |
730 |
Avoid printStackTrace(); use a logger call instead. |
| 47024 |
src/com/gps/reports/ReportsAction.java |
730 |
Potential violation of Law of Demeter (object not created locally) |
| 47025 |
src/com/gps/reports/ReportsAction.java |
731 |
There is log block not surrounded by if |
| 47026 |
src/com/gps/reports/ReportsAction.java |
736 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 47027 |
src/com/gps/reports/ReportsAction.java |
737 |
There is log block not surrounded by if |
| 47028 |
src/com/gps/reports/ReportsAction.java |
747 |
publicMethodCommentRequirement Required |
| 47029 |
src/com/gps/reports/ReportsAction.java |
750 |
Avoid variables with short names like id |
| 47030 |
src/com/gps/reports/ReportsAction.java |
752 |
Found 'DD'-anomaly for variable 'retVal' (lines '752'-'774'). |
| 47031 |
src/com/gps/reports/ReportsAction.java |
752 |
Found 'DD'-anomaly for variable 'retVal' (lines '752'-'788'). |
| 47032 |
src/com/gps/reports/ReportsAction.java |
755 |
Local variable 'tpDAO' could be declared final |
| 47033 |
src/com/gps/reports/ReportsAction.java |
759 |
Potential violation of Law of Demeter (object not created locally) |
| 47034 |
src/com/gps/reports/ReportsAction.java |
760 |
Avoid using Literals in Conditional Statements |
| 47035 |
src/com/gps/reports/ReportsAction.java |
760 |
Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty() |
| 47036 |
src/com/gps/reports/ReportsAction.java |
763 |
Potential violation of Law of Demeter (method chain calls) |
| 47037 |
src/com/gps/reports/ReportsAction.java |
763 |
Potential violation of Law of Demeter (method chain calls) |
| 47038 |
src/com/gps/reports/ReportsAction.java |
771 |
Potential violation of Law of Demeter (method chain calls) |
| 47039 |
src/com/gps/reports/ReportsAction.java |
774 |
Found 'DD'-anomaly for variable 'retVal' (lines '774'-'779'). |
| 47040 |
src/com/gps/reports/ReportsAction.java |
775 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 47041 |
src/com/gps/reports/ReportsAction.java |
777 |
Potential violation of Law of Demeter (method chain calls) |
| 47042 |
src/com/gps/reports/ReportsAction.java |
778 |
Avoid printStackTrace(); use a logger call instead. |
| 47043 |
src/com/gps/reports/ReportsAction.java |
778 |
Potential violation of Law of Demeter (object not created locally) |
| 47044 |
src/com/gps/reports/ReportsAction.java |
781 |
A method should have only one exit point, and that should be the last statement in the method |
| 47045 |
src/com/gps/reports/ReportsAction.java |
787 |
Potential violation of Law of Demeter (method chain calls) |
| 47046 |
src/com/gps/reports/ReportsAction.java |
791 |
A method should have only one exit point, and that should be the last statement in the method |
| 47047 |
src/com/gps/reports/ReportsAction.java |
794 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 47048 |
src/com/gps/reports/ReportsAction.java |
796 |
Avoid printStackTrace(); use a logger call instead. |
| 47049 |
src/com/gps/reports/ReportsAction.java |
796 |
Potential violation of Law of Demeter (object not created locally) |
| 47050 |
src/com/gps/reports/ReportsAction.java |
801 |
Do not explicitly trigger a garbage collection. |
| 47051 |
src/com/gps/reports/ReportsAction.java |
806 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 47052 |
src/com/gps/reports/ReportsAction.java |
807 |
There is log block not surrounded by if |
| 47053 |
src/com/gps/reports/ReportsAction.java |
817 |
Comment is too large: Line too long |
| 47054 |
src/com/gps/reports/ReportsAction.java |
818 |
Avoid really long methods. |
| 47055 |
src/com/gps/reports/ReportsAction.java |
818 |
The method 'getVehreports' has a Cyclomatic Complexity of 10. |
| 47056 |
src/com/gps/reports/ReportsAction.java |
818 |
publicMethodCommentRequirement Required |
| 47057 |
src/com/gps/reports/ReportsAction.java |
820 |
Avoid declaring a variable if it is unreferenced before a possible exit point. |
| 47058 |
src/com/gps/reports/ReportsAction.java |
820 |
Found 'DU'-anomaly for variable 'out' (lines '820'-'943'). |
| 47059 |
src/com/gps/reports/ReportsAction.java |
820 |
Local variable 'out' could be declared final |
| 47060 |
src/com/gps/reports/ReportsAction.java |
821 |
Local variable 'rep' could be declared final |
| 47061 |
src/com/gps/reports/ReportsAction.java |
822 |
Avoid declaring a variable if it is unreferenced before a possible exit point. |
| 47062 |
src/com/gps/reports/ReportsAction.java |
822 |
Found 'DU'-anomaly for variable 'intsession' (lines '822'-'943'). |
| 47063 |
src/com/gps/reports/ReportsAction.java |
822 |
Local variable 'intsession' could be declared final |
| 47064 |
src/com/gps/reports/ReportsAction.java |
824 |
Local variable 'tripId' could be declared final |
| 47065 |
src/com/gps/reports/ReportsAction.java |
827 |
Potential violation of Law of Demeter (method chain calls) |
| 47066 |
src/com/gps/reports/ReportsAction.java |
828 |
Local variable 'stime' could be declared final |
| 47067 |
src/com/gps/reports/ReportsAction.java |
829 |
Local variable 'etime' could be declared final |
| 47068 |
src/com/gps/reports/ReportsAction.java |
834 |
Potential violation of Law of Demeter (object not created locally) |
| 47069 |
src/com/gps/reports/ReportsAction.java |
838 |
Potential violation of Law of Demeter (method chain calls) |
| 47070 |
src/com/gps/reports/ReportsAction.java |
840 |
A method should have only one exit point, and that should be the last statement in the method |
| 47071 |
src/com/gps/reports/ReportsAction.java |
843 |
Avoid using Literals in Conditional Statements |
| 47072 |
src/com/gps/reports/ReportsAction.java |
843 |
Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty() |
| 47073 |
src/com/gps/reports/ReportsAction.java |
846 |
Local variable 'evhr' could be declared final |
| 47074 |
src/com/gps/reports/ReportsAction.java |
846 |
Potential violation of Law of Demeter (method chain calls) |
| 47075 |
src/com/gps/reports/ReportsAction.java |
846 |
Potential violation of Law of Demeter (method chain calls) |
| 47076 |
src/com/gps/reports/ReportsAction.java |
847 |
Local variable 'evmin' could be declared final |
| 47077 |
src/com/gps/reports/ReportsAction.java |
847 |
Potential violation of Law of Demeter (method chain calls) |
| 47078 |
src/com/gps/reports/ReportsAction.java |
847 |
Potential violation of Law of Demeter (method chain calls) |
| 47079 |
src/com/gps/reports/ReportsAction.java |
848 |
Local variable 'monhr' could be declared final |
| 47080 |
src/com/gps/reports/ReportsAction.java |
848 |
Potential violation of Law of Demeter (method chain calls) |
| 47081 |
src/com/gps/reports/ReportsAction.java |
848 |
Potential violation of Law of Demeter (method chain calls) |
| 47082 |
src/com/gps/reports/ReportsAction.java |
849 |
Local variable 'monmin' could be declared final |
| 47083 |
src/com/gps/reports/ReportsAction.java |
849 |
Potential violation of Law of Demeter (method chain calls) |
| 47084 |
src/com/gps/reports/ReportsAction.java |
849 |
Potential violation of Law of Demeter (method chain calls) |
| 47085 |
src/com/gps/reports/ReportsAction.java |
850 |
Found 'DU'-anomaly for variable 'montime' (lines '850'-'943'). |
| 47086 |
src/com/gps/reports/ReportsAction.java |
850 |
Local variable 'montime' could be declared final |
| 47087 |
src/com/gps/reports/ReportsAction.java |
851 |
Avoid unused local variables such as 'evtime'. |
| 47088 |
src/com/gps/reports/ReportsAction.java |
851 |
Found 'DU'-anomaly for variable 'evtime' (lines '851'-'943'). |
| 47089 |
src/com/gps/reports/ReportsAction.java |
851 |
Local variable 'evtime' could be declared final |
| 47090 |
src/com/gps/reports/ReportsAction.java |
852 |
Position literals first in String comparisons |
| 47091 |
src/com/gps/reports/ReportsAction.java |
852 |
Potential violation of Law of Demeter (object not created locally) |
| 47092 |
src/com/gps/reports/ReportsAction.java |
857 |
Position literals first in String comparisons |
| 47093 |
src/com/gps/reports/ReportsAction.java |
857 |
Potential violation of Law of Demeter (object not created locally) |
| 47094 |
src/com/gps/reports/ReportsAction.java |
859 |
Local variable 'evshr' could be declared final |
| 47095 |
src/com/gps/reports/ReportsAction.java |
859 |
Potential violation of Law of Demeter (method chain calls) |
| 47096 |
src/com/gps/reports/ReportsAction.java |
859 |
Potential violation of Law of Demeter (method chain calls) |
| 47097 |
src/com/gps/reports/ReportsAction.java |
860 |
Local variable 'evsmin' could be declared final |
| 47098 |
src/com/gps/reports/ReportsAction.java |
860 |
Potential violation of Law of Demeter (method chain calls) |
| 47099 |
src/com/gps/reports/ReportsAction.java |
860 |
Potential violation of Law of Demeter (method chain calls) |
| 47100 |
src/com/gps/reports/ReportsAction.java |
864 |
Position literals first in String comparisons |
| 47101 |
src/com/gps/reports/ReportsAction.java |
864 |
Potential violation of Law of Demeter (object not created locally) |
| 47102 |
src/com/gps/reports/ReportsAction.java |
870 |
Potential violation of Law of Demeter (object not created locally) |
| 47103 |
src/com/gps/reports/ReportsAction.java |
878 |
Potential violation of Law of Demeter (object not created locally) |
| 47104 |
src/com/gps/reports/ReportsAction.java |
878 |
StringBuffer (or StringBuilder).append is called 6 consecutive times with literal Strings. Use a single append with a single combined String. |
| 47105 |
src/com/gps/reports/ReportsAction.java |
879 |
Avoid appending characters as strings in StringBuffer.append. |
| 47106 |
src/com/gps/reports/ReportsAction.java |
879 |
Potential violation of Law of Demeter (object not created locally) |
| 47107 |
src/com/gps/reports/ReportsAction.java |
880 |
Potential violation of Law of Demeter (object not created locally) |
| 47108 |
src/com/gps/reports/ReportsAction.java |
881 |
Avoid appending characters as strings in StringBuffer.append. |
| 47109 |
src/com/gps/reports/ReportsAction.java |
881 |
Potential violation of Law of Demeter (object not created locally) |
| 47110 |
src/com/gps/reports/ReportsAction.java |
882 |
Potential violation of Law of Demeter (object not created locally) |
| 47111 |
src/com/gps/reports/ReportsAction.java |
883 |
Potential violation of Law of Demeter (object not created locally) |
| 47112 |
src/com/gps/reports/ReportsAction.java |
889 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'new_date' is not final. |
| 47113 |
src/com/gps/reports/ReportsAction.java |
890 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'new_time' is not final. |
| 47114 |
src/com/gps/reports/ReportsAction.java |
891 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'new_speed' is not final. |
| 47115 |
src/com/gps/reports/ReportsAction.java |
892 |
Found 'DU'-anomaly for variable 'formatter' (lines '892'-'943'). |
| 47116 |
src/com/gps/reports/ReportsAction.java |
892 |
When instantiating a SimpleDateFormat object, specify a Locale |
| 47117 |
src/com/gps/reports/ReportsAction.java |
893 |
Found 'DU'-anomaly for variable 'formatter1' (lines '893'-'943'). |
| 47118 |
src/com/gps/reports/ReportsAction.java |
893 |
When instantiating a SimpleDateFormat object, specify a Locale |
| 47119 |
src/com/gps/reports/ReportsAction.java |
896 |
Potential violation of Law of Demeter (method chain calls) |
| 47120 |
src/com/gps/reports/ReportsAction.java |
897 |
Potential violation of Law of Demeter (object not created locally) |
| 47121 |
src/com/gps/reports/ReportsAction.java |
898 |
Potential violation of Law of Demeter (object not created locally) |
| 47122 |
src/com/gps/reports/ReportsAction.java |
900 |
Potential violation of Law of Demeter (method chain calls) |
| 47123 |
src/com/gps/reports/ReportsAction.java |
900 |
Potential violation of Law of Demeter (method chain calls) |
| 47124 |
src/com/gps/reports/ReportsAction.java |
902 |
Potential violation of Law of Demeter (object not created locally) |
| 47125 |
src/com/gps/reports/ReportsAction.java |
903 |
Avoid appending characters as strings in StringBuffer.append. |
| 47126 |
src/com/gps/reports/ReportsAction.java |
903 |
Potential violation of Law of Demeter (object not created locally) |
| 47127 |
src/com/gps/reports/ReportsAction.java |
904 |
Potential violation of Law of Demeter (object not created locally) |
| 47128 |
src/com/gps/reports/ReportsAction.java |
905 |
Avoid appending characters as strings in StringBuffer.append. |
| 47129 |
src/com/gps/reports/ReportsAction.java |
905 |
Potential violation of Law of Demeter (object not created locally) |
| 47130 |
src/com/gps/reports/ReportsAction.java |
906 |
Potential violation of Law of Demeter (object not created locally) |
| 47131 |
src/com/gps/reports/ReportsAction.java |
907 |
Potential violation of Law of Demeter (object not created locally) |
| 47132 |
src/com/gps/reports/ReportsAction.java |
915 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 47133 |
src/com/gps/reports/ReportsAction.java |
915 |
Avoid empty catch blocks |
| 47134 |
src/com/gps/reports/ReportsAction.java |
925 |
Potential violation of Law of Demeter (method chain calls) |
| 47135 |
src/com/gps/reports/ReportsAction.java |
925 |
Potential violation of Law of Demeter (object not created locally) |
| 47136 |
src/com/gps/reports/ReportsAction.java |
927 |
Potential violation of Law of Demeter (method chain calls) |
| 47137 |
src/com/gps/reports/ReportsAction.java |
927 |
Potential violation of Law of Demeter (object not created locally) |
| 47138 |
src/com/gps/reports/ReportsAction.java |
929 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 47139 |
src/com/gps/reports/ReportsAction.java |
929 |
Avoid empty catch blocks |
| 47140 |
src/com/gps/reports/ReportsAction.java |
936 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 47141 |
src/com/gps/reports/ReportsAction.java |
937 |
There is log block not surrounded by if |
| 47142 |
src/com/gps/reports/ReportsAction.java |
947 |
Method names should not start with capital letters |
| 47143 |
src/com/gps/reports/ReportsAction.java |
947 |
publicMethodCommentRequirement Required |
| 47144 |
src/com/gps/reports/ReportsAction.java |
951 |
Local variable 'user' could be declared final |
| 47145 |
src/com/gps/reports/ReportsAction.java |
956 |
A method should have only one exit point, and that should be the last statement in the method |
| 47146 |
src/com/gps/reports/ReportsAction.java |
958 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 47147 |
src/com/gps/reports/ReportsAction.java |
960 |
Potential violation of Law of Demeter (object not created locally) |
| 47148 |
src/com/gps/reports/ReportsAction.java |
960 |
There is log block not surrounded by if |
| 47149 |
src/com/gps/reports/ReportsAction.java |
966 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 47150 |
src/com/gps/reports/ReportsAction.java |
967 |
There is log block not surrounded by if |
| 47151 |
src/com/gps/reports/ReportsAction.java |
975 |
Parameter 'user' is not assigned and could be declared final |
| 47152 |
src/com/gps/reports/ReportsAction.java |
975 |
publicMethodCommentRequirement Required |
| 47153 |
src/com/gps/reports/ReportsAction.java |
979 |
Avoid unused local variables such as 'organizationId'. |
| 47154 |
src/com/gps/reports/ReportsAction.java |
979 |
Found 'DD'-anomaly for variable 'organizationId' (lines '979'-'982'). |
| 47155 |
src/com/gps/reports/ReportsAction.java |
982 |
Found 'DU'-anomaly for variable 'organizationId' (lines '982'-'998'). |
| 47156 |
src/com/gps/reports/ReportsAction.java |
982 |
Potential violation of Law of Demeter (method chain calls) |
| 47157 |
src/com/gps/reports/ReportsAction.java |
982 |
Potential violation of Law of Demeter (method chain calls) |
| 47158 |
src/com/gps/reports/ReportsAction.java |
984 |
Potential violation of Law of Demeter (method chain calls) |
| 47159 |
src/com/gps/reports/ReportsAction.java |
984 |
Potential violation of Law of Demeter (method chain calls) |
| 47160 |
src/com/gps/reports/ReportsAction.java |
984 |
Potential violation of Law of Demeter (method chain calls) |
| 47161 |
src/com/gps/reports/ReportsAction.java |
985 |
Avoid using if...else statements without curly braces |
| 47162 |
src/com/gps/reports/ReportsAction.java |
985 |
Potential violation of Law of Demeter (object not created locally) |
| 47163 |
src/com/gps/reports/ReportsAction.java |
987 |
Avoid using if...else statements without curly braces |
| 47164 |
src/com/gps/reports/ReportsAction.java |
987 |
Potential violation of Law of Demeter (object not created locally) |
| 47165 |
src/com/gps/reports/ReportsAction.java |
987 |
Potential violation of Law of Demeter (object not created locally) |
| 47166 |
src/com/gps/reports/ReportsAction.java |
989 |
A method should have only one exit point, and that should be the last statement in the method |
| 47167 |
src/com/gps/reports/ReportsAction.java |
991 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 47168 |
src/com/gps/reports/ReportsAction.java |
993 |
Avoid printStackTrace(); use a logger call instead. |
| 47169 |
src/com/gps/reports/ReportsAction.java |
993 |
Potential violation of Law of Demeter (object not created locally) |
| 47170 |
src/com/gps/reports/ReportsAction.java |
1002 |
Method names should not start with capital letters |
| 47171 |
src/com/gps/reports/ReportsAction.java |
1002 |
publicMethodCommentRequirement Required |
| 47172 |
src/com/gps/reports/ReportsAction.java |
1005 |
Local variable 'user' could be declared final |
| 47173 |
src/com/gps/reports/ReportsAction.java |
1008 |
Found 'DD'-anomaly for variable 'response' (lines '1,008'-'1,016'). |
| 47174 |
src/com/gps/reports/ReportsAction.java |
1018 |
A method should have only one exit point, and that should be the last statement in the method |
| 47175 |
src/com/gps/reports/ReportsAction.java |
1021 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 47176 |
src/com/gps/reports/ReportsAction.java |
1023 |
Potential violation of Law of Demeter (object not created locally) |
| 47177 |
src/com/gps/reports/ReportsAction.java |
1023 |
There is log block not surrounded by if |
| 47178 |
src/com/gps/reports/ReportsAction.java |
1029 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 47179 |
src/com/gps/reports/ReportsAction.java |
1030 |
There is log block not surrounded by if |
| 47180 |
src/com/gps/reports/ReportsAction.java |
1037 |
Parameter 'user' is not assigned and could be declared final |
| 47181 |
src/com/gps/reports/ReportsAction.java |
1041 |
Avoid unused local variables such as 'organizationId'. |
| 47182 |
src/com/gps/reports/ReportsAction.java |
1041 |
Found 'DD'-anomaly for variable 'organizationId' (lines '1,041'-'1,046'). |
| 47183 |
src/com/gps/reports/ReportsAction.java |
1046 |
Found 'DU'-anomaly for variable 'organizationId' (lines '1,046'-'1,075'). |
| 47184 |
src/com/gps/reports/ReportsAction.java |
1046 |
Potential violation of Law of Demeter (method chain calls) |
| 47185 |
src/com/gps/reports/ReportsAction.java |
1046 |
Potential violation of Law of Demeter (method chain calls) |
| 47186 |
src/com/gps/reports/ReportsAction.java |
1048 |
Potential violation of Law of Demeter (method chain calls) |
| 47187 |
src/com/gps/reports/ReportsAction.java |
1048 |
Potential violation of Law of Demeter (method chain calls) |
| 47188 |
src/com/gps/reports/ReportsAction.java |
1048 |
Potential violation of Law of Demeter (method chain calls) |
| 47189 |
src/com/gps/reports/ReportsAction.java |
1049 |
Avoid using if...else statements without curly braces |
| 47190 |
src/com/gps/reports/ReportsAction.java |
1049 |
Potential violation of Law of Demeter (object not created locally) |
| 47191 |
src/com/gps/reports/ReportsAction.java |
1051 |
Avoid using if...else statements without curly braces |
| 47192 |
src/com/gps/reports/ReportsAction.java |
1051 |
Potential violation of Law of Demeter (object not created locally) |
| 47193 |
src/com/gps/reports/ReportsAction.java |
1051 |
Potential violation of Law of Demeter (object not created locally) |
| 47194 |
src/com/gps/reports/ReportsAction.java |
1056 |
Potential violation of Law of Demeter (object not created locally) |
| 47195 |
src/com/gps/reports/ReportsAction.java |
1057 |
Potential violation of Law of Demeter (object not created locally) |
| 47196 |
src/com/gps/reports/ReportsAction.java |
1059 |
Potential violation of Law of Demeter (object not created locally) |
| 47197 |
src/com/gps/reports/ReportsAction.java |
1064 |
A method should have only one exit point, and that should be the last statement in the method |
| 47198 |
src/com/gps/reports/ReportsAction.java |
1067 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 47199 |
src/com/gps/reports/ReportsAction.java |
1069 |
Avoid printStackTrace(); use a logger call instead. |
| 47200 |
src/com/gps/reports/ReportsAction.java |
1069 |
Potential violation of Law of Demeter (object not created locally) |
| 47201 |
src/com/gps/reports/ReportsAction.java |
1079 |
Method names should not start with capital letters |
| 47202 |
src/com/gps/reports/ReportsAction.java |
1079 |
publicMethodCommentRequirement Required |
| 47203 |
src/com/gps/reports/ReportsAction.java |
1082 |
Local variable 'user' could be declared final |
| 47204 |
src/com/gps/reports/ReportsAction.java |
1085 |
Found 'DD'-anomaly for variable 'response' (lines '1,085'-'1,092'). |
| 47205 |
src/com/gps/reports/ReportsAction.java |
1094 |
A method should have only one exit point, and that should be the last statement in the method |
| 47206 |
src/com/gps/reports/ReportsAction.java |
1097 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 47207 |
src/com/gps/reports/ReportsAction.java |
1099 |
Potential violation of Law of Demeter (object not created locally) |
| 47208 |
src/com/gps/reports/ReportsAction.java |
1099 |
There is log block not surrounded by if |
| 47209 |
src/com/gps/reports/ReportsAction.java |
1105 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 47210 |
src/com/gps/reports/ReportsAction.java |
1106 |
There is log block not surrounded by if |
| 47211 |
src/com/gps/reports/ReportsAction.java |
1112 |
publicMethodCommentRequirement Required |
| 47212 |
src/com/gps/reports/ReportsAction.java |
1114 |
Local variable 'user' could be declared final |
| 47213 |
src/com/gps/reports/ReportsAction.java |
1116 |
Found 'DD'-anomaly for variable 'response' (lines '1,116'-'1,121'). |
| 47214 |
src/com/gps/reports/ReportsAction.java |
1123 |
A method should have only one exit point, and that should be the last statement in the method |
| 47215 |
src/com/gps/reports/ReportsAction.java |
1126 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 47216 |
src/com/gps/reports/ReportsAction.java |
1128 |
Potential violation of Law of Demeter (object not created locally) |
| 47217 |
src/com/gps/reports/ReportsAction.java |
1128 |
There is log block not surrounded by if |
| 47218 |
src/com/gps/reports/ReportsAction.java |
1134 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 47219 |
src/com/gps/reports/ReportsAction.java |
1135 |
There is log block not surrounded by if |
| 47220 |
src/com/gps/reports/ReportsAction.java |
1149 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 47221 |
src/com/gps/reports/ReportsAction.java |
1151 |
Avoid printStackTrace(); use a logger call instead. |
| 47222 |
src/com/gps/reports/ReportsAction.java |
1156 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 47223 |
src/com/gps/reports/ReportsAction.java |
1157 |
There is log block not surrounded by if |
| 47224 |
src/com/gps/reports/ReportsAction.java |
1170 |
Method names should not start with capital letters |
| 47225 |
src/com/gps/reports/ReportsAction.java |
1172 |
Found 'DD'-anomaly for variable 'response' (lines '1,172'-'1,179'). |
| 47226 |
src/com/gps/reports/ReportsAction.java |
1177 |
Local variable 'user' could be declared final |
| 47227 |
src/com/gps/reports/ReportsAction.java |
1181 |
A method should have only one exit point, and that should be the last statement in the method |
| 47228 |
src/com/gps/reports/ReportsAction.java |
1185 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 47229 |
src/com/gps/reports/ReportsAction.java |
1187 |
Avoid printStackTrace(); use a logger call instead. |
| 47230 |
src/com/gps/reports/ReportsAction.java |
1187 |
Potential violation of Law of Demeter (object not created locally) |
| 47231 |
src/com/gps/reports/ReportsAction.java |
1193 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 47232 |
src/com/gps/reports/ReportsAction.java |
1194 |
There is log block not surrounded by if |
| 47233 |
src/com/gps/reports/ReportsAction.java |
1209 |
Found 'DD'-anomaly for variable 'organizationId' (lines '1,209'-'1,215'). |
| 47234 |
src/com/gps/reports/ReportsAction.java |
1215 |
Potential violation of Law of Demeter (method chain calls) |
| 47235 |
src/com/gps/reports/ReportsAction.java |
1215 |
Potential violation of Law of Demeter (method chain calls) |
| 47236 |
src/com/gps/reports/ReportsAction.java |
1215 |
Potential violation of Law of Demeter (object not created locally) |
| 47237 |
src/com/gps/reports/ReportsAction.java |
1217 |
Potential violation of Law of Demeter (object not created locally) |
| 47238 |
src/com/gps/reports/ReportsAction.java |
1218 |
Avoid using if statements without curly braces |
| 47239 |
src/com/gps/reports/ReportsAction.java |
1220 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 47240 |
src/com/gps/reports/ReportsAction.java |
1222 |
Avoid printStackTrace(); use a logger call instead. |
| 47241 |
src/com/gps/reports/ReportsAction.java |
1222 |
Potential violation of Law of Demeter (object not created locally) |
| 47242 |
src/com/gps/reports/ReportsAction.java |
1228 |
publicMethodCommentRequirement Required |
| 47243 |
src/com/gps/reports/ReportsAction.java |
1231 |
Found 'DD'-anomaly for variable 'organizationId' (lines '1,231'-'1,253'). |
| 47244 |
src/com/gps/reports/ReportsAction.java |
1236 |
Local variable 'speedRep' could be declared final |
| 47245 |
src/com/gps/reports/ReportsAction.java |
1248 |
Found 'DD'-anomaly for variable 'toDate' (lines '1,248'-'1,255'). |
| 47246 |
src/com/gps/reports/ReportsAction.java |
1249 |
Found 'DD'-anomaly for variable 'fromDate' (lines '1,249'-'1,256'). |
| 47247 |
src/com/gps/reports/ReportsAction.java |
1253 |
Potential violation of Law of Demeter (method chain calls) |
| 47248 |
src/com/gps/reports/ReportsAction.java |
1253 |
Potential violation of Law of Demeter (method chain calls) |
| 47249 |
src/com/gps/reports/ReportsAction.java |
1253 |
Potential violation of Law of Demeter (object not created locally) |
| 47250 |
src/com/gps/reports/ReportsAction.java |
1255 |
Potential violation of Law of Demeter (object not created locally) |
| 47251 |
src/com/gps/reports/ReportsAction.java |
1256 |
Potential violation of Law of Demeter (object not created locally) |
| 47252 |
src/com/gps/reports/ReportsAction.java |
1258 |
Potential violation of Law of Demeter (object not created locally) |
| 47253 |
src/com/gps/reports/ReportsAction.java |
1259 |
Avoid if (x != y) ..; else ..; |
| 47254 |
src/com/gps/reports/ReportsAction.java |
1263 |
Potential violation of Law of Demeter (object not created locally) |
| 47255 |
src/com/gps/reports/ReportsAction.java |
1266 |
Avoid calling toString() on String objects; this is unnecessary. |
| 47256 |
src/com/gps/reports/ReportsAction.java |
1266 |
Potential violation of Law of Demeter (method chain calls) |
| 47257 |
src/com/gps/reports/ReportsAction.java |
1266 |
Potential violation of Law of Demeter (object not created locally) |
| 47258 |
src/com/gps/reports/ReportsAction.java |
1271 |
A method should have only one exit point, and that should be the last statement in the method |
| 47259 |
src/com/gps/reports/ReportsAction.java |
1275 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 47260 |
src/com/gps/reports/ReportsAction.java |
1277 |
Avoid printStackTrace(); use a logger call instead. |
| 47261 |
src/com/gps/reports/ReportsAction.java |
1277 |
Potential violation of Law of Demeter (object not created locally) |
| 47262 |
src/com/gps/reports/ReportsAction.java |
1282 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 47263 |
src/com/gps/reports/ReportsAction.java |
1283 |
There is log block not surrounded by if |
| 47264 |
src/com/gps/reports/ReportsAction.java |
1292 |
Avoid really long methods. |
| 47265 |
src/com/gps/reports/ReportsAction.java |
1292 |
The method 'generateReports' has a Cyclomatic Complexity of 15. |
| 47266 |
src/com/gps/reports/ReportsAction.java |
1292 |
publicMethodCommentRequirement Required |
| 47267 |
src/com/gps/reports/ReportsAction.java |
1296 |
Local variable 'user' could be declared final |
| 47268 |
src/com/gps/reports/ReportsAction.java |
1297 |
Found 'DD'-anomaly for variable 'organizationId' (lines '1,297'-'1,335'). |
| 47269 |
src/com/gps/reports/ReportsAction.java |
1307 |
Found 'DD'-anomaly for variable 'trip' (lines '1,307'-'1,359'). |
| 47270 |
src/com/gps/reports/ReportsAction.java |
1307 |
Found 'DU'-anomaly for variable 'trip' (lines '1,307'-'1,426'). |
| 47271 |
src/com/gps/reports/ReportsAction.java |
1308 |
Found 'DD'-anomaly for variable 'grade' (lines '1,308'-'1,360'). |
| 47272 |
src/com/gps/reports/ReportsAction.java |
1308 |
Found 'DU'-anomaly for variable 'grade' (lines '1,308'-'1,426'). |
| 47273 |
src/com/gps/reports/ReportsAction.java |
1309 |
Found 'DD'-anomaly for variable 'studentName' (lines '1,309'-'1,361'). |
| 47274 |
src/com/gps/reports/ReportsAction.java |
1309 |
Found 'DU'-anomaly for variable 'studentName' (lines '1,309'-'1,426'). |
| 47275 |
src/com/gps/reports/ReportsAction.java |
1310 |
Found 'DD'-anomaly for variable 'reptype' (lines '1,310'-'1,362'). |
| 47276 |
src/com/gps/reports/ReportsAction.java |
1310 |
Found 'DU'-anomaly for variable 'reptype' (lines '1,310'-'1,426'). |
| 47277 |
src/com/gps/reports/ReportsAction.java |
1311 |
Found 'DD'-anomaly for variable 'tpDAO' (lines '1,311'-'1,356'). |
| 47278 |
src/com/gps/reports/ReportsAction.java |
1311 |
Found 'DU'-anomaly for variable 'tpDAO' (lines '1,311'-'1,426'). |
| 47279 |
src/com/gps/reports/ReportsAction.java |
1312 |
Avoid unused local variables such as 'returnType'. |
| 47280 |
src/com/gps/reports/ReportsAction.java |
1312 |
Found 'DD'-anomaly for variable 'returnType' (lines '1,312'-'1,342'). |
| 47281 |
src/com/gps/reports/ReportsAction.java |
1312 |
Found 'DU'-anomaly for variable 'returnType' (lines '1,312'-'1,426'). |
| 47282 |
src/com/gps/reports/ReportsAction.java |
1313 |
Found 'DD'-anomaly for variable 'geofenceId' (lines '1,313'-'1,370'). |
| 47283 |
src/com/gps/reports/ReportsAction.java |
1313 |
Found 'DU'-anomaly for variable 'geofenceId' (lines '1,313'-'1,426'). |
| 47284 |
src/com/gps/reports/ReportsAction.java |
1314 |
Found 'DD'-anomaly for variable 'tripSession' (lines '1,314'-'1,376'). |
| 47285 |
src/com/gps/reports/ReportsAction.java |
1314 |
Found 'DU'-anomaly for variable 'tripSession' (lines '1,314'-'1,426'). |
| 47286 |
src/com/gps/reports/ReportsAction.java |
1315 |
Found 'DD'-anomaly for variable 'vehicleType' (lines '1,315'-'1,377'). |
| 47287 |
src/com/gps/reports/ReportsAction.java |
1315 |
Found 'DU'-anomaly for variable 'vehicleType' (lines '1,315'-'1,426'). |
| 47288 |
src/com/gps/reports/ReportsAction.java |
1317 |
Found 'DD'-anomaly for variable 'cumulativeReport' (lines '1,317'-'1,344'). |
| 47289 |
src/com/gps/reports/ReportsAction.java |
1317 |
Found 'DU'-anomaly for variable 'cumulativeReport' (lines '1,317'-'1,426'). |
| 47290 |
src/com/gps/reports/ReportsAction.java |
1323 |
Potential violation of Law of Demeter (method chain calls) |
| 47291 |
src/com/gps/reports/ReportsAction.java |
1323 |
Potential violation of Law of Demeter (method chain calls) |
| 47292 |
src/com/gps/reports/ReportsAction.java |
1323 |
Potential violation of Law of Demeter (method chain calls) |
| 47293 |
src/com/gps/reports/ReportsAction.java |
1323 |
Potential violation of Law of Demeter (object not created locally) |
| 47294 |
src/com/gps/reports/ReportsAction.java |
1325 |
Potential violation of Law of Demeter (object not created locally) |
| 47295 |
src/com/gps/reports/ReportsAction.java |
1329 |
Potential violation of Law of Demeter (object not created locally) |
| 47296 |
src/com/gps/reports/ReportsAction.java |
1329 |
Potential violation of Law of Demeter (object not created locally) |
| 47297 |
src/com/gps/reports/ReportsAction.java |
1329 |
Potential violation of Law of Demeter (object not created locally) |
| 47298 |
src/com/gps/reports/ReportsAction.java |
1333 |
Found 'DD'-anomaly for variable 'toDate' (lines '1,333'-'1,336'). |
| 47299 |
src/com/gps/reports/ReportsAction.java |
1334 |
Found 'DD'-anomaly for variable 'fromDate' (lines '1,334'-'1,337'). |
| 47300 |
src/com/gps/reports/ReportsAction.java |
1335 |
Found 'DU'-anomaly for variable 'organizationId' (lines '1,335'-'1,426'). |
| 47301 |
src/com/gps/reports/ReportsAction.java |
1335 |
Potential violation of Law of Demeter (method chain calls) |
| 47302 |
src/com/gps/reports/ReportsAction.java |
1335 |
Potential violation of Law of Demeter (method chain calls) |
| 47303 |
src/com/gps/reports/ReportsAction.java |
1335 |
Potential violation of Law of Demeter (object not created locally) |
| 47304 |
src/com/gps/reports/ReportsAction.java |
1336 |
Potential violation of Law of Demeter (object not created locally) |
| 47305 |
src/com/gps/reports/ReportsAction.java |
1337 |
Potential violation of Law of Demeter (object not created locally) |
| 47306 |
src/com/gps/reports/ReportsAction.java |
1338 |
Position literals first in String comparisons |
| 47307 |
src/com/gps/reports/ReportsAction.java |
1338 |
Position literals first in String comparisons |
| 47308 |
src/com/gps/reports/ReportsAction.java |
1338 |
Position literals first in String comparisons |
| 47309 |
src/com/gps/reports/ReportsAction.java |
1338 |
Potential violation of Law of Demeter (object not created locally) |
| 47310 |
src/com/gps/reports/ReportsAction.java |
1338 |
Potential violation of Law of Demeter (object not created locally) |
| 47311 |
src/com/gps/reports/ReportsAction.java |
1338 |
Potential violation of Law of Demeter (object not created locally) |
| 47312 |
src/com/gps/reports/ReportsAction.java |
1341 |
Position literals first in String comparisons |
| 47313 |
src/com/gps/reports/ReportsAction.java |
1341 |
Potential violation of Law of Demeter (object not created locally) |
| 47314 |
src/com/gps/reports/ReportsAction.java |
1342 |
Found 'DU'-anomaly for variable 'returnType' (lines '1,342'-'1,426'). |
| 47315 |
src/com/gps/reports/ReportsAction.java |
1347 |
Potential violation of Law of Demeter (object not created locally) |
| 47316 |
src/com/gps/reports/ReportsAction.java |
1348 |
Potential violation of Law of Demeter (object not created locally) |
| 47317 |
src/com/gps/reports/ReportsAction.java |
1349 |
Potential violation of Law of Demeter (object not created locally) |
| 47318 |
src/com/gps/reports/ReportsAction.java |
1350 |
Potential violation of Law of Demeter (object not created locally) |
| 47319 |
src/com/gps/reports/ReportsAction.java |
1352 |
Potential violation of Law of Demeter (object not created locally) |
| 47320 |
src/com/gps/reports/ReportsAction.java |
1354 |
Position literals first in String comparisons |
| 47321 |
src/com/gps/reports/ReportsAction.java |
1354 |
Potential violation of Law of Demeter (object not created locally) |
| 47322 |
src/com/gps/reports/ReportsAction.java |
1356 |
Found 'DU'-anomaly for variable 'tpDAO' (lines '1,356'-'1,426'). |
| 47323 |
src/com/gps/reports/ReportsAction.java |
1357 |
Local variable 'tripName' could be declared final |
| 47324 |
src/com/gps/reports/ReportsAction.java |
1357 |
Potential violation of Law of Demeter (method chain calls) |
| 47325 |
src/com/gps/reports/ReportsAction.java |
1358 |
Avoid using if statements without curly braces |
| 47326 |
src/com/gps/reports/ReportsAction.java |
1358 |
Position literals first in String comparisons |
| 47327 |
src/com/gps/reports/ReportsAction.java |
1358 |
Potential violation of Law of Demeter (object not created locally) |
| 47328 |
src/com/gps/reports/ReportsAction.java |
1359 |
Potential violation of Law of Demeter (object not created locally) |
| 47329 |
src/com/gps/reports/ReportsAction.java |
1363 |
Potential violation of Law of Demeter (object not created locally) |
| 47330 |
src/com/gps/reports/ReportsAction.java |
1364 |
Potential violation of Law of Demeter (object not created locally) |
| 47331 |
src/com/gps/reports/ReportsAction.java |
1365 |
Potential violation of Law of Demeter (object not created locally) |
| 47332 |
src/com/gps/reports/ReportsAction.java |
1366 |
Potential violation of Law of Demeter (object not created locally) |
| 47333 |
src/com/gps/reports/ReportsAction.java |
1367 |
Potential violation of Law of Demeter (object not created locally) |
| 47334 |
src/com/gps/reports/ReportsAction.java |
1368 |
An empty statement (semicolon) not part of a loop |
| 47335 |
src/com/gps/reports/ReportsAction.java |
1368 |
Potential violation of Law of Demeter (object not created locally) |
| 47336 |
src/com/gps/reports/ReportsAction.java |
1369 |
Position literals first in String comparisons |
| 47337 |
src/com/gps/reports/ReportsAction.java |
1369 |
Potential violation of Law of Demeter (object not created locally) |
| 47338 |
src/com/gps/reports/ReportsAction.java |
1371 |
Potential violation of Law of Demeter (object not created locally) |
| 47339 |
src/com/gps/reports/ReportsAction.java |
1372 |
Potential violation of Law of Demeter (object not created locally) |
| 47340 |
src/com/gps/reports/ReportsAction.java |
1373 |
Potential violation of Law of Demeter (object not created locally) |
| 47341 |
src/com/gps/reports/ReportsAction.java |
1375 |
Position literals first in String comparisons |
| 47342 |
src/com/gps/reports/ReportsAction.java |
1375 |
Potential violation of Law of Demeter (object not created locally) |
| 47343 |
src/com/gps/reports/ReportsAction.java |
1378 |
Potential violation of Law of Demeter (object not created locally) |
| 47344 |
src/com/gps/reports/ReportsAction.java |
1379 |
Potential violation of Law of Demeter (object not created locally) |
| 47345 |
src/com/gps/reports/ReportsAction.java |
1380 |
Potential violation of Law of Demeter (object not created locally) |
| 47346 |
src/com/gps/reports/ReportsAction.java |
1381 |
Potential violation of Law of Demeter (object not created locally) |
| 47347 |
src/com/gps/reports/ReportsAction.java |
1388 |
Potential violation of Law of Demeter (method chain calls) |
| 47348 |
src/com/gps/reports/ReportsAction.java |
1390 |
Potential violation of Law of Demeter (object not created locally) |
| 47349 |
src/com/gps/reports/ReportsAction.java |
1393 |
Position literals first in String comparisons |
| 47350 |
src/com/gps/reports/ReportsAction.java |
1393 |
Potential violation of Law of Demeter (object not created locally) |
| 47351 |
src/com/gps/reports/ReportsAction.java |
1395 |
Avoid using if statements without curly braces |
| 47352 |
src/com/gps/reports/ReportsAction.java |
1397 |
A method should have only one exit point, and that should be the last statement in the method |
| 47353 |
src/com/gps/reports/ReportsAction.java |
1400 |
Avoid if (x != y) ..; else ..; |
| 47354 |
src/com/gps/reports/ReportsAction.java |
1403 |
Potential violation of Law of Demeter (object not created locally) |
| 47355 |
src/com/gps/reports/ReportsAction.java |
1405 |
Avoid calling toString() on String objects; this is unnecessary. |
| 47356 |
src/com/gps/reports/ReportsAction.java |
1405 |
Potential violation of Law of Demeter (method chain calls) |
| 47357 |
src/com/gps/reports/ReportsAction.java |
1405 |
Potential violation of Law of Demeter (object not created locally) |
| 47358 |
src/com/gps/reports/ReportsAction.java |
1410 |
A method should have only one exit point, and that should be the last statement in the method |
| 47359 |
src/com/gps/reports/ReportsAction.java |
1413 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 47360 |
src/com/gps/reports/ReportsAction.java |
1415 |
Avoid printStackTrace(); use a logger call instead. |
| 47361 |
src/com/gps/reports/ReportsAction.java |
1415 |
Potential violation of Law of Demeter (object not created locally) |
| 47362 |
src/com/gps/reports/ReportsAction.java |
1420 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 47363 |
src/com/gps/reports/ReportsAction.java |
1421 |
There is log block not surrounded by if |
| 47364 |
src/com/gps/reports/ReportsAction.java |
1430 |
Parameter 'arg0' is not assigned and could be declared final |
| 47365 |
src/com/gps/reports/ReportsAction.java |
1430 |
publicMethodCommentRequirement Required |
| 47366 |
src/com/gps/reports/ReportsAction.java |
1439 |
Parameter 'arg0' is not assigned and could be declared final |
| 47367 |
src/com/gps/reports/ReportsAction.java |
1439 |
publicMethodCommentRequirement Required |
| 47368 |
src/com/gps/reports/ReportsAction.java |
1444 |
Parameter 'arg' is not assigned and could be declared final |
| 47369 |
src/com/gps/reports/ReportsAction.java |
1444 |
publicMethodCommentRequirement Required |
| 47370 |
src/com/gps/reports/ReportsAction.java |
1445 |
Avoid unused local variables such as 'act'. |
| 47371 |
src/com/gps/reports/ReportsAction.java |
1445 |
Found 'DU'-anomaly for variable 'act' (lines '1,445'-'1,447'). |
| 47372 |
src/com/gps/reports/ReportsAction.java |
1445 |
Local variable 'act' could be declared final |
| 47373 |
src/com/gps/reports/ReportsAction.java |
1450 |
publicMethodCommentRequirement Required |
| 47374 |
src/com/gps/reports/ReportsAction.java |
1455 |
Avoid variables with short names like ed |
| 47375 |
src/com/gps/reports/ReportsAction.java |
1455 |
Parameter 'ed' is not assigned and could be declared final |
| 47376 |
src/com/gps/reports/ReportsAction.java |
1455 |
publicMethodCommentRequirement Required |
| 47377 |
src/com/gps/reports/ReportsAction.java |
1460 |
Parameter 'vehicleId' is not assigned and could be declared final |
| 47378 |
src/com/gps/reports/ReportsAction.java |
1460 |
publicMethodCommentRequirement Required |
| 47379 |
src/com/gps/reports/ReportsAction.java |
1465 |
publicMethodCommentRequirement Required |
| 47380 |
src/com/gps/reports/ReportsAction.java |
1470 |
Parameter 'eventCode' is not assigned and could be declared final |
| 47381 |
src/com/gps/reports/ReportsAction.java |
1470 |
publicMethodCommentRequirement Required |
| 47382 |
src/com/gps/reports/ReportsAction.java |
1475 |
publicMethodCommentRequirement Required |
| 47383 |
src/com/gps/reports/ReportsAction.java |
1491 |
Parameter 'repTypes' is not assigned and could be declared final |
| 47384 |
src/com/gps/reports/ReportsAction.java |
1507 |
Parameter 'tripDistList' is not assigned and could be declared final |
| 47385 |
src/com/gps/reports/ReportsAction.java |
1523 |
Parameter 'fenceVehicleList' is not assigned and could be declared final |
| 47386 |
src/com/gps/reports/ReportsAction.java |
1539 |
Parameter 'fenceList' is not assigned and could be declared final |
| 47387 |
src/com/gps/reports/ReportsAction.java |
1555 |
Parameter 'message' is not assigned and could be declared final |
| 47388 |
src/com/gps/reports/ReportsAction.java |
1571 |
Parameter 'from' is not assigned and could be declared final |
| 47389 |
src/com/gps/reports/ReportsAction.java |
1587 |
Avoid variables with short names like to |
| 47390 |
src/com/gps/reports/ReportsAction.java |
1587 |
Parameter 'to' is not assigned and could be declared final |
| 47391 |
src/com/gps/reports/SpeedReport.java |
32 |
The class 'SpeedReport' has a Cyclomatic Complexity of 13 (Highest = 30). |
| 47392 |
src/com/gps/reports/SpeedReport.java |
32 |
Too many fields |
| 47393 |
src/com/gps/reports/SpeedReport.java |
32 |
headerCommentRequirement Required |
| 47394 |
src/com/gps/reports/SpeedReport.java |
34 |
The Logger variable declaration does not contain the static and final modifiers |
| 47395 |
src/com/gps/reports/SpeedReport.java |
34 |
fieldCommentRequirement Required |
| 47396 |
src/com/gps/reports/SpeedReport.java |
36 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 47397 |
src/com/gps/reports/SpeedReport.java |
36 |
fieldCommentRequirement Required |
| 47398 |
src/com/gps/reports/SpeedReport.java |
37 |
Avoid using redundant field initializer for 'speedParams' |
| 47399 |
src/com/gps/reports/SpeedReport.java |
37 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 47400 |
src/com/gps/reports/SpeedReport.java |
37 |
fieldCommentRequirement Required |
| 47401 |
src/com/gps/reports/SpeedReport.java |
38 |
Avoid using redundant field initializer for 'speedInfo' |
| 47402 |
src/com/gps/reports/SpeedReport.java |
38 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 47403 |
src/com/gps/reports/SpeedReport.java |
38 |
Use explicit scoping instead of the default package private level |
| 47404 |
src/com/gps/reports/SpeedReport.java |
38 |
fieldCommentRequirement Required |
| 47405 |
src/com/gps/reports/SpeedReport.java |
39 |
Avoid variables with short names like r1 |
| 47406 |
src/com/gps/reports/SpeedReport.java |
39 |
Use explicit scoping instead of the default package private level |
| 47407 |
src/com/gps/reports/SpeedReport.java |
39 |
fieldCommentRequirement Required |
| 47408 |
src/com/gps/reports/SpeedReport.java |
40 |
Avoid variables with short names like r2 |
| 47409 |
src/com/gps/reports/SpeedReport.java |
40 |
Use explicit scoping instead of the default package private level |
| 47410 |
src/com/gps/reports/SpeedReport.java |
40 |
fieldCommentRequirement Required |
| 47411 |
src/com/gps/reports/SpeedReport.java |
41 |
Avoid variables with short names like r3 |
| 47412 |
src/com/gps/reports/SpeedReport.java |
41 |
Use explicit scoping instead of the default package private level |
| 47413 |
src/com/gps/reports/SpeedReport.java |
41 |
fieldCommentRequirement Required |
| 47414 |
src/com/gps/reports/SpeedReport.java |
42 |
Avoid variables with short names like r4 |
| 47415 |
src/com/gps/reports/SpeedReport.java |
42 |
Use explicit scoping instead of the default package private level |
| 47416 |
src/com/gps/reports/SpeedReport.java |
42 |
fieldCommentRequirement Required |
| 47417 |
src/com/gps/reports/SpeedReport.java |
43 |
Avoid variables with short names like r5 |
| 47418 |
src/com/gps/reports/SpeedReport.java |
43 |
Use explicit scoping instead of the default package private level |
| 47419 |
src/com/gps/reports/SpeedReport.java |
43 |
fieldCommentRequirement Required |
| 47420 |
src/com/gps/reports/SpeedReport.java |
44 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 47421 |
src/com/gps/reports/SpeedReport.java |
44 |
Use explicit scoping instead of the default package private level |
| 47422 |
src/com/gps/reports/SpeedReport.java |
44 |
fieldCommentRequirement Required |
| 47423 |
src/com/gps/reports/SpeedReport.java |
45 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 47424 |
src/com/gps/reports/SpeedReport.java |
45 |
Use explicit scoping instead of the default package private level |
| 47425 |
src/com/gps/reports/SpeedReport.java |
45 |
fieldCommentRequirement Required |
| 47426 |
src/com/gps/reports/SpeedReport.java |
46 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 47427 |
src/com/gps/reports/SpeedReport.java |
46 |
Use explicit scoping instead of the default package private level |
| 47428 |
src/com/gps/reports/SpeedReport.java |
46 |
fieldCommentRequirement Required |
| 47429 |
src/com/gps/reports/SpeedReport.java |
47 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 47430 |
src/com/gps/reports/SpeedReport.java |
47 |
Use explicit scoping instead of the default package private level |
| 47431 |
src/com/gps/reports/SpeedReport.java |
47 |
fieldCommentRequirement Required |
| 47432 |
src/com/gps/reports/SpeedReport.java |
48 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 47433 |
src/com/gps/reports/SpeedReport.java |
48 |
Use explicit scoping instead of the default package private level |
| 47434 |
src/com/gps/reports/SpeedReport.java |
48 |
fieldCommentRequirement Required |
| 47435 |
src/com/gps/reports/SpeedReport.java |
49 |
Use explicit scoping instead of the default package private level |
| 47436 |
src/com/gps/reports/SpeedReport.java |
49 |
fieldCommentRequirement Required |
| 47437 |
src/com/gps/reports/SpeedReport.java |
50 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 47438 |
src/com/gps/reports/SpeedReport.java |
50 |
Use explicit scoping instead of the default package private level |
| 47439 |
src/com/gps/reports/SpeedReport.java |
50 |
When instantiating a SimpleDateFormat object, specify a Locale |
| 47440 |
src/com/gps/reports/SpeedReport.java |
50 |
fieldCommentRequirement Required |
| 47441 |
src/com/gps/reports/SpeedReport.java |
51 |
Avoid using implementation types like 'Hashtable'; use the interface instead |
| 47442 |
src/com/gps/reports/SpeedReport.java |
51 |
Consider replacing this Hashtable with the newer java.util.Map |
| 47443 |
src/com/gps/reports/SpeedReport.java |
51 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 47444 |
src/com/gps/reports/SpeedReport.java |
51 |
Use explicit scoping instead of the default package private level |
| 47445 |
src/com/gps/reports/SpeedReport.java |
51 |
fieldCommentRequirement Required |
| 47446 |
src/com/gps/reports/SpeedReport.java |
58 |
Found 'UR'-anomaly for variable 'vehicleDetail' (lines '58'-'86'). |
| 47447 |
src/com/gps/reports/SpeedReport.java |
58 |
Parameter 'reportInputs' is not assigned and could be declared final |
| 47448 |
src/com/gps/reports/SpeedReport.java |
62 |
Found 'DD'-anomaly for variable 'organizationId' (lines '62'-'74'). |
| 47449 |
src/com/gps/reports/SpeedReport.java |
74 |
Found 'DU'-anomaly for variable 'organizationId' (lines '74'-'103'). |
| 47450 |
src/com/gps/reports/SpeedReport.java |
74 |
Potential violation of Law of Demeter (method chain calls) |
| 47451 |
src/com/gps/reports/SpeedReport.java |
74 |
Potential violation of Law of Demeter (method chain calls) |
| 47452 |
src/com/gps/reports/SpeedReport.java |
75 |
Potential violation of Law of Demeter (method chain calls) |
| 47453 |
src/com/gps/reports/SpeedReport.java |
76 |
Potential violation of Law of Demeter (method chain calls) |
| 47454 |
src/com/gps/reports/SpeedReport.java |
77 |
Potential violation of Law of Demeter (method chain calls) |
| 47455 |
src/com/gps/reports/SpeedReport.java |
79 |
Position literals first in String comparisons |
| 47456 |
src/com/gps/reports/SpeedReport.java |
79 |
Potential violation of Law of Demeter (object not created locally) |
| 47457 |
src/com/gps/reports/SpeedReport.java |
81 |
Local variable 'orgVehicle' could be declared final |
| 47458 |
src/com/gps/reports/SpeedReport.java |
82 |
Found 'DU'-anomaly for variable 'counter' (lines '82'-'103'). |
| 47459 |
src/com/gps/reports/SpeedReport.java |
83 |
Potential violation of Law of Demeter (object not created locally) |
| 47460 |
src/com/gps/reports/SpeedReport.java |
85 |
Local variable 'vehicleDetail' could be declared final |
| 47461 |
src/com/gps/reports/SpeedReport.java |
86 |
Potential violation of Law of Demeter (object not created locally) |
| 47462 |
src/com/gps/reports/SpeedReport.java |
86 |
Potential violation of Law of Demeter (object not created locally) |
| 47463 |
src/com/gps/reports/SpeedReport.java |
87 |
Avoid using if statements without curly braces |
| 47464 |
src/com/gps/reports/SpeedReport.java |
87 |
Potential violation of Law of Demeter (object not created locally) |
| 47465 |
src/com/gps/reports/SpeedReport.java |
88 |
Avoid appending characters as strings in StringBuffer.append. |
| 47466 |
src/com/gps/reports/SpeedReport.java |
88 |
Potential violation of Law of Demeter (object not created locally) |
| 47467 |
src/com/gps/reports/SpeedReport.java |
89 |
Found 'DU'-anomaly for variable 'counter' (lines '89'-'103'). |
| 47468 |
src/com/gps/reports/SpeedReport.java |
91 |
Potential violation of Law of Demeter (object not created locally) |
| 47469 |
src/com/gps/reports/SpeedReport.java |
95 |
Potential violation of Law of Demeter (object not created locally) |
| 47470 |
src/com/gps/reports/SpeedReport.java |
98 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 47471 |
src/com/gps/reports/SpeedReport.java |
100 |
Avoid printStackTrace(); use a logger call instead. |
| 47472 |
src/com/gps/reports/SpeedReport.java |
100 |
Potential violation of Law of Demeter (object not created locally) |
| 47473 |
src/com/gps/reports/SpeedReport.java |
105 |
Avoid variables with short names like to |
| 47474 |
src/com/gps/reports/SpeedReport.java |
105 |
Parameter 'flag' is not assigned and could be declared final |
| 47475 |
src/com/gps/reports/SpeedReport.java |
105 |
Parameter 'from' is not assigned and could be declared final |
| 47476 |
src/com/gps/reports/SpeedReport.java |
105 |
Parameter 'to' is not assigned and could be declared final |
| 47477 |
src/com/gps/reports/SpeedReport.java |
105 |
Parameter 'vehicle' is not assigned and could be declared final |
| 47478 |
src/com/gps/reports/SpeedReport.java |
114 |
Found 'DD'-anomaly for variable 'speedObj' (lines '114'-'128'). |
| 47479 |
src/com/gps/reports/SpeedReport.java |
114 |
Found 'DD'-anomaly for variable 'speedObj' (lines '114'-'142'). |
| 47480 |
src/com/gps/reports/SpeedReport.java |
114 |
Found 'DD'-anomaly for variable 'speedObj' (lines '114'-'152'). |
| 47481 |
src/com/gps/reports/SpeedReport.java |
115 |
Found 'DD'-anomaly for variable 'dateVO' (lines '115'-'134'). |
| 47482 |
src/com/gps/reports/SpeedReport.java |
115 |
Found 'DD'-anomaly for variable 'dateVO' (lines '115'-'144'). |
| 47483 |
src/com/gps/reports/SpeedReport.java |
115 |
Found 'DU'-anomaly for variable 'dateVO' (lines '115'-'160'). |
| 47484 |
src/com/gps/reports/SpeedReport.java |
116 |
Found 'DD'-anomaly for variable 'speedList' (lines '116'-'120'). |
| 47485 |
src/com/gps/reports/SpeedReport.java |
120 |
Potential violation of Law of Demeter (object not created locally) |
| 47486 |
src/com/gps/reports/SpeedReport.java |
122 |
Avoid using Literals in Conditional Statements |
| 47487 |
src/com/gps/reports/SpeedReport.java |
122 |
Potential violation of Law of Demeter (object not created locally) |
| 47488 |
src/com/gps/reports/SpeedReport.java |
122 |
Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty() |
| 47489 |
src/com/gps/reports/SpeedReport.java |
123 |
Potential violation of Law of Demeter (object not created locally) |
| 47490 |
src/com/gps/reports/SpeedReport.java |
125 |
Avoid if (x != y) ..; else ..; |
| 47491 |
src/com/gps/reports/SpeedReport.java |
133 |
Potential violation of Law of Demeter (object not created locally) |
| 47492 |
src/com/gps/reports/SpeedReport.java |
135 |
Avoid using if statements without curly braces |
| 47493 |
src/com/gps/reports/SpeedReport.java |
136 |
Potential violation of Law of Demeter (object not created locally) |
| 47494 |
src/com/gps/reports/SpeedReport.java |
137 |
Potential violation of Law of Demeter (object not created locally) |
| 47495 |
src/com/gps/reports/SpeedReport.java |
138 |
Potential violation of Law of Demeter (object not created locally) |
| 47496 |
src/com/gps/reports/SpeedReport.java |
143 |
Potential violation of Law of Demeter (object not created locally) |
| 47497 |
src/com/gps/reports/SpeedReport.java |
145 |
Avoid using if statements without curly braces |
| 47498 |
src/com/gps/reports/SpeedReport.java |
146 |
Potential violation of Law of Demeter (object not created locally) |
| 47499 |
src/com/gps/reports/SpeedReport.java |
147 |
Potential violation of Law of Demeter (object not created locally) |
| 47500 |
src/com/gps/reports/SpeedReport.java |
148 |
Potential violation of Law of Demeter (object not created locally) |
| 47501 |
src/com/gps/reports/SpeedReport.java |
156 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 47502 |
src/com/gps/reports/SpeedReport.java |
158 |
Avoid printStackTrace(); use a logger call instead. |
| 47503 |
src/com/gps/reports/SpeedReport.java |
158 |
Potential violation of Law of Demeter (object not created locally) |
| 47504 |
src/com/gps/reports/SpeedReport.java |
162 |
Avoid variables with short names like to |
| 47505 |
src/com/gps/reports/SpeedReport.java |
162 |
Found 'UR'-anomaly for variable 'key' (lines '162'-'239'). |
| 47506 |
src/com/gps/reports/SpeedReport.java |
162 |
Found 'UR'-anomaly for variable 'reportSummary' (lines '162'-'225'). |
| 47507 |
src/com/gps/reports/SpeedReport.java |
162 |
Parameter 'flag' is not assigned and could be declared final |
| 47508 |
src/com/gps/reports/SpeedReport.java |
162 |
Parameter 'from' is not assigned and could be declared final |
| 47509 |
src/com/gps/reports/SpeedReport.java |
162 |
Parameter 'to' is not assigned and could be declared final |
| 47510 |
src/com/gps/reports/SpeedReport.java |
162 |
Parameter 'vehicle' is not assigned and could be declared final |
| 47511 |
src/com/gps/reports/SpeedReport.java |
162 |
The method 'getSpeedReportForAll' has a Cyclomatic Complexity of 13. |
| 47512 |
src/com/gps/reports/SpeedReport.java |
171 |
Found 'DD'-anomaly for variable 'speedObj' (lines '171'-'195'). |
| 47513 |
src/com/gps/reports/SpeedReport.java |
171 |
Found 'DD'-anomaly for variable 'speedObj' (lines '171'-'209'). |
| 47514 |
src/com/gps/reports/SpeedReport.java |
171 |
Found 'DD'-anomaly for variable 'speedObj' (lines '171'-'241'). |
| 47515 |
src/com/gps/reports/SpeedReport.java |
171 |
Found 'DU'-anomaly for variable 'speedObj' (lines '171'-'250'). |
| 47516 |
src/com/gps/reports/SpeedReport.java |
172 |
Found 'DD'-anomaly for variable 'dateVO' (lines '172'-'201'). |
| 47517 |
src/com/gps/reports/SpeedReport.java |
172 |
Found 'DD'-anomaly for variable 'dateVO' (lines '172'-'211'). |
| 47518 |
src/com/gps/reports/SpeedReport.java |
172 |
Found 'DU'-anomaly for variable 'dateVO' (lines '172'-'250'). |
| 47519 |
src/com/gps/reports/SpeedReport.java |
173 |
Found 'DD'-anomaly for variable 'hshVehicleData' (lines '173'-'223'). |
| 47520 |
src/com/gps/reports/SpeedReport.java |
173 |
Found 'DU'-anomaly for variable 'hshVehicleData' (lines '173'-'250'). |
| 47521 |
src/com/gps/reports/SpeedReport.java |
174 |
Found 'DD'-anomaly for variable 'speedList' (lines '174'-'178'). |
| 47522 |
src/com/gps/reports/SpeedReport.java |
175 |
Found 'DU'-anomaly for variable 'vehDAO' (lines '175'-'250'). |
| 47523 |
src/com/gps/reports/SpeedReport.java |
175 |
Local variable 'vehDAO' could be declared final |
| 47524 |
src/com/gps/reports/SpeedReport.java |
178 |
Potential violation of Law of Demeter (object not created locally) |
| 47525 |
src/com/gps/reports/SpeedReport.java |
179 |
Avoid using Literals in Conditional Statements |
| 47526 |
src/com/gps/reports/SpeedReport.java |
179 |
Potential violation of Law of Demeter (object not created locally) |
| 47527 |
src/com/gps/reports/SpeedReport.java |
179 |
Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty() |
| 47528 |
src/com/gps/reports/SpeedReport.java |
181 |
Comment is too large: Line too long |
| 47529 |
src/com/gps/reports/SpeedReport.java |
183 |
Local variable 'items' could be declared final |
| 47530 |
src/com/gps/reports/SpeedReport.java |
184 |
Potential violation of Law of Demeter (object not created locally) |
| 47531 |
src/com/gps/reports/SpeedReport.java |
190 |
Local variable 'vehicleDet' could be declared final |
| 47532 |
src/com/gps/reports/SpeedReport.java |
190 |
Potential violation of Law of Demeter (object not created locally) |
| 47533 |
src/com/gps/reports/SpeedReport.java |
190 |
Potential violation of Law of Demeter (object not created locally) |
| 47534 |
src/com/gps/reports/SpeedReport.java |
191 |
Potential violation of Law of Demeter (object not created locally) |
| 47535 |
src/com/gps/reports/SpeedReport.java |
192 |
Avoid if (x != y) ..; else ..; |
| 47536 |
src/com/gps/reports/SpeedReport.java |
195 |
Potential violation of Law of Demeter (object not created locally) |
| 47537 |
src/com/gps/reports/SpeedReport.java |
199 |
Avoid instantiating new objects inside loops |
| 47538 |
src/com/gps/reports/SpeedReport.java |
200 |
Potential violation of Law of Demeter (object not created locally) |
| 47539 |
src/com/gps/reports/SpeedReport.java |
200 |
Potential violation of Law of Demeter (object not created locally) |
| 47540 |
src/com/gps/reports/SpeedReport.java |
201 |
Avoid instantiating new objects inside loops |
| 47541 |
src/com/gps/reports/SpeedReport.java |
202 |
Avoid using if statements without curly braces |
| 47542 |
src/com/gps/reports/SpeedReport.java |
203 |
Potential violation of Law of Demeter (object not created locally) |
| 47543 |
src/com/gps/reports/SpeedReport.java |
204 |
Potential violation of Law of Demeter (object not created locally) |
| 47544 |
src/com/gps/reports/SpeedReport.java |
205 |
Potential violation of Law of Demeter (object not created locally) |
| 47545 |
src/com/gps/reports/SpeedReport.java |
209 |
Avoid instantiating new objects inside loops |
| 47546 |
src/com/gps/reports/SpeedReport.java |
210 |
Potential violation of Law of Demeter (object not created locally) |
| 47547 |
src/com/gps/reports/SpeedReport.java |
210 |
Potential violation of Law of Demeter (object not created locally) |
| 47548 |
src/com/gps/reports/SpeedReport.java |
211 |
Avoid instantiating new objects inside loops |
| 47549 |
src/com/gps/reports/SpeedReport.java |
212 |
Avoid using if statements without curly braces |
| 47550 |
src/com/gps/reports/SpeedReport.java |
213 |
Potential violation of Law of Demeter (object not created locally) |
| 47551 |
src/com/gps/reports/SpeedReport.java |
214 |
Potential violation of Law of Demeter (object not created locally) |
| 47552 |
src/com/gps/reports/SpeedReport.java |
215 |
Potential violation of Law of Demeter (object not created locally) |
| 47553 |
src/com/gps/reports/SpeedReport.java |
224 |
Local variable 'reportSummary' could be declared final |
| 47554 |
src/com/gps/reports/SpeedReport.java |
225 |
Potential violation of Law of Demeter (object not created locally) |
| 47555 |
src/com/gps/reports/SpeedReport.java |
225 |
Potential violation of Law of Demeter (object not created locally) |
| 47556 |
src/com/gps/reports/SpeedReport.java |
226 |
Avoid instantiating new objects inside loops |
| 47557 |
src/com/gps/reports/SpeedReport.java |
226 |
Potential violation of Law of Demeter (object not created locally) |
| 47558 |
src/com/gps/reports/SpeedReport.java |
229 |
Potential violation of Law of Demeter (method chain calls) |
| 47559 |
src/com/gps/reports/SpeedReport.java |
229 |
Potential violation of Law of Demeter (object not created locally) |
| 47560 |
src/com/gps/reports/SpeedReport.java |
229 |
Potential violation of Law of Demeter (object not created locally) |
| 47561 |
src/com/gps/reports/SpeedReport.java |
232 |
Local variable 'key' could be declared final |
| 47562 |
src/com/gps/reports/SpeedReport.java |
232 |
Potential violation of Law of Demeter (object not created locally) |
| 47563 |
src/com/gps/reports/SpeedReport.java |
238 |
Found 'DD'-anomaly for variable 'summaryList' (lines '238'-'240'). |
| 47564 |
src/com/gps/reports/SpeedReport.java |
239 |
Local variable 'vehicleDetail' could be declared final |
| 47565 |
src/com/gps/reports/SpeedReport.java |
239 |
Potential violation of Law of Demeter (object not created locally) |
| 47566 |
src/com/gps/reports/SpeedReport.java |
240 |
Potential violation of Law of Demeter (object not created locally) |
| 47567 |
src/com/gps/reports/SpeedReport.java |
247 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 47568 |
src/com/gps/reports/SpeedReport.java |
248 |
Avoid printStackTrace(); use a logger call instead. |
| 47569 |
src/com/gps/reports/SpeedReport.java |
248 |
Potential violation of Law of Demeter (object not created locally) |
| 47570 |
src/com/gps/reports/SpeedReport.java |
254 |
Avoid excessively long variable names like partialOfflineVehicles |
| 47571 |
src/com/gps/reports/SpeedReport.java |
254 |
Found 'DD'-anomaly for variable 'partialOfflineVehicles' (lines '254'-'256'). |
| 47572 |
src/com/gps/reports/SpeedReport.java |
255 |
Potential violation of Law of Demeter (method chain calls) |
| 47573 |
src/com/gps/reports/SpeedReport.java |
256 |
Potential violation of Law of Demeter (object not created locally) |
| 47574 |
src/com/gps/reports/SpeedReport.java |
257 |
Potential violation of Law of Demeter (object not created locally) |
| 47575 |
src/com/gps/reports/SpeedReport.java |
257 |
Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty() |
| 47576 |
src/com/gps/reports/SpeedReport.java |
258 |
Potential violation of Law of Demeter (object not created locally) |
| 47577 |
src/com/gps/reports/SpeedReport.java |
259 |
Local variable 'rows' could be declared final |
| 47578 |
src/com/gps/reports/SpeedReport.java |
259 |
Potential violation of Law of Demeter (object not created locally) |
| 47579 |
src/com/gps/reports/SpeedReport.java |
260 |
Potential violation of Law of Demeter (method chain calls) |
| 47580 |
src/com/gps/reports/SpeedReport.java |
260 |
Potential violation of Law of Demeter (method chain calls) |
| 47581 |
src/com/gps/reports/SpeedReport.java |
264 |
Avoid variables with short names like to |
| 47582 |
src/com/gps/reports/SpeedReport.java |
264 |
Found 'UR'-anomaly for variable 'speedParamDTO' (lines '264'-'329'). |
| 47583 |
src/com/gps/reports/SpeedReport.java |
264 |
Found 'UR'-anomaly for variable 'speedSummaryVO' (lines '264'-'302'). |
| 47584 |
src/com/gps/reports/SpeedReport.java |
264 |
Parameter 'flag' is not assigned and could be declared final |
| 47585 |
src/com/gps/reports/SpeedReport.java |
264 |
Parameter 'from' is not assigned and could be declared final |
| 47586 |
src/com/gps/reports/SpeedReport.java |
264 |
Parameter 'speedList' is not assigned and could be declared final |
| 47587 |
src/com/gps/reports/SpeedReport.java |
264 |
Parameter 'to' is not assigned and could be declared final |
| 47588 |
src/com/gps/reports/SpeedReport.java |
264 |
Parameter 'vehicle' is not assigned and could be declared final |
| 47589 |
src/com/gps/reports/SpeedReport.java |
264 |
The method 'getSummaryData' has a Cyclomatic Complexity of 30. |
| 47590 |
src/com/gps/reports/SpeedReport.java |
264 |
The method getSummaryData() has an NPath complexity of 32407 |
| 47591 |
src/com/gps/reports/SpeedReport.java |
265 |
Local variable 'speedVO' could be declared final |
| 47592 |
src/com/gps/reports/SpeedReport.java |
266 |
Local variable 'formatter' could be declared final |
| 47593 |
src/com/gps/reports/SpeedReport.java |
266 |
When instantiating a SimpleDateFormat object, specify a Locale |
| 47594 |
src/com/gps/reports/SpeedReport.java |
267 |
Found 'DD'-anomaly for variable 'startDate' (lines '267'-'278'). |
| 47595 |
src/com/gps/reports/SpeedReport.java |
268 |
Found 'DD'-anomaly for variable 'endDate' (lines '268'-'279'). |
| 47596 |
src/com/gps/reports/SpeedReport.java |
269 |
Found 'DD'-anomaly for variable 'isPresent' (lines '269'-'287'). |
| 47597 |
src/com/gps/reports/SpeedReport.java |
272 |
Local variable 'calStart' could be declared final |
| 47598 |
src/com/gps/reports/SpeedReport.java |
273 |
Local variable 'calEnd' could be declared final |
| 47599 |
src/com/gps/reports/SpeedReport.java |
274 |
Found 'DD'-anomaly for variable 'vehicleStatus' (lines '274'-'292'). |
| 47600 |
src/com/gps/reports/SpeedReport.java |
275 |
Found 'DD'-anomaly for variable 'isPartial' (lines '275'-'290'). |
| 47601 |
src/com/gps/reports/SpeedReport.java |
276 |
Found 'DD'-anomaly for variable 'partialDate' (lines '276'-'284'). |
| 47602 |
src/com/gps/reports/SpeedReport.java |
278 |
Potential violation of Law of Demeter (method chain calls) |
| 47603 |
src/com/gps/reports/SpeedReport.java |
278 |
Potential violation of Law of Demeter (method chain calls) |
| 47604 |
src/com/gps/reports/SpeedReport.java |
279 |
Potential violation of Law of Demeter (method chain calls) |
| 47605 |
src/com/gps/reports/SpeedReport.java |
279 |
Potential violation of Law of Demeter (method chain calls) |
| 47606 |
src/com/gps/reports/SpeedReport.java |
287 |
Found 'DD'-anomaly for variable 'isPresent' (lines '287'-'303'). |
| 47607 |
src/com/gps/reports/SpeedReport.java |
292 |
Found 'DD'-anomaly for variable 'vehicleStatus' (lines '292'-'294'). |
| 47608 |
src/com/gps/reports/SpeedReport.java |
293 |
Potential violation of Law of Demeter (method chain calls) |
| 47609 |
src/com/gps/reports/SpeedReport.java |
294 |
Avoid using if...else statements without curly braces |
| 47610 |
src/com/gps/reports/SpeedReport.java |
295 |
Avoid using if statements without curly braces |
| 47611 |
src/com/gps/reports/SpeedReport.java |
295 |
Potential violation of Law of Demeter (method chain calls) |
| 47612 |
src/com/gps/reports/SpeedReport.java |
298 |
Avoid using if statements without curly braces |
| 47613 |
src/com/gps/reports/SpeedReport.java |
298 |
Useless parentheses. |
| 47614 |
src/com/gps/reports/SpeedReport.java |
298 |
Useless parentheses. |
| 47615 |
src/com/gps/reports/SpeedReport.java |
299 |
Found 'DU'-anomaly for variable 'isPartial' (lines '299'-'360'). |
| 47616 |
src/com/gps/reports/SpeedReport.java |
301 |
Local variable 'speedSummaryVO' could be declared final |
| 47617 |
src/com/gps/reports/SpeedReport.java |
302 |
Potential violation of Law of Demeter (method chain calls) |
| 47618 |
src/com/gps/reports/SpeedReport.java |
315 |
Local variable 'start' could be declared final |
| 47619 |
src/com/gps/reports/SpeedReport.java |
316 |
Local variable 'end' could be declared final |
| 47620 |
src/com/gps/reports/SpeedReport.java |
320 |
Avoid variables with short names like vo |
| 47621 |
src/com/gps/reports/SpeedReport.java |
320 |
Local variable 'vo' could be declared final |
| 47622 |
src/com/gps/reports/SpeedReport.java |
321 |
Avoid using if statements without curly braces |
| 47623 |
src/com/gps/reports/SpeedReport.java |
324 |
Avoid using if statements without curly braces |
| 47624 |
src/com/gps/reports/SpeedReport.java |
325 |
Avoid using Literals in Conditional Statements |
| 47625 |
src/com/gps/reports/SpeedReport.java |
325 |
Potential violation of Law of Demeter (method chain calls) |
| 47626 |
src/com/gps/reports/SpeedReport.java |
325 |
These nested if statements could be combined |
| 47627 |
src/com/gps/reports/SpeedReport.java |
326 |
Local variable 'range' could be declared final |
| 47628 |
src/com/gps/reports/SpeedReport.java |
326 |
Potential violation of Law of Demeter (method chain calls) |
| 47629 |
src/com/gps/reports/SpeedReport.java |
326 |
Potential violation of Law of Demeter (method chain calls) |
| 47630 |
src/com/gps/reports/SpeedReport.java |
327 |
Local variable 'speedParamDTO' could be declared final |
| 47631 |
src/com/gps/reports/SpeedReport.java |
329 |
Potential violation of Law of Demeter (method chain calls) |
| 47632 |
src/com/gps/reports/SpeedReport.java |
329 |
Potential violation of Law of Demeter (method chain calls) |
| 47633 |
src/com/gps/reports/SpeedReport.java |
329 |
Potential violation of Law of Demeter (method chain calls) |
| 47634 |
src/com/gps/reports/SpeedReport.java |
329 |
Potential violation of Law of Demeter (method chain calls) |
| 47635 |
src/com/gps/reports/SpeedReport.java |
331 |
Local variable 'countField' could be declared final |
| 47636 |
src/com/gps/reports/SpeedReport.java |
331 |
Potential violation of Law of Demeter (method chain calls) |
| 47637 |
src/com/gps/reports/SpeedReport.java |
332 |
Avoid unused local variables such as 'value'. |
| 47638 |
src/com/gps/reports/SpeedReport.java |
332 |
Found 'DD'-anomaly for variable 'value' (lines '332'-'332'). |
| 47639 |
src/com/gps/reports/SpeedReport.java |
332 |
Found 'DU'-anomaly for variable 'value' (lines '332'-'360'). |
| 47640 |
src/com/gps/reports/SpeedReport.java |
332 |
Local variable 'value' could be declared final |
| 47641 |
src/com/gps/reports/SpeedReport.java |
343 |
Avoid instantiating new objects inside loops |
| 47642 |
src/com/gps/reports/SpeedReport.java |
347 |
Avoid using Literals in Conditional Statements |
| 47643 |
src/com/gps/reports/SpeedReport.java |
347 |
Avoid using if statements without curly braces |
| 47644 |
src/com/gps/reports/SpeedReport.java |
354 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 47645 |
src/com/gps/reports/SpeedReport.java |
356 |
Avoid printStackTrace(); use a logger call instead. |
| 47646 |
src/com/gps/reports/SpeedReport.java |
362 |
Parameter 'date' is not assigned and could be declared final |
| 47647 |
src/com/gps/reports/SpeedReport.java |
367 |
Avoid instantiating new objects inside loops |
| 47648 |
src/com/gps/reports/SpeedReport.java |
368 |
Potential violation of Law of Demeter (method chain calls) |
| 47649 |
src/com/gps/reports/SpeedReport.java |
368 |
Potential violation of Law of Demeter (method chain calls) |
| 47650 |
src/com/gps/reports/SpeedReport.java |
368 |
Potential violation of Law of Demeter (method chain calls) |
| 47651 |
src/com/gps/reports/SpeedReport.java |
368 |
Potential violation of Law of Demeter (method chain calls) |
| 47652 |
src/com/gps/reports/SpeedReport.java |
368 |
Potential violation of Law of Demeter (method chain calls) |
| 47653 |
src/com/gps/reports/SpeedReport.java |
368 |
Potential violation of Law of Demeter (method chain calls) |
| 47654 |
src/com/gps/reports/SpeedReport.java |
369 |
Potential violation of Law of Demeter (method chain calls) |
| 47655 |
src/com/gps/reports/SpeedReport.java |
369 |
Potential violation of Law of Demeter (method chain calls) |
| 47656 |
src/com/gps/reports/SpeedReport.java |
369 |
Potential violation of Law of Demeter (method chain calls) |
| 47657 |
src/com/gps/reports/SpeedReport.java |
369 |
Potential violation of Law of Demeter (method chain calls) |
| 47658 |
src/com/gps/reports/SpeedReport.java |
372 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 47659 |
src/com/gps/reports/SpeedReport.java |
374 |
Avoid printStackTrace(); use a logger call instead. |
| 47660 |
src/com/gps/reports/SpeedReport.java |
379 |
Avoid really long methods. |
| 47661 |
src/com/gps/reports/SpeedReport.java |
379 |
Found 'UR'-anomaly for variable 'speedParamDTO' (lines '379'-'400'). |
| 47662 |
src/com/gps/reports/SpeedReport.java |
379 |
Parameter 'flag' is not assigned and could be declared final |
| 47663 |
src/com/gps/reports/SpeedReport.java |
379 |
Parameter 'speedDTO' is not assigned and could be declared final |
| 47664 |
src/com/gps/reports/SpeedReport.java |
379 |
Parameter 'vehicleId' is not assigned and could be declared final |
| 47665 |
src/com/gps/reports/SpeedReport.java |
379 |
The method 'processData' has a Cyclomatic Complexity of 29. |
| 47666 |
src/com/gps/reports/SpeedReport.java |
379 |
The method processData() has an NPath complexity of 21702 |
| 47667 |
src/com/gps/reports/SpeedReport.java |
383 |
Found 'DD'-anomaly for variable 'dateVO' (lines '383'-'421'). |
| 47668 |
src/com/gps/reports/SpeedReport.java |
384 |
Avoid declaring a variable if it is unreferenced before a possible exit point. |
| 47669 |
src/com/gps/reports/SpeedReport.java |
384 |
Avoid unused local variables such as 'rangeVO'. |
| 47670 |
src/com/gps/reports/SpeedReport.java |
384 |
Found 'DU'-anomaly for variable 'rangeVO' (lines '384'-'486'). |
| 47671 |
src/com/gps/reports/SpeedReport.java |
384 |
Local variable 'rangeVO' could be declared final |
| 47672 |
src/com/gps/reports/SpeedReport.java |
386 |
Found 'DD'-anomaly for variable 'speed' (lines '386'-'400'). |
| 47673 |
src/com/gps/reports/SpeedReport.java |
387 |
Found 'DD'-anomaly for variable 'count' (lines '387'-'398'). |
| 47674 |
src/com/gps/reports/SpeedReport.java |
388 |
Found 'DD'-anomaly for variable 'tempLat' (lines '388'-'404'). |
| 47675 |
src/com/gps/reports/SpeedReport.java |
389 |
Found 'DD'-anomaly for variable 'tempLong' (lines '389'-'405'). |
| 47676 |
src/com/gps/reports/SpeedReport.java |
390 |
Local variable 'distRep' could be declared final |
| 47677 |
src/com/gps/reports/SpeedReport.java |
391 |
Found 'DD'-anomaly for variable 'distance' (lines '391'-'406'). |
| 47678 |
src/com/gps/reports/SpeedReport.java |
392 |
Found 'DD'-anomaly for variable 'vehicleStatus' (lines '392'-'411'). |
| 47679 |
src/com/gps/reports/SpeedReport.java |
393 |
Found 'DD'-anomaly for variable 'isPartial' (lines '393'-'409'). |
| 47680 |
src/com/gps/reports/SpeedReport.java |
396 |
Local variable 'speedParamDTO' could be declared final |
| 47681 |
src/com/gps/reports/SpeedReport.java |
400 |
Potential violation of Law of Demeter (object not created locally) |
| 47682 |
src/com/gps/reports/SpeedReport.java |
401 |
Potential violation of Law of Demeter (method chain calls) |
| 47683 |
src/com/gps/reports/SpeedReport.java |
401 |
Potential violation of Law of Demeter (method chain calls) |
| 47684 |
src/com/gps/reports/SpeedReport.java |
401 |
Potential violation of Law of Demeter (method chain calls) |
| 47685 |
src/com/gps/reports/SpeedReport.java |
401 |
Potential violation of Law of Demeter (object not created locally) |
| 47686 |
src/com/gps/reports/SpeedReport.java |
402 |
Potential violation of Law of Demeter (object not created locally) |
| 47687 |
src/com/gps/reports/SpeedReport.java |
406 |
Found 'DD'-anomaly for variable 'distance' (lines '406'-'449'). |
| 47688 |
src/com/gps/reports/SpeedReport.java |
406 |
Found 'DU'-anomaly for variable 'distance' (lines '406'-'486'). |
| 47689 |
src/com/gps/reports/SpeedReport.java |
408 |
Avoid using if statements without curly braces |
| 47690 |
src/com/gps/reports/SpeedReport.java |
413 |
Avoid using if statements without curly braces |
| 47691 |
src/com/gps/reports/SpeedReport.java |
413 |
Useless parentheses. |
| 47692 |
src/com/gps/reports/SpeedReport.java |
413 |
Useless parentheses. |
| 47693 |
src/com/gps/reports/SpeedReport.java |
419 |
Avoid instantiating new objects inside loops |
| 47694 |
src/com/gps/reports/SpeedReport.java |
420 |
Potential violation of Law of Demeter (object not created locally) |
| 47695 |
src/com/gps/reports/SpeedReport.java |
420 |
Potential violation of Law of Demeter (object not created locally) |
| 47696 |
src/com/gps/reports/SpeedReport.java |
421 |
Avoid instantiating new objects inside loops |
| 47697 |
src/com/gps/reports/SpeedReport.java |
428 |
Potential violation of Law of Demeter (object not created locally) |
| 47698 |
src/com/gps/reports/SpeedReport.java |
429 |
Avoid instantiating new objects inside loops |
| 47699 |
src/com/gps/reports/SpeedReport.java |
433 |
Avoid using if statements without curly braces |
| 47700 |
src/com/gps/reports/SpeedReport.java |
434 |
Potential violation of Law of Demeter (object not created locally) |
| 47701 |
src/com/gps/reports/SpeedReport.java |
442 |
Potential violation of Law of Demeter (object not created locally) |
| 47702 |
src/com/gps/reports/SpeedReport.java |
444 |
Found 'DU'-anomaly for variable 'tempdate' (lines '444'-'486'). |
| 47703 |
src/com/gps/reports/SpeedReport.java |
449 |
Potential violation of Law of Demeter (object not created locally) |
| 47704 |
src/com/gps/reports/SpeedReport.java |
449 |
Potential violation of Law of Demeter (object not created locally) |
| 47705 |
src/com/gps/reports/SpeedReport.java |
449 |
Potential violation of Law of Demeter (object not created locally) |
| 47706 |
src/com/gps/reports/SpeedReport.java |
451 |
Avoid using if statements without curly braces |
| 47707 |
src/com/gps/reports/SpeedReport.java |
452 |
Found 'DU'-anomaly for variable 'distance' (lines '452'-'486'). |
| 47708 |
src/com/gps/reports/SpeedReport.java |
466 |
Avoid using Literals in Conditional Statements |
| 47709 |
src/com/gps/reports/SpeedReport.java |
472 |
Found 'DD'-anomaly for variable 'tempLat' (lines '472'-'404'). |
| 47710 |
src/com/gps/reports/SpeedReport.java |
472 |
Found 'DU'-anomaly for variable 'tempLat' (lines '472'-'486'). |
| 47711 |
src/com/gps/reports/SpeedReport.java |
472 |
Potential violation of Law of Demeter (object not created locally) |
| 47712 |
src/com/gps/reports/SpeedReport.java |
473 |
Found 'DD'-anomaly for variable 'tempLong' (lines '473'-'405'). |
| 47713 |
src/com/gps/reports/SpeedReport.java |
473 |
Found 'DU'-anomaly for variable 'tempLong' (lines '473'-'486'). |
| 47714 |
src/com/gps/reports/SpeedReport.java |
473 |
Potential violation of Law of Demeter (object not created locally) |
| 47715 |
src/com/gps/reports/SpeedReport.java |
477 |
Potential violation of Law of Demeter (object not created locally) |
| 47716 |
src/com/gps/reports/SpeedReport.java |
481 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 47717 |
src/com/gps/reports/SpeedReport.java |
483 |
Avoid printStackTrace(); use a logger call instead. |
| 47718 |
src/com/gps/reports/SpeedReport.java |
483 |
Potential violation of Law of Demeter (object not created locally) |
| 47719 |
src/com/gps/reports/SpeedReport.java |
488 |
Found 'UR'-anomaly for variable 'vehicle' (lines '488'-'503'). |
| 47720 |
src/com/gps/reports/SpeedReport.java |
488 |
Parameter 'fromDate' is not assigned and could be declared final |
| 47721 |
src/com/gps/reports/SpeedReport.java |
488 |
Parameter 'vehicleId' is not assigned and could be declared final |
| 47722 |
src/com/gps/reports/SpeedReport.java |
488 |
Rather than using a lot of String arguments, consider using a container object for those values. |
| 47723 |
src/com/gps/reports/SpeedReport.java |
488 |
The method 'getTabularSpeedRep' has a Cyclomatic Complexity of 19. |
| 47724 |
src/com/gps/reports/SpeedReport.java |
488 |
publicMethodCommentRequirement Required |
| 47725 |
src/com/gps/reports/SpeedReport.java |
489 |
Parameter 'organizationId' is not assigned and could be declared final |
| 47726 |
src/com/gps/reports/SpeedReport.java |
489 |
Parameter 'repType' is not assigned and could be declared final |
| 47727 |
src/com/gps/reports/SpeedReport.java |
489 |
Parameter 'report' is not assigned and could be declared final |
| 47728 |
src/com/gps/reports/SpeedReport.java |
489 |
Parameter 'speed' is not assigned and could be declared final |
| 47729 |
src/com/gps/reports/SpeedReport.java |
489 |
Parameter 'toDate' is not assigned and could be declared final |
| 47730 |
src/com/gps/reports/SpeedReport.java |
491 |
Found 'DD'-anomaly for variable 'tripListTab' (lines '491'-'503'). |
| 47731 |
src/com/gps/reports/SpeedReport.java |
491 |
Found 'DD'-anomaly for variable 'tripListTab' (lines '491'-'527'). |
| 47732 |
src/com/gps/reports/SpeedReport.java |
491 |
Found 'DU'-anomaly for variable 'tripListTab' (lines '491'-'552'). |
| 47733 |
src/com/gps/reports/SpeedReport.java |
492 |
Local variable 'speedTabList' could be declared final |
| 47734 |
src/com/gps/reports/SpeedReport.java |
497 |
Position literals first in String comparisons |
| 47735 |
src/com/gps/reports/SpeedReport.java |
500 |
Potential violation of Law of Demeter (object not created locally) |
| 47736 |
src/com/gps/reports/SpeedReport.java |
501 |
Local variable 'vehicle' could be declared final |
| 47737 |
src/com/gps/reports/SpeedReport.java |
505 |
Position literals first in String comparisons |
| 47738 |
src/com/gps/reports/SpeedReport.java |
506 |
Local variable 'iterator' could be declared final |
| 47739 |
src/com/gps/reports/SpeedReport.java |
506 |
Potential violation of Law of Demeter (object not created locally) |
| 47740 |
src/com/gps/reports/SpeedReport.java |
508 |
Local variable 'speedVO' could be declared final |
| 47741 |
src/com/gps/reports/SpeedReport.java |
510 |
Potential violation of Law of Demeter (object not created locally) |
| 47742 |
src/com/gps/reports/SpeedReport.java |
510 |
These nested if statements could be combined |
| 47743 |
src/com/gps/reports/SpeedReport.java |
511 |
Potential violation of Law of Demeter (object not created locally) |
| 47744 |
src/com/gps/reports/SpeedReport.java |
515 |
Position literals first in String comparisons |
| 47745 |
src/com/gps/reports/SpeedReport.java |
516 |
Local variable 'iterator' could be declared final |
| 47746 |
src/com/gps/reports/SpeedReport.java |
516 |
Potential violation of Law of Demeter (object not created locally) |
| 47747 |
src/com/gps/reports/SpeedReport.java |
518 |
Local variable 'speedListVO' could be declared final |
| 47748 |
src/com/gps/reports/SpeedReport.java |
519 |
Potential violation of Law of Demeter (object not created locally) |
| 47749 |
src/com/gps/reports/SpeedReport.java |
526 |
Local variable 'vehicle' could be declared final |
| 47750 |
src/com/gps/reports/SpeedReport.java |
526 |
Potential violation of Law of Demeter (object not created locally) |
| 47751 |
src/com/gps/reports/SpeedReport.java |
529 |
Position literals first in String comparisons |
| 47752 |
src/com/gps/reports/SpeedReport.java |
530 |
Local variable 'iterator' could be declared final |
| 47753 |
src/com/gps/reports/SpeedReport.java |
530 |
Potential violation of Law of Demeter (object not created locally) |
| 47754 |
src/com/gps/reports/SpeedReport.java |
532 |
Local variable 'speedVO' could be declared final |
| 47755 |
src/com/gps/reports/SpeedReport.java |
534 |
Potential violation of Law of Demeter (object not created locally) |
| 47756 |
src/com/gps/reports/SpeedReport.java |
534 |
These nested if statements could be combined |
| 47757 |
src/com/gps/reports/SpeedReport.java |
535 |
Potential violation of Law of Demeter (object not created locally) |
| 47758 |
src/com/gps/reports/SpeedReport.java |
540 |
Position literals first in String comparisons |
| 47759 |
src/com/gps/reports/SpeedReport.java |
540 |
Position literals first in String comparisons |
| 47760 |
src/com/gps/reports/SpeedReport.java |
541 |
Local variable 'iterator' could be declared final |
| 47761 |
src/com/gps/reports/SpeedReport.java |
541 |
Potential violation of Law of Demeter (object not created locally) |
| 47762 |
src/com/gps/reports/SpeedReport.java |
543 |
Local variable 'speedListVO' could be declared final |
| 47763 |
src/com/gps/reports/SpeedReport.java |
544 |
Potential violation of Law of Demeter (object not created locally) |
| 47764 |
src/com/gps/reports/SpeedReport.java |
548 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 47765 |
src/com/gps/reports/SpeedReport.java |
549 |
There is log block not surrounded by if |
| 47766 |
src/com/gps/reports/SpeedReport.java |
554 |
Parameter 'fromDate' is not assigned and could be declared final |
| 47767 |
src/com/gps/reports/SpeedReport.java |
554 |
Parameter 'vehicle' is not assigned and could be declared final |
| 47768 |
src/com/gps/reports/SpeedReport.java |
554 |
Rather than using a lot of String arguments, consider using a container object for those values. |
| 47769 |
src/com/gps/reports/SpeedReport.java |
555 |
Parameter 'repType' is not assigned and could be declared final |
| 47770 |
src/com/gps/reports/SpeedReport.java |
555 |
Parameter 'report' is not assigned and could be declared final |
| 47771 |
src/com/gps/reports/SpeedReport.java |
555 |
Parameter 'speed' is not assigned and could be declared final |
| 47772 |
src/com/gps/reports/SpeedReport.java |
555 |
Parameter 'toDate' is not assigned and could be declared final |
| 47773 |
src/com/gps/reports/SpeedReport.java |
557 |
Found 'DU'-anomaly for variable 'tabular' (lines '557'-'572'). |
| 47774 |
src/com/gps/reports/SpeedReport.java |
557 |
Local variable 'tabular' could be declared final |
| 47775 |
src/com/gps/reports/SpeedReport.java |
558 |
Found 'DD'-anomaly for variable 'speedList' (lines '558'-'564'). |
| 47776 |
src/com/gps/reports/SpeedReport.java |
563 |
Avoid using if statements without curly braces |
| 47777 |
src/com/gps/reports/SpeedReport.java |
564 |
Avoid calling toString() on String objects; this is unnecessary. |
| 47778 |
src/com/gps/reports/SpeedReport.java |
564 |
Potential violation of Law of Demeter (object not created locally) |
| 47779 |
src/com/gps/reports/SpeedReport.java |
566 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 47780 |
src/com/gps/reports/SpeedReport.java |
568 |
Avoid printStackTrace(); use a logger call instead. |
| 47781 |
src/com/gps/reports/SpeedReport.java |
568 |
Potential violation of Law of Demeter (object not created locally) |
| 47782 |
src/com/gps/reports/SpeedTabular.java |
16 |
The class 'SpeedTabular' has a Cyclomatic Complexity of 22 (Highest = 37). |
| 47783 |
src/com/gps/reports/SpeedTabular.java |
16 |
headerCommentRequirement Required |
| 47784 |
src/com/gps/reports/SpeedTabular.java |
18 |
The Logger variable declaration does not contain the static and final modifiers |
| 47785 |
src/com/gps/reports/SpeedTabular.java |
18 |
Use explicit scoping instead of the default package private level |
| 47786 |
src/com/gps/reports/SpeedTabular.java |
18 |
fieldCommentRequirement Required |
| 47787 |
src/com/gps/reports/SpeedTabular.java |
20 |
Avoid really long methods. |
| 47788 |
src/com/gps/reports/SpeedTabular.java |
20 |
Found 'UR'-anomaly for variable 'speedParamDTO' (lines '20'-'54'). |
| 47789 |
src/com/gps/reports/SpeedTabular.java |
20 |
Parameter 'limit' is not assigned and could be declared final |
| 47790 |
src/com/gps/reports/SpeedTabular.java |
20 |
Parameter 'paramDTO' is not assigned and could be declared final |
| 47791 |
src/com/gps/reports/SpeedTabular.java |
20 |
Parameter 'repType' is not assigned and could be declared final |
| 47792 |
src/com/gps/reports/SpeedTabular.java |
20 |
Parameter 'report' is not assigned and could be declared final |
| 47793 |
src/com/gps/reports/SpeedTabular.java |
20 |
The method 'getSpeedListInfo' has a Cyclomatic Complexity of 37. |
| 47794 |
src/com/gps/reports/SpeedTabular.java |
20 |
The method getSpeedListInfo() has an NCSS line count of 168 |
| 47795 |
src/com/gps/reports/SpeedTabular.java |
20 |
The method getSpeedListInfo() has an NPath complexity of 3756 |
| 47796 |
src/com/gps/reports/SpeedTabular.java |
20 |
publicMethodCommentRequirement Required |
| 47797 |
src/com/gps/reports/SpeedTabular.java |
22 |
Local variable 'speedList' could be declared final |
| 47798 |
src/com/gps/reports/SpeedTabular.java |
23 |
Found 'DU'-anomaly for variable 'conSpeedVO' (lines '23'-'251'). |
| 47799 |
src/com/gps/reports/SpeedTabular.java |
23 |
Local variable 'conSpeedVO' could be declared final |
| 47800 |
src/com/gps/reports/SpeedTabular.java |
24 |
Found 'DU'-anomaly for variable 'vehSpeedVO' (lines '24'-'251'). |
| 47801 |
src/com/gps/reports/SpeedTabular.java |
25 |
Found 'DD'-anomaly for variable 'dateVO' (lines '25'-'193'). |
| 47802 |
src/com/gps/reports/SpeedTabular.java |
25 |
Found 'DU'-anomaly for variable 'dateVO' (lines '25'-'251'). |
| 47803 |
src/com/gps/reports/SpeedTabular.java |
27 |
Avoid unused local variables such as 'getTempDate'. |
| 47804 |
src/com/gps/reports/SpeedTabular.java |
27 |
Found 'DU'-anomaly for variable 'getTempDate' (lines '27'-'251'). |
| 47805 |
src/com/gps/reports/SpeedTabular.java |
27 |
Local variable 'getTempDate' could be declared final |
| 47806 |
src/com/gps/reports/SpeedTabular.java |
28 |
Found 'DD'-anomaly for variable 'distance' (lines '28'-'62'). |
| 47807 |
src/com/gps/reports/SpeedTabular.java |
30 |
Found 'DD'-anomaly for variable 'currentTime' (lines '30'-'74'). |
| 47808 |
src/com/gps/reports/SpeedTabular.java |
33 |
Found 'DD'-anomaly for variable 'duration' (lines '33'-'61'). |
| 47809 |
src/com/gps/reports/SpeedTabular.java |
38 |
Found 'DD'-anomaly for variable 'isFlag' (lines '38'-'58'). |
| 47810 |
src/com/gps/reports/SpeedTabular.java |
39 |
Found 'DD'-anomaly for variable 'count' (lines '39'-'53'). |
| 47811 |
src/com/gps/reports/SpeedTabular.java |
41 |
Avoid variables with short names like lt |
| 47812 |
src/com/gps/reports/SpeedTabular.java |
41 |
Found 'DD'-anomaly for variable 'lt' (lines '41'-'50'). |
| 47813 |
src/com/gps/reports/SpeedTabular.java |
42 |
Avoid variables with short names like ln |
| 47814 |
src/com/gps/reports/SpeedTabular.java |
42 |
Found 'DD'-anomaly for variable 'ln' (lines '42'-'51'). |
| 47815 |
src/com/gps/reports/SpeedTabular.java |
44 |
Avoid variables with short names like i |
| 47816 |
src/com/gps/reports/SpeedTabular.java |
45 |
Avoid variables with short names like j |
| 47817 |
src/com/gps/reports/SpeedTabular.java |
46 |
Local variable 'twoDForm' could be declared final |
| 47818 |
src/com/gps/reports/SpeedTabular.java |
50 |
Found 'DD'-anomaly for variable 'lt' (lines '50'-'84'). |
| 47819 |
src/com/gps/reports/SpeedTabular.java |
51 |
Found 'DD'-anomaly for variable 'ln' (lines '51'-'85'). |
| 47820 |
src/com/gps/reports/SpeedTabular.java |
52 |
Local variable 'speedParamDTO' could be declared final |
| 47821 |
src/com/gps/reports/SpeedTabular.java |
54 |
Potential violation of Law of Demeter (method chain calls) |
| 47822 |
src/com/gps/reports/SpeedTabular.java |
54 |
Potential violation of Law of Demeter (method chain calls) |
| 47823 |
src/com/gps/reports/SpeedTabular.java |
54 |
Potential violation of Law of Demeter (method chain calls) |
| 47824 |
src/com/gps/reports/SpeedTabular.java |
54 |
Potential violation of Law of Demeter (object not created locally) |
| 47825 |
src/com/gps/reports/SpeedTabular.java |
55 |
Potential violation of Law of Demeter (object not created locally) |
| 47826 |
src/com/gps/reports/SpeedTabular.java |
55 |
Use equals() to compare object references. |
| 47827 |
src/com/gps/reports/SpeedTabular.java |
57 |
Position literals first in String comparisons |
| 47828 |
src/com/gps/reports/SpeedTabular.java |
57 |
Position literals first in String comparisons |
| 47829 |
src/com/gps/reports/SpeedTabular.java |
57 |
Potential violation of Law of Demeter (object not created locally) |
| 47830 |
src/com/gps/reports/SpeedTabular.java |
57 |
Potential violation of Law of Demeter (object not created locally) |
| 47831 |
src/com/gps/reports/SpeedTabular.java |
57 |
The String literal "stop" appears 6 times in this file; the first occurrence is on line 57 |
| 47832 |
src/com/gps/reports/SpeedTabular.java |
57 |
Useless parentheses. |
| 47833 |
src/com/gps/reports/SpeedTabular.java |
57 |
Useless parentheses. |
| 47834 |
src/com/gps/reports/SpeedTabular.java |
59 |
Position literals first in String comparisons |
| 47835 |
src/com/gps/reports/SpeedTabular.java |
59 |
Position literals first in String comparisons |
| 47836 |
src/com/gps/reports/SpeedTabular.java |
59 |
The String literal "AllTabular" appears 4 times in this file; the first occurrence is on line 59 |
| 47837 |
src/com/gps/reports/SpeedTabular.java |
59 |
The String literal "DetTabular" appears 4 times in this file; the first occurrence is on line 59 |
| 47838 |
src/com/gps/reports/SpeedTabular.java |
61 |
Found 'DU'-anomaly for variable 'duration' (lines '61'-'251'). |
| 47839 |
src/com/gps/reports/SpeedTabular.java |
62 |
Found 'DD'-anomaly for variable 'distance' (lines '62'-'209'). |
| 47840 |
src/com/gps/reports/SpeedTabular.java |
62 |
Found 'DD'-anomaly for variable 'distance' (lines '62'-'233'). |
| 47841 |
src/com/gps/reports/SpeedTabular.java |
62 |
Found 'DU'-anomaly for variable 'distance' (lines '62'-'251'). |
| 47842 |
src/com/gps/reports/SpeedTabular.java |
63 |
Avoid instantiating new objects inside loops |
| 47843 |
src/com/gps/reports/SpeedTabular.java |
64 |
Potential violation of Law of Demeter (object not created locally) |
| 47844 |
src/com/gps/reports/SpeedTabular.java |
64 |
Potential violation of Law of Demeter (object not created locally) |
| 47845 |
src/com/gps/reports/SpeedTabular.java |
65 |
Potential violation of Law of Demeter (method chain calls) |
| 47846 |
src/com/gps/reports/SpeedTabular.java |
65 |
Potential violation of Law of Demeter (method chain calls) |
| 47847 |
src/com/gps/reports/SpeedTabular.java |
65 |
Potential violation of Law of Demeter (method chain calls) |
| 47848 |
src/com/gps/reports/SpeedTabular.java |
65 |
Potential violation of Law of Demeter (object not created locally) |
| 47849 |
src/com/gps/reports/SpeedTabular.java |
65 |
Potential violation of Law of Demeter (object not created locally) |
| 47850 |
src/com/gps/reports/SpeedTabular.java |
65 |
Potential violation of Law of Demeter (object not created locally) |
| 47851 |
src/com/gps/reports/SpeedTabular.java |
65 |
This statement may have some unnecessary parentheses |
| 47852 |
src/com/gps/reports/SpeedTabular.java |
65 |
Useless parentheses. |
| 47853 |
src/com/gps/reports/SpeedTabular.java |
66 |
Potential violation of Law of Demeter (object not created locally) |
| 47854 |
src/com/gps/reports/SpeedTabular.java |
66 |
Potential violation of Law of Demeter (object not created locally) |
| 47855 |
src/com/gps/reports/SpeedTabular.java |
73 |
Found 'DD'-anomaly for variable 'isConsecutive' (lines '73'-'129'). |
| 47856 |
src/com/gps/reports/SpeedTabular.java |
73 |
Found 'DU'-anomaly for variable 'isConsecutive' (lines '73'-'251'). |
| 47857 |
src/com/gps/reports/SpeedTabular.java |
74 |
Potential violation of Law of Demeter (object not created locally) |
| 47858 |
src/com/gps/reports/SpeedTabular.java |
76 |
Potential violation of Law of Demeter (object not created locally) |
| 47859 |
src/com/gps/reports/SpeedTabular.java |
76 |
Potential violation of Law of Demeter (object not created locally) |
| 47860 |
src/com/gps/reports/SpeedTabular.java |
77 |
Potential violation of Law of Demeter (object not created locally) |
| 47861 |
src/com/gps/reports/SpeedTabular.java |
77 |
Potential violation of Law of Demeter (object not created locally) |
| 47862 |
src/com/gps/reports/SpeedTabular.java |
77 |
Potential violation of Law of Demeter (object not created locally) |
| 47863 |
src/com/gps/reports/SpeedTabular.java |
80 |
Position literals first in String comparisons |
| 47864 |
src/com/gps/reports/SpeedTabular.java |
82 |
Avoid using Literals in Conditional Statements |
| 47865 |
src/com/gps/reports/SpeedTabular.java |
82 |
Deeply nested if..then statements are hard to read |
| 47866 |
src/com/gps/reports/SpeedTabular.java |
84 |
Avoid instantiating new objects inside loops |
| 47867 |
src/com/gps/reports/SpeedTabular.java |
85 |
Avoid instantiating new objects inside loops |
| 47868 |
src/com/gps/reports/SpeedTabular.java |
86 |
Found 'DD'-anomaly for variable 'j' (lines '86'-'117'). |
| 47869 |
src/com/gps/reports/SpeedTabular.java |
86 |
Found 'DD'-anomaly for variable 'j' (lines '86'-'227'). |
| 47870 |
src/com/gps/reports/SpeedTabular.java |
86 |
Found 'DU'-anomaly for variable 'j' (lines '86'-'251'). |
| 47871 |
src/com/gps/reports/SpeedTabular.java |
88 |
Potential violation of Law of Demeter (object not created locally) |
| 47872 |
src/com/gps/reports/SpeedTabular.java |
88 |
Potential violation of Law of Demeter (object not created locally) |
| 47873 |
src/com/gps/reports/SpeedTabular.java |
89 |
Potential violation of Law of Demeter (object not created locally) |
| 47874 |
src/com/gps/reports/SpeedTabular.java |
89 |
Potential violation of Law of Demeter (object not created locally) |
| 47875 |
src/com/gps/reports/SpeedTabular.java |
93 |
Position literals first in String comparisons |
| 47876 |
src/com/gps/reports/SpeedTabular.java |
93 |
Position literals first in String comparisons |
| 47877 |
src/com/gps/reports/SpeedTabular.java |
95 |
Potential violation of Law of Demeter (object not created locally) |
| 47878 |
src/com/gps/reports/SpeedTabular.java |
98 |
Potential violation of Law of Demeter (object not created locally) |
| 47879 |
src/com/gps/reports/SpeedTabular.java |
100 |
Potential violation of Law of Demeter (object not created locally) |
| 47880 |
src/com/gps/reports/SpeedTabular.java |
102 |
Potential violation of Law of Demeter (object not created locally) |
| 47881 |
src/com/gps/reports/SpeedTabular.java |
103 |
Potential violation of Law of Demeter (object not created locally) |
| 47882 |
src/com/gps/reports/SpeedTabular.java |
104 |
Avoid if (x != y) ..; else ..; |
| 47883 |
src/com/gps/reports/SpeedTabular.java |
104 |
Position literals first in String comparisons |
| 47884 |
src/com/gps/reports/SpeedTabular.java |
106 |
Potential violation of Law of Demeter (object not created locally) |
| 47885 |
src/com/gps/reports/SpeedTabular.java |
107 |
Potential violation of Law of Demeter (object not created locally) |
| 47886 |
src/com/gps/reports/SpeedTabular.java |
111 |
Potential violation of Law of Demeter (object not created locally) |
| 47887 |
src/com/gps/reports/SpeedTabular.java |
111 |
Potential violation of Law of Demeter (object not created locally) |
| 47888 |
src/com/gps/reports/SpeedTabular.java |
112 |
Potential violation of Law of Demeter (object not created locally) |
| 47889 |
src/com/gps/reports/SpeedTabular.java |
112 |
Potential violation of Law of Demeter (object not created locally) |
| 47890 |
src/com/gps/reports/SpeedTabular.java |
114 |
Potential violation of Law of Demeter (object not created locally) |
| 47891 |
src/com/gps/reports/SpeedTabular.java |
115 |
Assigning an Object to null is a code smell. Consider refactoring. |
| 47892 |
src/com/gps/reports/SpeedTabular.java |
115 |
Found 'DU'-anomaly for variable 'speedVO' (lines '115'-'251'). |
| 47893 |
src/com/gps/reports/SpeedTabular.java |
116 |
Found 'DD'-anomaly for variable 'i' (lines '116'-'124'). |
| 47894 |
src/com/gps/reports/SpeedTabular.java |
116 |
Found 'DU'-anomaly for variable 'i' (lines '116'-'251'). |
| 47895 |
src/com/gps/reports/SpeedTabular.java |
117 |
Found 'DD'-anomaly for variable 'j' (lines '117'-'227'). |
| 47896 |
src/com/gps/reports/SpeedTabular.java |
117 |
Found 'DU'-anomaly for variable 'j' (lines '117'-'251'). |
| 47897 |
src/com/gps/reports/SpeedTabular.java |
118 |
Found 'DU'-anomaly for variable 'avgSpeed' (lines '118'-'251'). |
| 47898 |
src/com/gps/reports/SpeedTabular.java |
124 |
Found 'DU'-anomaly for variable 'i' (lines '124'-'251'). |
| 47899 |
src/com/gps/reports/SpeedTabular.java |
125 |
Found 'DD'-anomaly for variable 'lastSpeed' (lines '125'-'125'). |
| 47900 |
src/com/gps/reports/SpeedTabular.java |
125 |
Found 'DU'-anomaly for variable 'lastSpeed' (lines '125'-'251'). |
| 47901 |
src/com/gps/reports/SpeedTabular.java |
125 |
Potential violation of Law of Demeter (object not created locally) |
| 47902 |
src/com/gps/reports/SpeedTabular.java |
126 |
Found 'DD'-anomaly for variable 'lastLat' (lines '126'-'126'). |
| 47903 |
src/com/gps/reports/SpeedTabular.java |
126 |
Found 'DU'-anomaly for variable 'lastLat' (lines '126'-'251'). |
| 47904 |
src/com/gps/reports/SpeedTabular.java |
126 |
Potential violation of Law of Demeter (object not created locally) |
| 47905 |
src/com/gps/reports/SpeedTabular.java |
127 |
Found 'DD'-anomaly for variable 'lastLong' (lines '127'-'127'). |
| 47906 |
src/com/gps/reports/SpeedTabular.java |
127 |
Found 'DU'-anomaly for variable 'lastLong' (lines '127'-'251'). |
| 47907 |
src/com/gps/reports/SpeedTabular.java |
127 |
Potential violation of Law of Demeter (object not created locally) |
| 47908 |
src/com/gps/reports/SpeedTabular.java |
128 |
Found 'DD'-anomaly for variable 'lastTime' (lines '128'-'128'). |
| 47909 |
src/com/gps/reports/SpeedTabular.java |
128 |
Found 'DU'-anomaly for variable 'lastTime' (lines '128'-'251'). |
| 47910 |
src/com/gps/reports/SpeedTabular.java |
128 |
Potential violation of Law of Demeter (object not created locally) |
| 47911 |
src/com/gps/reports/SpeedTabular.java |
129 |
Found 'DD'-anomaly for variable 'isConsecutive' (lines '129'-'165'). |
| 47912 |
src/com/gps/reports/SpeedTabular.java |
129 |
Found 'DD'-anomaly for variable 'isConsecutive' (lines '129'-'175'). |
| 47913 |
src/com/gps/reports/SpeedTabular.java |
129 |
Found 'DU'-anomaly for variable 'isConsecutive' (lines '129'-'251'). |
| 47914 |
src/com/gps/reports/SpeedTabular.java |
130 |
Found 'DD'-anomaly for variable 'isFlag' (lines '130'-'58'). |
| 47915 |
src/com/gps/reports/SpeedTabular.java |
130 |
Found 'DU'-anomaly for variable 'isFlag' (lines '130'-'251'). |
| 47916 |
src/com/gps/reports/SpeedTabular.java |
136 |
Position literals first in String comparisons |
| 47917 |
src/com/gps/reports/SpeedTabular.java |
136 |
Position literals first in String comparisons |
| 47918 |
src/com/gps/reports/SpeedTabular.java |
139 |
Found 'DD'-anomaly for variable 'time' (lines '139'-'149'). |
| 47919 |
src/com/gps/reports/SpeedTabular.java |
139 |
Found 'DD'-anomaly for variable 'time' (lines '139'-'211'). |
| 47920 |
src/com/gps/reports/SpeedTabular.java |
139 |
Found 'DD'-anomaly for variable 'time' (lines '139'-'235'). |
| 47921 |
src/com/gps/reports/SpeedTabular.java |
139 |
Found 'DU'-anomaly for variable 'time' (lines '139'-'251'). |
| 47922 |
src/com/gps/reports/SpeedTabular.java |
141 |
Potential violation of Law of Demeter (method chain calls) |
| 47923 |
src/com/gps/reports/SpeedTabular.java |
141 |
Potential violation of Law of Demeter (method chain calls) |
| 47924 |
src/com/gps/reports/SpeedTabular.java |
141 |
Potential violation of Law of Demeter (object not created locally) |
| 47925 |
src/com/gps/reports/SpeedTabular.java |
141 |
Potential violation of Law of Demeter (object not created locally) |
| 47926 |
src/com/gps/reports/SpeedTabular.java |
141 |
Potential violation of Law of Demeter (object not created locally) |
| 47927 |
src/com/gps/reports/SpeedTabular.java |
142 |
Potential violation of Law of Demeter (object not created locally) |
| 47928 |
src/com/gps/reports/SpeedTabular.java |
142 |
Potential violation of Law of Demeter (object not created locally) |
| 47929 |
src/com/gps/reports/SpeedTabular.java |
145 |
Position literals first in String comparisons |
| 47930 |
src/com/gps/reports/SpeedTabular.java |
145 |
Position literals first in String comparisons |
| 47931 |
src/com/gps/reports/SpeedTabular.java |
145 |
Potential violation of Law of Demeter (object not created locally) |
| 47932 |
src/com/gps/reports/SpeedTabular.java |
145 |
Potential violation of Law of Demeter (object not created locally) |
| 47933 |
src/com/gps/reports/SpeedTabular.java |
145 |
Useless parentheses. |
| 47934 |
src/com/gps/reports/SpeedTabular.java |
145 |
Useless parentheses. |
| 47935 |
src/com/gps/reports/SpeedTabular.java |
146 |
Found 'DU'-anomaly for variable 'lastTime' (lines '146'-'251'). |
| 47936 |
src/com/gps/reports/SpeedTabular.java |
146 |
Potential violation of Law of Demeter (object not created locally) |
| 47937 |
src/com/gps/reports/SpeedTabular.java |
147 |
Potential violation of Law of Demeter (object not created locally) |
| 47938 |
src/com/gps/reports/SpeedTabular.java |
148 |
Potential violation of Law of Demeter (object not created locally) |
| 47939 |
src/com/gps/reports/SpeedTabular.java |
150 |
Potential violation of Law of Demeter (object not created locally) |
| 47940 |
src/com/gps/reports/SpeedTabular.java |
151 |
Potential violation of Law of Demeter (object not created locally) |
| 47941 |
src/com/gps/reports/SpeedTabular.java |
152 |
Avoid if (x != y) ..; else ..; |
| 47942 |
src/com/gps/reports/SpeedTabular.java |
152 |
Position literals first in String comparisons |
| 47943 |
src/com/gps/reports/SpeedTabular.java |
154 |
Potential violation of Law of Demeter (object not created locally) |
| 47944 |
src/com/gps/reports/SpeedTabular.java |
155 |
Potential violation of Law of Demeter (object not created locally) |
| 47945 |
src/com/gps/reports/SpeedTabular.java |
159 |
Potential violation of Law of Demeter (object not created locally) |
| 47946 |
src/com/gps/reports/SpeedTabular.java |
159 |
Potential violation of Law of Demeter (object not created locally) |
| 47947 |
src/com/gps/reports/SpeedTabular.java |
160 |
Potential violation of Law of Demeter (object not created locally) |
| 47948 |
src/com/gps/reports/SpeedTabular.java |
160 |
Potential violation of Law of Demeter (object not created locally) |
| 47949 |
src/com/gps/reports/SpeedTabular.java |
162 |
Found 'DD'-anomaly for variable 'j' (lines '162'-'227'). |
| 47950 |
src/com/gps/reports/SpeedTabular.java |
162 |
Found 'DU'-anomaly for variable 'j' (lines '162'-'251'). |
| 47951 |
src/com/gps/reports/SpeedTabular.java |
163 |
Potential violation of Law of Demeter (object not created locally) |
| 47952 |
src/com/gps/reports/SpeedTabular.java |
164 |
Assigning an Object to null is a code smell. Consider refactoring. |
| 47953 |
src/com/gps/reports/SpeedTabular.java |
164 |
Found 'DU'-anomaly for variable 'speedVO' (lines '164'-'251'). |
| 47954 |
src/com/gps/reports/SpeedTabular.java |
165 |
Found 'DU'-anomaly for variable 'isConsecutive' (lines '165'-'251'). |
| 47955 |
src/com/gps/reports/SpeedTabular.java |
166 |
Found 'DU'-anomaly for variable 'i' (lines '166'-'251'). |
| 47956 |
src/com/gps/reports/SpeedTabular.java |
167 |
Found 'DU'-anomaly for variable 'avgSpeed' (lines '167'-'251'). |
| 47957 |
src/com/gps/reports/SpeedTabular.java |
168 |
Found 'DD'-anomaly for variable 'distance' (lines '168'-'209'). |
| 47958 |
src/com/gps/reports/SpeedTabular.java |
168 |
Found 'DD'-anomaly for variable 'distance' (lines '168'-'233'). |
| 47959 |
src/com/gps/reports/SpeedTabular.java |
168 |
Found 'DU'-anomaly for variable 'distance' (lines '168'-'251'). |
| 47960 |
src/com/gps/reports/SpeedTabular.java |
169 |
Found 'DU'-anomaly for variable 'duration' (lines '169'-'251'). |
| 47961 |
src/com/gps/reports/SpeedTabular.java |
171 |
Found 'DU'-anomaly for variable 'lastTime' (lines '171'-'251'). |
| 47962 |
src/com/gps/reports/SpeedTabular.java |
171 |
Potential violation of Law of Demeter (object not created locally) |
| 47963 |
src/com/gps/reports/SpeedTabular.java |
172 |
Found 'DU'-anomaly for variable 'lastSpeed' (lines '172'-'251'). |
| 47964 |
src/com/gps/reports/SpeedTabular.java |
172 |
Potential violation of Law of Demeter (object not created locally) |
| 47965 |
src/com/gps/reports/SpeedTabular.java |
173 |
Found 'DU'-anomaly for variable 'lastLat' (lines '173'-'251'). |
| 47966 |
src/com/gps/reports/SpeedTabular.java |
173 |
Potential violation of Law of Demeter (object not created locally) |
| 47967 |
src/com/gps/reports/SpeedTabular.java |
174 |
Found 'DU'-anomaly for variable 'lastLong' (lines '174'-'251'). |
| 47968 |
src/com/gps/reports/SpeedTabular.java |
174 |
Potential violation of Law of Demeter (object not created locally) |
| 47969 |
src/com/gps/reports/SpeedTabular.java |
175 |
Found 'DU'-anomaly for variable 'isConsecutive' (lines '175'-'251'). |
| 47970 |
src/com/gps/reports/SpeedTabular.java |
176 |
Found 'DU'-anomaly for variable 'i' (lines '176'-'251'). |
| 47971 |
src/com/gps/reports/SpeedTabular.java |
180 |
Position literals first in String comparisons |
| 47972 |
src/com/gps/reports/SpeedTabular.java |
182 |
Avoid instantiating new objects inside loops |
| 47973 |
src/com/gps/reports/SpeedTabular.java |
183 |
Potential violation of Law of Demeter (object not created locally) |
| 47974 |
src/com/gps/reports/SpeedTabular.java |
183 |
Potential violation of Law of Demeter (object not created locally) |
| 47975 |
src/com/gps/reports/SpeedTabular.java |
185 |
Potential violation of Law of Demeter (object not created locally) |
| 47976 |
src/com/gps/reports/SpeedTabular.java |
186 |
Potential violation of Law of Demeter (object not created locally) |
| 47977 |
src/com/gps/reports/SpeedTabular.java |
187 |
Potential violation of Law of Demeter (object not created locally) |
| 47978 |
src/com/gps/reports/SpeedTabular.java |
189 |
Potential violation of Law of Demeter (object not created locally) |
| 47979 |
src/com/gps/reports/SpeedTabular.java |
190 |
Potential violation of Law of Demeter (object not created locally) |
| 47980 |
src/com/gps/reports/SpeedTabular.java |
193 |
Avoid instantiating new objects inside loops |
| 47981 |
src/com/gps/reports/SpeedTabular.java |
194 |
Potential violation of Law of Demeter (object not created locally) |
| 47982 |
src/com/gps/reports/SpeedTabular.java |
195 |
Found 'DU'-anomaly for variable 'i' (lines '195'-'251'). |
| 47983 |
src/com/gps/reports/SpeedTabular.java |
196 |
Found 'DU'-anomaly for variable 'avgSpeed' (lines '196'-'251'). |
| 47984 |
src/com/gps/reports/SpeedTabular.java |
197 |
Found 'DD'-anomaly for variable 'distance' (lines '197'-'209'). |
| 47985 |
src/com/gps/reports/SpeedTabular.java |
197 |
Found 'DD'-anomaly for variable 'distance' (lines '197'-'233'). |
| 47986 |
src/com/gps/reports/SpeedTabular.java |
197 |
Found 'DU'-anomaly for variable 'distance' (lines '197'-'251'). |
| 47987 |
src/com/gps/reports/SpeedTabular.java |
198 |
Found 'DU'-anomaly for variable 'duration' (lines '198'-'251'). |
| 47988 |
src/com/gps/reports/SpeedTabular.java |
202 |
Found 'DU'-anomaly for variable 'tempDate' (lines '202'-'251'). |
| 47989 |
src/com/gps/reports/SpeedTabular.java |
209 |
Potential violation of Law of Demeter (object not created locally) |
| 47990 |
src/com/gps/reports/SpeedTabular.java |
210 |
Potential violation of Law of Demeter (object not created locally) |
| 47991 |
src/com/gps/reports/SpeedTabular.java |
212 |
Potential violation of Law of Demeter (object not created locally) |
| 47992 |
src/com/gps/reports/SpeedTabular.java |
213 |
Potential violation of Law of Demeter (object not created locally) |
| 47993 |
src/com/gps/reports/SpeedTabular.java |
214 |
Avoid if (x != y) ..; else ..; |
| 47994 |
src/com/gps/reports/SpeedTabular.java |
214 |
Position literals first in String comparisons |
| 47995 |
src/com/gps/reports/SpeedTabular.java |
216 |
Potential violation of Law of Demeter (object not created locally) |
| 47996 |
src/com/gps/reports/SpeedTabular.java |
217 |
Potential violation of Law of Demeter (object not created locally) |
| 47997 |
src/com/gps/reports/SpeedTabular.java |
221 |
Potential violation of Law of Demeter (object not created locally) |
| 47998 |
src/com/gps/reports/SpeedTabular.java |
221 |
Potential violation of Law of Demeter (object not created locally) |
| 47999 |
src/com/gps/reports/SpeedTabular.java |
222 |
Potential violation of Law of Demeter (object not created locally) |
| 48000 |
src/com/gps/reports/SpeedTabular.java |
222 |
Potential violation of Law of Demeter (object not created locally) |
| 48001 |
src/com/gps/reports/SpeedTabular.java |
224 |
Potential violation of Law of Demeter (object not created locally) |
| 48002 |
src/com/gps/reports/SpeedTabular.java |
225 |
Assigning an Object to null is a code smell. Consider refactoring. |
| 48003 |
src/com/gps/reports/SpeedTabular.java |
225 |
Found 'DU'-anomaly for variable 'speedVO' (lines '225'-'251'). |
| 48004 |
src/com/gps/reports/SpeedTabular.java |
226 |
Found 'DD'-anomaly for variable 'i' (lines '226'-'124'). |
| 48005 |
src/com/gps/reports/SpeedTabular.java |
226 |
Found 'DD'-anomaly for variable 'i' (lines '226'-'176'). |
| 48006 |
src/com/gps/reports/SpeedTabular.java |
226 |
Found 'DD'-anomaly for variable 'i' (lines '226'-'195'). |
| 48007 |
src/com/gps/reports/SpeedTabular.java |
226 |
Found 'DU'-anomaly for variable 'i' (lines '226'-'251'). |
| 48008 |
src/com/gps/reports/SpeedTabular.java |
227 |
Found 'DD'-anomaly for variable 'j' (lines '227'-'117'). |
| 48009 |
src/com/gps/reports/SpeedTabular.java |
227 |
Found 'DD'-anomaly for variable 'j' (lines '227'-'162'). |
| 48010 |
src/com/gps/reports/SpeedTabular.java |
227 |
Found 'DD'-anomaly for variable 'j' (lines '227'-'227'). |
| 48011 |
src/com/gps/reports/SpeedTabular.java |
227 |
Found 'DU'-anomaly for variable 'j' (lines '227'-'251'). |
| 48012 |
src/com/gps/reports/SpeedTabular.java |
228 |
Found 'DD'-anomaly for variable 'avgSpeed' (lines '228'-'196'). |
| 48013 |
src/com/gps/reports/SpeedTabular.java |
228 |
Found 'DU'-anomaly for variable 'avgSpeed' (lines '228'-'251'). |
| 48014 |
src/com/gps/reports/SpeedTabular.java |
232 |
Potential violation of Law of Demeter (object not created locally) |
| 48015 |
src/com/gps/reports/SpeedTabular.java |
233 |
Potential violation of Law of Demeter (object not created locally) |
| 48016 |
src/com/gps/reports/SpeedTabular.java |
234 |
Potential violation of Law of Demeter (object not created locally) |
| 48017 |
src/com/gps/reports/SpeedTabular.java |
236 |
Potential violation of Law of Demeter (object not created locally) |
| 48018 |
src/com/gps/reports/SpeedTabular.java |
237 |
Potential violation of Law of Demeter (object not created locally) |
| 48019 |
src/com/gps/reports/SpeedTabular.java |
243 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 48020 |
src/com/gps/reports/SpeedTabular.java |
244 |
Avoid printStackTrace(); use a logger call instead. |
| 48021 |
src/com/gps/reports/SpeedTabular.java |
244 |
Potential violation of Law of Demeter (object not created locally) |
| 48022 |
src/com/gps/reports/SpeedTabular.java |
246 |
Position literals first in String comparisons |
| 48023 |
src/com/gps/reports/SpeedTabular.java |
247 |
Potential violation of Law of Demeter (object not created locally) |
| 48024 |
src/com/gps/reports/SpeedTabular.java |
248 |
A method should have only one exit point, and that should be the last statement in the method |
| 48025 |
src/com/gps/reports/SpeedTabular.java |
253 |
Parameter 'duration' is not assigned and could be declared final |
| 48026 |
src/com/gps/reports/SpeedTabular.java |
253 |
publicMethodCommentRequirement Required |
| 48027 |
src/com/gps/reports/SpeedTabular.java |
254 |
Found 'DD'-anomaly for variable 'hours' (lines '254'-'262'). |
| 48028 |
src/com/gps/reports/SpeedTabular.java |
254 |
Found 'DU'-anomaly for variable 'hours' (lines '254'-'293'). |
| 48029 |
src/com/gps/reports/SpeedTabular.java |
255 |
Found 'DD'-anomaly for variable 'rem' (lines '255'-'263'). |
| 48030 |
src/com/gps/reports/SpeedTabular.java |
255 |
Found 'DD'-anomaly for variable 'rem' (lines '255'-'271'). |
| 48031 |
src/com/gps/reports/SpeedTabular.java |
255 |
Found 'DU'-anomaly for variable 'rem' (lines '255'-'293'). |
| 48032 |
src/com/gps/reports/SpeedTabular.java |
256 |
Found 'DD'-anomaly for variable 'mins' (lines '256'-'264'). |
| 48033 |
src/com/gps/reports/SpeedTabular.java |
256 |
Found 'DD'-anomaly for variable 'mins' (lines '256'-'270'). |
| 48034 |
src/com/gps/reports/SpeedTabular.java |
256 |
Found 'DU'-anomaly for variable 'mins' (lines '256'-'293'). |
| 48035 |
src/com/gps/reports/SpeedTabular.java |
257 |
Avoid variables with short names like hr |
| 48036 |
src/com/gps/reports/SpeedTabular.java |
257 |
Found 'DD'-anomaly for variable 'hr' (lines '257'-'266'). |
| 48037 |
src/com/gps/reports/SpeedTabular.java |
257 |
Found 'DD'-anomaly for variable 'min' (lines '257'-'267'). |
| 48038 |
src/com/gps/reports/SpeedTabular.java |
257 |
Found 'DD'-anomaly for variable 'min' (lines '257'-'272'). |
| 48039 |
src/com/gps/reports/SpeedTabular.java |
257 |
Found 'DD'-anomaly for variable 'sec' (lines '257'-'268'). |
| 48040 |
src/com/gps/reports/SpeedTabular.java |
257 |
Found 'DD'-anomaly for variable 'sec' (lines '257'-'273'). |
| 48041 |
src/com/gps/reports/SpeedTabular.java |
257 |
Found 'DD'-anomaly for variable 'sec' (lines '257'-'276'). |
| 48042 |
src/com/gps/reports/SpeedTabular.java |
257 |
Use one line for each declaration, it enhances code readability. |
| 48043 |
src/com/gps/reports/SpeedTabular.java |
258 |
Found 'DD'-anomaly for variable 'time' (lines '258'-'286'). |
| 48044 |
src/com/gps/reports/SpeedTabular.java |
261 |
Avoid using Literals in Conditional Statements |
| 48045 |
src/com/gps/reports/SpeedTabular.java |
269 |
Avoid using Literals in Conditional Statements |
| 48046 |
src/com/gps/reports/SpeedTabular.java |
279 |
Avoid using Literals in Conditional Statements |
| 48047 |
src/com/gps/reports/SpeedTabular.java |
279 |
Avoid using if statements without curly braces |
| 48048 |
src/com/gps/reports/SpeedTabular.java |
279 |
Potential violation of Law of Demeter (object not created locally) |
| 48049 |
src/com/gps/reports/SpeedTabular.java |
280 |
Prefer StringBuffer over += for concatenating strings |
| 48050 |
src/com/gps/reports/SpeedTabular.java |
281 |
Avoid using Literals in Conditional Statements |
| 48051 |
src/com/gps/reports/SpeedTabular.java |
281 |
Avoid using if statements without curly braces |
| 48052 |
src/com/gps/reports/SpeedTabular.java |
281 |
Potential violation of Law of Demeter (object not created locally) |
| 48053 |
src/com/gps/reports/SpeedTabular.java |
282 |
Prefer StringBuffer over += for concatenating strings |
| 48054 |
src/com/gps/reports/SpeedTabular.java |
283 |
Avoid using Literals in Conditional Statements |
| 48055 |
src/com/gps/reports/SpeedTabular.java |
283 |
Avoid using if statements without curly braces |
| 48056 |
src/com/gps/reports/SpeedTabular.java |
283 |
Potential violation of Law of Demeter (object not created locally) |
| 48057 |
src/com/gps/reports/SpeedTabular.java |
284 |
Prefer StringBuffer over += for concatenating strings |
| 48058 |
src/com/gps/reports/SpeedTabular.java |
288 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 48059 |
src/com/gps/reports/SpeedTabular.java |
290 |
Avoid printStackTrace(); use a logger call instead. |
| 48060 |
src/com/gps/reports/SpeedTabular.java |
290 |
Potential violation of Law of Demeter (object not created locally) |
| 48061 |
src/com/gps/reports/TripVO.java |
9 |
Use explicit scoping instead of the default package private level |
| 48062 |
src/com/gps/reports/TripVO.java |
9 |
fieldCommentRequirement Required |
| 48063 |
src/com/gps/reports/TripVO.java |
10 |
Use explicit scoping instead of the default package private level |
| 48064 |
src/com/gps/reports/TripVO.java |
10 |
fieldCommentRequirement Required |
| 48065 |
src/com/gps/reports/TripVO.java |
21 |
Parameter 'vehName' is not assigned and could be declared final |
| 48066 |
src/com/gps/reports/TripVO.java |
34 |
Parameter 'dateVO' is not assigned and could be declared final |
| 48067 |
src/com/gps/reports/XLSExporter.java |
19 |
The class 'XLSExporter' has a Cyclomatic Complexity of 11 (Highest = 29). |
| 48068 |
src/com/gps/reports/XLSExporter.java |
19 |
headerCommentRequirement Required |
| 48069 |
src/com/gps/reports/XLSExporter.java |
24 |
Avoid unnecessary constructors - the compiler will generate these for you |
| 48070 |
src/com/gps/reports/XLSExporter.java |
24 |
Document empty constructor |
| 48071 |
src/com/gps/reports/XLSExporter.java |
28 |
Avoid really long methods. |
| 48072 |
src/com/gps/reports/XLSExporter.java |
28 |
Avoid variables with short names like o |
| 48073 |
src/com/gps/reports/XLSExporter.java |
28 |
Found 'UR'-anomaly for variable 'dailVo' (lines '28'-'50'). |
| 48074 |
src/com/gps/reports/XLSExporter.java |
28 |
Found 'UR'-anomaly for variable 'orgVO' (lines '28'-'48'). |
| 48075 |
src/com/gps/reports/XLSExporter.java |
28 |
Found 'UR'-anomaly for variable 'orgVo' (lines '28'-'99'). |
| 48076 |
src/com/gps/reports/XLSExporter.java |
28 |
Parameter 'o' is not assigned and could be declared final |
| 48077 |
src/com/gps/reports/XLSExporter.java |
28 |
The method 'exportFile' has a Cyclomatic Complexity of 29. |
| 48078 |
src/com/gps/reports/XLSExporter.java |
28 |
The method exportFile() has an NPath complexity of 534361 |
| 48079 |
src/com/gps/reports/XLSExporter.java |
28 |
publicMethodCommentRequirement Required |
| 48080 |
src/com/gps/reports/XLSExporter.java |
30 |
Avoid variables with short names like wb |
| 48081 |
src/com/gps/reports/XLSExporter.java |
30 |
Local variable 'wb' could be declared final |
| 48082 |
src/com/gps/reports/XLSExporter.java |
31 |
Local variable 'fileOut' could be declared final |
| 48083 |
src/com/gps/reports/XLSExporter.java |
33 |
Local variable 'sheet' could be declared final |
| 48084 |
src/com/gps/reports/XLSExporter.java |
33 |
Potential violation of Law of Demeter (object not created locally) |
| 48085 |
src/com/gps/reports/XLSExporter.java |
35 |
Do not use the short type |
| 48086 |
src/com/gps/reports/XLSExporter.java |
35 |
Local variable 'headingsRow' could be declared final |
| 48087 |
src/com/gps/reports/XLSExporter.java |
35 |
Potential violation of Law of Demeter (object not created locally) |
| 48088 |
src/com/gps/reports/XLSExporter.java |
39 |
Local variable 'headingFont' could be declared final |
| 48089 |
src/com/gps/reports/XLSExporter.java |
39 |
Potential violation of Law of Demeter (object not created locally) |
| 48090 |
src/com/gps/reports/XLSExporter.java |
40 |
Potential violation of Law of Demeter (object not created locally) |
| 48091 |
src/com/gps/reports/XLSExporter.java |
41 |
Local variable 'headingStyle' could be declared final |
| 48092 |
src/com/gps/reports/XLSExporter.java |
41 |
Potential violation of Law of Demeter (object not created locally) |
| 48093 |
src/com/gps/reports/XLSExporter.java |
42 |
Potential violation of Law of Demeter (object not created locally) |
| 48094 |
src/com/gps/reports/XLSExporter.java |
43 |
Potential violation of Law of Demeter (object not created locally) |
| 48095 |
src/com/gps/reports/XLSExporter.java |
46 |
Local variable 'orgVO' could be declared final |
| 48096 |
src/com/gps/reports/XLSExporter.java |
47 |
Avoid variables with short names like i |
| 48097 |
src/com/gps/reports/XLSExporter.java |
48 |
Local variable 'dailVo' could be declared final |
| 48098 |
src/com/gps/reports/XLSExporter.java |
48 |
Potential violation of Law of Demeter (object not created locally) |
| 48099 |
src/com/gps/reports/XLSExporter.java |
49 |
Found 'DD'-anomaly for variable 'headingA' (lines '49'-'51'). |
| 48100 |
src/com/gps/reports/XLSExporter.java |
50 |
Potential violation of Law of Demeter (method chain calls) |
| 48101 |
src/com/gps/reports/XLSExporter.java |
50 |
Potential violation of Law of Demeter (object not created locally) |
| 48102 |
src/com/gps/reports/XLSExporter.java |
50 |
Potential violation of Law of Demeter (object not created locally) |
| 48103 |
src/com/gps/reports/XLSExporter.java |
51 |
Do not use the short type |
| 48104 |
src/com/gps/reports/XLSExporter.java |
51 |
Potential violation of Law of Demeter (object not created locally) |
| 48105 |
src/com/gps/reports/XLSExporter.java |
52 |
Potential violation of Law of Demeter (object not created locally) |
| 48106 |
src/com/gps/reports/XLSExporter.java |
53 |
Potential violation of Law of Demeter (object not created locally) |
| 48107 |
src/com/gps/reports/XLSExporter.java |
56 |
Potential violation of Law of Demeter (method chain calls) |
| 48108 |
src/com/gps/reports/XLSExporter.java |
56 |
Potential violation of Law of Demeter (object not created locally) |
| 48109 |
src/com/gps/reports/XLSExporter.java |
56 |
Potential violation of Law of Demeter (object not created locally) |
| 48110 |
src/com/gps/reports/XLSExporter.java |
57 |
Do not use the short type |
| 48111 |
src/com/gps/reports/XLSExporter.java |
57 |
Potential violation of Law of Demeter (object not created locally) |
| 48112 |
src/com/gps/reports/XLSExporter.java |
58 |
Potential violation of Law of Demeter (object not created locally) |
| 48113 |
src/com/gps/reports/XLSExporter.java |
59 |
Potential violation of Law of Demeter (object not created locally) |
| 48114 |
src/com/gps/reports/XLSExporter.java |
62 |
Potential violation of Law of Demeter (method chain calls) |
| 48115 |
src/com/gps/reports/XLSExporter.java |
62 |
Potential violation of Law of Demeter (object not created locally) |
| 48116 |
src/com/gps/reports/XLSExporter.java |
62 |
Potential violation of Law of Demeter (object not created locally) |
| 48117 |
src/com/gps/reports/XLSExporter.java |
63 |
Do not use the short type |
| 48118 |
src/com/gps/reports/XLSExporter.java |
63 |
Potential violation of Law of Demeter (object not created locally) |
| 48119 |
src/com/gps/reports/XLSExporter.java |
64 |
Potential violation of Law of Demeter (object not created locally) |
| 48120 |
src/com/gps/reports/XLSExporter.java |
65 |
Potential violation of Law of Demeter (object not created locally) |
| 48121 |
src/com/gps/reports/XLSExporter.java |
69 |
Potential violation of Law of Demeter (method chain calls) |
| 48122 |
src/com/gps/reports/XLSExporter.java |
69 |
Potential violation of Law of Demeter (object not created locally) |
| 48123 |
src/com/gps/reports/XLSExporter.java |
69 |
Potential violation of Law of Demeter (object not created locally) |
| 48124 |
src/com/gps/reports/XLSExporter.java |
70 |
Do not use the short type |
| 48125 |
src/com/gps/reports/XLSExporter.java |
70 |
Potential violation of Law of Demeter (object not created locally) |
| 48126 |
src/com/gps/reports/XLSExporter.java |
71 |
Potential violation of Law of Demeter (object not created locally) |
| 48127 |
src/com/gps/reports/XLSExporter.java |
72 |
Potential violation of Law of Demeter (object not created locally) |
| 48128 |
src/com/gps/reports/XLSExporter.java |
76 |
Potential violation of Law of Demeter (method chain calls) |
| 48129 |
src/com/gps/reports/XLSExporter.java |
76 |
Potential violation of Law of Demeter (object not created locally) |
| 48130 |
src/com/gps/reports/XLSExporter.java |
76 |
Potential violation of Law of Demeter (object not created locally) |
| 48131 |
src/com/gps/reports/XLSExporter.java |
77 |
Do not use the short type |
| 48132 |
src/com/gps/reports/XLSExporter.java |
77 |
Potential violation of Law of Demeter (object not created locally) |
| 48133 |
src/com/gps/reports/XLSExporter.java |
78 |
Potential violation of Law of Demeter (object not created locally) |
| 48134 |
src/com/gps/reports/XLSExporter.java |
79 |
Potential violation of Law of Demeter (object not created locally) |
| 48135 |
src/com/gps/reports/XLSExporter.java |
83 |
Potential violation of Law of Demeter (method chain calls) |
| 48136 |
src/com/gps/reports/XLSExporter.java |
83 |
Potential violation of Law of Demeter (object not created locally) |
| 48137 |
src/com/gps/reports/XLSExporter.java |
83 |
Potential violation of Law of Demeter (object not created locally) |
| 48138 |
src/com/gps/reports/XLSExporter.java |
84 |
Do not use the short type |
| 48139 |
src/com/gps/reports/XLSExporter.java |
84 |
Potential violation of Law of Demeter (object not created locally) |
| 48140 |
src/com/gps/reports/XLSExporter.java |
85 |
Potential violation of Law of Demeter (object not created locally) |
| 48141 |
src/com/gps/reports/XLSExporter.java |
86 |
Potential violation of Law of Demeter (object not created locally) |
| 48142 |
src/com/gps/reports/XLSExporter.java |
87 |
Found 'DD'-anomaly for variable 'i' (lines '87'-'102'). |
| 48143 |
src/com/gps/reports/XLSExporter.java |
91 |
Avoid using a branching statement as the last in a loop. |
| 48144 |
src/com/gps/reports/XLSExporter.java |
96 |
Avoid variables with short names like j |
| 48145 |
src/com/gps/reports/XLSExporter.java |
98 |
Local variable 'orgVo' could be declared final |
| 48146 |
src/com/gps/reports/XLSExporter.java |
99 |
Local variable 'dailVo' could be declared final |
| 48147 |
src/com/gps/reports/XLSExporter.java |
99 |
Potential violation of Law of Demeter (object not created locally) |
| 48148 |
src/com/gps/reports/XLSExporter.java |
100 |
Do not use the short type |
| 48149 |
src/com/gps/reports/XLSExporter.java |
100 |
Found 'DU'-anomaly for variable 'row' (lines '100'-'154'). |
| 48150 |
src/com/gps/reports/XLSExporter.java |
100 |
Local variable 'row' could be declared final |
| 48151 |
src/com/gps/reports/XLSExporter.java |
100 |
Potential violation of Law of Demeter (object not created locally) |
| 48152 |
src/com/gps/reports/XLSExporter.java |
101 |
Found 'DD'-anomaly for variable 'headingA' (lines '101'-'104'). |
| 48153 |
src/com/gps/reports/XLSExporter.java |
101 |
Found 'DD'-anomaly for variable 'headingA' (lines '101'-'110'). |
| 48154 |
src/com/gps/reports/XLSExporter.java |
101 |
Found 'DD'-anomaly for variable 'headingA' (lines '101'-'116'). |
| 48155 |
src/com/gps/reports/XLSExporter.java |
101 |
Found 'DD'-anomaly for variable 'headingA' (lines '101'-'123'). |
| 48156 |
src/com/gps/reports/XLSExporter.java |
101 |
Found 'DD'-anomaly for variable 'headingA' (lines '101'-'130'). |
| 48157 |
src/com/gps/reports/XLSExporter.java |
101 |
Found 'DD'-anomaly for variable 'headingA' (lines '101'-'137'). |
| 48158 |
src/com/gps/reports/XLSExporter.java |
101 |
Found 'DU'-anomaly for variable 'headingA' (lines '101'-'154'). |
| 48159 |
src/com/gps/reports/XLSExporter.java |
102 |
Avoid variables with short names like i |
| 48160 |
src/com/gps/reports/XLSExporter.java |
102 |
Found 'DU'-anomaly for variable 'i' (lines '102'-'154'). |
| 48161 |
src/com/gps/reports/XLSExporter.java |
103 |
Potential violation of Law of Demeter (method chain calls) |
| 48162 |
src/com/gps/reports/XLSExporter.java |
103 |
Potential violation of Law of Demeter (object not created locally) |
| 48163 |
src/com/gps/reports/XLSExporter.java |
103 |
Potential violation of Law of Demeter (object not created locally) |
| 48164 |
src/com/gps/reports/XLSExporter.java |
104 |
Do not use the short type |
| 48165 |
src/com/gps/reports/XLSExporter.java |
104 |
Potential violation of Law of Demeter (object not created locally) |
| 48166 |
src/com/gps/reports/XLSExporter.java |
105 |
Potential violation of Law of Demeter (object not created locally) |
| 48167 |
src/com/gps/reports/XLSExporter.java |
105 |
Potential violation of Law of Demeter (object not created locally) |
| 48168 |
src/com/gps/reports/XLSExporter.java |
106 |
Potential violation of Law of Demeter (object not created locally) |
| 48169 |
src/com/gps/reports/XLSExporter.java |
107 |
Found 'DU'-anomaly for variable 'i' (lines '107'-'154'). |
| 48170 |
src/com/gps/reports/XLSExporter.java |
109 |
Potential violation of Law of Demeter (method chain calls) |
| 48171 |
src/com/gps/reports/XLSExporter.java |
109 |
Potential violation of Law of Demeter (object not created locally) |
| 48172 |
src/com/gps/reports/XLSExporter.java |
109 |
Potential violation of Law of Demeter (object not created locally) |
| 48173 |
src/com/gps/reports/XLSExporter.java |
110 |
Do not use the short type |
| 48174 |
src/com/gps/reports/XLSExporter.java |
110 |
Potential violation of Law of Demeter (object not created locally) |
| 48175 |
src/com/gps/reports/XLSExporter.java |
111 |
Potential violation of Law of Demeter (object not created locally) |
| 48176 |
src/com/gps/reports/XLSExporter.java |
111 |
Potential violation of Law of Demeter (object not created locally) |
| 48177 |
src/com/gps/reports/XLSExporter.java |
112 |
Potential violation of Law of Demeter (object not created locally) |
| 48178 |
src/com/gps/reports/XLSExporter.java |
113 |
Found 'DD'-anomaly for variable 'i' (lines '113'-'102'). |
| 48179 |
src/com/gps/reports/XLSExporter.java |
113 |
Found 'DU'-anomaly for variable 'i' (lines '113'-'154'). |
| 48180 |
src/com/gps/reports/XLSExporter.java |
115 |
Potential violation of Law of Demeter (method chain calls) |
| 48181 |
src/com/gps/reports/XLSExporter.java |
115 |
Potential violation of Law of Demeter (object not created locally) |
| 48182 |
src/com/gps/reports/XLSExporter.java |
115 |
Potential violation of Law of Demeter (object not created locally) |
| 48183 |
src/com/gps/reports/XLSExporter.java |
116 |
Do not use the short type |
| 48184 |
src/com/gps/reports/XLSExporter.java |
116 |
Potential violation of Law of Demeter (object not created locally) |
| 48185 |
src/com/gps/reports/XLSExporter.java |
117 |
Potential violation of Law of Demeter (object not created locally) |
| 48186 |
src/com/gps/reports/XLSExporter.java |
117 |
Potential violation of Law of Demeter (object not created locally) |
| 48187 |
src/com/gps/reports/XLSExporter.java |
118 |
Potential violation of Law of Demeter (object not created locally) |
| 48188 |
src/com/gps/reports/XLSExporter.java |
119 |
Found 'DD'-anomaly for variable 'i' (lines '119'-'102'). |
| 48189 |
src/com/gps/reports/XLSExporter.java |
119 |
Found 'DU'-anomaly for variable 'i' (lines '119'-'154'). |
| 48190 |
src/com/gps/reports/XLSExporter.java |
122 |
Potential violation of Law of Demeter (method chain calls) |
| 48191 |
src/com/gps/reports/XLSExporter.java |
122 |
Potential violation of Law of Demeter (object not created locally) |
| 48192 |
src/com/gps/reports/XLSExporter.java |
122 |
Potential violation of Law of Demeter (object not created locally) |
| 48193 |
src/com/gps/reports/XLSExporter.java |
123 |
Do not use the short type |
| 48194 |
src/com/gps/reports/XLSExporter.java |
123 |
Potential violation of Law of Demeter (object not created locally) |
| 48195 |
src/com/gps/reports/XLSExporter.java |
124 |
Potential violation of Law of Demeter (object not created locally) |
| 48196 |
src/com/gps/reports/XLSExporter.java |
124 |
Potential violation of Law of Demeter (object not created locally) |
| 48197 |
src/com/gps/reports/XLSExporter.java |
125 |
Potential violation of Law of Demeter (object not created locally) |
| 48198 |
src/com/gps/reports/XLSExporter.java |
126 |
Found 'DD'-anomaly for variable 'i' (lines '126'-'102'). |
| 48199 |
src/com/gps/reports/XLSExporter.java |
126 |
Found 'DU'-anomaly for variable 'i' (lines '126'-'154'). |
| 48200 |
src/com/gps/reports/XLSExporter.java |
129 |
Potential violation of Law of Demeter (method chain calls) |
| 48201 |
src/com/gps/reports/XLSExporter.java |
129 |
Potential violation of Law of Demeter (object not created locally) |
| 48202 |
src/com/gps/reports/XLSExporter.java |
129 |
Potential violation of Law of Demeter (object not created locally) |
| 48203 |
src/com/gps/reports/XLSExporter.java |
130 |
Do not use the short type |
| 48204 |
src/com/gps/reports/XLSExporter.java |
130 |
Potential violation of Law of Demeter (object not created locally) |
| 48205 |
src/com/gps/reports/XLSExporter.java |
131 |
Potential violation of Law of Demeter (object not created locally) |
| 48206 |
src/com/gps/reports/XLSExporter.java |
131 |
Potential violation of Law of Demeter (object not created locally) |
| 48207 |
src/com/gps/reports/XLSExporter.java |
132 |
Potential violation of Law of Demeter (object not created locally) |
| 48208 |
src/com/gps/reports/XLSExporter.java |
133 |
Found 'DD'-anomaly for variable 'i' (lines '133'-'102'). |
| 48209 |
src/com/gps/reports/XLSExporter.java |
133 |
Found 'DU'-anomaly for variable 'i' (lines '133'-'154'). |
| 48210 |
src/com/gps/reports/XLSExporter.java |
136 |
Potential violation of Law of Demeter (method chain calls) |
| 48211 |
src/com/gps/reports/XLSExporter.java |
136 |
Potential violation of Law of Demeter (object not created locally) |
| 48212 |
src/com/gps/reports/XLSExporter.java |
136 |
Potential violation of Law of Demeter (object not created locally) |
| 48213 |
src/com/gps/reports/XLSExporter.java |
137 |
Do not use the short type |
| 48214 |
src/com/gps/reports/XLSExporter.java |
137 |
Potential violation of Law of Demeter (object not created locally) |
| 48215 |
src/com/gps/reports/XLSExporter.java |
138 |
Potential violation of Law of Demeter (object not created locally) |
| 48216 |
src/com/gps/reports/XLSExporter.java |
138 |
Potential violation of Law of Demeter (object not created locally) |
| 48217 |
src/com/gps/reports/XLSExporter.java |
139 |
Potential violation of Law of Demeter (object not created locally) |
| 48218 |
src/com/gps/reports/XLSExporter.java |
140 |
Found 'DD'-anomaly for variable 'i' (lines '140'-'102'). |
| 48219 |
src/com/gps/reports/XLSExporter.java |
140 |
Found 'DU'-anomaly for variable 'i' (lines '140'-'154'). |
| 48220 |
src/com/gps/reports/XLSExporter.java |
144 |
Found 'DU'-anomaly for variable 'j' (lines '144'-'154'). |
| 48221 |
src/com/gps/reports/XLSExporter.java |
149 |
Do not use the short type |
| 48222 |
src/com/gps/reports/XLSExporter.java |
149 |
Do not use the short type |
| 48223 |
src/com/gps/reports/XLSExporter.java |
149 |
Potential violation of Law of Demeter (object not created locally) |
| 48224 |
src/com/gps/reports/XLSExporter.java |
152 |
Potential violation of Law of Demeter (object not created locally) |
| 48225 |
src/com/gps/reports/XLSExporter.java |
153 |
Potential violation of Law of Demeter (object not created locally) |
| 48226 |
src/com/gps/reports/XLSExporter.java |
156 |
Document empty method |
| 48227 |
src/com/gps/reports/XLSExporter.java |
156 |
Parameter 'args' is not assigned and could be declared final |
| 48228 |
src/com/gps/reports/XLSExporter.java |
156 |
publicMethodCommentRequirement Required |
| 48229 |
src/com/gps/rfid/RFIDDash.java |
1 |
Possible God class (WMC=102, ATFD=87, TCC=0.06666666666666667) |
| 48230 |
src/com/gps/rfid/RFIDDash.java |
21 |
The class 'RFIDDash' has a Cyclomatic Complexity of 20 (Highest = 45). |
| 48231 |
src/com/gps/rfid/RFIDDash.java |
21 |
headerCommentRequirement Required |
| 48232 |
src/com/gps/rfid/RFIDDash.java |
23 |
The Logger variable declaration does not contain the static and final modifiers |
| 48233 |
src/com/gps/rfid/RFIDDash.java |
23 |
Use explicit scoping instead of the default package private level |
| 48234 |
src/com/gps/rfid/RFIDDash.java |
23 |
fieldCommentRequirement Required |
| 48235 |
src/com/gps/rfid/RFIDDash.java |
24 |
Avoid using redundant field initializer for 'jsonCreator' |
| 48236 |
src/com/gps/rfid/RFIDDash.java |
24 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 48237 |
src/com/gps/rfid/RFIDDash.java |
24 |
Use explicit scoping instead of the default package private level |
| 48238 |
src/com/gps/rfid/RFIDDash.java |
24 |
fieldCommentRequirement Required |
| 48239 |
src/com/gps/rfid/RFIDDash.java |
27 |
Avoid variables with short names like to |
| 48240 |
src/com/gps/rfid/RFIDDash.java |
27 |
Found 'UR'-anomaly for variable 'trip' (lines '27'-'56'). |
| 48241 |
src/com/gps/rfid/RFIDDash.java |
27 |
Parameter 'from' is not assigned and could be declared final |
| 48242 |
src/com/gps/rfid/RFIDDash.java |
27 |
Parameter 'orgnizationId' is not assigned and could be declared final |
| 48243 |
src/com/gps/rfid/RFIDDash.java |
27 |
Parameter 'to' is not assigned and could be declared final |
| 48244 |
src/com/gps/rfid/RFIDDash.java |
27 |
The method 'getCurrentStudentList' has a Cyclomatic Complexity of 12. |
| 48245 |
src/com/gps/rfid/RFIDDash.java |
27 |
publicMethodCommentRequirement Required |
| 48246 |
src/com/gps/rfid/RFIDDash.java |
36 |
Found 'DD'-anomaly for variable 'tripUserInfo' (lines '36'-'71'). |
| 48247 |
src/com/gps/rfid/RFIDDash.java |
36 |
Found 'DD'-anomaly for variable 'tripUserInfo' (lines '36'-'89'). |
| 48248 |
src/com/gps/rfid/RFIDDash.java |
36 |
Found 'DU'-anomaly for variable 'tripUserInfo' (lines '36'-'112'). |
| 48249 |
src/com/gps/rfid/RFIDDash.java |
37 |
Found 'DD'-anomaly for variable 'tripUserJSON' (lines '37'-'102'). |
| 48250 |
src/com/gps/rfid/RFIDDash.java |
38 |
Found 'DU'-anomaly for variable 'tripids' (lines '38'-'112'). |
| 48251 |
src/com/gps/rfid/RFIDDash.java |
44 |
Found 'DU'-anomaly for variable 'tripUserList' (lines '44'-'112'). |
| 48252 |
src/com/gps/rfid/RFIDDash.java |
47 |
Potential violation of Law of Demeter (object not created locally) |
| 48253 |
src/com/gps/rfid/RFIDDash.java |
49 |
Found 'DU'-anomaly for variable 'maxId' (lines '49'-'112'). |
| 48254 |
src/com/gps/rfid/RFIDDash.java |
49 |
Local variable 'maxId' could be declared final |
| 48255 |
src/com/gps/rfid/RFIDDash.java |
49 |
Potential violation of Law of Demeter (object not created locally) |
| 48256 |
src/com/gps/rfid/RFIDDash.java |
52 |
Found 'DD'-anomaly for variable 'count' (lines '52'-'55'). |
| 48257 |
src/com/gps/rfid/RFIDDash.java |
52 |
Found 'DU'-anomaly for variable 'count' (lines '52'-'112'). |
| 48258 |
src/com/gps/rfid/RFIDDash.java |
53 |
Local variable 'trip' could be declared final |
| 48259 |
src/com/gps/rfid/RFIDDash.java |
55 |
Found 'DD'-anomaly for variable 'count' (lines '55'-'55'). |
| 48260 |
src/com/gps/rfid/RFIDDash.java |
55 |
Found 'DU'-anomaly for variable 'count' (lines '55'-'112'). |
| 48261 |
src/com/gps/rfid/RFIDDash.java |
56 |
Potential violation of Law of Demeter (method chain calls) |
| 48262 |
src/com/gps/rfid/RFIDDash.java |
56 |
Potential violation of Law of Demeter (object not created locally) |
| 48263 |
src/com/gps/rfid/RFIDDash.java |
56 |
Prefer StringBuffer over += for concatenating strings |
| 48264 |
src/com/gps/rfid/RFIDDash.java |
58 |
Potential violation of Law of Demeter (method chain calls) |
| 48265 |
src/com/gps/rfid/RFIDDash.java |
58 |
Potential violation of Law of Demeter (object not created locally) |
| 48266 |
src/com/gps/rfid/RFIDDash.java |
60 |
Potential violation of Law of Demeter (object not created locally) |
| 48267 |
src/com/gps/rfid/RFIDDash.java |
61 |
Potential violation of Law of Demeter (method chain calls) |
| 48268 |
src/com/gps/rfid/RFIDDash.java |
61 |
Potential violation of Law of Demeter (method chain calls) |
| 48269 |
src/com/gps/rfid/RFIDDash.java |
61 |
Potential violation of Law of Demeter (object not created locally) |
| 48270 |
src/com/gps/rfid/RFIDDash.java |
62 |
Potential violation of Law of Demeter (method chain calls) |
| 48271 |
src/com/gps/rfid/RFIDDash.java |
62 |
Potential violation of Law of Demeter (object not created locally) |
| 48272 |
src/com/gps/rfid/RFIDDash.java |
63 |
Deeply nested if..then statements are hard to read |
| 48273 |
src/com/gps/rfid/RFIDDash.java |
63 |
Position literals first in String comparisons |
| 48274 |
src/com/gps/rfid/RFIDDash.java |
63 |
Potential violation of Law of Demeter (object not created locally) |
| 48275 |
src/com/gps/rfid/RFIDDash.java |
64 |
Prefer StringBuffer over += for concatenating strings |
| 48276 |
src/com/gps/rfid/RFIDDash.java |
69 |
Deeply nested if..then statements are hard to read |
| 48277 |
src/com/gps/rfid/RFIDDash.java |
69 |
Potential violation of Law of Demeter (object not created locally) |
| 48278 |
src/com/gps/rfid/RFIDDash.java |
75 |
Potential violation of Law of Demeter (object not created locally) |
| 48279 |
src/com/gps/rfid/RFIDDash.java |
76 |
Potential violation of Law of Demeter (object not created locally) |
| 48280 |
src/com/gps/rfid/RFIDDash.java |
77 |
Potential violation of Law of Demeter (object not created locally) |
| 48281 |
src/com/gps/rfid/RFIDDash.java |
78 |
Potential violation of Law of Demeter (object not created locally) |
| 48282 |
src/com/gps/rfid/RFIDDash.java |
92 |
Potential violation of Law of Demeter (object not created locally) |
| 48283 |
src/com/gps/rfid/RFIDDash.java |
92 |
Potential violation of Law of Demeter (object not created locally) |
| 48284 |
src/com/gps/rfid/RFIDDash.java |
93 |
Potential violation of Law of Demeter (object not created locally) |
| 48285 |
src/com/gps/rfid/RFIDDash.java |
94 |
Potential violation of Law of Demeter (object not created locally) |
| 48286 |
src/com/gps/rfid/RFIDDash.java |
97 |
Found 'DU'-anomaly for variable 'tripids' (lines '97'-'112'). |
| 48287 |
src/com/gps/rfid/RFIDDash.java |
107 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 48288 |
src/com/gps/rfid/RFIDDash.java |
108 |
There is log block not surrounded by if |
| 48289 |
src/com/gps/rfid/RFIDDash.java |
115 |
Avoid variables with short names like to |
| 48290 |
src/com/gps/rfid/RFIDDash.java |
115 |
Parameter 'from' is not assigned and could be declared final |
| 48291 |
src/com/gps/rfid/RFIDDash.java |
115 |
Parameter 'maxId' is not assigned and could be declared final |
| 48292 |
src/com/gps/rfid/RFIDDash.java |
115 |
Parameter 'to' is not assigned and could be declared final |
| 48293 |
src/com/gps/rfid/RFIDDash.java |
115 |
Parameter 'tripid' is not assigned and could be declared final |
| 48294 |
src/com/gps/rfid/RFIDDash.java |
115 |
publicMethodCommentRequirement Required |
| 48295 |
src/com/gps/rfid/RFIDDash.java |
119 |
Local variable 'rfDAO' could be declared final |
| 48296 |
src/com/gps/rfid/RFIDDash.java |
120 |
Local variable 'fenceDAO' could be declared final |
| 48297 |
src/com/gps/rfid/RFIDDash.java |
122 |
Found 'DD'-anomaly for variable 'tripUserInfo' (lines '122'-'132'). |
| 48298 |
src/com/gps/rfid/RFIDDash.java |
126 |
Potential violation of Law of Demeter (object not created locally) |
| 48299 |
src/com/gps/rfid/RFIDDash.java |
128 |
Potential violation of Law of Demeter (object not created locally) |
| 48300 |
src/com/gps/rfid/RFIDDash.java |
135 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 48301 |
src/com/gps/rfid/RFIDDash.java |
136 |
There is log block not surrounded by if |
| 48302 |
src/com/gps/rfid/RFIDDash.java |
143 |
Avoid variables with short names like to |
| 48303 |
src/com/gps/rfid/RFIDDash.java |
143 |
Parameter 'from' is not assigned and could be declared final |
| 48304 |
src/com/gps/rfid/RFIDDash.java |
143 |
Parameter 'to' is not assigned and could be declared final |
| 48305 |
src/com/gps/rfid/RFIDDash.java |
143 |
Parameter 'tripId' is not assigned and could be declared final |
| 48306 |
src/com/gps/rfid/RFIDDash.java |
143 |
publicMethodCommentRequirement Required |
| 48307 |
src/com/gps/rfid/RFIDDash.java |
144 |
Local variable 'rfDAO' could be declared final |
| 48308 |
src/com/gps/rfid/RFIDDash.java |
145 |
Local variable 'fencesDAO' could be declared final |
| 48309 |
src/com/gps/rfid/RFIDDash.java |
147 |
Found 'DD'-anomaly for variable 'fences' (lines '147'-'161'). |
| 48310 |
src/com/gps/rfid/RFIDDash.java |
148 |
Found 'DD'-anomaly for variable 'userExpectedList' (lines '148'-'167'). |
| 48311 |
src/com/gps/rfid/RFIDDash.java |
149 |
Found 'DD'-anomaly for variable 'userActualList' (lines '149'-'168'). |
| 48312 |
src/com/gps/rfid/RFIDDash.java |
151 |
Found 'DD'-anomaly for variable 'studentJSON' (lines '151'-'173'). |
| 48313 |
src/com/gps/rfid/RFIDDash.java |
156 |
Potential violation of Law of Demeter (object not created locally) |
| 48314 |
src/com/gps/rfid/RFIDDash.java |
159 |
Potential violation of Law of Demeter (object not created locally) |
| 48315 |
src/com/gps/rfid/RFIDDash.java |
161 |
Potential violation of Law of Demeter (method chain calls) |
| 48316 |
src/com/gps/rfid/RFIDDash.java |
161 |
Potential violation of Law of Demeter (object not created locally) |
| 48317 |
src/com/gps/rfid/RFIDDash.java |
161 |
Prefer StringBuffer over += for concatenating strings |
| 48318 |
src/com/gps/rfid/RFIDDash.java |
163 |
Avoid using if statements without curly braces |
| 48319 |
src/com/gps/rfid/RFIDDash.java |
163 |
Potential violation of Law of Demeter (object not created locally) |
| 48320 |
src/com/gps/rfid/RFIDDash.java |
164 |
Prefer StringBuffer over += for concatenating strings |
| 48321 |
src/com/gps/rfid/RFIDDash.java |
167 |
Potential violation of Law of Demeter (object not created locally) |
| 48322 |
src/com/gps/rfid/RFIDDash.java |
168 |
Potential violation of Law of Demeter (object not created locally) |
| 48323 |
src/com/gps/rfid/RFIDDash.java |
176 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 48324 |
src/com/gps/rfid/RFIDDash.java |
177 |
Avoid printStackTrace(); use a logger call instead. |
| 48325 |
src/com/gps/rfid/RFIDDash.java |
177 |
Potential violation of Law of Demeter (object not created locally) |
| 48326 |
src/com/gps/rfid/RFIDDash.java |
182 |
Avoid really long methods. |
| 48327 |
src/com/gps/rfid/RFIDDash.java |
182 |
Avoid reassigning parameters such as 'userExpectedList' |
| 48328 |
src/com/gps/rfid/RFIDDash.java |
182 |
Parameter 'tripId' is not assigned and could be declared final |
| 48329 |
src/com/gps/rfid/RFIDDash.java |
182 |
The method 'processData' has a Cyclomatic Complexity of 45. |
| 48330 |
src/com/gps/rfid/RFIDDash.java |
182 |
The method processData() has an NCSS line count of 125 |
| 48331 |
src/com/gps/rfid/RFIDDash.java |
182 |
The method processData() has an NPath complexity of 614449 |
| 48332 |
src/com/gps/rfid/RFIDDash.java |
182 |
publicMethodCommentRequirement Required |
| 48333 |
src/com/gps/rfid/RFIDDash.java |
183 |
Parameter 'dateRF' is not assigned and could be declared final |
| 48334 |
src/com/gps/rfid/RFIDDash.java |
183 |
Parameter 'userActualList' is not assigned and could be declared final |
| 48335 |
src/com/gps/rfid/RFIDDash.java |
185 |
Local variable 'tripDao' could be declared final |
| 48336 |
src/com/gps/rfid/RFIDDash.java |
186 |
Found 'DD'-anomaly for variable 'currentTime' (lines '186'-'200'). |
| 48337 |
src/com/gps/rfid/RFIDDash.java |
186 |
Found 'DD'-anomaly for variable 'tripEnd' (lines '186'-'215'). |
| 48338 |
src/com/gps/rfid/RFIDDash.java |
186 |
Found 'DD'-anomaly for variable 'tripStart' (lines '186'-'214'). |
| 48339 |
src/com/gps/rfid/RFIDDash.java |
186 |
Use one line for each declaration, it enhances code readability. |
| 48340 |
src/com/gps/rfid/RFIDDash.java |
187 |
Local variable 'calender' could be declared final |
| 48341 |
src/com/gps/rfid/RFIDDash.java |
188 |
Local variable 'calenderNow' could be declared final |
| 48342 |
src/com/gps/rfid/RFIDDash.java |
189 |
Local variable 'calenderOld' could be declared final |
| 48343 |
src/com/gps/rfid/RFIDDash.java |
190 |
Local variable 'formatter' could be declared final |
| 48344 |
src/com/gps/rfid/RFIDDash.java |
190 |
When instantiating a SimpleDateFormat object, specify a Locale |
| 48345 |
src/com/gps/rfid/RFIDDash.java |
191 |
Local variable 'formatDate' could be declared final |
| 48346 |
src/com/gps/rfid/RFIDDash.java |
191 |
When instantiating a SimpleDateFormat object, specify a Locale |
| 48347 |
src/com/gps/rfid/RFIDDash.java |
192 |
Found 'DD'-anomaly for variable 'isPresent' (lines '192'-'263'). |
| 48348 |
src/com/gps/rfid/RFIDDash.java |
193 |
Found 'DU'-anomaly for variable 'fencesDAO' (lines '193'-'376'). |
| 48349 |
src/com/gps/rfid/RFIDDash.java |
193 |
Local variable 'fencesDAO' could be declared final |
| 48350 |
src/com/gps/rfid/RFIDDash.java |
194 |
Found 'DD'-anomaly for variable 'studentInfo' (lines '194'-'363'). |
| 48351 |
src/com/gps/rfid/RFIDDash.java |
194 |
Found 'DU'-anomaly for variable 'studentInfo' (lines '194'-'376'). |
| 48352 |
src/com/gps/rfid/RFIDDash.java |
196 |
Found 'DD'-anomaly for variable 'tripIdValue' (lines '196'-'206'). |
| 48353 |
src/com/gps/rfid/RFIDDash.java |
198 |
Potential violation of Law of Demeter (object not created locally) |
| 48354 |
src/com/gps/rfid/RFIDDash.java |
199 |
Potential violation of Law of Demeter (object not created locally) |
| 48355 |
src/com/gps/rfid/RFIDDash.java |
200 |
Potential violation of Law of Demeter (method chain calls) |
| 48356 |
src/com/gps/rfid/RFIDDash.java |
200 |
Potential violation of Law of Demeter (method chain calls) |
| 48357 |
src/com/gps/rfid/RFIDDash.java |
200 |
Potential violation of Law of Demeter (method chain calls) |
| 48358 |
src/com/gps/rfid/RFIDDash.java |
200 |
Potential violation of Law of Demeter (object not created locally) |
| 48359 |
src/com/gps/rfid/RFIDDash.java |
200 |
Potential violation of Law of Demeter (object not created locally) |
| 48360 |
src/com/gps/rfid/RFIDDash.java |
201 |
Avoid using Literals in Conditional Statements |
| 48361 |
src/com/gps/rfid/RFIDDash.java |
201 |
Avoid using if statements without curly braces |
| 48362 |
src/com/gps/rfid/RFIDDash.java |
201 |
Potential violation of Law of Demeter (object not created locally) |
| 48363 |
src/com/gps/rfid/RFIDDash.java |
202 |
Potential violation of Law of Demeter (object not created locally) |
| 48364 |
src/com/gps/rfid/RFIDDash.java |
204 |
Local variable 'tripids' could be declared final |
| 48365 |
src/com/gps/rfid/RFIDDash.java |
205 |
Avoid using Literals in Conditional Statements |
| 48366 |
src/com/gps/rfid/RFIDDash.java |
206 |
Potential violation of Law of Demeter (method chain calls) |
| 48367 |
src/com/gps/rfid/RFIDDash.java |
211 |
Potential violation of Law of Demeter (object not created locally) |
| 48368 |
src/com/gps/rfid/RFIDDash.java |
212 |
Avoid using Literals in Conditional Statements |
| 48369 |
src/com/gps/rfid/RFIDDash.java |
212 |
Potential violation of Law of Demeter (object not created locally) |
| 48370 |
src/com/gps/rfid/RFIDDash.java |
214 |
Potential violation of Law of Demeter (object not created locally) |
| 48371 |
src/com/gps/rfid/RFIDDash.java |
214 |
Potential violation of Law of Demeter (object not created locally) |
| 48372 |
src/com/gps/rfid/RFIDDash.java |
215 |
Potential violation of Law of Demeter (object not created locally) |
| 48373 |
src/com/gps/rfid/RFIDDash.java |
215 |
Potential violation of Law of Demeter (object not created locally) |
| 48374 |
src/com/gps/rfid/RFIDDash.java |
217 |
Potential violation of Law of Demeter (object not created locally) |
| 48375 |
src/com/gps/rfid/RFIDDash.java |
217 |
Potential violation of Law of Demeter (object not created locally) |
| 48376 |
src/com/gps/rfid/RFIDDash.java |
218 |
Potential violation of Law of Demeter (object not created locally) |
| 48377 |
src/com/gps/rfid/RFIDDash.java |
218 |
Potential violation of Law of Demeter (object not created locally) |
| 48378 |
src/com/gps/rfid/RFIDDash.java |
221 |
Found 'DD'-anomaly for variable 'tempcounter' (lines '221'-'252'). |
| 48379 |
src/com/gps/rfid/RFIDDash.java |
224 |
Avoid if (x != y) ..; else ..; |
| 48380 |
src/com/gps/rfid/RFIDDash.java |
228 |
Potential violation of Law of Demeter (method chain calls) |
| 48381 |
src/com/gps/rfid/RFIDDash.java |
229 |
Potential violation of Law of Demeter (method chain calls) |
| 48382 |
src/com/gps/rfid/RFIDDash.java |
229 |
The String literal "Nil" appears 8 times in this file; the first occurrence is on line 229 |
| 48383 |
src/com/gps/rfid/RFIDDash.java |
231 |
Potential violation of Law of Demeter (method chain calls) |
| 48384 |
src/com/gps/rfid/RFIDDash.java |
232 |
Potential violation of Law of Demeter (method chain calls) |
| 48385 |
src/com/gps/rfid/RFIDDash.java |
234 |
Potential violation of Law of Demeter (method chain calls) |
| 48386 |
src/com/gps/rfid/RFIDDash.java |
235 |
Potential violation of Law of Demeter (method chain calls) |
| 48387 |
src/com/gps/rfid/RFIDDash.java |
236 |
Potential violation of Law of Demeter (object not created locally) |
| 48388 |
src/com/gps/rfid/RFIDDash.java |
238 |
Potential violation of Law of Demeter (method chain calls) |
| 48389 |
src/com/gps/rfid/RFIDDash.java |
239 |
Potential violation of Law of Demeter (method chain calls) |
| 48390 |
src/com/gps/rfid/RFIDDash.java |
240 |
Potential violation of Law of Demeter (object not created locally) |
| 48391 |
src/com/gps/rfid/RFIDDash.java |
246 |
Potential violation of Law of Demeter (method chain calls) |
| 48392 |
src/com/gps/rfid/RFIDDash.java |
246 |
Potential violation of Law of Demeter (method chain calls) |
| 48393 |
src/com/gps/rfid/RFIDDash.java |
246 |
Potential violation of Law of Demeter (method chain calls) |
| 48394 |
src/com/gps/rfid/RFIDDash.java |
246 |
Potential violation of Law of Demeter (method chain calls) |
| 48395 |
src/com/gps/rfid/RFIDDash.java |
247 |
Potential violation of Law of Demeter (method chain calls) |
| 48396 |
src/com/gps/rfid/RFIDDash.java |
247 |
Potential violation of Law of Demeter (method chain calls) |
| 48397 |
src/com/gps/rfid/RFIDDash.java |
248 |
Potential violation of Law of Demeter (method chain calls) |
| 48398 |
src/com/gps/rfid/RFIDDash.java |
248 |
Potential violation of Law of Demeter (method chain calls) |
| 48399 |
src/com/gps/rfid/RFIDDash.java |
248 |
Potential violation of Law of Demeter (method chain calls) |
| 48400 |
src/com/gps/rfid/RFIDDash.java |
249 |
Potential violation of Law of Demeter (method chain calls) |
| 48401 |
src/com/gps/rfid/RFIDDash.java |
249 |
Potential violation of Law of Demeter (method chain calls) |
| 48402 |
src/com/gps/rfid/RFIDDash.java |
249 |
Potential violation of Law of Demeter (method chain calls) |
| 48403 |
src/com/gps/rfid/RFIDDash.java |
250 |
Potential violation of Law of Demeter (method chain calls) |
| 48404 |
src/com/gps/rfid/RFIDDash.java |
250 |
Potential violation of Law of Demeter (method chain calls) |
| 48405 |
src/com/gps/rfid/RFIDDash.java |
250 |
Potential violation of Law of Demeter (method chain calls) |
| 48406 |
src/com/gps/rfid/RFIDDash.java |
250 |
Potential violation of Law of Demeter (method chain calls) |
| 48407 |
src/com/gps/rfid/RFIDDash.java |
250 |
Potential violation of Law of Demeter (method chain calls) |
| 48408 |
src/com/gps/rfid/RFIDDash.java |
251 |
Potential violation of Law of Demeter (method chain calls) |
| 48409 |
src/com/gps/rfid/RFIDDash.java |
251 |
The String literal "Present" appears 4 times in this file; the first occurrence is on line 251 |
| 48410 |
src/com/gps/rfid/RFIDDash.java |
252 |
Found 'DD'-anomaly for variable 'tempcounter' (lines '252'-'252'). |
| 48411 |
src/com/gps/rfid/RFIDDash.java |
252 |
Found 'DD'-anomaly for variable 'tempcounter' (lines '252'-'259'). |
| 48412 |
src/com/gps/rfid/RFIDDash.java |
254 |
Potential violation of Law of Demeter (method chain calls) |
| 48413 |
src/com/gps/rfid/RFIDDash.java |
254 |
Potential violation of Law of Demeter (method chain calls) |
| 48414 |
src/com/gps/rfid/RFIDDash.java |
254 |
Potential violation of Law of Demeter (method chain calls) |
| 48415 |
src/com/gps/rfid/RFIDDash.java |
255 |
Potential violation of Law of Demeter (method chain calls) |
| 48416 |
src/com/gps/rfid/RFIDDash.java |
255 |
Potential violation of Law of Demeter (method chain calls) |
| 48417 |
src/com/gps/rfid/RFIDDash.java |
255 |
Potential violation of Law of Demeter (method chain calls) |
| 48418 |
src/com/gps/rfid/RFIDDash.java |
256 |
Potential violation of Law of Demeter (method chain calls) |
| 48419 |
src/com/gps/rfid/RFIDDash.java |
256 |
Potential violation of Law of Demeter (method chain calls) |
| 48420 |
src/com/gps/rfid/RFIDDash.java |
256 |
Potential violation of Law of Demeter (method chain calls) |
| 48421 |
src/com/gps/rfid/RFIDDash.java |
256 |
Potential violation of Law of Demeter (method chain calls) |
| 48422 |
src/com/gps/rfid/RFIDDash.java |
256 |
Potential violation of Law of Demeter (method chain calls) |
| 48423 |
src/com/gps/rfid/RFIDDash.java |
258 |
Potential violation of Law of Demeter (method chain calls) |
| 48424 |
src/com/gps/rfid/RFIDDash.java |
259 |
Found 'DD'-anomaly for variable 'tempcounter' (lines '259'-'252'). |
| 48425 |
src/com/gps/rfid/RFIDDash.java |
263 |
Found 'DD'-anomaly for variable 'isPresent' (lines '263'-'263'). |
| 48426 |
src/com/gps/rfid/RFIDDash.java |
263 |
Found 'DD'-anomaly for variable 'isPresent' (lines '263'-'353'). |
| 48427 |
src/com/gps/rfid/RFIDDash.java |
268 |
Found 'DD'-anomaly for variable 'j' (lines '268'-'243'). |
| 48428 |
src/com/gps/rfid/RFIDDash.java |
273 |
Potential violation of Law of Demeter (object not created locally) |
| 48429 |
src/com/gps/rfid/RFIDDash.java |
275 |
Potential violation of Law of Demeter (method chain calls) |
| 48430 |
src/com/gps/rfid/RFIDDash.java |
275 |
The String literal "Absent" appears 16 times in this file; the first occurrence is on line 275 |
| 48431 |
src/com/gps/rfid/RFIDDash.java |
276 |
Found 'DD'-anomaly for variable 'tempcounter' (lines '276'-'252'). |
| 48432 |
src/com/gps/rfid/RFIDDash.java |
276 |
Found 'DD'-anomaly for variable 'tempcounter' (lines '276'-'259'). |
| 48433 |
src/com/gps/rfid/RFIDDash.java |
276 |
Found 'DU'-anomaly for variable 'tempcounter' (lines '276'-'376'). |
| 48434 |
src/com/gps/rfid/RFIDDash.java |
277 |
Found 'DD'-anomaly for variable 'tempcounterpm' (lines '277'-'260'). |
| 48435 |
src/com/gps/rfid/RFIDDash.java |
277 |
Found 'DU'-anomaly for variable 'tempcounterpm' (lines '277'-'376'). |
| 48436 |
src/com/gps/rfid/RFIDDash.java |
279 |
Found 'DU'-anomaly for variable 'tempcounter' (lines '279'-'376'). |
| 48437 |
src/com/gps/rfid/RFIDDash.java |
280 |
Found 'DU'-anomaly for variable 'tempcounterpm' (lines '280'-'376'). |
| 48438 |
src/com/gps/rfid/RFIDDash.java |
283 |
Potential violation of Law of Demeter (method chain calls) |
| 48439 |
src/com/gps/rfid/RFIDDash.java |
284 |
Potential violation of Law of Demeter (method chain calls) |
| 48440 |
src/com/gps/rfid/RFIDDash.java |
286 |
Potential violation of Law of Demeter (method chain calls) |
| 48441 |
src/com/gps/rfid/RFIDDash.java |
287 |
Potential violation of Law of Demeter (method chain calls) |
| 48442 |
src/com/gps/rfid/RFIDDash.java |
293 |
Avoid using if statements without curly braces |
| 48443 |
src/com/gps/rfid/RFIDDash.java |
293 |
Potential violation of Law of Demeter (object not created locally) |
| 48444 |
src/com/gps/rfid/RFIDDash.java |
293 |
Potential violation of Law of Demeter (object not created locally) |
| 48445 |
src/com/gps/rfid/RFIDDash.java |
294 |
Useless parentheses. |
| 48446 |
src/com/gps/rfid/RFIDDash.java |
294 |
Useless parentheses. |
| 48447 |
src/com/gps/rfid/RFIDDash.java |
294 |
Useless parentheses. |
| 48448 |
src/com/gps/rfid/RFIDDash.java |
296 |
Avoid if (x != y) ..; else ..; |
| 48449 |
src/com/gps/rfid/RFIDDash.java |
298 |
Local variable 'date' could be declared final |
| 48450 |
src/com/gps/rfid/RFIDDash.java |
298 |
Potential violation of Law of Demeter (method chain calls) |
| 48451 |
src/com/gps/rfid/RFIDDash.java |
298 |
Potential violation of Law of Demeter (method chain calls) |
| 48452 |
src/com/gps/rfid/RFIDDash.java |
298 |
Potential violation of Law of Demeter (object not created locally) |
| 48453 |
src/com/gps/rfid/RFIDDash.java |
299 |
Potential violation of Law of Demeter (object not created locally) |
| 48454 |
src/com/gps/rfid/RFIDDash.java |
300 |
Local variable 'now' could be declared final |
| 48455 |
src/com/gps/rfid/RFIDDash.java |
300 |
Potential violation of Law of Demeter (object not created locally) |
| 48456 |
src/com/gps/rfid/RFIDDash.java |
300 |
Potential violation of Law of Demeter (object not created locally) |
| 48457 |
src/com/gps/rfid/RFIDDash.java |
301 |
Local variable 'current' could be declared final |
| 48458 |
src/com/gps/rfid/RFIDDash.java |
301 |
Potential violation of Law of Demeter (object not created locally) |
| 48459 |
src/com/gps/rfid/RFIDDash.java |
302 |
Potential violation of Law of Demeter (object not created locally) |
| 48460 |
src/com/gps/rfid/RFIDDash.java |
303 |
Potential violation of Law of Demeter (object not created locally) |
| 48461 |
src/com/gps/rfid/RFIDDash.java |
304 |
Avoid using if...else statements without curly braces |
| 48462 |
src/com/gps/rfid/RFIDDash.java |
304 |
Potential violation of Law of Demeter (method chain calls) |
| 48463 |
src/com/gps/rfid/RFIDDash.java |
306 |
Potential violation of Law of Demeter (method chain calls) |
| 48464 |
src/com/gps/rfid/RFIDDash.java |
306 |
Potential violation of Law of Demeter (object not created locally) |
| 48465 |
src/com/gps/rfid/RFIDDash.java |
307 |
Avoid using if...else statements without curly braces |
| 48466 |
src/com/gps/rfid/RFIDDash.java |
307 |
Potential violation of Law of Demeter (method chain calls) |
| 48467 |
src/com/gps/rfid/RFIDDash.java |
309 |
Avoid using if...else statements without curly braces |
| 48468 |
src/com/gps/rfid/RFIDDash.java |
309 |
Potential violation of Law of Demeter (method chain calls) |
| 48469 |
src/com/gps/rfid/RFIDDash.java |
309 |
The String literal "Not yet swiped" appears 8 times in this file; the first occurrence is on line 309 |
| 48470 |
src/com/gps/rfid/RFIDDash.java |
312 |
Potential violation of Law of Demeter (method chain calls) |
| 48471 |
src/com/gps/rfid/RFIDDash.java |
312 |
Potential violation of Law of Demeter (object not created locally) |
| 48472 |
src/com/gps/rfid/RFIDDash.java |
313 |
Avoid using if...else statements without curly braces |
| 48473 |
src/com/gps/rfid/RFIDDash.java |
313 |
Potential violation of Law of Demeter (method chain calls) |
| 48474 |
src/com/gps/rfid/RFIDDash.java |
315 |
Avoid using if...else statements without curly braces |
| 48475 |
src/com/gps/rfid/RFIDDash.java |
315 |
Potential violation of Law of Demeter (method chain calls) |
| 48476 |
src/com/gps/rfid/RFIDDash.java |
321 |
Useless parentheses. |
| 48477 |
src/com/gps/rfid/RFIDDash.java |
323 |
Potential violation of Law of Demeter (method chain calls) |
| 48478 |
src/com/gps/rfid/RFIDDash.java |
325 |
Useless parentheses. |
| 48479 |
src/com/gps/rfid/RFIDDash.java |
327 |
Avoid if (x != y) ..; else ..; |
| 48480 |
src/com/gps/rfid/RFIDDash.java |
329 |
Local variable 'date' could be declared final |
| 48481 |
src/com/gps/rfid/RFIDDash.java |
329 |
Potential violation of Law of Demeter (method chain calls) |
| 48482 |
src/com/gps/rfid/RFIDDash.java |
329 |
Potential violation of Law of Demeter (method chain calls) |
| 48483 |
src/com/gps/rfid/RFIDDash.java |
329 |
Potential violation of Law of Demeter (object not created locally) |
| 48484 |
src/com/gps/rfid/RFIDDash.java |
330 |
Potential violation of Law of Demeter (object not created locally) |
| 48485 |
src/com/gps/rfid/RFIDDash.java |
331 |
Local variable 'now' could be declared final |
| 48486 |
src/com/gps/rfid/RFIDDash.java |
331 |
Potential violation of Law of Demeter (object not created locally) |
| 48487 |
src/com/gps/rfid/RFIDDash.java |
331 |
Potential violation of Law of Demeter (object not created locally) |
| 48488 |
src/com/gps/rfid/RFIDDash.java |
332 |
Local variable 'current' could be declared final |
| 48489 |
src/com/gps/rfid/RFIDDash.java |
332 |
Potential violation of Law of Demeter (object not created locally) |
| 48490 |
src/com/gps/rfid/RFIDDash.java |
333 |
Potential violation of Law of Demeter (object not created locally) |
| 48491 |
src/com/gps/rfid/RFIDDash.java |
334 |
Potential violation of Law of Demeter (object not created locally) |
| 48492 |
src/com/gps/rfid/RFIDDash.java |
335 |
Avoid using if...else statements without curly braces |
| 48493 |
src/com/gps/rfid/RFIDDash.java |
335 |
Potential violation of Law of Demeter (method chain calls) |
| 48494 |
src/com/gps/rfid/RFIDDash.java |
336 |
Potential violation of Law of Demeter (object not created locally) |
| 48495 |
src/com/gps/rfid/RFIDDash.java |
337 |
Potential violation of Law of Demeter (object not created locally) |
| 48496 |
src/com/gps/rfid/RFIDDash.java |
338 |
Potential violation of Law of Demeter (method chain calls) |
| 48497 |
src/com/gps/rfid/RFIDDash.java |
339 |
Avoid using if...else statements without curly braces |
| 48498 |
src/com/gps/rfid/RFIDDash.java |
339 |
Potential violation of Law of Demeter (method chain calls) |
| 48499 |
src/com/gps/rfid/RFIDDash.java |
341 |
Avoid using if...else statements without curly braces |
| 48500 |
src/com/gps/rfid/RFIDDash.java |
341 |
Potential violation of Law of Demeter (method chain calls) |
| 48501 |
src/com/gps/rfid/RFIDDash.java |
343 |
Potential violation of Law of Demeter (object not created locally) |
| 48502 |
src/com/gps/rfid/RFIDDash.java |
344 |
Potential violation of Law of Demeter (method chain calls) |
| 48503 |
src/com/gps/rfid/RFIDDash.java |
346 |
Potential violation of Law of Demeter (method chain calls) |
| 48504 |
src/com/gps/rfid/RFIDDash.java |
349 |
Potential violation of Law of Demeter (method chain calls) |
| 48505 |
src/com/gps/rfid/RFIDDash.java |
353 |
Found 'DD'-anomaly for variable 'isPresent' (lines '353'-'263'). |
| 48506 |
src/com/gps/rfid/RFIDDash.java |
353 |
Found 'DU'-anomaly for variable 'isPresent' (lines '353'-'376'). |
| 48507 |
src/com/gps/rfid/RFIDDash.java |
356 |
Avoid unused local variables such as 'counter'. |
| 48508 |
src/com/gps/rfid/RFIDDash.java |
356 |
Found 'DU'-anomaly for variable 'counter' (lines '356'-'376'). |
| 48509 |
src/com/gps/rfid/RFIDDash.java |
356 |
Local variable 'counter' could be declared final |
| 48510 |
src/com/gps/rfid/RFIDDash.java |
360 |
Avoid using Literals in Conditional Statements |
| 48511 |
src/com/gps/rfid/RFIDDash.java |
360 |
Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty() |
| 48512 |
src/com/gps/rfid/RFIDDash.java |
363 |
Potential violation of Law of Demeter (object not created locally) |
| 48513 |
src/com/gps/rfid/RFIDDash.java |
365 |
Avoid using for statements without curly braces |
| 48514 |
src/com/gps/rfid/RFIDDash.java |
365 |
Potential violation of Law of Demeter (object not created locally) |
| 48515 |
src/com/gps/rfid/RFIDDash.java |
366 |
Potential violation of Law of Demeter (object not created locally) |
| 48516 |
src/com/gps/rfid/RFIDDash.java |
370 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 48517 |
src/com/gps/rfid/RFIDDash.java |
371 |
Avoid printStackTrace(); use a logger call instead. |
| 48518 |
src/com/gps/rfid/RFIDDash.java |
371 |
Potential violation of Law of Demeter (object not created locally) |
| 48519 |
src/com/gps/rfid/RFIDDash.java |
379 |
Avoid really long methods. |
| 48520 |
src/com/gps/rfid/RFIDDash.java |
379 |
Parameter 'tripId' is not assigned and could be declared final |
| 48521 |
src/com/gps/rfid/RFIDDash.java |
379 |
The method 'processDataForRFIDReports' has a Cyclomatic Complexity of 45. |
| 48522 |
src/com/gps/rfid/RFIDDash.java |
379 |
The method processDataForRFIDReports() has an NCSS line count of 115 |
| 48523 |
src/com/gps/rfid/RFIDDash.java |
379 |
The method processDataForRFIDReports() has an NPath complexity of 331789 |
| 48524 |
src/com/gps/rfid/RFIDDash.java |
379 |
publicMethodCommentRequirement Required |
| 48525 |
src/com/gps/rfid/RFIDDash.java |
380 |
Parameter 'userExpectedList' is not assigned and could be declared final |
| 48526 |
src/com/gps/rfid/RFIDDash.java |
381 |
Parameter 'dateRF' is not assigned and could be declared final |
| 48527 |
src/com/gps/rfid/RFIDDash.java |
381 |
Parameter 'userActualList' is not assigned and could be declared final |
| 48528 |
src/com/gps/rfid/RFIDDash.java |
383 |
Local variable 'tripDao' could be declared final |
| 48529 |
src/com/gps/rfid/RFIDDash.java |
384 |
Found 'DD'-anomaly for variable 'currentTime' (lines '384'-'396'). |
| 48530 |
src/com/gps/rfid/RFIDDash.java |
384 |
Found 'DD'-anomaly for variable 'tripEnd' (lines '384'-'405'). |
| 48531 |
src/com/gps/rfid/RFIDDash.java |
384 |
Found 'DD'-anomaly for variable 'tripStart' (lines '384'-'404'). |
| 48532 |
src/com/gps/rfid/RFIDDash.java |
384 |
Use one line for each declaration, it enhances code readability. |
| 48533 |
src/com/gps/rfid/RFIDDash.java |
385 |
Local variable 'calender' could be declared final |
| 48534 |
src/com/gps/rfid/RFIDDash.java |
386 |
Local variable 'calenderNow' could be declared final |
| 48535 |
src/com/gps/rfid/RFIDDash.java |
387 |
Local variable 'calenderOld' could be declared final |
| 48536 |
src/com/gps/rfid/RFIDDash.java |
388 |
Local variable 'formatter' could be declared final |
| 48537 |
src/com/gps/rfid/RFIDDash.java |
388 |
When instantiating a SimpleDateFormat object, specify a Locale |
| 48538 |
src/com/gps/rfid/RFIDDash.java |
389 |
Local variable 'formatDate' could be declared final |
| 48539 |
src/com/gps/rfid/RFIDDash.java |
389 |
When instantiating a SimpleDateFormat object, specify a Locale |
| 48540 |
src/com/gps/rfid/RFIDDash.java |
390 |
Found 'DD'-anomaly for variable 'isPresent' (lines '390'-'460'). |
| 48541 |
src/com/gps/rfid/RFIDDash.java |
391 |
Found 'DU'-anomaly for variable 'fencesDAO' (lines '391'-'576'). |
| 48542 |
src/com/gps/rfid/RFIDDash.java |
391 |
Local variable 'fencesDAO' could be declared final |
| 48543 |
src/com/gps/rfid/RFIDDash.java |
392 |
Found 'DD'-anomaly for variable 'studentInfo' (lines '392'-'563'). |
| 48544 |
src/com/gps/rfid/RFIDDash.java |
392 |
Found 'DU'-anomaly for variable 'studentInfo' (lines '392'-'576'). |
| 48545 |
src/com/gps/rfid/RFIDDash.java |
394 |
Potential violation of Law of Demeter (object not created locally) |
| 48546 |
src/com/gps/rfid/RFIDDash.java |
395 |
Potential violation of Law of Demeter (object not created locally) |
| 48547 |
src/com/gps/rfid/RFIDDash.java |
396 |
Potential violation of Law of Demeter (method chain calls) |
| 48548 |
src/com/gps/rfid/RFIDDash.java |
396 |
Potential violation of Law of Demeter (method chain calls) |
| 48549 |
src/com/gps/rfid/RFIDDash.java |
396 |
Potential violation of Law of Demeter (method chain calls) |
| 48550 |
src/com/gps/rfid/RFIDDash.java |
396 |
Potential violation of Law of Demeter (object not created locally) |
| 48551 |
src/com/gps/rfid/RFIDDash.java |
396 |
Potential violation of Law of Demeter (object not created locally) |
| 48552 |
src/com/gps/rfid/RFIDDash.java |
398 |
Avoid using Literals in Conditional Statements |
| 48553 |
src/com/gps/rfid/RFIDDash.java |
398 |
Avoid using if statements without curly braces |
| 48554 |
src/com/gps/rfid/RFIDDash.java |
398 |
Potential violation of Law of Demeter (object not created locally) |
| 48555 |
src/com/gps/rfid/RFIDDash.java |
399 |
Potential violation of Law of Demeter (object not created locally) |
| 48556 |
src/com/gps/rfid/RFIDDash.java |
401 |
Potential violation of Law of Demeter (object not created locally) |
| 48557 |
src/com/gps/rfid/RFIDDash.java |
402 |
Avoid using Literals in Conditional Statements |
| 48558 |
src/com/gps/rfid/RFIDDash.java |
402 |
Potential violation of Law of Demeter (object not created locally) |
| 48559 |
src/com/gps/rfid/RFIDDash.java |
404 |
Potential violation of Law of Demeter (object not created locally) |
| 48560 |
src/com/gps/rfid/RFIDDash.java |
404 |
Potential violation of Law of Demeter (object not created locally) |
| 48561 |
src/com/gps/rfid/RFIDDash.java |
405 |
Potential violation of Law of Demeter (object not created locally) |
| 48562 |
src/com/gps/rfid/RFIDDash.java |
405 |
Potential violation of Law of Demeter (object not created locally) |
| 48563 |
src/com/gps/rfid/RFIDDash.java |
407 |
Potential violation of Law of Demeter (object not created locally) |
| 48564 |
src/com/gps/rfid/RFIDDash.java |
407 |
Potential violation of Law of Demeter (object not created locally) |
| 48565 |
src/com/gps/rfid/RFIDDash.java |
408 |
Potential violation of Law of Demeter (object not created locally) |
| 48566 |
src/com/gps/rfid/RFIDDash.java |
408 |
Potential violation of Law of Demeter (object not created locally) |
| 48567 |
src/com/gps/rfid/RFIDDash.java |
411 |
Found 'DD'-anomaly for variable 'tempcounter' (lines '411'-'445'). |
| 48568 |
src/com/gps/rfid/RFIDDash.java |
417 |
Potential violation of Law of Demeter (method chain calls) |
| 48569 |
src/com/gps/rfid/RFIDDash.java |
418 |
Potential violation of Law of Demeter (method chain calls) |
| 48570 |
src/com/gps/rfid/RFIDDash.java |
420 |
Potential violation of Law of Demeter (method chain calls) |
| 48571 |
src/com/gps/rfid/RFIDDash.java |
421 |
Potential violation of Law of Demeter (method chain calls) |
| 48572 |
src/com/gps/rfid/RFIDDash.java |
423 |
Potential violation of Law of Demeter (method chain calls) |
| 48573 |
src/com/gps/rfid/RFIDDash.java |
424 |
Potential violation of Law of Demeter (method chain calls) |
| 48574 |
src/com/gps/rfid/RFIDDash.java |
425 |
Potential violation of Law of Demeter (object not created locally) |
| 48575 |
src/com/gps/rfid/RFIDDash.java |
427 |
Potential violation of Law of Demeter (method chain calls) |
| 48576 |
src/com/gps/rfid/RFIDDash.java |
428 |
Potential violation of Law of Demeter (method chain calls) |
| 48577 |
src/com/gps/rfid/RFIDDash.java |
429 |
Potential violation of Law of Demeter (object not created locally) |
| 48578 |
src/com/gps/rfid/RFIDDash.java |
434 |
Potential violation of Law of Demeter (method chain calls) |
| 48579 |
src/com/gps/rfid/RFIDDash.java |
434 |
Potential violation of Law of Demeter (method chain calls) |
| 48580 |
src/com/gps/rfid/RFIDDash.java |
434 |
Potential violation of Law of Demeter (method chain calls) |
| 48581 |
src/com/gps/rfid/RFIDDash.java |
435 |
Potential violation of Law of Demeter (method chain calls) |
| 48582 |
src/com/gps/rfid/RFIDDash.java |
436 |
Potential violation of Law of Demeter (method chain calls) |
| 48583 |
src/com/gps/rfid/RFIDDash.java |
436 |
Potential violation of Law of Demeter (method chain calls) |
| 48584 |
src/com/gps/rfid/RFIDDash.java |
437 |
Potential violation of Law of Demeter (method chain calls) |
| 48585 |
src/com/gps/rfid/RFIDDash.java |
437 |
Potential violation of Law of Demeter (method chain calls) |
| 48586 |
src/com/gps/rfid/RFIDDash.java |
438 |
Potential violation of Law of Demeter (method chain calls) |
| 48587 |
src/com/gps/rfid/RFIDDash.java |
439 |
Potential violation of Law of Demeter (method chain calls) |
| 48588 |
src/com/gps/rfid/RFIDDash.java |
439 |
Potential violation of Law of Demeter (method chain calls) |
| 48589 |
src/com/gps/rfid/RFIDDash.java |
440 |
Potential violation of Law of Demeter (method chain calls) |
| 48590 |
src/com/gps/rfid/RFIDDash.java |
441 |
Potential violation of Law of Demeter (method chain calls) |
| 48591 |
src/com/gps/rfid/RFIDDash.java |
441 |
Potential violation of Law of Demeter (method chain calls) |
| 48592 |
src/com/gps/rfid/RFIDDash.java |
441 |
Potential violation of Law of Demeter (method chain calls) |
| 48593 |
src/com/gps/rfid/RFIDDash.java |
442 |
Potential violation of Law of Demeter (method chain calls) |
| 48594 |
src/com/gps/rfid/RFIDDash.java |
442 |
Potential violation of Law of Demeter (method chain calls) |
| 48595 |
src/com/gps/rfid/RFIDDash.java |
444 |
Potential violation of Law of Demeter (method chain calls) |
| 48596 |
src/com/gps/rfid/RFIDDash.java |
445 |
Found 'DD'-anomaly for variable 'tempcounter' (lines '445'-'445'). |
| 48597 |
src/com/gps/rfid/RFIDDash.java |
445 |
Found 'DD'-anomaly for variable 'tempcounter' (lines '445'-'456'). |
| 48598 |
src/com/gps/rfid/RFIDDash.java |
447 |
Potential violation of Law of Demeter (method chain calls) |
| 48599 |
src/com/gps/rfid/RFIDDash.java |
447 |
Potential violation of Law of Demeter (method chain calls) |
| 48600 |
src/com/gps/rfid/RFIDDash.java |
448 |
Potential violation of Law of Demeter (method chain calls) |
| 48601 |
src/com/gps/rfid/RFIDDash.java |
449 |
Potential violation of Law of Demeter (method chain calls) |
| 48602 |
src/com/gps/rfid/RFIDDash.java |
449 |
Potential violation of Law of Demeter (method chain calls) |
| 48603 |
src/com/gps/rfid/RFIDDash.java |
450 |
Potential violation of Law of Demeter (method chain calls) |
| 48604 |
src/com/gps/rfid/RFIDDash.java |
451 |
Potential violation of Law of Demeter (method chain calls) |
| 48605 |
src/com/gps/rfid/RFIDDash.java |
451 |
Potential violation of Law of Demeter (method chain calls) |
| 48606 |
src/com/gps/rfid/RFIDDash.java |
451 |
Potential violation of Law of Demeter (method chain calls) |
| 48607 |
src/com/gps/rfid/RFIDDash.java |
452 |
Potential violation of Law of Demeter (method chain calls) |
| 48608 |
src/com/gps/rfid/RFIDDash.java |
452 |
Potential violation of Law of Demeter (method chain calls) |
| 48609 |
src/com/gps/rfid/RFIDDash.java |
455 |
Potential violation of Law of Demeter (method chain calls) |
| 48610 |
src/com/gps/rfid/RFIDDash.java |
456 |
Found 'DD'-anomaly for variable 'tempcounter' (lines '456'-'445'). |
| 48611 |
src/com/gps/rfid/RFIDDash.java |
460 |
Found 'DD'-anomaly for variable 'isPresent' (lines '460'-'460'). |
| 48612 |
src/com/gps/rfid/RFIDDash.java |
464 |
Found 'DD'-anomaly for variable 'j' (lines '464'-'432'). |
| 48613 |
src/com/gps/rfid/RFIDDash.java |
469 |
Potential violation of Law of Demeter (object not created locally) |
| 48614 |
src/com/gps/rfid/RFIDDash.java |
471 |
Potential violation of Law of Demeter (method chain calls) |
| 48615 |
src/com/gps/rfid/RFIDDash.java |
472 |
Found 'DD'-anomaly for variable 'tempcounter' (lines '472'-'445'). |
| 48616 |
src/com/gps/rfid/RFIDDash.java |
472 |
Found 'DD'-anomaly for variable 'tempcounter' (lines '472'-'456'). |
| 48617 |
src/com/gps/rfid/RFIDDash.java |
472 |
Found 'DU'-anomaly for variable 'tempcounter' (lines '472'-'576'). |
| 48618 |
src/com/gps/rfid/RFIDDash.java |
473 |
Found 'DD'-anomaly for variable 'tempcounterpm' (lines '473'-'457'). |
| 48619 |
src/com/gps/rfid/RFIDDash.java |
473 |
Found 'DU'-anomaly for variable 'tempcounterpm' (lines '473'-'576'). |
| 48620 |
src/com/gps/rfid/RFIDDash.java |
475 |
Found 'DU'-anomaly for variable 'tempcounter' (lines '475'-'576'). |
| 48621 |
src/com/gps/rfid/RFIDDash.java |
476 |
Found 'DU'-anomaly for variable 'tempcounterpm' (lines '476'-'576'). |
| 48622 |
src/com/gps/rfid/RFIDDash.java |
479 |
Potential violation of Law of Demeter (method chain calls) |
| 48623 |
src/com/gps/rfid/RFIDDash.java |
480 |
Potential violation of Law of Demeter (method chain calls) |
| 48624 |
src/com/gps/rfid/RFIDDash.java |
482 |
Potential violation of Law of Demeter (method chain calls) |
| 48625 |
src/com/gps/rfid/RFIDDash.java |
483 |
Potential violation of Law of Demeter (method chain calls) |
| 48626 |
src/com/gps/rfid/RFIDDash.java |
490 |
Position literals first in String comparisons |
| 48627 |
src/com/gps/rfid/RFIDDash.java |
490 |
Position literals first in String comparisons |
| 48628 |
src/com/gps/rfid/RFIDDash.java |
490 |
Potential violation of Law of Demeter (object not created locally) |
| 48629 |
src/com/gps/rfid/RFIDDash.java |
490 |
Potential violation of Law of Demeter (object not created locally) |
| 48630 |
src/com/gps/rfid/RFIDDash.java |
490 |
The String literal "nullnull" appears 6 times in this file; the first occurrence is on line 490 |
| 48631 |
src/com/gps/rfid/RFIDDash.java |
490 |
Useless parentheses. |
| 48632 |
src/com/gps/rfid/RFIDDash.java |
491 |
Useless parentheses. |
| 48633 |
src/com/gps/rfid/RFIDDash.java |
493 |
Useless parentheses. |
| 48634 |
src/com/gps/rfid/RFIDDash.java |
496 |
Avoid if (x != y) ..; else ..; |
| 48635 |
src/com/gps/rfid/RFIDDash.java |
497 |
Local variable 'date' could be declared final |
| 48636 |
src/com/gps/rfid/RFIDDash.java |
497 |
Potential violation of Law of Demeter (method chain calls) |
| 48637 |
src/com/gps/rfid/RFIDDash.java |
497 |
Potential violation of Law of Demeter (method chain calls) |
| 48638 |
src/com/gps/rfid/RFIDDash.java |
497 |
Potential violation of Law of Demeter (object not created locally) |
| 48639 |
src/com/gps/rfid/RFIDDash.java |
498 |
Potential violation of Law of Demeter (object not created locally) |
| 48640 |
src/com/gps/rfid/RFIDDash.java |
499 |
Local variable 'now' could be declared final |
| 48641 |
src/com/gps/rfid/RFIDDash.java |
499 |
Potential violation of Law of Demeter (object not created locally) |
| 48642 |
src/com/gps/rfid/RFIDDash.java |
499 |
Potential violation of Law of Demeter (object not created locally) |
| 48643 |
src/com/gps/rfid/RFIDDash.java |
500 |
Local variable 'current' could be declared final |
| 48644 |
src/com/gps/rfid/RFIDDash.java |
500 |
Potential violation of Law of Demeter (object not created locally) |
| 48645 |
src/com/gps/rfid/RFIDDash.java |
501 |
Potential violation of Law of Demeter (object not created locally) |
| 48646 |
src/com/gps/rfid/RFIDDash.java |
502 |
Potential violation of Law of Demeter (object not created locally) |
| 48647 |
src/com/gps/rfid/RFIDDash.java |
503 |
Avoid using if...else statements without curly braces |
| 48648 |
src/com/gps/rfid/RFIDDash.java |
503 |
Potential violation of Law of Demeter (method chain calls) |
| 48649 |
src/com/gps/rfid/RFIDDash.java |
504 |
Potential violation of Law of Demeter (object not created locally) |
| 48650 |
src/com/gps/rfid/RFIDDash.java |
505 |
Potential violation of Law of Demeter (method chain calls) |
| 48651 |
src/com/gps/rfid/RFIDDash.java |
506 |
Avoid using if...else statements without curly braces |
| 48652 |
src/com/gps/rfid/RFIDDash.java |
506 |
Potential violation of Law of Demeter (method chain calls) |
| 48653 |
src/com/gps/rfid/RFIDDash.java |
508 |
Avoid using if...else statements without curly braces |
| 48654 |
src/com/gps/rfid/RFIDDash.java |
508 |
Potential violation of Law of Demeter (method chain calls) |
| 48655 |
src/com/gps/rfid/RFIDDash.java |
510 |
Potential violation of Law of Demeter (object not created locally) |
| 48656 |
src/com/gps/rfid/RFIDDash.java |
511 |
Potential violation of Law of Demeter (method chain calls) |
| 48657 |
src/com/gps/rfid/RFIDDash.java |
512 |
Avoid using if...else statements without curly braces |
| 48658 |
src/com/gps/rfid/RFIDDash.java |
512 |
Potential violation of Law of Demeter (method chain calls) |
| 48659 |
src/com/gps/rfid/RFIDDash.java |
514 |
Avoid using if...else statements without curly braces |
| 48660 |
src/com/gps/rfid/RFIDDash.java |
514 |
Potential violation of Law of Demeter (method chain calls) |
| 48661 |
src/com/gps/rfid/RFIDDash.java |
520 |
Position literals first in String comparisons |
| 48662 |
src/com/gps/rfid/RFIDDash.java |
520 |
Position literals first in String comparisons |
| 48663 |
src/com/gps/rfid/RFIDDash.java |
520 |
Potential violation of Law of Demeter (object not created locally) |
| 48664 |
src/com/gps/rfid/RFIDDash.java |
520 |
Potential violation of Law of Demeter (object not created locally) |
| 48665 |
src/com/gps/rfid/RFIDDash.java |
521 |
Useless parentheses. |
| 48666 |
src/com/gps/rfid/RFIDDash.java |
524 |
Potential violation of Law of Demeter (method chain calls) |
| 48667 |
src/com/gps/rfid/RFIDDash.java |
526 |
Position literals first in String comparisons |
| 48668 |
src/com/gps/rfid/RFIDDash.java |
526 |
Position literals first in String comparisons |
| 48669 |
src/com/gps/rfid/RFIDDash.java |
526 |
Potential violation of Law of Demeter (object not created locally) |
| 48670 |
src/com/gps/rfid/RFIDDash.java |
526 |
Potential violation of Law of Demeter (object not created locally) |
| 48671 |
src/com/gps/rfid/RFIDDash.java |
527 |
Useless parentheses. |
| 48672 |
src/com/gps/rfid/RFIDDash.java |
530 |
Avoid if (x != y) ..; else ..; |
| 48673 |
src/com/gps/rfid/RFIDDash.java |
531 |
Local variable 'date' could be declared final |
| 48674 |
src/com/gps/rfid/RFIDDash.java |
531 |
Potential violation of Law of Demeter (method chain calls) |
| 48675 |
src/com/gps/rfid/RFIDDash.java |
531 |
Potential violation of Law of Demeter (method chain calls) |
| 48676 |
src/com/gps/rfid/RFIDDash.java |
531 |
Potential violation of Law of Demeter (object not created locally) |
| 48677 |
src/com/gps/rfid/RFIDDash.java |
532 |
Potential violation of Law of Demeter (object not created locally) |
| 48678 |
src/com/gps/rfid/RFIDDash.java |
533 |
Local variable 'now' could be declared final |
| 48679 |
src/com/gps/rfid/RFIDDash.java |
533 |
Potential violation of Law of Demeter (object not created locally) |
| 48680 |
src/com/gps/rfid/RFIDDash.java |
533 |
Potential violation of Law of Demeter (object not created locally) |
| 48681 |
src/com/gps/rfid/RFIDDash.java |
534 |
Local variable 'current' could be declared final |
| 48682 |
src/com/gps/rfid/RFIDDash.java |
534 |
Potential violation of Law of Demeter (object not created locally) |
| 48683 |
src/com/gps/rfid/RFIDDash.java |
535 |
Potential violation of Law of Demeter (object not created locally) |
| 48684 |
src/com/gps/rfid/RFIDDash.java |
536 |
Potential violation of Law of Demeter (object not created locally) |
| 48685 |
src/com/gps/rfid/RFIDDash.java |
537 |
Avoid using if...else statements without curly braces |
| 48686 |
src/com/gps/rfid/RFIDDash.java |
537 |
Potential violation of Law of Demeter (method chain calls) |
| 48687 |
src/com/gps/rfid/RFIDDash.java |
538 |
Potential violation of Law of Demeter (object not created locally) |
| 48688 |
src/com/gps/rfid/RFIDDash.java |
539 |
Potential violation of Law of Demeter (object not created locally) |
| 48689 |
src/com/gps/rfid/RFIDDash.java |
540 |
Potential violation of Law of Demeter (method chain calls) |
| 48690 |
src/com/gps/rfid/RFIDDash.java |
541 |
Avoid using if...else statements without curly braces |
| 48691 |
src/com/gps/rfid/RFIDDash.java |
541 |
Potential violation of Law of Demeter (method chain calls) |
| 48692 |
src/com/gps/rfid/RFIDDash.java |
543 |
Avoid using if...else statements without curly braces |
| 48693 |
src/com/gps/rfid/RFIDDash.java |
543 |
Potential violation of Law of Demeter (method chain calls) |
| 48694 |
src/com/gps/rfid/RFIDDash.java |
545 |
Potential violation of Law of Demeter (object not created locally) |
| 48695 |
src/com/gps/rfid/RFIDDash.java |
546 |
Potential violation of Law of Demeter (method chain calls) |
| 48696 |
src/com/gps/rfid/RFIDDash.java |
548 |
Potential violation of Law of Demeter (method chain calls) |
| 48697 |
src/com/gps/rfid/RFIDDash.java |
551 |
Potential violation of Law of Demeter (method chain calls) |
| 48698 |
src/com/gps/rfid/RFIDDash.java |
555 |
Found 'DD'-anomaly for variable 'isPresent' (lines '555'-'460'). |
| 48699 |
src/com/gps/rfid/RFIDDash.java |
555 |
Found 'DU'-anomaly for variable 'isPresent' (lines '555'-'576'). |
| 48700 |
src/com/gps/rfid/RFIDDash.java |
558 |
Avoid unused local variables such as 'counter'. |
| 48701 |
src/com/gps/rfid/RFIDDash.java |
558 |
Found 'DU'-anomaly for variable 'counter' (lines '558'-'576'). |
| 48702 |
src/com/gps/rfid/RFIDDash.java |
558 |
Local variable 'counter' could be declared final |
| 48703 |
src/com/gps/rfid/RFIDDash.java |
560 |
Avoid using Literals in Conditional Statements |
| 48704 |
src/com/gps/rfid/RFIDDash.java |
560 |
Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty() |
| 48705 |
src/com/gps/rfid/RFIDDash.java |
563 |
Potential violation of Law of Demeter (object not created locally) |
| 48706 |
src/com/gps/rfid/RFIDDash.java |
565 |
Avoid using for statements without curly braces |
| 48707 |
src/com/gps/rfid/RFIDDash.java |
565 |
Potential violation of Law of Demeter (object not created locally) |
| 48708 |
src/com/gps/rfid/RFIDDash.java |
566 |
Potential violation of Law of Demeter (object not created locally) |
| 48709 |
src/com/gps/rfid/RFIDDash.java |
570 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 48710 |
src/com/gps/rfid/RFIDDash.java |
571 |
There is log block not surrounded by if |
| 48711 |
src/com/gps/rfid/RFIDDash.java |
580 |
Avoid using implementation types like 'ArrayList'; use the interface instead |
| 48712 |
src/com/gps/rfid/RFIDDash.java |
580 |
Avoid using implementation types like 'ArrayList'; use the interface instead |
| 48713 |
src/com/gps/rfid/RFIDDash.java |
580 |
Parameter 'rfUserInfo' is not assigned and could be declared final |
| 48714 |
src/com/gps/rfid/RFIDDash.java |
580 |
Parameter 'userFenceInfo' is not assigned and could be declared final |
| 48715 |
src/com/gps/rfid/RFIDDash.java |
580 |
publicMethodCommentRequirement Required |
| 48716 |
src/com/gps/rfid/RFIDDash.java |
582 |
Found 'DD'-anomaly for variable 'scheduled_count' (lines '582'-'592'). |
| 48717 |
src/com/gps/rfid/RFIDDash.java |
582 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'scheduled_count' is not final. |
| 48718 |
src/com/gps/rfid/RFIDDash.java |
583 |
Found 'DD'-anomaly for variable 'unscheduled_count' (lines '583'-'595'). |
| 48719 |
src/com/gps/rfid/RFIDDash.java |
583 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'unscheduled_count' is not final. |
| 48720 |
src/com/gps/rfid/RFIDDash.java |
584 |
Found 'DD'-anomaly for variable 'absent_count' (lines '584'-'599'). |
| 48721 |
src/com/gps/rfid/RFIDDash.java |
584 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'absent_count' is not final. |
| 48722 |
src/com/gps/rfid/RFIDDash.java |
585 |
Found 'DD'-anomaly for variable 'userInfo' (lines '585'-'600'). |
| 48723 |
src/com/gps/rfid/RFIDDash.java |
592 |
Found 'DD'-anomaly for variable 'scheduled_count' (lines '592'-'592'). |
| 48724 |
src/com/gps/rfid/RFIDDash.java |
595 |
Found 'DD'-anomaly for variable 'unscheduled_count' (lines '595'-'595'). |
| 48725 |
src/com/gps/rfid/RFIDDash.java |
602 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 48726 |
src/com/gps/rfid/RFIDDash.java |
603 |
There is log block not surrounded by if |
| 48727 |
src/com/gps/rfid/RFIDReports.java |
24 |
The class 'RFIDReports' has a Cyclomatic Complexity of 9 (Highest = 18). |
| 48728 |
src/com/gps/rfid/RFIDReports.java |
24 |
headerCommentRequirement Required |
| 48729 |
src/com/gps/rfid/RFIDReports.java |
26 |
The Logger variable declaration does not contain the static and final modifiers |
| 48730 |
src/com/gps/rfid/RFIDReports.java |
26 |
Use explicit scoping instead of the default package private level |
| 48731 |
src/com/gps/rfid/RFIDReports.java |
26 |
fieldCommentRequirement Required |
| 48732 |
src/com/gps/rfid/RFIDReports.java |
29 |
Parameter 'reportInputs' is not assigned and could be declared final |
| 48733 |
src/com/gps/rfid/RFIDReports.java |
29 |
The method 'getReports' has a Cyclomatic Complexity of 18. |
| 48734 |
src/com/gps/rfid/RFIDReports.java |
29 |
The method getReports() has an NPath complexity of 3646 |
| 48735 |
src/com/gps/rfid/RFIDReports.java |
29 |
publicMethodCommentRequirement Required |
| 48736 |
src/com/gps/rfid/RFIDReports.java |
31 |
Found 'DD'-anomaly for variable 'tripId' (lines '31'-'41'). |
| 48737 |
src/com/gps/rfid/RFIDReports.java |
32 |
Found 'DD'-anomaly for variable 'grade' (lines '32'-'43'). |
| 48738 |
src/com/gps/rfid/RFIDReports.java |
33 |
Avoid variables with short names like to |
| 48739 |
src/com/gps/rfid/RFIDReports.java |
33 |
Found 'DD'-anomaly for variable 'to' (lines '33'-'47'). |
| 48740 |
src/com/gps/rfid/RFIDReports.java |
34 |
Found 'DD'-anomaly for variable 'from' (lines '34'-'45'). |
| 48741 |
src/com/gps/rfid/RFIDReports.java |
35 |
Found 'DD'-anomaly for variable 'studentName' (lines '35'-'51'). |
| 48742 |
src/com/gps/rfid/RFIDReports.java |
36 |
Found 'DD'-anomaly for variable 'type' (lines '36'-'49'). |
| 48743 |
src/com/gps/rfid/RFIDReports.java |
37 |
Found 'DD'-anomaly for variable 'output' (lines '37'-'53'). |
| 48744 |
src/com/gps/rfid/RFIDReports.java |
37 |
Found 'DD'-anomaly for variable 'output' (lines '37'-'55'). |
| 48745 |
src/com/gps/rfid/RFIDReports.java |
37 |
Found 'DD'-anomaly for variable 'output' (lines '37'-'57'). |
| 48746 |
src/com/gps/rfid/RFIDReports.java |
40 |
Avoid using if statements without curly braces |
| 48747 |
src/com/gps/rfid/RFIDReports.java |
40 |
Use equals() to compare strings instead of '==' or '!=' |
| 48748 |
src/com/gps/rfid/RFIDReports.java |
41 |
Potential violation of Law of Demeter (method chain calls) |
| 48749 |
src/com/gps/rfid/RFIDReports.java |
41 |
Potential violation of Law of Demeter (method chain calls) |
| 48750 |
src/com/gps/rfid/RFIDReports.java |
42 |
Avoid using if statements without curly braces |
| 48751 |
src/com/gps/rfid/RFIDReports.java |
42 |
Use equals() to compare strings instead of '==' or '!=' |
| 48752 |
src/com/gps/rfid/RFIDReports.java |
43 |
Potential violation of Law of Demeter (method chain calls) |
| 48753 |
src/com/gps/rfid/RFIDReports.java |
44 |
Avoid using if statements without curly braces |
| 48754 |
src/com/gps/rfid/RFIDReports.java |
44 |
Use equals() to compare strings instead of '==' or '!=' |
| 48755 |
src/com/gps/rfid/RFIDReports.java |
45 |
Potential violation of Law of Demeter (method chain calls) |
| 48756 |
src/com/gps/rfid/RFIDReports.java |
46 |
Avoid using if statements without curly braces |
| 48757 |
src/com/gps/rfid/RFIDReports.java |
46 |
Use equals() to compare strings instead of '==' or '!=' |
| 48758 |
src/com/gps/rfid/RFIDReports.java |
47 |
Potential violation of Law of Demeter (method chain calls) |
| 48759 |
src/com/gps/rfid/RFIDReports.java |
48 |
Avoid using if statements without curly braces |
| 48760 |
src/com/gps/rfid/RFIDReports.java |
48 |
Use equals() to compare strings instead of '==' or '!=' |
| 48761 |
src/com/gps/rfid/RFIDReports.java |
49 |
Potential violation of Law of Demeter (method chain calls) |
| 48762 |
src/com/gps/rfid/RFIDReports.java |
50 |
Avoid using if statements without curly braces |
| 48763 |
src/com/gps/rfid/RFIDReports.java |
50 |
Use equals() to compare strings instead of '==' or '!=' |
| 48764 |
src/com/gps/rfid/RFIDReports.java |
51 |
Potential violation of Law of Demeter (method chain calls) |
| 48765 |
src/com/gps/rfid/RFIDReports.java |
52 |
Position literals first in String comparisons |
| 48766 |
src/com/gps/rfid/RFIDReports.java |
52 |
Potential violation of Law of Demeter (object not created locally) |
| 48767 |
src/com/gps/rfid/RFIDReports.java |
53 |
Avoid using if...else statements without curly braces |
| 48768 |
src/com/gps/rfid/RFIDReports.java |
54 |
Position literals first in String comparisons |
| 48769 |
src/com/gps/rfid/RFIDReports.java |
54 |
Potential violation of Law of Demeter (object not created locally) |
| 48770 |
src/com/gps/rfid/RFIDReports.java |
55 |
Avoid using if...else statements without curly braces |
| 48771 |
src/com/gps/rfid/RFIDReports.java |
57 |
Avoid using if...else statements without curly braces |
| 48772 |
src/com/gps/rfid/RFIDReports.java |
58 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 48773 |
src/com/gps/rfid/RFIDReports.java |
59 |
There is log block not surrounded by if |
| 48774 |
src/com/gps/rfid/RFIDReports.java |
65 |
Parameter 'grade' is not assigned and could be declared final |
| 48775 |
src/com/gps/rfid/RFIDReports.java |
65 |
Parameter 'tripId' is not assigned and could be declared final |
| 48776 |
src/com/gps/rfid/RFIDReports.java |
65 |
Rather than using a lot of String arguments, consider using a container object for those values. |
| 48777 |
src/com/gps/rfid/RFIDReports.java |
65 |
publicMethodCommentRequirement Required |
| 48778 |
src/com/gps/rfid/RFIDReports.java |
66 |
Avoid variables with short names like to |
| 48779 |
src/com/gps/rfid/RFIDReports.java |
66 |
Parameter 'from' is not assigned and could be declared final |
| 48780 |
src/com/gps/rfid/RFIDReports.java |
66 |
Parameter 'studentName' is not assigned and could be declared final |
| 48781 |
src/com/gps/rfid/RFIDReports.java |
66 |
Parameter 'to' is not assigned and could be declared final |
| 48782 |
src/com/gps/rfid/RFIDReports.java |
69 |
Found 'DD'-anomaly for variable 'studentsList' (lines '69'-'77'). |
| 48783 |
src/com/gps/rfid/RFIDReports.java |
70 |
Local variable 'rfDAO' could be declared final |
| 48784 |
src/com/gps/rfid/RFIDReports.java |
71 |
Found 'DU'-anomaly for variable 'fenceDAO' (lines '71'-'85'). |
| 48785 |
src/com/gps/rfid/RFIDReports.java |
71 |
Local variable 'fenceDAO' could be declared final |
| 48786 |
src/com/gps/rfid/RFIDReports.java |
72 |
Avoid declaring a variable if it is unreferenced before a possible exit point. |
| 48787 |
src/com/gps/rfid/RFIDReports.java |
72 |
Avoid unused local variables such as 'converter'. |
| 48788 |
src/com/gps/rfid/RFIDReports.java |
72 |
Found 'DU'-anomaly for variable 'converter' (lines '72'-'85'). |
| 48789 |
src/com/gps/rfid/RFIDReports.java |
72 |
Local variable 'converter' could be declared final |
| 48790 |
src/com/gps/rfid/RFIDReports.java |
74 |
Potential violation of Law of Demeter (object not created locally) |
| 48791 |
src/com/gps/rfid/RFIDReports.java |
75 |
Avoid using Literals in Conditional Statements |
| 48792 |
src/com/gps/rfid/RFIDReports.java |
75 |
Potential violation of Law of Demeter (object not created locally) |
| 48793 |
src/com/gps/rfid/RFIDReports.java |
75 |
Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty() |
| 48794 |
src/com/gps/rfid/RFIDReports.java |
77 |
Potential violation of Law of Demeter (object not created locally) |
| 48795 |
src/com/gps/rfid/RFIDReports.java |
80 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 48796 |
src/com/gps/rfid/RFIDReports.java |
81 |
There is log block not surrounded by if |
| 48797 |
src/com/gps/rfid/RFIDReports.java |
87 |
Parameter 'from' is not assigned and could be declared final |
| 48798 |
src/com/gps/rfid/RFIDReports.java |
87 |
Parameter 'grade' is not assigned and could be declared final |
| 48799 |
src/com/gps/rfid/RFIDReports.java |
87 |
Parameter 'tripId' is not assigned and could be declared final |
| 48800 |
src/com/gps/rfid/RFIDReports.java |
87 |
publicMethodCommentRequirement Required |
| 48801 |
src/com/gps/rfid/RFIDReports.java |
88 |
Avoid variables with short names like to |
| 48802 |
src/com/gps/rfid/RFIDReports.java |
88 |
Parameter 'to' is not assigned and could be declared final |
| 48803 |
src/com/gps/rfid/RFIDReports.java |
90 |
Found 'DU'-anomaly for variable 'convert' (lines '90'-'128'). |
| 48804 |
src/com/gps/rfid/RFIDReports.java |
90 |
Local variable 'convert' could be declared final |
| 48805 |
src/com/gps/rfid/RFIDReports.java |
91 |
Found 'DU'-anomaly for variable 'rfDAO' (lines '91'-'128'). |
| 48806 |
src/com/gps/rfid/RFIDReports.java |
91 |
Local variable 'rfDAO' could be declared final |
| 48807 |
src/com/gps/rfid/RFIDReports.java |
92 |
Local variable 'fenceDAO' could be declared final |
| 48808 |
src/com/gps/rfid/RFIDReports.java |
93 |
Found 'DU'-anomaly for variable 'dash' (lines '93'-'128'). |
| 48809 |
src/com/gps/rfid/RFIDReports.java |
93 |
Local variable 'dash' could be declared final |
| 48810 |
src/com/gps/rfid/RFIDReports.java |
94 |
Avoid declaring a variable if it is unreferenced before a possible exit point. |
| 48811 |
src/com/gps/rfid/RFIDReports.java |
94 |
Avoid unused local variables such as 'data'. |
| 48812 |
src/com/gps/rfid/RFIDReports.java |
94 |
Found 'DU'-anomaly for variable 'data' (lines '94'-'128'). |
| 48813 |
src/com/gps/rfid/RFIDReports.java |
94 |
Local variable 'data' could be declared final |
| 48814 |
src/com/gps/rfid/RFIDReports.java |
95 |
Found 'DD'-anomaly for variable 'users' (lines '95'-'109'). |
| 48815 |
src/com/gps/rfid/RFIDReports.java |
96 |
Found 'DD'-anomaly for variable 'userExpectedList' (lines '96'-'115'). |
| 48816 |
src/com/gps/rfid/RFIDReports.java |
97 |
Found 'DD'-anomaly for variable 'userActualList' (lines '97'-'116'). |
| 48817 |
src/com/gps/rfid/RFIDReports.java |
98 |
Found 'DD'-anomaly for variable 'userIds' (lines '98'-'103'). |
| 48818 |
src/com/gps/rfid/RFIDReports.java |
99 |
Found 'DD'-anomaly for variable 'studentList' (lines '99'-'120'). |
| 48819 |
src/com/gps/rfid/RFIDReports.java |
100 |
Avoid unused local variables such as 'studentJSON'. |
| 48820 |
src/com/gps/rfid/RFIDReports.java |
100 |
Found 'DD'-anomaly for variable 'studentJSON' (lines '100'-'121'). |
| 48821 |
src/com/gps/rfid/RFIDReports.java |
100 |
Found 'DU'-anomaly for variable 'studentJSON' (lines '100'-'128'). |
| 48822 |
src/com/gps/rfid/RFIDReports.java |
103 |
Potential violation of Law of Demeter (object not created locally) |
| 48823 |
src/com/gps/rfid/RFIDReports.java |
107 |
Potential violation of Law of Demeter (object not created locally) |
| 48824 |
src/com/gps/rfid/RFIDReports.java |
109 |
Potential violation of Law of Demeter (object not created locally) |
| 48825 |
src/com/gps/rfid/RFIDReports.java |
109 |
Prefer StringBuffer over += for concatenating strings |
| 48826 |
src/com/gps/rfid/RFIDReports.java |
110 |
Avoid using if statements without curly braces |
| 48827 |
src/com/gps/rfid/RFIDReports.java |
110 |
Potential violation of Law of Demeter (object not created locally) |
| 48828 |
src/com/gps/rfid/RFIDReports.java |
111 |
Prefer StringBuffer over += for concatenating strings |
| 48829 |
src/com/gps/rfid/RFIDReports.java |
114 |
Use equals() to compare strings instead of '==' or '!=' |
| 48830 |
src/com/gps/rfid/RFIDReports.java |
115 |
Potential violation of Law of Demeter (object not created locally) |
| 48831 |
src/com/gps/rfid/RFIDReports.java |
116 |
Potential violation of Law of Demeter (object not created locally) |
| 48832 |
src/com/gps/rfid/RFIDReports.java |
120 |
Potential violation of Law of Demeter (object not created locally) |
| 48833 |
src/com/gps/rfid/RFIDReports.java |
121 |
Found 'DU'-anomaly for variable 'studentJSON' (lines '121'-'128'). |
| 48834 |
src/com/gps/rfid/RFIDReports.java |
121 |
Potential violation of Law of Demeter (object not created locally) |
| 48835 |
src/com/gps/rfid/RFIDReports.java |
124 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 48836 |
src/com/gps/rfid/RFIDReports.java |
125 |
There is log block not surrounded by if |
| 48837 |
src/com/gps/rfid/RFIDReports.java |
129 |
Found 'UR'-anomaly for variable 'trip' (lines '129'-'179'). |
| 48838 |
src/com/gps/rfid/RFIDReports.java |
129 |
Parameter 'from' is not assigned and could be declared final |
| 48839 |
src/com/gps/rfid/RFIDReports.java |
129 |
Parameter 'grade' is not assigned and could be declared final |
| 48840 |
src/com/gps/rfid/RFIDReports.java |
129 |
Parameter 'tripId' is not assigned and could be declared final |
| 48841 |
src/com/gps/rfid/RFIDReports.java |
129 |
publicMethodCommentRequirement Required |
| 48842 |
src/com/gps/rfid/RFIDReports.java |
130 |
Avoid variables with short names like to |
| 48843 |
src/com/gps/rfid/RFIDReports.java |
130 |
Parameter 'to' is not assigned and could be declared final |
| 48844 |
src/com/gps/rfid/RFIDReports.java |
136 |
Found 'DU'-anomaly for variable 'tripDAO' (lines '136'-'197'). |
| 48845 |
src/com/gps/rfid/RFIDReports.java |
136 |
Local variable 'tripDAO' could be declared final |
| 48846 |
src/com/gps/rfid/RFIDReports.java |
138 |
An empty statement (semicolon) not part of a loop |
| 48847 |
src/com/gps/rfid/RFIDReports.java |
138 |
Local variable 'tripVOList' could be declared final |
| 48848 |
src/com/gps/rfid/RFIDReports.java |
140 |
Local variable 'convert' could be declared final |
| 48849 |
src/com/gps/rfid/RFIDReports.java |
141 |
Avoid unused local variables such as 'data'. |
| 48850 |
src/com/gps/rfid/RFIDReports.java |
141 |
Found 'DD'-anomaly for variable 'data' (lines '141'-'190'). |
| 48851 |
src/com/gps/rfid/RFIDReports.java |
145 |
Avoid if (x != y) ..; else ..; |
| 48852 |
src/com/gps/rfid/RFIDReports.java |
147 |
Potential violation of Law of Demeter (object not created locally) |
| 48853 |
src/com/gps/rfid/RFIDReports.java |
149 |
Potential violation of Law of Demeter (object not created locally) |
| 48854 |
src/com/gps/rfid/RFIDReports.java |
149 |
Potential violation of Law of Demeter (object not created locally) |
| 48855 |
src/com/gps/rfid/RFIDReports.java |
151 |
Potential violation of Law of Demeter (object not created locally) |
| 48856 |
src/com/gps/rfid/RFIDReports.java |
153 |
Potential violation of Law of Demeter (object not created locally) |
| 48857 |
src/com/gps/rfid/RFIDReports.java |
155 |
Potential violation of Law of Demeter (object not created locally) |
| 48858 |
src/com/gps/rfid/RFIDReports.java |
157 |
Avoid if (x != y) ..; else ..; |
| 48859 |
src/com/gps/rfid/RFIDReports.java |
159 |
Potential violation of Law of Demeter (object not created locally) |
| 48860 |
src/com/gps/rfid/RFIDReports.java |
160 |
Potential violation of Law of Demeter (object not created locally) |
| 48861 |
src/com/gps/rfid/RFIDReports.java |
163 |
Potential violation of Law of Demeter (object not created locally) |
| 48862 |
src/com/gps/rfid/RFIDReports.java |
163 |
Potential violation of Law of Demeter (object not created locally) |
| 48863 |
src/com/gps/rfid/RFIDReports.java |
165 |
Potential violation of Law of Demeter (object not created locally) |
| 48864 |
src/com/gps/rfid/RFIDReports.java |
167 |
Potential violation of Law of Demeter (object not created locally) |
| 48865 |
src/com/gps/rfid/RFIDReports.java |
167 |
Potential violation of Law of Demeter (object not created locally) |
| 48866 |
src/com/gps/rfid/RFIDReports.java |
168 |
Potential violation of Law of Demeter (object not created locally) |
| 48867 |
src/com/gps/rfid/RFIDReports.java |
171 |
Potential violation of Law of Demeter (object not created locally) |
| 48868 |
src/com/gps/rfid/RFIDReports.java |
175 |
Potential violation of Law of Demeter (object not created locally) |
| 48869 |
src/com/gps/rfid/RFIDReports.java |
176 |
Local variable 'trip' could be declared final |
| 48870 |
src/com/gps/rfid/RFIDReports.java |
178 |
Avoid instantiating new objects inside loops |
| 48871 |
src/com/gps/rfid/RFIDReports.java |
179 |
Potential violation of Law of Demeter (object not created locally) |
| 48872 |
src/com/gps/rfid/RFIDReports.java |
179 |
Potential violation of Law of Demeter (object not created locally) |
| 48873 |
src/com/gps/rfid/RFIDReports.java |
181 |
Potential violation of Law of Demeter (object not created locally) |
| 48874 |
src/com/gps/rfid/RFIDReports.java |
182 |
Potential violation of Law of Demeter (object not created locally) |
| 48875 |
src/com/gps/rfid/RFIDReports.java |
184 |
Potential violation of Law of Demeter (object not created locally) |
| 48876 |
src/com/gps/rfid/RFIDReports.java |
190 |
Found 'DU'-anomaly for variable 'data' (lines '190'-'197'). |
| 48877 |
src/com/gps/rfid/RFIDReports.java |
190 |
Potential violation of Law of Demeter (object not created locally) |
| 48878 |
src/com/gps/rfid/RFIDReports.java |
192 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 48879 |
src/com/gps/rfid/RFIDReports.java |
193 |
There is log block not surrounded by if |
| 48880 |
src/com/gps/rfid/RFIDReports.java |
199 |
Parameter 'grade' is not assigned and could be declared final |
| 48881 |
src/com/gps/rfid/RFIDReports.java |
199 |
Parameter 'tripId' is not assigned and could be declared final |
| 48882 |
src/com/gps/rfid/RFIDReports.java |
200 |
Avoid variables with short names like to |
| 48883 |
src/com/gps/rfid/RFIDReports.java |
200 |
Parameter 'from' is not assigned and could be declared final |
| 48884 |
src/com/gps/rfid/RFIDReports.java |
200 |
Parameter 'to' is not assigned and could be declared final |
| 48885 |
src/com/gps/rfid/RFIDReports.java |
205 |
Found 'DU'-anomaly for variable 'rfDAO' (lines '205'-'275'). |
| 48886 |
src/com/gps/rfid/RFIDReports.java |
205 |
Local variable 'rfDAO' could be declared final |
| 48887 |
src/com/gps/rfid/RFIDReports.java |
206 |
Found 'DU'-anomaly for variable 'fenceDAO' (lines '206'-'275'). |
| 48888 |
src/com/gps/rfid/RFIDReports.java |
206 |
Local variable 'fenceDAO' could be declared final |
| 48889 |
src/com/gps/rfid/RFIDReports.java |
207 |
Found 'DU'-anomaly for variable 'sessions' (lines '207'-'275'). |
| 48890 |
src/com/gps/rfid/RFIDReports.java |
207 |
Local variable 'sessions' could be declared final |
| 48891 |
src/com/gps/rfid/RFIDReports.java |
212 |
Local variable 'start' could be declared final |
| 48892 |
src/com/gps/rfid/RFIDReports.java |
213 |
Local variable 'end' could be declared final |
| 48893 |
src/com/gps/rfid/RFIDReports.java |
216 |
Found 'DU'-anomaly for variable 'dash' (lines '216'-'275'). |
| 48894 |
src/com/gps/rfid/RFIDReports.java |
216 |
Local variable 'dash' could be declared final |
| 48895 |
src/com/gps/rfid/RFIDReports.java |
217 |
Found 'DD'-anomaly for variable 'actual' (lines '217'-'247'). |
| 48896 |
src/com/gps/rfid/RFIDReports.java |
217 |
Found 'DD'-anomaly for variable 'expected' (lines '217'-'246'). |
| 48897 |
src/com/gps/rfid/RFIDReports.java |
217 |
Found 'DD'-anomaly for variable 'unscheduled' (lines '217'-'248'). |
| 48898 |
src/com/gps/rfid/RFIDReports.java |
217 |
Found 'DU'-anomaly for variable 'actual' (lines '217'-'275'). |
| 48899 |
src/com/gps/rfid/RFIDReports.java |
217 |
Found 'DU'-anomaly for variable 'expected' (lines '217'-'275'). |
| 48900 |
src/com/gps/rfid/RFIDReports.java |
217 |
Found 'DU'-anomaly for variable 'unscheduled' (lines '217'-'275'). |
| 48901 |
src/com/gps/rfid/RFIDReports.java |
217 |
Use one line for each declaration, it enhances code readability. |
| 48902 |
src/com/gps/rfid/RFIDReports.java |
218 |
Found 'DD'-anomaly for variable 'gradeVO' (lines '218'-'221'). |
| 48903 |
src/com/gps/rfid/RFIDReports.java |
222 |
Potential violation of Law of Demeter (object not created locally) |
| 48904 |
src/com/gps/rfid/RFIDReports.java |
224 |
When instantiating a SimpleDateFormat object, specify a Locale |
| 48905 |
src/com/gps/rfid/RFIDReports.java |
225 |
Potential violation of Law of Demeter (object not created locally) |
| 48906 |
src/com/gps/rfid/RFIDReports.java |
226 |
Potential violation of Law of Demeter (object not created locally) |
| 48907 |
src/com/gps/rfid/RFIDReports.java |
228 |
Potential violation of Law of Demeter (object not created locally) |
| 48908 |
src/com/gps/rfid/RFIDReports.java |
229 |
Potential violation of Law of Demeter (object not created locally) |
| 48909 |
src/com/gps/rfid/RFIDReports.java |
231 |
Potential violation of Law of Demeter (object not created locally) |
| 48910 |
src/com/gps/rfid/RFIDReports.java |
231 |
Potential violation of Law of Demeter (object not created locally) |
| 48911 |
src/com/gps/rfid/RFIDReports.java |
233 |
Potential violation of Law of Demeter (object not created locally) |
| 48912 |
src/com/gps/rfid/RFIDReports.java |
233 |
Potential violation of Law of Demeter (object not created locally) |
| 48913 |
src/com/gps/rfid/RFIDReports.java |
234 |
Avoid instantiating new objects inside loops |
| 48914 |
src/com/gps/rfid/RFIDReports.java |
235 |
Avoid calling toString() on String objects; this is unnecessary. |
| 48915 |
src/com/gps/rfid/RFIDReports.java |
235 |
Potential violation of Law of Demeter (object not created locally) |
| 48916 |
src/com/gps/rfid/RFIDReports.java |
235 |
Potential violation of Law of Demeter (object not created locally) |
| 48917 |
src/com/gps/rfid/RFIDReports.java |
239 |
Potential violation of Law of Demeter (method chain calls) |
| 48918 |
src/com/gps/rfid/RFIDReports.java |
239 |
Potential violation of Law of Demeter (object not created locally) |
| 48919 |
src/com/gps/rfid/RFIDReports.java |
240 |
Potential violation of Law of Demeter (method chain calls) |
| 48920 |
src/com/gps/rfid/RFIDReports.java |
240 |
Potential violation of Law of Demeter (object not created locally) |
| 48921 |
src/com/gps/rfid/RFIDReports.java |
242 |
Potential violation of Law of Demeter (object not created locally) |
| 48922 |
src/com/gps/rfid/RFIDReports.java |
246 |
Potential violation of Law of Demeter (object not created locally) |
| 48923 |
src/com/gps/rfid/RFIDReports.java |
246 |
Potential violation of Law of Demeter (object not created locally) |
| 48924 |
src/com/gps/rfid/RFIDReports.java |
247 |
Potential violation of Law of Demeter (object not created locally) |
| 48925 |
src/com/gps/rfid/RFIDReports.java |
247 |
Potential violation of Law of Demeter (object not created locally) |
| 48926 |
src/com/gps/rfid/RFIDReports.java |
248 |
Potential violation of Law of Demeter (object not created locally) |
| 48927 |
src/com/gps/rfid/RFIDReports.java |
251 |
Potential violation of Law of Demeter (method chain calls) |
| 48928 |
src/com/gps/rfid/RFIDReports.java |
251 |
Potential violation of Law of Demeter (method chain calls) |
| 48929 |
src/com/gps/rfid/RFIDReports.java |
253 |
Potential violation of Law of Demeter (object not created locally) |
| 48930 |
src/com/gps/rfid/RFIDReports.java |
254 |
Potential violation of Law of Demeter (object not created locally) |
| 48931 |
src/com/gps/rfid/RFIDReports.java |
255 |
Potential violation of Law of Demeter (object not created locally) |
| 48932 |
src/com/gps/rfid/RFIDReports.java |
257 |
Potential violation of Law of Demeter (object not created locally) |
| 48933 |
src/com/gps/rfid/RFIDReports.java |
258 |
Potential violation of Law of Demeter (object not created locally) |
| 48934 |
src/com/gps/rfid/RFIDReports.java |
259 |
Potential violation of Law of Demeter (object not created locally) |
| 48935 |
src/com/gps/rfid/RFIDReports.java |
263 |
Potential violation of Law of Demeter (object not created locally) |
| 48936 |
src/com/gps/rfid/RFIDReports.java |
264 |
Potential violation of Law of Demeter (object not created locally) |
| 48937 |
src/com/gps/rfid/RFIDReports.java |
268 |
Potential violation of Law of Demeter (method chain calls) |
| 48938 |
src/com/gps/rfid/RFIDReports.java |
268 |
Potential violation of Law of Demeter (object not created locally) |
| 48939 |
src/com/gps/rfid/RFIDReports.java |
270 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 48940 |
src/com/gps/rfid/RFIDReports.java |
272 |
Avoid printStackTrace(); use a logger call instead. |
| 48941 |
src/com/gps/rfid/RFIDReports.java |
272 |
Potential violation of Law of Demeter (object not created locally) |
| 48942 |
src/com/gps/rfid/RFIDSearch.java |
12 |
headerCommentRequirement Required |
| 48943 |
src/com/gps/rfid/RFIDSearch.java |
14 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 48944 |
src/com/gps/rfid/RFIDSearch.java |
14 |
Use explicit scoping instead of the default package private level |
| 48945 |
src/com/gps/rfid/RFIDSearch.java |
14 |
fieldCommentRequirement Required |
| 48946 |
src/com/gps/rfid/RFIDSearch.java |
15 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 48947 |
src/com/gps/rfid/RFIDSearch.java |
15 |
Use explicit scoping instead of the default package private level |
| 48948 |
src/com/gps/rfid/RFIDSearch.java |
15 |
fieldCommentRequirement Required |
| 48949 |
src/com/gps/rfid/RFIDSearch.java |
16 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 48950 |
src/com/gps/rfid/RFIDSearch.java |
16 |
Use explicit scoping instead of the default package private level |
| 48951 |
src/com/gps/rfid/RFIDSearch.java |
16 |
fieldCommentRequirement Required |
| 48952 |
src/com/gps/rfid/RFIDSearch.java |
17 |
The Logger variable declaration does not contain the static and final modifiers |
| 48953 |
src/com/gps/rfid/RFIDSearch.java |
17 |
Use explicit scoping instead of the default package private level |
| 48954 |
src/com/gps/rfid/RFIDSearch.java |
17 |
fieldCommentRequirement Required |
| 48955 |
src/com/gps/rfid/RFIDSearch.java |
19 |
Parameter 'grade' is not assigned and could be declared final |
| 48956 |
src/com/gps/rfid/RFIDSearch.java |
19 |
Parameter 'tripId' is not assigned and could be declared final |
| 48957 |
src/com/gps/rfid/RFIDSearch.java |
19 |
Parameter 'userName' is not assigned and could be declared final |
| 48958 |
src/com/gps/rfid/RFIDSearch.java |
19 |
publicMethodCommentRequirement Required |
| 48959 |
src/com/gps/rfid/RFIDSearch.java |
22 |
Avoid variables with short names like to |
| 48960 |
src/com/gps/rfid/RFIDSearch.java |
22 |
Found 'DD'-anomaly for variable 'to' (lines '22'-'29'). |
| 48961 |
src/com/gps/rfid/RFIDSearch.java |
23 |
Found 'DD'-anomaly for variable 'from' (lines '23'-'28'). |
| 48962 |
src/com/gps/rfid/RFIDSearch.java |
24 |
Found 'DD'-anomaly for variable 'output' (lines '24'-'38'). |
| 48963 |
src/com/gps/rfid/RFIDSearch.java |
28 |
Potential violation of Law of Demeter (object not created locally) |
| 48964 |
src/com/gps/rfid/RFIDSearch.java |
29 |
Potential violation of Law of Demeter (object not created locally) |
| 48965 |
src/com/gps/rfid/RFIDSearch.java |
39 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 48966 |
src/com/gps/rfid/RFIDSearch.java |
40 |
There is log block not surrounded by if |
| 48967 |
src/com/gps/rfid/RFIDSearch.java |
46 |
publicMethodCommentRequirement Required |
| 48968 |
src/com/gps/rfid/RFIDSearch.java |
48 |
Local variable 'cal' could be declared final |
| 48969 |
src/com/gps/rfid/RFIDSearch.java |
49 |
Local variable 'formatter' could be declared final |
| 48970 |
src/com/gps/rfid/RFIDSearch.java |
49 |
When instantiating a SimpleDateFormat object, specify a Locale |
| 48971 |
src/com/gps/rfid/RFIDSearch.java |
50 |
Found 'DD'-anomaly for variable 'date' (lines '50'-'55'). |
| 48972 |
src/com/gps/rfid/RFIDSearch.java |
52 |
Potential violation of Law of Demeter (object not created locally) |
| 48973 |
src/com/gps/rfid/RFIDSearch.java |
53 |
Potential violation of Law of Demeter (object not created locally) |
| 48974 |
src/com/gps/rfid/RFIDSearch.java |
55 |
Potential violation of Law of Demeter (object not created locally) |
| 48975 |
src/com/gps/rfid/RFIDSearch.java |
55 |
Potential violation of Law of Demeter (object not created locally) |
| 48976 |
src/com/gps/rfid/RFIDSearch.java |
57 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 48977 |
src/com/gps/rfid/RFIDSearch.java |
58 |
There is log block not surrounded by if |
| 48978 |
src/com/gps/utilities/CheckForHoliday.java |
14 |
headerCommentRequirement Required |
| 48979 |
src/com/gps/utilities/CheckForHoliday.java |
16 |
Avoid using redundant field initializer for 'hpdao' |
| 48980 |
src/com/gps/utilities/CheckForHoliday.java |
16 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 48981 |
src/com/gps/utilities/CheckForHoliday.java |
16 |
Perhaps 'hpdao' could be replaced by a local variable. |
| 48982 |
src/com/gps/utilities/CheckForHoliday.java |
16 |
fieldCommentRequirement Required |
| 48983 |
src/com/gps/utilities/CheckForHoliday.java |
17 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 48984 |
src/com/gps/utilities/CheckForHoliday.java |
17 |
fieldCommentRequirement Required |
| 48985 |
src/com/gps/utilities/CheckForHoliday.java |
18 |
Avoid using redundant field initializer for 'dates' |
| 48986 |
src/com/gps/utilities/CheckForHoliday.java |
18 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 48987 |
src/com/gps/utilities/CheckForHoliday.java |
18 |
fieldCommentRequirement Required |
| 48988 |
src/com/gps/utilities/CheckForHoliday.java |
19 |
Avoid using redundant field initializer for 'days' |
| 48989 |
src/com/gps/utilities/CheckForHoliday.java |
19 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 48990 |
src/com/gps/utilities/CheckForHoliday.java |
19 |
fieldCommentRequirement Required |
| 48991 |
src/com/gps/utilities/CheckForHoliday.java |
20 |
Avoid using redundant field initializer for 'dateList' |
| 48992 |
src/com/gps/utilities/CheckForHoliday.java |
20 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 48993 |
src/com/gps/utilities/CheckForHoliday.java |
20 |
fieldCommentRequirement Required |
| 48994 |
src/com/gps/utilities/CheckForHoliday.java |
21 |
Avoid using redundant field initializer for 'dayList' |
| 48995 |
src/com/gps/utilities/CheckForHoliday.java |
21 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 48996 |
src/com/gps/utilities/CheckForHoliday.java |
21 |
fieldCommentRequirement Required |
| 48997 |
src/com/gps/utilities/CheckForHoliday.java |
22 |
Use explicit scoping instead of the default package private level |
| 48998 |
src/com/gps/utilities/CheckForHoliday.java |
22 |
fieldCommentRequirement Required |
| 48999 |
src/com/gps/utilities/CheckForHoliday.java |
23 |
The Logger variable declaration does not contain the static and final modifiers |
| 49000 |
src/com/gps/utilities/CheckForHoliday.java |
23 |
Use explicit scoping instead of the default package private level |
| 49001 |
src/com/gps/utilities/CheckForHoliday.java |
23 |
fieldCommentRequirement Required |
| 49002 |
src/com/gps/utilities/CheckForHoliday.java |
25 |
Comment is too large: Too many lines |
| 49003 |
src/com/gps/utilities/CheckForHoliday.java |
30 |
Comment is too large: Line too long |
| 49004 |
src/com/gps/utilities/CheckForHoliday.java |
36 |
Found 'UR'-anomaly for variable 'check' (lines '36'-'63'). |
| 49005 |
src/com/gps/utilities/CheckForHoliday.java |
36 |
Found 'UR'-anomaly for variable 'checkDay' (lines '36'-'73'). |
| 49006 |
src/com/gps/utilities/CheckForHoliday.java |
36 |
Parameter 'org' is not assigned and could be declared final |
| 49007 |
src/com/gps/utilities/CheckForHoliday.java |
42 |
Local variable 'currentDate' could be declared final |
| 49008 |
src/com/gps/utilities/CheckForHoliday.java |
43 |
Local variable 'sdf' could be declared final |
| 49009 |
src/com/gps/utilities/CheckForHoliday.java |
43 |
When instantiating a SimpleDateFormat object, specify a Locale |
| 49010 |
src/com/gps/utilities/CheckForHoliday.java |
44 |
Found 'DU'-anomaly for variable 'dateNow' (lines '44'-'89'). |
| 49011 |
src/com/gps/utilities/CheckForHoliday.java |
44 |
Local variable 'dateNow' could be declared final |
| 49012 |
src/com/gps/utilities/CheckForHoliday.java |
44 |
Potential violation of Law of Demeter (object not created locally) |
| 49013 |
src/com/gps/utilities/CheckForHoliday.java |
44 |
Potential violation of Law of Demeter (object not created locally) |
| 49014 |
src/com/gps/utilities/CheckForHoliday.java |
48 |
Potential violation of Law of Demeter (method chain calls) |
| 49015 |
src/com/gps/utilities/CheckForHoliday.java |
53 |
Local variable 'holidayList' could be declared final |
| 49016 |
src/com/gps/utilities/CheckForHoliday.java |
54 |
Avoid using Literals in Conditional Statements |
| 49017 |
src/com/gps/utilities/CheckForHoliday.java |
54 |
Potential violation of Law of Demeter (object not created locally) |
| 49018 |
src/com/gps/utilities/CheckForHoliday.java |
54 |
Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty() |
| 49019 |
src/com/gps/utilities/CheckForHoliday.java |
57 |
Potential violation of Law of Demeter (object not created locally) |
| 49020 |
src/com/gps/utilities/CheckForHoliday.java |
62 |
Local variable 'check' could be declared final |
| 49021 |
src/com/gps/utilities/CheckForHoliday.java |
63 |
Potential violation of Law of Demeter (object not created locally) |
| 49022 |
src/com/gps/utilities/CheckForHoliday.java |
64 |
A method should have only one exit point, and that should be the last statement in the method |
| 49023 |
src/com/gps/utilities/CheckForHoliday.java |
72 |
Local variable 'checkDay' could be declared final |
| 49024 |
src/com/gps/utilities/CheckForHoliday.java |
73 |
Potential violation of Law of Demeter (method chain calls) |
| 49025 |
src/com/gps/utilities/CheckForHoliday.java |
73 |
Potential violation of Law of Demeter (method chain calls) |
| 49026 |
src/com/gps/utilities/CheckForHoliday.java |
73 |
Potential violation of Law of Demeter (method chain calls) |
| 49027 |
src/com/gps/utilities/CheckForHoliday.java |
73 |
Potential violation of Law of Demeter (object not created locally) |
| 49028 |
src/com/gps/utilities/CheckForHoliday.java |
74 |
A method should have only one exit point, and that should be the last statement in the method |
| 49029 |
src/com/gps/utilities/CheckForHoliday.java |
80 |
A method should have only one exit point, and that should be the last statement in the method |
| 49030 |
src/com/gps/utilities/CheckForHoliday.java |
82 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 49031 |
src/com/gps/utilities/CheckForHoliday.java |
84 |
There is log block not surrounded by if |
| 49032 |
src/com/gps/utilities/CheckForHoliday.java |
92 |
A method/constructor shouldnt explicitly throw java.lang.Exception |
| 49033 |
src/com/gps/utilities/CheckForHoliday.java |
92 |
Parameter 'args' is not assigned and could be declared final |
| 49034 |
src/com/gps/utilities/CheckForHoliday.java |
92 |
publicMethodCommentRequirement Required |
| 49035 |
src/com/gps/utilities/CheckForHoliday.java |
95 |
Avoid unused local variables such as 'dao'. |
| 49036 |
src/com/gps/utilities/CheckForHoliday.java |
95 |
Found 'DU'-anomaly for variable 'dao' (lines '95'-'97'). |
| 49037 |
src/com/gps/utilities/CheckForHoliday.java |
95 |
Local variable 'dao' could be declared final |
| 49038 |
src/com/gps/utilities/DateUtils.java |
18 |
This class has too many methods, consider refactoring it. |
| 49039 |
src/com/gps/utilities/DateUtils.java |
18 |
headerCommentRequirement Required |
| 49040 |
src/com/gps/utilities/DateUtils.java |
19 |
The Logger variable declaration does not contain the static and final modifiers |
| 49041 |
src/com/gps/utilities/DateUtils.java |
19 |
Use explicit scoping instead of the default package private level |
| 49042 |
src/com/gps/utilities/DateUtils.java |
19 |
fieldCommentRequirement Required |
| 49043 |
src/com/gps/utilities/DateUtils.java |
28 |
When instantiating a SimpleDateFormat object, specify a Locale |
| 49044 |
src/com/gps/utilities/DateUtils.java |
29 |
Local variable 'today' could be declared final |
| 49045 |
src/com/gps/utilities/DateUtils.java |
30 |
Local variable 'str_date' could be declared final |
| 49046 |
src/com/gps/utilities/DateUtils.java |
30 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'str_date' is not final. |
| 49047 |
src/com/gps/utilities/DateUtils.java |
30 |
Potential violation of Law of Demeter (object not created locally) |
| 49048 |
src/com/gps/utilities/DateUtils.java |
31 |
Found 'DD'-anomaly for variable 'formattedDate' (lines '31'-'33'). |
| 49049 |
src/com/gps/utilities/DateUtils.java |
33 |
Potential violation of Law of Demeter (object not created locally) |
| 49050 |
src/com/gps/utilities/DateUtils.java |
34 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 49051 |
src/com/gps/utilities/DateUtils.java |
35 |
There is log block not surrounded by if |
| 49052 |
src/com/gps/utilities/DateUtils.java |
35 |
There is log block not surrounded by if |
| 49053 |
src/com/gps/utilities/DateUtils.java |
44 |
Parameter 'today' is not assigned and could be declared final |
| 49054 |
src/com/gps/utilities/DateUtils.java |
45 |
Local variable 'days' could be declared final |
| 49055 |
src/com/gps/utilities/DateUtils.java |
46 |
Local variable 'startCalendar' could be declared final |
| 49056 |
src/com/gps/utilities/DateUtils.java |
49 |
Local variable 'simpleFormatter' could be declared final |
| 49057 |
src/com/gps/utilities/DateUtils.java |
49 |
When instantiating a SimpleDateFormat object, specify a Locale |
| 49058 |
src/com/gps/utilities/DateUtils.java |
50 |
Local variable 'formattedDatepast' could be declared final |
| 49059 |
src/com/gps/utilities/DateUtils.java |
51 |
Consider simply returning the value vs storing it in local variable 'formattedDatepast' |
| 49060 |
src/com/gps/utilities/DateUtils.java |
53 |
Avoid variables with short names like d |
| 49061 |
src/com/gps/utilities/DateUtils.java |
53 |
Parameter 'd' is not assigned and could be declared final |
| 49062 |
src/com/gps/utilities/DateUtils.java |
53 |
publicMethodCommentRequirement Required |
| 49063 |
src/com/gps/utilities/DateUtils.java |
55 |
Avoid variables with short names like c |
| 49064 |
src/com/gps/utilities/DateUtils.java |
55 |
Local variable 'c' could be declared final |
| 49065 |
src/com/gps/utilities/DateUtils.java |
57 |
Local variable 'month' could be declared final |
| 49066 |
src/com/gps/utilities/DateUtils.java |
58 |
Local variable 'day' could be declared final |
| 49067 |
src/com/gps/utilities/DateUtils.java |
59 |
Local variable 'year' could be declared final |
| 49068 |
src/com/gps/utilities/DateUtils.java |
61 |
Local variable 'xdate' could be declared final |
| 49069 |
src/com/gps/utilities/DateUtils.java |
61 |
Potential violation of Law of Demeter (method chain calls) |
| 49070 |
src/com/gps/utilities/DateUtils.java |
61 |
Potential violation of Law of Demeter (method chain calls) |
| 49071 |
src/com/gps/utilities/DateUtils.java |
61 |
Potential violation of Law of Demeter (method chain calls) |
| 49072 |
src/com/gps/utilities/DateUtils.java |
62 |
Consider simply returning the value vs storing it in local variable 'xdate' |
| 49073 |
src/com/gps/utilities/DateUtils.java |
64 |
Parameter 'end' is not assigned and could be declared final |
| 49074 |
src/com/gps/utilities/DateUtils.java |
64 |
Parameter 'start' is not assigned and could be declared final |
| 49075 |
src/com/gps/utilities/DateUtils.java |
64 |
publicMethodCommentRequirement Required |
| 49076 |
src/com/gps/utilities/DateUtils.java |
65 |
Avoid variables with short names like c1 |
| 49077 |
src/com/gps/utilities/DateUtils.java |
65 |
Local variable 'c1' could be declared final |
| 49078 |
src/com/gps/utilities/DateUtils.java |
67 |
Avoid variables with short names like c2 |
| 49079 |
src/com/gps/utilities/DateUtils.java |
67 |
Local variable 'c2' could be declared final |
| 49080 |
src/com/gps/utilities/DateUtils.java |
72 |
Avoid declaring a variable if it is unreferenced before a possible exit point. |
| 49081 |
src/com/gps/utilities/DateUtils.java |
72 |
Avoid unused local variables such as 'milis1'. |
| 49082 |
src/com/gps/utilities/DateUtils.java |
72 |
Found 'DU'-anomaly for variable 'milis1' (lines '72'-'83'). |
| 49083 |
src/com/gps/utilities/DateUtils.java |
72 |
Local variable 'milis1' could be declared final |
| 49084 |
src/com/gps/utilities/DateUtils.java |
73 |
Avoid declaring a variable if it is unreferenced before a possible exit point. |
| 49085 |
src/com/gps/utilities/DateUtils.java |
73 |
Avoid unused local variables such as 'milis2'. |
| 49086 |
src/com/gps/utilities/DateUtils.java |
73 |
Found 'DU'-anomaly for variable 'milis2' (lines '73'-'83'). |
| 49087 |
src/com/gps/utilities/DateUtils.java |
73 |
Local variable 'milis2' could be declared final |
| 49088 |
src/com/gps/utilities/DateUtils.java |
76 |
Local variable 'diff' could be declared final |
| 49089 |
src/com/gps/utilities/DateUtils.java |
78 |
Local variable 'diffDays' could be declared final |
| 49090 |
src/com/gps/utilities/DateUtils.java |
85 |
Parameter 'end' is not assigned and could be declared final |
| 49091 |
src/com/gps/utilities/DateUtils.java |
85 |
Parameter 'start' is not assigned and could be declared final |
| 49092 |
src/com/gps/utilities/DateUtils.java |
85 |
publicMethodCommentRequirement Required |
| 49093 |
src/com/gps/utilities/DateUtils.java |
86 |
Found 'DD'-anomaly for variable 'check' (lines '86'-'102'). |
| 49094 |
src/com/gps/utilities/DateUtils.java |
86 |
Found 'DD'-anomaly for variable 'check' (lines '86'-'106'). |
| 49095 |
src/com/gps/utilities/DateUtils.java |
87 |
Avoid variables with short names like c1 |
| 49096 |
src/com/gps/utilities/DateUtils.java |
87 |
Local variable 'c1' could be declared final |
| 49097 |
src/com/gps/utilities/DateUtils.java |
88 |
Avoid variables with short names like c2 |
| 49098 |
src/com/gps/utilities/DateUtils.java |
88 |
Local variable 'c2' could be declared final |
| 49099 |
src/com/gps/utilities/DateUtils.java |
90 |
Potential violation of Law of Demeter (object not created locally) |
| 49100 |
src/com/gps/utilities/DateUtils.java |
91 |
Potential violation of Law of Demeter (object not created locally) |
| 49101 |
src/com/gps/utilities/DateUtils.java |
92 |
Local variable 'milis1' could be declared final |
| 49102 |
src/com/gps/utilities/DateUtils.java |
92 |
Potential violation of Law of Demeter (object not created locally) |
| 49103 |
src/com/gps/utilities/DateUtils.java |
93 |
Local variable 'milis2' could be declared final |
| 49104 |
src/com/gps/utilities/DateUtils.java |
93 |
Potential violation of Law of Demeter (object not created locally) |
| 49105 |
src/com/gps/utilities/DateUtils.java |
96 |
Local variable 'diff' could be declared final |
| 49106 |
src/com/gps/utilities/DateUtils.java |
98 |
Local variable 'diffDays' could be declared final |
| 49107 |
src/com/gps/utilities/DateUtils.java |
100 |
Avoid using Literals in Conditional Statements |
| 49108 |
src/com/gps/utilities/DateUtils.java |
111 |
Avoid variables with short names like d1 |
| 49109 |
src/com/gps/utilities/DateUtils.java |
111 |
Avoid variables with short names like d2 |
| 49110 |
src/com/gps/utilities/DateUtils.java |
111 |
Parameter 'd1' is not assigned and could be declared final |
| 49111 |
src/com/gps/utilities/DateUtils.java |
111 |
Parameter 'd2' is not assigned and could be declared final |
| 49112 |
src/com/gps/utilities/DateUtils.java |
111 |
publicMethodCommentRequirement Required |
| 49113 |
src/com/gps/utilities/DateUtils.java |
117 |
Parameter 'count' is not assigned and could be declared final |
| 49114 |
src/com/gps/utilities/DateUtils.java |
117 |
Parameter 'end' is not assigned and could be declared final |
| 49115 |
src/com/gps/utilities/DateUtils.java |
117 |
Parameter 'start' is not assigned and could be declared final |
| 49116 |
src/com/gps/utilities/DateUtils.java |
117 |
publicMethodCommentRequirement Required |
| 49117 |
src/com/gps/utilities/DateUtils.java |
119 |
Local variable 'sdfDestination_24' could be declared final |
| 49118 |
src/com/gps/utilities/DateUtils.java |
119 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'sdfDestination_24' is not final. |
| 49119 |
src/com/gps/utilities/DateUtils.java |
119 |
The String literal "yyyy-MM-dd HH:mm:ss" appears 7 times in this file; the first occurrence is on line 119 |
| 49120 |
src/com/gps/utilities/DateUtils.java |
119 |
When instantiating a SimpleDateFormat object, specify a Locale |
| 49121 |
src/com/gps/utilities/DateUtils.java |
120 |
Avoid variables with short names like i |
| 49122 |
src/com/gps/utilities/DateUtils.java |
120 |
Found 'DD'-anomaly for variable 'i' (lines '120'-'126'). |
| 49123 |
src/com/gps/utilities/DateUtils.java |
121 |
Found 'DD'-anomaly for variable 'dateDays' (lines '121'-'125'). |
| 49124 |
src/com/gps/utilities/DateUtils.java |
122 |
Avoid variables with short names like c1 |
| 49125 |
src/com/gps/utilities/DateUtils.java |
122 |
Local variable 'c1' could be declared final |
| 49126 |
src/com/gps/utilities/DateUtils.java |
123 |
Potential violation of Law of Demeter (object not created locally) |
| 49127 |
src/com/gps/utilities/DateUtils.java |
124 |
Potential violation of Law of Demeter (object not created locally) |
| 49128 |
src/com/gps/utilities/DateUtils.java |
125 |
Found 'DD'-anomaly for variable 'dateDays' (lines '125'-'129'). |
| 49129 |
src/com/gps/utilities/DateUtils.java |
125 |
Potential violation of Law of Demeter (object not created locally) |
| 49130 |
src/com/gps/utilities/DateUtils.java |
125 |
Potential violation of Law of Demeter (object not created locally) |
| 49131 |
src/com/gps/utilities/DateUtils.java |
128 |
Potential violation of Law of Demeter (object not created locally) |
| 49132 |
src/com/gps/utilities/DateUtils.java |
129 |
Found 'DD'-anomaly for variable 'dateDays' (lines '129'-'129'). |
| 49133 |
src/com/gps/utilities/DateUtils.java |
129 |
Potential violation of Law of Demeter (object not created locally) |
| 49134 |
src/com/gps/utilities/DateUtils.java |
129 |
Potential violation of Law of Demeter (object not created locally) |
| 49135 |
src/com/gps/utilities/DateUtils.java |
134 |
Method names should not contain underscores |
| 49136 |
src/com/gps/utilities/DateUtils.java |
134 |
Parameter 'date' is not assigned and could be declared final |
| 49137 |
src/com/gps/utilities/DateUtils.java |
134 |
publicMethodCommentRequirement Required |
| 49138 |
src/com/gps/utilities/DateUtils.java |
137 |
Local variable 'formatter' could be declared final |
| 49139 |
src/com/gps/utilities/DateUtils.java |
137 |
When instantiating a SimpleDateFormat object, specify a Locale |
| 49140 |
src/com/gps/utilities/DateUtils.java |
138 |
Avoid declaring a variable if it is unreferenced before a possible exit point. |
| 49141 |
src/com/gps/utilities/DateUtils.java |
138 |
Avoid unused local variables such as 'sdfDestination_24'. |
| 49142 |
src/com/gps/utilities/DateUtils.java |
138 |
Found 'DU'-anomaly for variable 'sdfDestination_24' (lines '138'-'152'). |
| 49143 |
src/com/gps/utilities/DateUtils.java |
138 |
Local variable 'sdfDestination_24' could be declared final |
| 49144 |
src/com/gps/utilities/DateUtils.java |
138 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'sdfDestination_24' is not final. |
| 49145 |
src/com/gps/utilities/DateUtils.java |
138 |
When instantiating a SimpleDateFormat object, specify a Locale |
| 49146 |
src/com/gps/utilities/DateUtils.java |
139 |
Found 'DD'-anomaly for variable 'ddate' (lines '139'-'144'). |
| 49147 |
src/com/gps/utilities/DateUtils.java |
140 |
Found 'DD'-anomaly for variable 'tdate' (lines '140'-'145'). |
| 49148 |
src/com/gps/utilities/DateUtils.java |
148 |
Avoid printStackTrace(); use a logger call instead. |
| 49149 |
src/com/gps/utilities/DateUtils.java |
155 |
Method names should not contain underscores |
| 49150 |
src/com/gps/utilities/DateUtils.java |
155 |
Parameter 'date' is not assigned and could be declared final |
| 49151 |
src/com/gps/utilities/DateUtils.java |
156 |
Local variable 'sdfDestination_24' could be declared final |
| 49152 |
src/com/gps/utilities/DateUtils.java |
156 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'sdfDestination_24' is not final. |
| 49153 |
src/com/gps/utilities/DateUtils.java |
156 |
When instantiating a SimpleDateFormat object, specify a Locale |
| 49154 |
src/com/gps/utilities/DateUtils.java |
157 |
Found 'DD'-anomaly for variable 'string_date' (lines '157'-'166'). |
| 49155 |
src/com/gps/utilities/DateUtils.java |
157 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'string_date' is not final. |
| 49156 |
src/com/gps/utilities/DateUtils.java |
158 |
Avoid variables with short names like c1 |
| 49157 |
src/com/gps/utilities/DateUtils.java |
158 |
Local variable 'c1' could be declared final |
| 49158 |
src/com/gps/utilities/DateUtils.java |
161 |
Potential violation of Law of Demeter (object not created locally) |
| 49159 |
src/com/gps/utilities/DateUtils.java |
162 |
Potential violation of Law of Demeter (object not created locally) |
| 49160 |
src/com/gps/utilities/DateUtils.java |
163 |
Potential violation of Law of Demeter (object not created locally) |
| 49161 |
src/com/gps/utilities/DateUtils.java |
164 |
Potential violation of Law of Demeter (object not created locally) |
| 49162 |
src/com/gps/utilities/DateUtils.java |
165 |
Potential violation of Law of Demeter (object not created locally) |
| 49163 |
src/com/gps/utilities/DateUtils.java |
166 |
Potential violation of Law of Demeter (object not created locally) |
| 49164 |
src/com/gps/utilities/DateUtils.java |
166 |
Potential violation of Law of Demeter (object not created locally) |
| 49165 |
src/com/gps/utilities/DateUtils.java |
167 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 49166 |
src/com/gps/utilities/DateUtils.java |
169 |
Avoid printStackTrace(); use a logger call instead. |
| 49167 |
src/com/gps/utilities/DateUtils.java |
169 |
Potential violation of Law of Demeter (object not created locally) |
| 49168 |
src/com/gps/utilities/DateUtils.java |
174 |
Avoid variables with short names like t |
| 49169 |
src/com/gps/utilities/DateUtils.java |
174 |
Parameter 't' is not assigned and could be declared final |
| 49170 |
src/com/gps/utilities/DateUtils.java |
174 |
publicMethodCommentRequirement Required |
| 49171 |
src/com/gps/utilities/DateUtils.java |
177 |
Local variable 'tOld' could be declared final |
| 49172 |
src/com/gps/utilities/DateUtils.java |
179 |
Avoid using Literals in Conditional Statements |
| 49173 |
src/com/gps/utilities/DateUtils.java |
179 |
Avoid using if statements without curly braces |
| 49174 |
src/com/gps/utilities/DateUtils.java |
179 |
Potential violation of Law of Demeter (object not created locally) |
| 49175 |
src/com/gps/utilities/DateUtils.java |
180 |
A method should have only one exit point, and that should be the last statement in the method |
| 49176 |
src/com/gps/utilities/DateUtils.java |
182 |
Local variable 'tNew' could be declared final |
| 49177 |
src/com/gps/utilities/DateUtils.java |
182 |
Potential violation of Law of Demeter (object not created locally) |
| 49178 |
src/com/gps/utilities/DateUtils.java |
183 |
Potential violation of Law of Demeter (object not created locally) |
| 49179 |
src/com/gps/utilities/DateUtils.java |
184 |
Potential violation of Law of Demeter (object not created locally) |
| 49180 |
src/com/gps/utilities/DateUtils.java |
185 |
Potential violation of Law of Demeter (object not created locally) |
| 49181 |
src/com/gps/utilities/DateUtils.java |
186 |
Potential violation of Law of Demeter (object not created locally) |
| 49182 |
src/com/gps/utilities/DateUtils.java |
187 |
Potential violation of Law of Demeter (object not created locally) |
| 49183 |
src/com/gps/utilities/DateUtils.java |
192 |
Parameter 'date' is not assigned and could be declared final |
| 49184 |
src/com/gps/utilities/DateUtils.java |
194 |
Local variable 'util' could be declared final |
| 49185 |
src/com/gps/utilities/DateUtils.java |
195 |
Found 'DD'-anomaly for variable 'int_day' (lines '195'-'205'). |
| 49186 |
src/com/gps/utilities/DateUtils.java |
195 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'int_day' is not final. |
| 49187 |
src/com/gps/utilities/DateUtils.java |
196 |
Found 'DD'-anomaly for variable 'day' (lines '196'-'209'). |
| 49188 |
src/com/gps/utilities/DateUtils.java |
196 |
Found 'DD'-anomaly for variable 'day' (lines '196'-'213'). |
| 49189 |
src/com/gps/utilities/DateUtils.java |
196 |
Found 'DD'-anomaly for variable 'day' (lines '196'-'217'). |
| 49190 |
src/com/gps/utilities/DateUtils.java |
196 |
Found 'DD'-anomaly for variable 'day' (lines '196'-'221'). |
| 49191 |
src/com/gps/utilities/DateUtils.java |
196 |
Found 'DD'-anomaly for variable 'day' (lines '196'-'225'). |
| 49192 |
src/com/gps/utilities/DateUtils.java |
196 |
Found 'DD'-anomaly for variable 'day' (lines '196'-'229'). |
| 49193 |
src/com/gps/utilities/DateUtils.java |
196 |
Found 'DD'-anomaly for variable 'day' (lines '196'-'233'). |
| 49194 |
src/com/gps/utilities/DateUtils.java |
197 |
Found 'DD'-anomaly for variable 'tdate' (lines '197'-'202'). |
| 49195 |
src/com/gps/utilities/DateUtils.java |
198 |
Avoid variables with short names like c1 |
| 49196 |
src/com/gps/utilities/DateUtils.java |
198 |
Local variable 'c1' could be declared final |
| 49197 |
src/com/gps/utilities/DateUtils.java |
199 |
Avoid declaring a variable if it is unreferenced before a possible exit point. |
| 49198 |
src/com/gps/utilities/DateUtils.java |
199 |
Avoid unused local variables such as 'sdfDestination_24'. |
| 49199 |
src/com/gps/utilities/DateUtils.java |
199 |
Found 'DU'-anomaly for variable 'sdfDestination_24' (lines '199'-'242'). |
| 49200 |
src/com/gps/utilities/DateUtils.java |
199 |
Local variable 'sdfDestination_24' could be declared final |
| 49201 |
src/com/gps/utilities/DateUtils.java |
199 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'sdfDestination_24' is not final. |
| 49202 |
src/com/gps/utilities/DateUtils.java |
199 |
When instantiating a SimpleDateFormat object, specify a Locale |
| 49203 |
src/com/gps/utilities/DateUtils.java |
202 |
Potential violation of Law of Demeter (object not created locally) |
| 49204 |
src/com/gps/utilities/DateUtils.java |
203 |
Potential violation of Law of Demeter (object not created locally) |
| 49205 |
src/com/gps/utilities/DateUtils.java |
204 |
Potential violation of Law of Demeter (object not created locally) |
| 49206 |
src/com/gps/utilities/DateUtils.java |
205 |
Potential violation of Law of Demeter (object not created locally) |
| 49207 |
src/com/gps/utilities/DateUtils.java |
207 |
Avoid using Literals in Conditional Statements |
| 49208 |
src/com/gps/utilities/DateUtils.java |
209 |
Found 'DD'-anomaly for variable 'day' (lines '209'-'213'). |
| 49209 |
src/com/gps/utilities/DateUtils.java |
209 |
Found 'DD'-anomaly for variable 'day' (lines '209'-'217'). |
| 49210 |
src/com/gps/utilities/DateUtils.java |
209 |
Found 'DD'-anomaly for variable 'day' (lines '209'-'221'). |
| 49211 |
src/com/gps/utilities/DateUtils.java |
209 |
Found 'DD'-anomaly for variable 'day' (lines '209'-'225'). |
| 49212 |
src/com/gps/utilities/DateUtils.java |
209 |
Found 'DD'-anomaly for variable 'day' (lines '209'-'229'). |
| 49213 |
src/com/gps/utilities/DateUtils.java |
209 |
Found 'DD'-anomaly for variable 'day' (lines '209'-'233'). |
| 49214 |
src/com/gps/utilities/DateUtils.java |
211 |
Avoid using Literals in Conditional Statements |
| 49215 |
src/com/gps/utilities/DateUtils.java |
213 |
Found 'DD'-anomaly for variable 'day' (lines '213'-'217'). |
| 49216 |
src/com/gps/utilities/DateUtils.java |
213 |
Found 'DD'-anomaly for variable 'day' (lines '213'-'221'). |
| 49217 |
src/com/gps/utilities/DateUtils.java |
213 |
Found 'DD'-anomaly for variable 'day' (lines '213'-'225'). |
| 49218 |
src/com/gps/utilities/DateUtils.java |
213 |
Found 'DD'-anomaly for variable 'day' (lines '213'-'229'). |
| 49219 |
src/com/gps/utilities/DateUtils.java |
213 |
Found 'DD'-anomaly for variable 'day' (lines '213'-'233'). |
| 49220 |
src/com/gps/utilities/DateUtils.java |
215 |
Avoid using Literals in Conditional Statements |
| 49221 |
src/com/gps/utilities/DateUtils.java |
217 |
Found 'DD'-anomaly for variable 'day' (lines '217'-'221'). |
| 49222 |
src/com/gps/utilities/DateUtils.java |
217 |
Found 'DD'-anomaly for variable 'day' (lines '217'-'225'). |
| 49223 |
src/com/gps/utilities/DateUtils.java |
217 |
Found 'DD'-anomaly for variable 'day' (lines '217'-'229'). |
| 49224 |
src/com/gps/utilities/DateUtils.java |
217 |
Found 'DD'-anomaly for variable 'day' (lines '217'-'233'). |
| 49225 |
src/com/gps/utilities/DateUtils.java |
219 |
Avoid using Literals in Conditional Statements |
| 49226 |
src/com/gps/utilities/DateUtils.java |
221 |
Found 'DD'-anomaly for variable 'day' (lines '221'-'225'). |
| 49227 |
src/com/gps/utilities/DateUtils.java |
221 |
Found 'DD'-anomaly for variable 'day' (lines '221'-'229'). |
| 49228 |
src/com/gps/utilities/DateUtils.java |
221 |
Found 'DD'-anomaly for variable 'day' (lines '221'-'233'). |
| 49229 |
src/com/gps/utilities/DateUtils.java |
223 |
Avoid using Literals in Conditional Statements |
| 49230 |
src/com/gps/utilities/DateUtils.java |
225 |
Found 'DD'-anomaly for variable 'day' (lines '225'-'229'). |
| 49231 |
src/com/gps/utilities/DateUtils.java |
225 |
Found 'DD'-anomaly for variable 'day' (lines '225'-'233'). |
| 49232 |
src/com/gps/utilities/DateUtils.java |
227 |
Avoid using Literals in Conditional Statements |
| 49233 |
src/com/gps/utilities/DateUtils.java |
229 |
Found 'DD'-anomaly for variable 'day' (lines '229'-'233'). |
| 49234 |
src/com/gps/utilities/DateUtils.java |
231 |
Avoid using Literals in Conditional Statements |
| 49235 |
src/com/gps/utilities/DateUtils.java |
237 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 49236 |
src/com/gps/utilities/DateUtils.java |
237 |
Avoid empty catch blocks |
| 49237 |
src/com/gps/utilities/DateUtils.java |
243 |
Method names should not contain underscores |
| 49238 |
src/com/gps/utilities/DateUtils.java |
243 |
Parameter 'date' is not assigned and could be declared final |
| 49239 |
src/com/gps/utilities/DateUtils.java |
243 |
publicMethodCommentRequirement Required |
| 49240 |
src/com/gps/utilities/DateUtils.java |
245 |
Avoid declaring a variable if it is unreferenced before a possible exit point. |
| 49241 |
src/com/gps/utilities/DateUtils.java |
245 |
Avoid unused local variables such as 'after30'. |
| 49242 |
src/com/gps/utilities/DateUtils.java |
245 |
Found 'DU'-anomaly for variable 'after30' (lines '245'-'262'). |
| 49243 |
src/com/gps/utilities/DateUtils.java |
245 |
Local variable 'after30' could be declared final |
| 49244 |
src/com/gps/utilities/DateUtils.java |
246 |
Avoid declaring a variable if it is unreferenced before a possible exit point. |
| 49245 |
src/com/gps/utilities/DateUtils.java |
246 |
Avoid unused local variables such as 'formatter'. |
| 49246 |
src/com/gps/utilities/DateUtils.java |
246 |
Found 'DU'-anomaly for variable 'formatter' (lines '246'-'262'). |
| 49247 |
src/com/gps/utilities/DateUtils.java |
246 |
Local variable 'formatter' could be declared final |
| 49248 |
src/com/gps/utilities/DateUtils.java |
246 |
When instantiating a SimpleDateFormat object, specify a Locale |
| 49249 |
src/com/gps/utilities/DateUtils.java |
247 |
Avoid declaring a variable if it is unreferenced before a possible exit point. |
| 49250 |
src/com/gps/utilities/DateUtils.java |
247 |
Avoid excessively long variable names like dateAfterCurrentDate_30 |
| 49251 |
src/com/gps/utilities/DateUtils.java |
247 |
Avoid unused local variables such as 'dateAfterCurrentDate_30'. |
| 49252 |
src/com/gps/utilities/DateUtils.java |
247 |
Found 'DU'-anomaly for variable 'dateAfterCurrentDate_30' (lines '247'-'262'). |
| 49253 |
src/com/gps/utilities/DateUtils.java |
247 |
Local variable 'dateAfterCurrentDate_30' could be declared final |
| 49254 |
src/com/gps/utilities/DateUtils.java |
247 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'dateAfterCurrentDate_30' is not final. |
| 49255 |
src/com/gps/utilities/DateUtils.java |
248 |
Local variable 'sdfDestination_24' could be declared final |
| 49256 |
src/com/gps/utilities/DateUtils.java |
248 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'sdfDestination_24' is not final. |
| 49257 |
src/com/gps/utilities/DateUtils.java |
248 |
When instantiating a SimpleDateFormat object, specify a Locale |
| 49258 |
src/com/gps/utilities/DateUtils.java |
249 |
Local variable 'calendar' could be declared final |
| 49259 |
src/com/gps/utilities/DateUtils.java |
253 |
Local variable 'current_after30' could be declared final |
| 49260 |
src/com/gps/utilities/DateUtils.java |
253 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'current_after30' is not final. |
| 49261 |
src/com/gps/utilities/DateUtils.java |
264 |
Parameter 'date' is not assigned and could be declared final |
| 49262 |
src/com/gps/utilities/DateUtils.java |
264 |
Parameter 'duration' is not assigned and could be declared final |
| 49263 |
src/com/gps/utilities/DateUtils.java |
264 |
publicMethodCommentRequirement Required |
| 49264 |
src/com/gps/utilities/DateUtils.java |
266 |
Avoid declaring a variable if it is unreferenced before a possible exit point. |
| 49265 |
src/com/gps/utilities/DateUtils.java |
266 |
Avoid unused local variables such as 'format'. |
| 49266 |
src/com/gps/utilities/DateUtils.java |
266 |
Found 'DU'-anomaly for variable 'format' (lines '266'-'273'). |
| 49267 |
src/com/gps/utilities/DateUtils.java |
266 |
Local variable 'format' could be declared final |
| 49268 |
src/com/gps/utilities/DateUtils.java |
266 |
When instantiating a SimpleDateFormat object, specify a Locale |
| 49269 |
src/com/gps/utilities/DateUtils.java |
267 |
Local variable 'cal' could be declared final |
| 49270 |
src/com/gps/utilities/LoggerStackTraceUtil.java |
7 |
All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning. |
| 49271 |
src/com/gps/utilities/LoggerStackTraceUtil.java |
7 |
headerCommentRequirement Required |
| 49272 |
src/com/gps/utilities/LoggerStackTraceUtil.java |
9 |
The Logger variable declaration does not contain the static and final modifiers |
| 49273 |
src/com/gps/utilities/LoggerStackTraceUtil.java |
9 |
fieldCommentRequirement Required |
| 49274 |
src/com/gps/utilities/LoggerStackTraceUtil.java |
12 |
Avoid variables with short names like th |
| 49275 |
src/com/gps/utilities/LoggerStackTraceUtil.java |
12 |
Parameter 'th' is not assigned and could be declared final |
| 49276 |
src/com/gps/utilities/LoggerStackTraceUtil.java |
12 |
publicMethodCommentRequirement Required |
| 49277 |
src/com/gps/utilities/LoggerStackTraceUtil.java |
17 |
Local variable 'aryError' could be declared final |
| 49278 |
src/com/gps/utilities/LoggerStackTraceUtil.java |
19 |
Potential violation of Law of Demeter (method chain calls) |
| 49279 |
src/com/gps/utilities/LoggerStackTraceUtil.java |
19 |
Potential violation of Law of Demeter (method chain calls) |
| 49280 |
src/com/gps/utilities/LoggerStackTraceUtil.java |
19 |
Potential violation of Law of Demeter (method chain calls) |
| 49281 |
src/com/gps/utilities/LoggerStackTraceUtil.java |
19 |
Potential violation of Law of Demeter (method chain calls) |
| 49282 |
src/com/gps/utilities/LoggerStackTraceUtil.java |
19 |
There is log block not surrounded by if |
| 49283 |
src/com/gps/utilities/LoggerStackTraceUtil.java |
21 |
Avoid using Literals in Conditional Statements |
| 49284 |
src/com/gps/utilities/LoggerStackTraceUtil.java |
24 |
Potential violation of Law of Demeter (method chain calls) |
| 49285 |
src/com/gps/utilities/LoggerStackTraceUtil.java |
24 |
Potential violation of Law of Demeter (method chain calls) |
| 49286 |
src/com/gps/utilities/LoggerStackTraceUtil.java |
24 |
Potential violation of Law of Demeter (method chain calls) |
| 49287 |
src/com/gps/utilities/LoggerStackTraceUtil.java |
24 |
Potential violation of Law of Demeter (method chain calls) |
| 49288 |
src/com/gps/utilities/LoggerStackTraceUtil.java |
24 |
There is log block not surrounded by if |
| 49289 |
src/com/gps/utilities/LoggerStackTraceUtil.java |
28 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 49290 |
src/com/gps/utilities/MapUtils.java |
12 |
headerCommentRequirement Required |
| 49291 |
src/com/gps/utilities/MapUtils.java |
14 |
fieldCommentRequirement Required |
| 49292 |
src/com/gps/utilities/MapUtils.java |
15 |
fieldCommentRequirement Required |
| 49293 |
src/com/gps/utilities/MapUtils.java |
16 |
Avoid unused private fields such as 'log'. |
| 49294 |
src/com/gps/utilities/MapUtils.java |
16 |
The Logger variable declaration does not contain the static and final modifiers |
| 49295 |
src/com/gps/utilities/MapUtils.java |
16 |
fieldCommentRequirement Required |
| 49296 |
src/com/gps/utilities/MapUtils.java |
17 |
publicMethodCommentRequirement Required |
| 49297 |
src/com/gps/utilities/MapUtils.java |
21 |
Parameter 'point' is not assigned and could be declared final |
| 49298 |
src/com/gps/utilities/MapUtils.java |
21 |
publicMethodCommentRequirement Required |
| 49299 |
src/com/gps/utilities/MapUtils.java |
24 |
publicMethodCommentRequirement Required |
| 49300 |
src/com/gps/utilities/MapUtils.java |
27 |
Parameter 'points' is not assigned and could be declared final |
| 49301 |
src/com/gps/utilities/MapUtils.java |
27 |
publicMethodCommentRequirement Required |
| 49302 |
src/com/gps/utilities/MapUtils.java |
36 |
Parameter 'point1' is not assigned and could be declared final |
| 49303 |
src/com/gps/utilities/MapUtils.java |
36 |
Parameter 'point2' is not assigned and could be declared final |
| 49304 |
src/com/gps/utilities/MapUtils.java |
38 |
Avoid variables with short names like R |
| 49305 |
src/com/gps/utilities/MapUtils.java |
38 |
Local variable 'R' could be declared final |
| 49306 |
src/com/gps/utilities/MapUtils.java |
38 |
Variables should start with a lowercase character, 'R' starts with uppercase character. |
| 49307 |
src/com/gps/utilities/MapUtils.java |
39 |
Local variable 'lon1' could be declared final |
| 49308 |
src/com/gps/utilities/MapUtils.java |
40 |
Local variable 'lat1' could be declared final |
| 49309 |
src/com/gps/utilities/MapUtils.java |
41 |
Local variable 'lon2' could be declared final |
| 49310 |
src/com/gps/utilities/MapUtils.java |
42 |
Local variable 'lat2' could be declared final |
| 49311 |
src/com/gps/utilities/MapUtils.java |
43 |
Local variable 'deltaLat' could be declared final |
| 49312 |
src/com/gps/utilities/MapUtils.java |
44 |
Local variable 'deltaLon' could be declared final |
| 49313 |
src/com/gps/utilities/MapUtils.java |
45 |
Local variable 'step1' could be declared final |
| 49314 |
src/com/gps/utilities/MapUtils.java |
46 |
Local variable 'step2' could be declared final |
| 49315 |
src/com/gps/utilities/MyLogger.java |
5 |
Unnecessary use of fully qualified name 'org.apache.log4j.Logger' due to existing import 'org.apache.log4j.Logger' |
| 49316 |
src/com/gps/utilities/MyLogger.java |
5 |
headerCommentRequirement Required |
| 49317 |
src/com/gps/utilities/MyLogger.java |
6 |
All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning. |
| 49318 |
src/com/gps/utilities/MyLogger.java |
7 |
The Logger variable declaration does not contain the static and final modifiers |
| 49319 |
src/com/gps/utilities/MyLogger.java |
7 |
fieldCommentRequirement Required |
| 49320 |
src/com/gps/utilities/MyLogger.java |
8 |
Parameter 'arg0' is not assigned and could be declared final |
| 49321 |
src/com/gps/utilities/MyLogger.java |
8 |
protectedMethodCommentRequirement Required |
| 49322 |
src/com/gps/utilities/MyLogger.java |
14 |
publicMethodCommentRequirement Required |
| 49323 |
src/com/gps/utilities/MyLogger.java |
20 |
Parameter 'strMessage' is not assigned and could be declared final |
| 49324 |
src/com/gps/utilities/MyLogger.java |
20 |
Use explicit scoping instead of the default package private level |
| 49325 |
src/com/gps/utilities/MyLogger.java |
22 |
System.out.print is used |
| 49326 |
src/com/gps/utilities/PropertyConfigurator.java |
6 |
headerCommentRequirement Required |
| 49327 |
src/com/gps/utilities/PropertyConfigurator.java |
8 |
Parameter 'filename' is not assigned and could be declared final |
| 49328 |
src/com/gps/utilities/PropertyConfigurator.java |
8 |
publicMethodCommentRequirement Required |
| 49329 |
src/com/gps/utilities/PropertyConfigurator.java |
11 |
Local variable 'properties' could be declared final |
| 49330 |
src/com/gps/utilities/PropertyConfigurator.java |
12 |
Potential violation of Law of Demeter (method chain calls) |
| 49331 |
src/com/gps/utilities/PropertyConfigurator.java |
12 |
Potential violation of Law of Demeter (method chain calls) |
| 49332 |
src/com/gps/utilities/PropertyConfigurator.java |
17 |
Parameter 'args' is not assigned and could be declared final |
| 49333 |
src/com/gps/utilities/PropertyConfigurator.java |
17 |
publicMethodCommentRequirement Required |
| 49334 |
src/com/gps/utilities/PropertyConfigurator.java |
20 |
Avoid unused local variables such as 'props'. |
| 49335 |
src/com/gps/utilities/PropertyConfigurator.java |
20 |
Found 'DU'-anomaly for variable 'props' (lines '20'-'21'). |
| 49336 |
src/com/gps/utilities/PropertyConfigurator.java |
20 |
Local variable 'props' could be declared final |
| 49337 |
src/com/gps/utilities/QueryParameters.java |
3 |
Each class should declare at least one constructor |
| 49338 |
src/com/gps/utilities/QueryParameters.java |
3 |
headerCommentRequirement Required |
| 49339 |
src/com/gps/utilities/QueryParameters.java |
5 |
Variables that are final and static should be all capitals, 'OrganizationId' is not all capitals. |
| 49340 |
src/com/gps/utilities/QueryParameters.java |
5 |
fieldCommentRequirement Required |
| 49341 |
src/com/gps/utilities/QueryParameters.java |
6 |
Variables that are final and static should be all capitals, 'OrganizationName' is not all capitals. |
| 49342 |
src/com/gps/utilities/QueryParameters.java |
6 |
fieldCommentRequirement Required |
| 49343 |
src/com/gps/utilities/QueryParameters.java |
7 |
Variables that are final and static should be all capitals, 'TripParamIDStart' is not all capitals. |
| 49344 |
src/com/gps/utilities/QueryParameters.java |
7 |
fieldCommentRequirement Required |
| 49345 |
src/com/gps/utilities/QueryParameters.java |
8 |
Variables that are final and static should be all capitals, 'TripParamIDEnd' is not all capitals. |
| 49346 |
src/com/gps/utilities/QueryParameters.java |
8 |
fieldCommentRequirement Required |
| 49347 |
src/com/gps/utilities/QueryParameters.java |
9 |
Variables that are final and static should be all capitals, 'tripId' is not all capitals. |
| 49348 |
src/com/gps/utilities/QueryParameters.java |
9 |
fieldCommentRequirement Required |
| 49349 |
src/com/gps/utilities/QueryParameters.java |
10 |
Variables that are final and static should be all capitals, 'creationTimeTo' is not all capitals. |
| 49350 |
src/com/gps/utilities/QueryParameters.java |
10 |
fieldCommentRequirement Required |
| 49351 |
src/com/gps/utilities/QueryParameters.java |
11 |
Variables that are final and static should be all capitals, 'creationTimeFrom' is not all capitals. |
| 49352 |
src/com/gps/utilities/QueryParameters.java |
11 |
fieldCommentRequirement Required |
| 49353 |
src/com/gps/utilities/QueryParameters.java |
12 |
Variables that are final and static should be all capitals, 'eventCode' is not all capitals. |
| 49354 |
src/com/gps/utilities/QueryParameters.java |
12 |
fieldCommentRequirement Required |
| 49355 |
src/com/gps/utilities/QueryParameters.java |
13 |
Variables that are final and static should be all capitals, 'vehicleId' is not all capitals. |
| 49356 |
src/com/gps/utilities/QueryParameters.java |
13 |
fieldCommentRequirement Required |
| 49357 |
src/com/gps/utilities/QueryParameters.java |
14 |
Variables that are final and static should be all capitals, 'fenceSessionAM' is not all capitals. |
| 49358 |
src/com/gps/utilities/QueryParameters.java |
14 |
fieldCommentRequirement Required |
| 49359 |
src/com/gps/utilities/QueryParameters.java |
15 |
Variables that are final and static should be all capitals, 'fenceSessionBOTH' is not all capitals. |
| 49360 |
src/com/gps/utilities/QueryParameters.java |
15 |
fieldCommentRequirement Required |
| 49361 |
src/com/gps/utilities/QueryParameters.java |
16 |
Variables that are final and static should be all capitals, 'landmarkStarting' is not all capitals. |
| 49362 |
src/com/gps/utilities/QueryParameters.java |
16 |
fieldCommentRequirement Required |
| 49363 |
src/com/gps/utilities/QueryParameters.java |
17 |
Variables that are final and static should be all capitals, 'landmarkSchool' is not all capitals. |
| 49364 |
src/com/gps/utilities/QueryParameters.java |
17 |
fieldCommentRequirement Required |
| 49365 |
src/com/gps/utilities/QueryParameters.java |
18 |
Variables that are final and static should be all capitals, 'fenceSessionPM' is not all capitals. |
| 49366 |
src/com/gps/utilities/QueryParameters.java |
18 |
fieldCommentRequirement Required |
| 49367 |
src/com/gps/utilities/QueryParameters.java |
19 |
Variables that are final and static should be all capitals, 'userId' is not all capitals. |
| 49368 |
src/com/gps/utilities/QueryParameters.java |
19 |
fieldCommentRequirement Required |
| 49369 |
src/com/gps/utilities/QueryParameters.java |
20 |
Variables that are final and static should be all capitals, 'userGrade' is not all capitals. |
| 49370 |
src/com/gps/utilities/QueryParameters.java |
20 |
fieldCommentRequirement Required |
| 49371 |
src/com/gps/utilities/QueryParameters.java |
21 |
Variables that are final and static should be all capitals, 'fenceSession' is not all capitals. |
| 49372 |
src/com/gps/utilities/QueryParameters.java |
21 |
fieldCommentRequirement Required |
| 49373 |
src/com/gps/utilities/QueryParameters.java |
22 |
Variables that are final and static should be all capitals, 'reportDateFrom' is not all capitals. |
| 49374 |
src/com/gps/utilities/QueryParameters.java |
22 |
fieldCommentRequirement Required |
| 49375 |
src/com/gps/utilities/QueryParameters.java |
23 |
Variables that are final and static should be all capitals, 'reportDateTo' is not all capitals. |
| 49376 |
src/com/gps/utilities/QueryParameters.java |
23 |
fieldCommentRequirement Required |
| 49377 |
src/com/gps/utilities/QueryParameters.java |
24 |
Variables that are final and static should be all capitals, 'reportSession' is not all capitals. |
| 49378 |
src/com/gps/utilities/QueryParameters.java |
24 |
fieldCommentRequirement Required |
| 49379 |
src/com/gps/utilities/QueryParameters.java |
25 |
Variables that are final and static should be all capitals, 'geofenceId' is not all capitals. |
| 49380 |
src/com/gps/utilities/QueryParameters.java |
25 |
fieldCommentRequirement Required |
| 49381 |
src/com/gps/utilities/QueryParameters.java |
26 |
Avoid excessively long variable names like fenceReportDateFrom |
| 49382 |
src/com/gps/utilities/QueryParameters.java |
26 |
Variables that are final and static should be all capitals, 'fenceReportDateFrom' is not all capitals. |
| 49383 |
src/com/gps/utilities/QueryParameters.java |
26 |
fieldCommentRequirement Required |
| 49384 |
src/com/gps/utilities/QueryParameters.java |
27 |
Variables that are final and static should be all capitals, 'fenceReportDateTo' is not all capitals. |
| 49385 |
src/com/gps/utilities/QueryParameters.java |
27 |
fieldCommentRequirement Required |
| 49386 |
src/com/gps/utilities/QueryParameters.java |
28 |
Variables that are final and static should be all capitals, 'dateFrom' is not all capitals. |
| 49387 |
src/com/gps/utilities/QueryParameters.java |
28 |
fieldCommentRequirement Required |
| 49388 |
src/com/gps/utilities/QueryParameters.java |
29 |
Variables that are final and static should be all capitals, 'dateTo' is not all capitals. |
| 49389 |
src/com/gps/utilities/QueryParameters.java |
29 |
fieldCommentRequirement Required |
| 49390 |
src/com/gps/utilities/QueryParameters.java |
30 |
Variables that are final and static should be all capitals, 'firstName' is not all capitals. |
| 49391 |
src/com/gps/utilities/QueryParameters.java |
30 |
fieldCommentRequirement Required |
| 49392 |
src/com/gps/utilities/QueryParameters.java |
31 |
Variables that are final and static should be all capitals, 'dateTimeTo' is not all capitals. |
| 49393 |
src/com/gps/utilities/QueryParameters.java |
31 |
fieldCommentRequirement Required |
| 49394 |
src/com/gps/utilities/QueryParameters.java |
32 |
Variables that are final and static should be all capitals, 'dateTimeFrom' is not all capitals. |
| 49395 |
src/com/gps/utilities/QueryParameters.java |
32 |
fieldCommentRequirement Required |
| 49396 |
src/com/gps/utilities/QueryParameters.java |
33 |
Variables that are final and static should be all capitals, 'typeId' is not all capitals. |
| 49397 |
src/com/gps/utilities/QueryParameters.java |
33 |
fieldCommentRequirement Required |
| 49398 |
src/com/gps/utilities/QueryParameters.java |
34 |
Variables that are final and static should be all capitals, 'lastName' is not all capitals. |
| 49399 |
src/com/gps/utilities/QueryParameters.java |
34 |
fieldCommentRequirement Required |
| 49400 |
src/com/gps/utilities/QueryParameters.java |
35 |
Variables that are final and static should be all capitals, 'vehicles' is not all capitals. |
| 49401 |
src/com/gps/utilities/QueryParameters.java |
35 |
fieldCommentRequirement Required |
| 49402 |
src/com/gps/utilities/QueryParameters.java |
36 |
Variables that are final and static should be all capitals, 'regNo' is not all capitals. |
| 49403 |
src/com/gps/utilities/QueryParameters.java |
36 |
fieldCommentRequirement Required |
| 49404 |
src/com/gps/utilities/RevGeocodeDistance.java |
25 |
headerCommentRequirement Required |
| 49405 |
src/com/gps/utilities/RevGeocodeDistance.java |
26 |
Avoid using redundant field initializer for 'counter' |
| 49406 |
src/com/gps/utilities/RevGeocodeDistance.java |
26 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 49407 |
src/com/gps/utilities/RevGeocodeDistance.java |
26 |
fieldCommentRequirement Required |
| 49408 |
src/com/gps/utilities/RevGeocodeDistance.java |
27 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 49409 |
src/com/gps/utilities/RevGeocodeDistance.java |
27 |
fieldCommentRequirement Required |
| 49410 |
src/com/gps/utilities/RevGeocodeDistance.java |
28 |
Logger should be defined private static final and have the correct class |
| 49411 |
src/com/gps/utilities/RevGeocodeDistance.java |
28 |
Variables that are final and static should be all capitals, 'log' is not all capitals. |
| 49412 |
src/com/gps/utilities/RevGeocodeDistance.java |
28 |
fieldCommentRequirement Required |
| 49413 |
src/com/gps/utilities/RevGeocodeDistance.java |
29 |
Variables that are final and static should be all capitals, 'keyString' is not all capitals. |
| 49414 |
src/com/gps/utilities/RevGeocodeDistance.java |
29 |
fieldCommentRequirement Required |
| 49415 |
src/com/gps/utilities/RevGeocodeDistance.java |
30 |
Parameter 'LatLongs' is not assigned and could be declared final |
| 49416 |
src/com/gps/utilities/RevGeocodeDistance.java |
30 |
Return an empty array rather than null. |
| 49417 |
src/com/gps/utilities/RevGeocodeDistance.java |
30 |
Variables should start with a lowercase character, 'LatLongs' starts with uppercase character. |
| 49418 |
src/com/gps/utilities/RevGeocodeDistance.java |
30 |
publicMethodCommentRequirement Required |
| 49419 |
src/com/gps/utilities/RevGeocodeDistance.java |
32 |
Found 'DD'-anomaly for variable 'address' (lines '32'-'78'). |
| 49420 |
src/com/gps/utilities/RevGeocodeDistance.java |
33 |
Avoid excessively long variable names like GEOCODE_REQUEST_URL |
| 49421 |
src/com/gps/utilities/RevGeocodeDistance.java |
33 |
Found 'DD'-anomaly for variable 'GEOCODE_REQUEST_URL' (lines '33'-'39'). |
| 49422 |
src/com/gps/utilities/RevGeocodeDistance.java |
33 |
Found 'DU'-anomaly for variable 'GEOCODE_REQUEST_URL' (lines '33'-'95'). |
| 49423 |
src/com/gps/utilities/RevGeocodeDistance.java |
33 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'GEOCODE_REQUEST_URL' is not final. |
| 49424 |
src/com/gps/utilities/RevGeocodeDistance.java |
33 |
Variables should start with a lowercase character, 'GEOCODE_REQUEST_URL' starts with uppercase character. |
| 49425 |
src/com/gps/utilities/RevGeocodeDistance.java |
34 |
Found 'DD'-anomaly for variable 'method' (lines '34'-'51'). |
| 49426 |
src/com/gps/utilities/RevGeocodeDistance.java |
34 |
Found 'DU'-anomaly for variable 'method' (lines '34'-'95'). |
| 49427 |
src/com/gps/utilities/RevGeocodeDistance.java |
40 |
Avoid instantiating new objects inside loops |
| 49428 |
src/com/gps/utilities/RevGeocodeDistance.java |
40 |
Local variable 'urlBuilder' could be declared final |
| 49429 |
src/com/gps/utilities/RevGeocodeDistance.java |
41 |
Local variable 'url' could be declared final |
| 49430 |
src/com/gps/utilities/RevGeocodeDistance.java |
43 |
Comment is too large: Line too long |
| 49431 |
src/com/gps/utilities/RevGeocodeDistance.java |
44 |
Avoid instantiating new objects inside loops |
| 49432 |
src/com/gps/utilities/RevGeocodeDistance.java |
44 |
Local variable 'signUrl' could be declared final |
| 49433 |
src/com/gps/utilities/RevGeocodeDistance.java |
45 |
Local variable 'request' could be declared final |
| 49434 |
src/com/gps/utilities/RevGeocodeDistance.java |
45 |
Potential violation of Law of Demeter (object not created locally) |
| 49435 |
src/com/gps/utilities/RevGeocodeDistance.java |
48 |
Avoid instantiating new objects inside loops |
| 49436 |
src/com/gps/utilities/RevGeocodeDistance.java |
48 |
Local variable 'client' could be declared final |
| 49437 |
src/com/gps/utilities/RevGeocodeDistance.java |
51 |
Avoid instantiating new objects inside loops |
| 49438 |
src/com/gps/utilities/RevGeocodeDistance.java |
58 |
Avoid instantiating new objects inside loops |
| 49439 |
src/com/gps/utilities/RevGeocodeDistance.java |
62 |
Potential violation of Law of Demeter (object not created locally) |
| 49440 |
src/com/gps/utilities/RevGeocodeDistance.java |
65 |
Potential violation of Law of Demeter (object not created locally) |
| 49441 |
src/com/gps/utilities/RevGeocodeDistance.java |
65 |
There is log block not surrounded by if |
| 49442 |
src/com/gps/utilities/RevGeocodeDistance.java |
69 |
Local variable 'responseBody' could be declared final |
| 49443 |
src/com/gps/utilities/RevGeocodeDistance.java |
69 |
Potential violation of Law of Demeter (object not created locally) |
| 49444 |
src/com/gps/utilities/RevGeocodeDistance.java |
72 |
Avoid instantiating new objects inside loops |
| 49445 |
src/com/gps/utilities/RevGeocodeDistance.java |
72 |
Local variable 'result' could be declared final |
| 49446 |
src/com/gps/utilities/RevGeocodeDistance.java |
73 |
Avoid instantiating new objects inside loops |
| 49447 |
src/com/gps/utilities/RevGeocodeDistance.java |
73 |
Local variable 'obj' could be declared final |
| 49448 |
src/com/gps/utilities/RevGeocodeDistance.java |
74 |
Local variable 'resultsArray' could be declared final |
| 49449 |
src/com/gps/utilities/RevGeocodeDistance.java |
74 |
Potential violation of Law of Demeter (object not created locally) |
| 49450 |
src/com/gps/utilities/RevGeocodeDistance.java |
75 |
Avoid variables with short names like i |
| 49451 |
src/com/gps/utilities/RevGeocodeDistance.java |
75 |
Use one line for each declaration, it enhances code readability. |
| 49452 |
src/com/gps/utilities/RevGeocodeDistance.java |
76 |
Found 'DD'-anomaly for variable 'iterator' (lines '76'-'76'). |
| 49453 |
src/com/gps/utilities/RevGeocodeDistance.java |
76 |
Found 'DU'-anomaly for variable 'iterator' (lines '76'-'95'). |
| 49454 |
src/com/gps/utilities/RevGeocodeDistance.java |
76 |
Potential violation of Law of Demeter (object not created locally) |
| 49455 |
src/com/gps/utilities/RevGeocodeDistance.java |
76 |
Useless parentheses. |
| 49456 |
src/com/gps/utilities/RevGeocodeDistance.java |
78 |
Found 'DD'-anomaly for variable 'address' (lines '78'-'78'). |
| 49457 |
src/com/gps/utilities/RevGeocodeDistance.java |
78 |
Potential violation of Law of Demeter (object not created locally) |
| 49458 |
src/com/gps/utilities/RevGeocodeDistance.java |
81 |
A method should have only one exit point, and that should be the last statement in the method |
| 49459 |
src/com/gps/utilities/RevGeocodeDistance.java |
83 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 49460 |
src/com/gps/utilities/RevGeocodeDistance.java |
85 |
There is log block not surrounded by if |
| 49461 |
src/com/gps/utilities/RevGeocodeDistance.java |
85 |
Use the correct logging statement for logging exceptions |
| 49462 |
src/com/gps/utilities/RevGeocodeDistance.java |
86 |
Avoid printStackTrace(); use a logger call instead. |
| 49463 |
src/com/gps/utilities/RevGeocodeDistance.java |
86 |
Potential violation of Law of Demeter (object not created locally) |
| 49464 |
src/com/gps/utilities/RevGeocodeDistance.java |
91 |
Avoid using if statements without curly braces |
| 49465 |
src/com/gps/utilities/RevGeocodeDistance.java |
92 |
Potential violation of Law of Demeter (object not created locally) |
| 49466 |
src/com/gps/utilities/RevGeocodeDistance.java |
97 |
Method names should not start with capital letters |
| 49467 |
src/com/gps/utilities/RevGeocodeDistance.java |
97 |
Parameter 'LatLongs' is not assigned and could be declared final |
| 49468 |
src/com/gps/utilities/RevGeocodeDistance.java |
97 |
Parameter 'urlBuilder' is not assigned and could be declared final |
| 49469 |
src/com/gps/utilities/RevGeocodeDistance.java |
97 |
Variables should start with a lowercase character, 'LatLongs' starts with uppercase character. |
| 49470 |
src/com/gps/utilities/RevGeocodeDistance.java |
104 |
Potential violation of Law of Demeter (method chain calls) |
| 49471 |
src/com/gps/utilities/RevGeocodeDistance.java |
106 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 49472 |
src/com/gps/utilities/RevGeocodeDistance.java |
109 |
There is log block not surrounded by if |
| 49473 |
src/com/gps/utilities/RevGeocodeDistance.java |
110 |
Avoid printStackTrace(); use a logger call instead. |
| 49474 |
src/com/gps/utilities/RevGeocodeDistance.java |
113 |
Avoid using if statements without curly braces |
| 49475 |
src/com/gps/utilities/RevGeocodeDistance.java |
119 |
Parameter 'args' is not assigned and could be declared final |
| 49476 |
src/com/gps/utilities/RevGeocodeDistance.java |
119 |
publicMethodCommentRequirement Required |
| 49477 |
src/com/gps/utilities/RevGeocodeDistance.java |
121 |
Local variable 'obj' could be declared final |
| 49478 |
src/com/gps/utilities/RevGeocodeDistance.java |
122 |
Local variable 'latlong' could be declared final |
| 49479 |
src/com/gps/utilities/RevGeocodeDistance.java |
123 |
Local variable 'loc' could be declared final |
| 49480 |
src/com/gps/utilities/RevGeocodeDistance.java |
123 |
Potential violation of Law of Demeter (object not created locally) |
| 49481 |
src/com/gps/utilities/RevGeocodeDistance.java |
124 |
Found 'DU'-anomaly for variable 'addr' (lines '124'-'125'). |
| 49482 |
src/com/gps/utilities/RevGeocodeDistance.java |
124 |
Local variable 'addr' could be declared final |
| 49483 |
src/com/gps/utilities/UrlSigner.java |
19 |
headerCommentRequirement Required |
| 49484 |
src/com/gps/utilities/UrlSigner.java |
21 |
Logger should be defined private static final and have the correct class |
| 49485 |
src/com/gps/utilities/UrlSigner.java |
21 |
Variables that are final and static should be all capitals, 'log' is not all capitals. |
| 49486 |
src/com/gps/utilities/UrlSigner.java |
21 |
fieldCommentRequirement Required |
| 49487 |
src/com/gps/utilities/UrlSigner.java |
22 |
fieldCommentRequirement Required |
| 49488 |
src/com/gps/utilities/UrlSigner.java |
24 |
Method names should not start with capital letters |
| 49489 |
src/com/gps/utilities/UrlSigner.java |
24 |
Parameter 'keyString' is not assigned and could be declared final |
| 49490 |
src/com/gps/utilities/UrlSigner.java |
24 |
Parameter 'urlString' is not assigned and could be declared final |
| 49491 |
src/com/gps/utilities/UrlSigner.java |
24 |
publicMethodCommentRequirement Required |
| 49492 |
src/com/gps/utilities/UrlSigner.java |
26 |
Found 'DD'-anomaly for variable 'url' (lines '26'-'31'). |
| 49493 |
src/com/gps/utilities/UrlSigner.java |
27 |
Found 'DD'-anomaly for variable 'request' (lines '27'-'33'). |
| 49494 |
src/com/gps/utilities/UrlSigner.java |
33 |
Potential violation of Law of Demeter (object not created locally) |
| 49495 |
src/com/gps/utilities/UrlSigner.java |
33 |
Potential violation of Law of Demeter (object not created locally) |
| 49496 |
src/com/gps/utilities/UrlSigner.java |
35 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 49497 |
src/com/gps/utilities/UrlSigner.java |
37 |
There is log block not surrounded by if |
| 49498 |
src/com/gps/utilities/UrlSigner.java |
39 |
Potential violation of Law of Demeter (object not created locally) |
| 49499 |
src/com/gps/utilities/UrlSigner.java |
39 |
Potential violation of Law of Demeter (object not created locally) |
| 49500 |
src/com/gps/utilities/UrlSigner.java |
43 |
Avoid reassigning parameters such as 'keyString' |
| 49501 |
src/com/gps/utilities/UrlSigner.java |
43 |
Avoid reassigning parameters such as 'keyString' |
| 49502 |
src/com/gps/utilities/UrlSigner.java |
43 |
Method names should not start with capital letters |
| 49503 |
src/com/gps/utilities/UrlSigner.java |
43 |
publicMethodCommentRequirement Required |
| 49504 |
src/com/gps/utilities/UrlSigner.java |
51 |
Parameter 'path' is not assigned and could be declared final |
| 49505 |
src/com/gps/utilities/UrlSigner.java |
51 |
Parameter 'query' is not assigned and could be declared final |
| 49506 |
src/com/gps/utilities/UrlSigner.java |
51 |
publicMethodCommentRequirement Required |
| 49507 |
src/com/gps/utilities/UrlSigner.java |
54 |
Local variable 'resource' could be declared final |
| 49508 |
src/com/gps/utilities/UrlSigner.java |
57 |
Local variable 'sha1Key' could be declared final |
| 49509 |
src/com/gps/utilities/UrlSigner.java |
60 |
Local variable 'mac' could be declared final |
| 49510 |
src/com/gps/utilities/UrlSigner.java |
61 |
Potential violation of Law of Demeter (object not created locally) |
| 49511 |
src/com/gps/utilities/UrlSigner.java |
64 |
Local variable 'sigBytes' could be declared final |
| 49512 |
src/com/gps/utilities/UrlSigner.java |
64 |
Potential violation of Law of Demeter (object not created locally) |
| 49513 |
src/com/gps/utilities/UrlSigner.java |
64 |
Potential violation of Law of Demeter (object not created locally) |
| 49514 |
src/com/gps/utilities/UrlSigner.java |
67 |
Found 'DD'-anomaly for variable 'signature' (lines '67'-'70'). |
| 49515 |
src/com/gps/utilities/UrlSigner.java |
70 |
Potential violation of Law of Demeter (object not created locally) |
| 49516 |
src/com/gps/utilities/UrlSigner.java |
71 |
Potential violation of Law of Demeter (object not created locally) |
| 49517 |
src/com/gps/utilities/WeekendFinder.java |
7 |
headerCommentRequirement Required |
| 49518 |
src/com/gps/utilities/WeekendFinder.java |
8 |
Avoid using redundant field initializer for 'cal' |
| 49519 |
src/com/gps/utilities/WeekendFinder.java |
8 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 49520 |
src/com/gps/utilities/WeekendFinder.java |
8 |
Private field 'cal' could be made final; it is only initialized in the declaration or constructor. |
| 49521 |
src/com/gps/utilities/WeekendFinder.java |
8 |
fieldCommentRequirement Required |
| 49522 |
src/com/gps/utilities/WeekendFinder.java |
9 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 49523 |
src/com/gps/utilities/WeekendFinder.java |
9 |
Private field 'year' could be made final; it is only initialized in the declaration or constructor. |
| 49524 |
src/com/gps/utilities/WeekendFinder.java |
9 |
fieldCommentRequirement Required |
| 49525 |
src/com/gps/utilities/WeekendFinder.java |
10 |
Avoid using redundant field initializer for 'k' |
| 49526 |
src/com/gps/utilities/WeekendFinder.java |
10 |
Avoid variables with short names like k |
| 49527 |
src/com/gps/utilities/WeekendFinder.java |
10 |
Use explicit scoping instead of the default package private level |
| 49528 |
src/com/gps/utilities/WeekendFinder.java |
10 |
fieldCommentRequirement Required |
| 49529 |
src/com/gps/utilities/WeekendFinder.java |
12 |
Avoid using implementation types like 'ArrayList'; use the interface instead |
| 49530 |
src/com/gps/utilities/WeekendFinder.java |
12 |
fieldCommentRequirement Required |
| 49531 |
src/com/gps/utilities/WeekendFinder.java |
13 |
Avoid using implementation types like 'ArrayList'; use the interface instead |
| 49532 |
src/com/gps/utilities/WeekendFinder.java |
13 |
Avoid using redundant field initializer for 'saturdayList' |
| 49533 |
src/com/gps/utilities/WeekendFinder.java |
13 |
fieldCommentRequirement Required |
| 49534 |
src/com/gps/utilities/WeekendFinder.java |
14 |
Avoid using implementation types like 'ArrayList'; use the interface instead |
| 49535 |
src/com/gps/utilities/WeekendFinder.java |
14 |
Avoid using redundant field initializer for 'mondayList' |
| 49536 |
src/com/gps/utilities/WeekendFinder.java |
14 |
fieldCommentRequirement Required |
| 49537 |
src/com/gps/utilities/WeekendFinder.java |
15 |
Avoid using implementation types like 'ArrayList'; use the interface instead |
| 49538 |
src/com/gps/utilities/WeekendFinder.java |
15 |
Avoid using redundant field initializer for 'tuesdayList' |
| 49539 |
src/com/gps/utilities/WeekendFinder.java |
15 |
fieldCommentRequirement Required |
| 49540 |
src/com/gps/utilities/WeekendFinder.java |
16 |
Avoid using implementation types like 'ArrayList'; use the interface instead |
| 49541 |
src/com/gps/utilities/WeekendFinder.java |
16 |
Avoid using redundant field initializer for 'wednesdayList' |
| 49542 |
src/com/gps/utilities/WeekendFinder.java |
16 |
fieldCommentRequirement Required |
| 49543 |
src/com/gps/utilities/WeekendFinder.java |
17 |
Avoid using implementation types like 'ArrayList'; use the interface instead |
| 49544 |
src/com/gps/utilities/WeekendFinder.java |
17 |
Avoid using redundant field initializer for 'thursdayList' |
| 49545 |
src/com/gps/utilities/WeekendFinder.java |
17 |
fieldCommentRequirement Required |
| 49546 |
src/com/gps/utilities/WeekendFinder.java |
18 |
Avoid using implementation types like 'ArrayList'; use the interface instead |
| 49547 |
src/com/gps/utilities/WeekendFinder.java |
18 |
Avoid using redundant field initializer for 'fridayList' |
| 49548 |
src/com/gps/utilities/WeekendFinder.java |
18 |
fieldCommentRequirement Required |
| 49549 |
src/com/gps/utilities/WeekendFinder.java |
21 |
Parameter 'year' is not assigned and could be declared final |
| 49550 |
src/com/gps/utilities/WeekendFinder.java |
21 |
publicMethodCommentRequirement Required |
| 49551 |
src/com/gps/utilities/WeekendFinder.java |
27 |
When instantiating a SimpleDateFormat object, specify a Locale |
| 49552 |
src/com/gps/utilities/WeekendFinder.java |
29 |
System.out.print is used |
| 49553 |
src/com/gps/utilities/WeekendFinder.java |
30 |
Avoid printStackTrace(); use a logger call instead. |
| 49554 |
src/com/gps/utilities/WeekendFinder.java |
38 |
publicMethodCommentRequirement Required |
| 49555 |
src/com/gps/utilities/WeekendFinder.java |
48 |
Switch statements should have a default label |
| 49556 |
src/com/gps/utilities/WeekendFinder.java |
76 |
Avoid reassigning parameters such as 'str' |
| 49557 |
src/com/gps/utilities/WeekendFinder.java |
76 |
Avoid reassigning parameters such as 'str' |
| 49558 |
src/com/gps/utilities/WeekendFinder.java |
76 |
publicMethodCommentRequirement Required |
| 49559 |
src/com/gps/utilities/WeekendFinder.java |
78 |
Avoid if (x != y) ..; else ..; |
| 49560 |
src/com/gps/utilities/WeekendFinder.java |
84 |
Useless parentheses. |
| 49561 |
src/com/gps/utilities/WeekendFinder.java |
87 |
A method should have only one exit point, and that should be the last statement in the method |
| 49562 |
src/com/gps/utilities/WeekendFinder.java |
90 |
Avoid using if...else statements without curly braces |
| 49563 |
src/com/gps/utilities/WeekendFinder.java |
94 |
Avoid using implementation types like 'ArrayList'; use the interface instead |
| 49564 |
src/com/gps/utilities/WeekendFinder.java |
94 |
publicMethodCommentRequirement Required |
| 49565 |
src/com/gps/utilities/WeekendFinder.java |
98 |
Avoid using implementation types like 'ArrayList'; use the interface instead |
| 49566 |
src/com/gps/utilities/WeekendFinder.java |
98 |
Parameter 'sundayList' is not assigned and could be declared final |
| 49567 |
src/com/gps/utilities/WeekendFinder.java |
98 |
publicMethodCommentRequirement Required |
| 49568 |
src/com/gps/utilities/WeekendFinder.java |
102 |
Avoid using implementation types like 'ArrayList'; use the interface instead |
| 49569 |
src/com/gps/utilities/WeekendFinder.java |
102 |
publicMethodCommentRequirement Required |
| 49570 |
src/com/gps/utilities/WeekendFinder.java |
106 |
Avoid using implementation types like 'ArrayList'; use the interface instead |
| 49571 |
src/com/gps/utilities/WeekendFinder.java |
106 |
Parameter 'saturdayList' is not assigned and could be declared final |
| 49572 |
src/com/gps/utilities/WeekendFinder.java |
106 |
publicMethodCommentRequirement Required |
| 49573 |
src/com/gps/utilities/WeekendFinder.java |
110 |
Avoid using implementation types like 'ArrayList'; use the interface instead |
| 49574 |
src/com/gps/utilities/WeekendFinder.java |
110 |
publicMethodCommentRequirement Required |
| 49575 |
src/com/gps/utilities/WeekendFinder.java |
114 |
Avoid using implementation types like 'ArrayList'; use the interface instead |
| 49576 |
src/com/gps/utilities/WeekendFinder.java |
114 |
Parameter 'mondayList' is not assigned and could be declared final |
| 49577 |
src/com/gps/utilities/WeekendFinder.java |
114 |
publicMethodCommentRequirement Required |
| 49578 |
src/com/gps/utilities/WeekendFinder.java |
118 |
Avoid using implementation types like 'ArrayList'; use the interface instead |
| 49579 |
src/com/gps/utilities/WeekendFinder.java |
118 |
publicMethodCommentRequirement Required |
| 49580 |
src/com/gps/utilities/WeekendFinder.java |
122 |
Avoid using implementation types like 'ArrayList'; use the interface instead |
| 49581 |
src/com/gps/utilities/WeekendFinder.java |
122 |
Parameter 'tuesdayList' is not assigned and could be declared final |
| 49582 |
src/com/gps/utilities/WeekendFinder.java |
122 |
publicMethodCommentRequirement Required |
| 49583 |
src/com/gps/utilities/WeekendFinder.java |
126 |
Avoid using implementation types like 'ArrayList'; use the interface instead |
| 49584 |
src/com/gps/utilities/WeekendFinder.java |
126 |
publicMethodCommentRequirement Required |
| 49585 |
src/com/gps/utilities/WeekendFinder.java |
130 |
Avoid using implementation types like 'ArrayList'; use the interface instead |
| 49586 |
src/com/gps/utilities/WeekendFinder.java |
130 |
Parameter 'wednesdayList' is not assigned and could be declared final |
| 49587 |
src/com/gps/utilities/WeekendFinder.java |
130 |
publicMethodCommentRequirement Required |
| 49588 |
src/com/gps/utilities/WeekendFinder.java |
134 |
Avoid using implementation types like 'ArrayList'; use the interface instead |
| 49589 |
src/com/gps/utilities/WeekendFinder.java |
134 |
publicMethodCommentRequirement Required |
| 49590 |
src/com/gps/utilities/WeekendFinder.java |
138 |
Avoid using implementation types like 'ArrayList'; use the interface instead |
| 49591 |
src/com/gps/utilities/WeekendFinder.java |
138 |
Parameter 'thursdayList' is not assigned and could be declared final |
| 49592 |
src/com/gps/utilities/WeekendFinder.java |
138 |
publicMethodCommentRequirement Required |
| 49593 |
src/com/gps/utilities/WeekendFinder.java |
142 |
Avoid using implementation types like 'ArrayList'; use the interface instead |
| 49594 |
src/com/gps/utilities/WeekendFinder.java |
142 |
publicMethodCommentRequirement Required |
| 49595 |
src/com/gps/utilities/WeekendFinder.java |
146 |
Avoid using implementation types like 'ArrayList'; use the interface instead |
| 49596 |
src/com/gps/utilities/WeekendFinder.java |
146 |
Parameter 'fridayList' is not assigned and could be declared final |
| 49597 |
src/com/gps/utilities/WeekendFinder.java |
146 |
publicMethodCommentRequirement Required |
| 49598 |
src/com/gps/vo/DailyTripVO.java |
5 |
headerCommentRequirement Required |
| 49599 |
src/com/gps/vo/DailyTripVO.java |
7 |
Use explicit scoping instead of the default package private level |
| 49600 |
src/com/gps/vo/DailyTripVO.java |
7 |
fieldCommentRequirement Required |
| 49601 |
src/com/gps/vo/DailyTripVO.java |
8 |
Use explicit scoping instead of the default package private level |
| 49602 |
src/com/gps/vo/DailyTripVO.java |
8 |
fieldCommentRequirement Required |
| 49603 |
src/com/gps/vo/DailyTripVO.java |
9 |
Use explicit scoping instead of the default package private level |
| 49604 |
src/com/gps/vo/DailyTripVO.java |
9 |
fieldCommentRequirement Required |
| 49605 |
src/com/gps/vo/DailyTripVO.java |
10 |
Use explicit scoping instead of the default package private level |
| 49606 |
src/com/gps/vo/DailyTripVO.java |
10 |
fieldCommentRequirement Required |
| 49607 |
src/com/gps/vo/DailyTripVO.java |
11 |
Use explicit scoping instead of the default package private level |
| 49608 |
src/com/gps/vo/DailyTripVO.java |
11 |
fieldCommentRequirement Required |
| 49609 |
src/com/gps/vo/DailyTripVO.java |
12 |
Use explicit scoping instead of the default package private level |
| 49610 |
src/com/gps/vo/DailyTripVO.java |
12 |
fieldCommentRequirement Required |
| 49611 |
src/com/gps/vo/DailyTripVO.java |
13 |
Use explicit scoping instead of the default package private level |
| 49612 |
src/com/gps/vo/DailyTripVO.java |
13 |
fieldCommentRequirement Required |
| 49613 |
src/com/gps/vo/DailyTripVO.java |
14 |
Use explicit scoping instead of the default package private level |
| 49614 |
src/com/gps/vo/DailyTripVO.java |
14 |
fieldCommentRequirement Required |
| 49615 |
src/com/gps/vo/DailyTripVO.java |
15 |
Use explicit scoping instead of the default package private level |
| 49616 |
src/com/gps/vo/DailyTripVO.java |
15 |
fieldCommentRequirement Required |
| 49617 |
src/com/gps/vo/DailyTripVO.java |
16 |
Use explicit scoping instead of the default package private level |
| 49618 |
src/com/gps/vo/DailyTripVO.java |
16 |
fieldCommentRequirement Required |
| 49619 |
src/com/gps/vo/DailyTripVO.java |
17 |
Use explicit scoping instead of the default package private level |
| 49620 |
src/com/gps/vo/DailyTripVO.java |
17 |
fieldCommentRequirement Required |
| 49621 |
src/com/gps/vo/DailyTripVO.java |
18 |
Use explicit scoping instead of the default package private level |
| 49622 |
src/com/gps/vo/DailyTripVO.java |
19 |
fieldCommentRequirement Required |
| 49623 |
src/com/gps/vo/DailyTripVO.java |
20 |
Use explicit scoping instead of the default package private level |
| 49624 |
src/com/gps/vo/DailyTripVO.java |
21 |
fieldCommentRequirement Required |
| 49625 |
src/com/gps/vo/DailyTripVO.java |
24 |
publicMethodCommentRequirement Required |
| 49626 |
src/com/gps/vo/DailyTripVO.java |
28 |
Parameter 'vehicleId' is not assigned and could be declared final |
| 49627 |
src/com/gps/vo/DailyTripVO.java |
28 |
publicMethodCommentRequirement Required |
| 49628 |
src/com/gps/vo/DailyTripVO.java |
32 |
Parameter 'distance' is not assigned and could be declared final |
| 49629 |
src/com/gps/vo/DailyTripVO.java |
32 |
Parameter 'endTime' is not assigned and could be declared final |
| 49630 |
src/com/gps/vo/DailyTripVO.java |
32 |
Parameter 'hardBrakes' is not assigned and could be declared final |
| 49631 |
src/com/gps/vo/DailyTripVO.java |
32 |
Parameter 'maxSpeed' is not assigned and could be declared final |
| 49632 |
src/com/gps/vo/DailyTripVO.java |
32 |
Parameter 'regNo' is not assigned and could be declared final |
| 49633 |
src/com/gps/vo/DailyTripVO.java |
32 |
Parameter 'startTime' is not assigned and could be declared final |
| 49634 |
src/com/gps/vo/DailyTripVO.java |
32 |
Parameter 'totalDistance' is not assigned and could be declared final |
| 49635 |
src/com/gps/vo/DailyTripVO.java |
32 |
Parameter 'tripName' is not assigned and could be declared final |
| 49636 |
src/com/gps/vo/DailyTripVO.java |
32 |
Parameter 'tripid' is not assigned and could be declared final |
| 49637 |
src/com/gps/vo/DailyTripVO.java |
32 |
publicMethodCommentRequirement Required |
| 49638 |
src/com/gps/vo/DailyTripVO.java |
38 |
Avoid using if statements without curly braces |
| 49639 |
src/com/gps/vo/DailyTripVO.java |
42 |
Avoid using if statements without curly braces |
| 49640 |
src/com/gps/vo/DailyTripVO.java |
46 |
Avoid using if statements without curly braces |
| 49641 |
src/com/gps/vo/DailyTripVO.java |
51 |
publicMethodCommentRequirement Required |
| 49642 |
src/com/gps/vo/DailyTripVO.java |
55 |
publicMethodCommentRequirement Required |
| 49643 |
src/com/gps/vo/DailyTripVO.java |
58 |
Parameter 'tripid' is not assigned and could be declared final |
| 49644 |
src/com/gps/vo/DailyTripVO.java |
58 |
publicMethodCommentRequirement Required |
| 49645 |
src/com/gps/vo/DailyTripVO.java |
71 |
Parameter 'tripName' is not assigned and could be declared final |
| 49646 |
src/com/gps/vo/DailyTripVO.java |
83 |
Parameter 'regNo' is not assigned and could be declared final |
| 49647 |
src/com/gps/vo/DailyTripVO.java |
95 |
Parameter 'startTime' is not assigned and could be declared final |
| 49648 |
src/com/gps/vo/DailyTripVO.java |
107 |
Parameter 'endTime' is not assigned and could be declared final |
| 49649 |
src/com/gps/vo/DailyTripVO.java |
119 |
Parameter 'maxSpeed' is not assigned and could be declared final |
| 49650 |
src/com/gps/vo/DailyTripVO.java |
131 |
Parameter 'idleTime' is not assigned and could be declared final |
| 49651 |
src/com/gps/vo/DailyTripVO.java |
143 |
Parameter 'missedStops' is not assigned and could be declared final |
| 49652 |
src/com/gps/vo/DailyTripVO.java |
155 |
Parameter 'tripDistance' is not assigned and could be declared final |
| 49653 |
src/com/gps/vo/DailyTripVO.java |
167 |
Parameter 'totalDistance' is not assigned and could be declared final |
| 49654 |
src/com/gps/vo/DailyTripVO.java |
179 |
Parameter 'hardBrakes' is not assigned and could be declared final |
| 49655 |
src/com/gps/vo/DailyTripVO.java |
183 |
publicMethodCommentRequirement Required |
| 49656 |
src/com/gps/vo/DailyTripVO.java |
187 |
Parameter 'isPartial' is not assigned and could be declared final |
| 49657 |
src/com/gps/vo/DailyTripVO.java |
187 |
publicMethodCommentRequirement Required |
| 49658 |
src/com/gps/vo/DateClassVO.java |
3 |
headerCommentRequirement Required |
| 49659 |
src/com/gps/vo/DateClassVO.java |
5 |
Use explicit scoping instead of the default package private level |
| 49660 |
src/com/gps/vo/DateClassVO.java |
5 |
fieldCommentRequirement Required |
| 49661 |
src/com/gps/vo/DateClassVO.java |
6 |
Use explicit scoping instead of the default package private level |
| 49662 |
src/com/gps/vo/DateClassVO.java |
6 |
fieldCommentRequirement Required |
| 49663 |
src/com/gps/vo/DateClassVO.java |
7 |
Use explicit scoping instead of the default package private level |
| 49664 |
src/com/gps/vo/DateClassVO.java |
7 |
fieldCommentRequirement Required |
| 49665 |
src/com/gps/vo/DateClassVO.java |
8 |
Avoid excessively long variable names like unscheduledEntries |
| 49666 |
src/com/gps/vo/DateClassVO.java |
8 |
Use explicit scoping instead of the default package private level |
| 49667 |
src/com/gps/vo/DateClassVO.java |
8 |
fieldCommentRequirement Required |
| 49668 |
src/com/gps/vo/DateClassVO.java |
9 |
Use explicit scoping instead of the default package private level |
| 49669 |
src/com/gps/vo/DateClassVO.java |
9 |
fieldCommentRequirement Required |
| 49670 |
src/com/gps/vo/DateClassVO.java |
10 |
Use explicit scoping instead of the default package private level |
| 49671 |
src/com/gps/vo/DateClassVO.java |
10 |
fieldCommentRequirement Required |
| 49672 |
src/com/gps/vo/DateClassVO.java |
11 |
Use explicit scoping instead of the default package private level |
| 49673 |
src/com/gps/vo/DateClassVO.java |
11 |
fieldCommentRequirement Required |
| 49674 |
src/com/gps/vo/DateClassVO.java |
22 |
Parameter 'date' is not assigned and could be declared final |
| 49675 |
src/com/gps/vo/DateClassVO.java |
35 |
Parameter 'expectedEntries' is not assigned and could be declared final |
| 49676 |
src/com/gps/vo/DateClassVO.java |
47 |
Parameter 'actualEntries' is not assigned and could be declared final |
| 49677 |
src/com/gps/vo/DateClassVO.java |
59 |
Avoid excessively long variable names like unscheduledEntries |
| 49678 |
src/com/gps/vo/DateClassVO.java |
59 |
Parameter 'unscheduledEntries' is not assigned and could be declared final |
| 49679 |
src/com/gps/vo/DateClassVO.java |
71 |
Parameter 'expectedExits' is not assigned and could be declared final |
| 49680 |
src/com/gps/vo/DateClassVO.java |
83 |
Parameter 'actualExits' is not assigned and could be declared final |
| 49681 |
src/com/gps/vo/DateClassVO.java |
95 |
Parameter 'unscheduledExits' is not assigned and could be declared final |
| 49682 |
src/com/gps/vo/DateVO.java |
11 |
Avoid using redundant field initializer for 'date' |
| 49683 |
src/com/gps/vo/DateVO.java |
11 |
fieldCommentRequirement Required |
| 49684 |
src/com/gps/vo/DateVO.java |
12 |
Avoid using redundant field initializer for 'inTripDist' |
| 49685 |
src/com/gps/vo/DateVO.java |
12 |
fieldCommentRequirement Required |
| 49686 |
src/com/gps/vo/DateVO.java |
13 |
Avoid using redundant field initializer for 'outTripDist' |
| 49687 |
src/com/gps/vo/DateVO.java |
13 |
fieldCommentRequirement Required |
| 49688 |
src/com/gps/vo/DateVO.java |
15 |
Avoid using redundant field initializer for 'lastLat' |
| 49689 |
src/com/gps/vo/DateVO.java |
15 |
fieldCommentRequirement Required |
| 49690 |
src/com/gps/vo/DateVO.java |
17 |
Avoid using redundant field initializer for 'lastLong' |
| 49691 |
src/com/gps/vo/DateVO.java |
17 |
fieldCommentRequirement Required |
| 49692 |
src/com/gps/vo/DateVO.java |
20 |
Avoid using redundant field initializer for 'isPartial' |
| 49693 |
src/com/gps/vo/DateVO.java |
20 |
Field isPartial has the same name as a method |
| 49694 |
src/com/gps/vo/DateVO.java |
20 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 49695 |
src/com/gps/vo/DateVO.java |
20 |
fieldCommentRequirement Required |
| 49696 |
src/com/gps/vo/DateVO.java |
22 |
Use explicit scoping instead of the default package private level |
| 49697 |
src/com/gps/vo/DateVO.java |
22 |
fieldCommentRequirement Required |
| 49698 |
src/com/gps/vo/DateVO.java |
34 |
Parameter 'date' is not assigned and could be declared final |
| 49699 |
src/com/gps/vo/DateVO.java |
46 |
Avoid prefixing parameters by in, out or inOut. Uses Javadoc to document this behavior. |
| 49700 |
src/com/gps/vo/DateVO.java |
46 |
Parameter 'inTripDist' is not assigned and could be declared final |
| 49701 |
src/com/gps/vo/DateVO.java |
58 |
Avoid prefixing parameters by in, out or inOut. Uses Javadoc to document this behavior. |
| 49702 |
src/com/gps/vo/DateVO.java |
58 |
Parameter 'outTripDist' is not assigned and could be declared final |
| 49703 |
src/com/gps/vo/DateVO.java |
74 |
Parameter 'lastLat' is not assigned and could be declared final |
| 49704 |
src/com/gps/vo/DateVO.java |
89 |
Parameter 'lastLong' is not assigned and could be declared final |
| 49705 |
src/com/gps/vo/DateVO.java |
94 |
publicMethodCommentRequirement Required |
| 49706 |
src/com/gps/vo/DateVO.java |
100 |
Parameter 'tripsLst' is not assigned and could be declared final |
| 49707 |
src/com/gps/vo/DateVO.java |
104 |
publicMethodCommentRequirement Required |
| 49708 |
src/com/gps/vo/DateVO.java |
107 |
Parameter 'isPartial' is not assigned and could be declared final |
| 49709 |
src/com/gps/vo/DateVO.java |
107 |
publicMethodCommentRequirement Required |
| 49710 |
src/com/gps/vo/DistanceVO.java |
5 |
headerCommentRequirement Required |
| 49711 |
src/com/gps/vo/DistanceVO.java |
7 |
Variables should start with a lowercase character, 'CreationTime' starts with uppercase character. |
| 49712 |
src/com/gps/vo/DistanceVO.java |
7 |
fieldCommentRequirement Required |
| 49713 |
src/com/gps/vo/DistanceVO.java |
8 |
Variables should start with a lowercase character, 'Location' starts with uppercase character. |
| 49714 |
src/com/gps/vo/DistanceVO.java |
8 |
fieldCommentRequirement Required |
| 49715 |
src/com/gps/vo/DistanceVO.java |
9 |
Variables should start with a lowercase character, 'Distance' starts with uppercase character. |
| 49716 |
src/com/gps/vo/DistanceVO.java |
9 |
fieldCommentRequirement Required |
| 49717 |
src/com/gps/vo/DistanceVO.java |
10 |
Variables should start with a lowercase character, 'CumDistance' starts with uppercase character. |
| 49718 |
src/com/gps/vo/DistanceVO.java |
10 |
fieldCommentRequirement Required |
| 49719 |
src/com/gps/vo/DistanceVO.java |
13 |
publicMethodCommentRequirement Required |
| 49720 |
src/com/gps/vo/DistanceVO.java |
16 |
Parameter 'creationTime' is not assigned and could be declared final |
| 49721 |
src/com/gps/vo/DistanceVO.java |
16 |
publicMethodCommentRequirement Required |
| 49722 |
src/com/gps/vo/DistanceVO.java |
19 |
publicMethodCommentRequirement Required |
| 49723 |
src/com/gps/vo/DistanceVO.java |
22 |
Parameter 'location' is not assigned and could be declared final |
| 49724 |
src/com/gps/vo/DistanceVO.java |
22 |
publicMethodCommentRequirement Required |
| 49725 |
src/com/gps/vo/DistanceVO.java |
25 |
publicMethodCommentRequirement Required |
| 49726 |
src/com/gps/vo/DistanceVO.java |
28 |
Parameter 'distance' is not assigned and could be declared final |
| 49727 |
src/com/gps/vo/DistanceVO.java |
28 |
publicMethodCommentRequirement Required |
| 49728 |
src/com/gps/vo/DistanceVO.java |
31 |
publicMethodCommentRequirement Required |
| 49729 |
src/com/gps/vo/DistanceVO.java |
34 |
Parameter 'cumDistance' is not assigned and could be declared final |
| 49730 |
src/com/gps/vo/DistanceVO.java |
34 |
publicMethodCommentRequirement Required |
| 49731 |
src/com/gps/vo/DynamicQueryVO.java |
9 |
headerCommentRequirement Required |
| 49732 |
src/com/gps/vo/DynamicQueryVO.java |
10 |
fieldCommentRequirement Required |
| 49733 |
src/com/gps/vo/DynamicQueryVO.java |
11 |
fieldCommentRequirement Required |
| 49734 |
src/com/gps/vo/DynamicQueryVO.java |
12 |
fieldCommentRequirement Required |
| 49735 |
src/com/gps/vo/DynamicQueryVO.java |
13 |
fieldCommentRequirement Required |
| 49736 |
src/com/gps/vo/DynamicQueryVO.java |
14 |
fieldCommentRequirement Required |
| 49737 |
src/com/gps/vo/DynamicQueryVO.java |
15 |
fieldCommentRequirement Required |
| 49738 |
src/com/gps/vo/DynamicQueryVO.java |
16 |
fieldCommentRequirement Required |
| 49739 |
src/com/gps/vo/DynamicQueryVO.java |
17 |
publicMethodCommentRequirement Required |
| 49740 |
src/com/gps/vo/DynamicQueryVO.java |
20 |
Parameter 'whereQuery' is not assigned and could be declared final |
| 49741 |
src/com/gps/vo/DynamicQueryVO.java |
20 |
publicMethodCommentRequirement Required |
| 49742 |
src/com/gps/vo/DynamicQueryVO.java |
23 |
publicMethodCommentRequirement Required |
| 49743 |
src/com/gps/vo/DynamicQueryVO.java |
26 |
Parameter 'paramStart' is not assigned and could be declared final |
| 49744 |
src/com/gps/vo/DynamicQueryVO.java |
26 |
publicMethodCommentRequirement Required |
| 49745 |
src/com/gps/vo/DynamicQueryVO.java |
29 |
publicMethodCommentRequirement Required |
| 49746 |
src/com/gps/vo/DynamicQueryVO.java |
32 |
Parameter 'paramEnd' is not assigned and could be declared final |
| 49747 |
src/com/gps/vo/DynamicQueryVO.java |
32 |
publicMethodCommentRequirement Required |
| 49748 |
src/com/gps/vo/DynamicQueryVO.java |
35 |
publicMethodCommentRequirement Required |
| 49749 |
src/com/gps/vo/DynamicQueryVO.java |
38 |
Parameter 'startDate' is not assigned and could be declared final |
| 49750 |
src/com/gps/vo/DynamicQueryVO.java |
38 |
publicMethodCommentRequirement Required |
| 49751 |
src/com/gps/vo/DynamicQueryVO.java |
41 |
publicMethodCommentRequirement Required |
| 49752 |
src/com/gps/vo/DynamicQueryVO.java |
44 |
Parameter 'endDate' is not assigned and could be declared final |
| 49753 |
src/com/gps/vo/DynamicQueryVO.java |
44 |
publicMethodCommentRequirement Required |
| 49754 |
src/com/gps/vo/DynamicQueryVO.java |
47 |
publicMethodCommentRequirement Required |
| 49755 |
src/com/gps/vo/DynamicQueryVO.java |
50 |
Parameter 'vehicleId' is not assigned and could be declared final |
| 49756 |
src/com/gps/vo/DynamicQueryVO.java |
50 |
publicMethodCommentRequirement Required |
| 49757 |
src/com/gps/vo/DynamicQueryVO.java |
53 |
publicMethodCommentRequirement Required |
| 49758 |
src/com/gps/vo/DynamicQueryVO.java |
56 |
Parameter 'isCurrent' is not assigned and could be declared final |
| 49759 |
src/com/gps/vo/DynamicQueryVO.java |
56 |
publicMethodCommentRequirement Required |
| 49760 |
src/com/gps/vo/EventReportVO.java |
4 |
headerCommentRequirement Required |
| 49761 |
src/com/gps/vo/EventReportVO.java |
6 |
fieldCommentRequirement Required |
| 49762 |
src/com/gps/vo/EventReportVO.java |
7 |
fieldCommentRequirement Required |
| 49763 |
src/com/gps/vo/EventReportVO.java |
8 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 49764 |
src/com/gps/vo/EventReportVO.java |
8 |
Private field 'time' could be made final; it is only initialized in the declaration or constructor. |
| 49765 |
src/com/gps/vo/EventReportVO.java |
8 |
fieldCommentRequirement Required |
| 49766 |
src/com/gps/vo/EventReportVO.java |
9 |
fieldCommentRequirement Required |
| 49767 |
src/com/gps/vo/EventReportVO.java |
10 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 49768 |
src/com/gps/vo/EventReportVO.java |
10 |
fieldCommentRequirement Required |
| 49769 |
src/com/gps/vo/EventReportVO.java |
11 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 49770 |
src/com/gps/vo/EventReportVO.java |
11 |
fieldCommentRequirement Required |
| 49771 |
src/com/gps/vo/EventReportVO.java |
13 |
fieldCommentRequirement Required |
| 49772 |
src/com/gps/vo/EventReportVO.java |
15 |
publicMethodCommentRequirement Required |
| 49773 |
src/com/gps/vo/EventReportVO.java |
18 |
Parameter 'vehicleName' is not assigned and could be declared final |
| 49774 |
src/com/gps/vo/EventReportVO.java |
18 |
publicMethodCommentRequirement Required |
| 49775 |
src/com/gps/vo/EventReportVO.java |
22 |
publicMethodCommentRequirement Required |
| 49776 |
src/com/gps/vo/EventReportVO.java |
25 |
Parameter 'lattitude' is not assigned and could be declared final |
| 49777 |
src/com/gps/vo/EventReportVO.java |
25 |
publicMethodCommentRequirement Required |
| 49778 |
src/com/gps/vo/EventReportVO.java |
28 |
publicMethodCommentRequirement Required |
| 49779 |
src/com/gps/vo/EventReportVO.java |
31 |
Parameter 'longitude' is not assigned and could be declared final |
| 49780 |
src/com/gps/vo/EventReportVO.java |
31 |
publicMethodCommentRequirement Required |
| 49781 |
src/com/gps/vo/EventReportVO.java |
34 |
publicMethodCommentRequirement Required |
| 49782 |
src/com/gps/vo/EventReportVO.java |
37 |
Parameter 'time' is not assigned and could be declared final |
| 49783 |
src/com/gps/vo/EventReportVO.java |
37 |
publicMethodCommentRequirement Required |
| 49784 |
src/com/gps/vo/EventReportVO.java |
40 |
publicMethodCommentRequirement Required |
| 49785 |
src/com/gps/vo/EventReportVO.java |
43 |
Parameter 'speed' is not assigned and could be declared final |
| 49786 |
src/com/gps/vo/EventReportVO.java |
43 |
publicMethodCommentRequirement Required |
| 49787 |
src/com/gps/vo/EventReportVO.java |
46 |
publicMethodCommentRequirement Required |
| 49788 |
src/com/gps/vo/EventReportVO.java |
49 |
Parameter 'address' is not assigned and could be declared final |
| 49789 |
src/com/gps/vo/EventReportVO.java |
49 |
publicMethodCommentRequirement Required |
| 49790 |
src/com/gps/vo/EventReportVO.java |
53 |
Parameter 'address' is not assigned and could be declared final |
| 49791 |
src/com/gps/vo/EventReportVO.java |
53 |
Parameter 'event' is not assigned and could be declared final |
| 49792 |
src/com/gps/vo/EventReportVO.java |
53 |
Parameter 'lattitude' is not assigned and could be declared final |
| 49793 |
src/com/gps/vo/EventReportVO.java |
53 |
Parameter 'longitude' is not assigned and could be declared final |
| 49794 |
src/com/gps/vo/EventReportVO.java |
53 |
Parameter 'speed' is not assigned and could be declared final |
| 49795 |
src/com/gps/vo/EventReportVO.java |
53 |
Parameter 'time' is not assigned and could be declared final |
| 49796 |
src/com/gps/vo/EventReportVO.java |
53 |
publicMethodCommentRequirement Required |
| 49797 |
src/com/gps/vo/EventReportVO.java |
62 |
publicMethodCommentRequirement Required |
| 49798 |
src/com/gps/vo/EventReportVO.java |
65 |
Parameter 'event' is not assigned and could be declared final |
| 49799 |
src/com/gps/vo/EventReportVO.java |
65 |
publicMethodCommentRequirement Required |
| 49800 |
src/com/gps/vo/FenceReportVO.java |
4 |
headerCommentRequirement Required |
| 49801 |
src/com/gps/vo/FenceReportVO.java |
6 |
Avoid using redundant field initializer for 'orgName' |
| 49802 |
src/com/gps/vo/FenceReportVO.java |
6 |
fieldCommentRequirement Required |
| 49803 |
src/com/gps/vo/FenceReportVO.java |
7 |
Avoid using redundant field initializer for 'tripName' |
| 49804 |
src/com/gps/vo/FenceReportVO.java |
7 |
fieldCommentRequirement Required |
| 49805 |
src/com/gps/vo/FenceReportVO.java |
8 |
Avoid using redundant field initializer for 'vehicleName' |
| 49806 |
src/com/gps/vo/FenceReportVO.java |
8 |
fieldCommentRequirement Required |
| 49807 |
src/com/gps/vo/FenceReportVO.java |
9 |
Avoid using redundant field initializer for 'landmark' |
| 49808 |
src/com/gps/vo/FenceReportVO.java |
9 |
fieldCommentRequirement Required |
| 49809 |
src/com/gps/vo/FenceReportVO.java |
10 |
Avoid using redundant field initializer for 'entryTime' |
| 49810 |
src/com/gps/vo/FenceReportVO.java |
10 |
fieldCommentRequirement Required |
| 49811 |
src/com/gps/vo/FenceReportVO.java |
22 |
Parameter 'orgName' is not assigned and could be declared final |
| 49812 |
src/com/gps/vo/FenceReportVO.java |
25 |
publicMethodCommentRequirement Required |
| 49813 |
src/com/gps/vo/FenceReportVO.java |
28 |
Parameter 'tripName' is not assigned and could be declared final |
| 49814 |
src/com/gps/vo/FenceReportVO.java |
28 |
publicMethodCommentRequirement Required |
| 49815 |
src/com/gps/vo/FenceReportVO.java |
31 |
publicMethodCommentRequirement Required |
| 49816 |
src/com/gps/vo/FenceReportVO.java |
34 |
Parameter 'vehicleName' is not assigned and could be declared final |
| 49817 |
src/com/gps/vo/FenceReportVO.java |
34 |
publicMethodCommentRequirement Required |
| 49818 |
src/com/gps/vo/FenceReportVO.java |
37 |
publicMethodCommentRequirement Required |
| 49819 |
src/com/gps/vo/FenceReportVO.java |
40 |
Parameter 'landmark' is not assigned and could be declared final |
| 49820 |
src/com/gps/vo/FenceReportVO.java |
40 |
publicMethodCommentRequirement Required |
| 49821 |
src/com/gps/vo/FenceReportVO.java |
43 |
publicMethodCommentRequirement Required |
| 49822 |
src/com/gps/vo/FenceReportVO.java |
46 |
Parameter 'entryTime' is not assigned and could be declared final |
| 49823 |
src/com/gps/vo/FenceReportVO.java |
46 |
publicMethodCommentRequirement Required |
| 49824 |
src/com/gps/vo/FenceReportVO.java |
51 |
Avoid using redundant field initializer for 'tripId' |
| 49825 |
src/com/gps/vo/FenceReportVO.java |
51 |
Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. |
| 49826 |
src/com/gps/vo/FenceReportVO.java |
51 |
Use explicit scoping instead of the default package private level |
| 49827 |
src/com/gps/vo/FenceReportVO.java |
51 |
fieldCommentRequirement Required |
| 49828 |
src/com/gps/vo/FenceReportVO.java |
52 |
Avoid using redundant field initializer for 'vehicleId' |
| 49829 |
src/com/gps/vo/FenceReportVO.java |
52 |
Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. |
| 49830 |
src/com/gps/vo/FenceReportVO.java |
52 |
Use explicit scoping instead of the default package private level |
| 49831 |
src/com/gps/vo/FenceReportVO.java |
52 |
fieldCommentRequirement Required |
| 49832 |
src/com/gps/vo/FenceReportVO.java |
53 |
Avoid using redundant field initializer for 'fenceId' |
| 49833 |
src/com/gps/vo/FenceReportVO.java |
53 |
Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. |
| 49834 |
src/com/gps/vo/FenceReportVO.java |
53 |
Use explicit scoping instead of the default package private level |
| 49835 |
src/com/gps/vo/FenceReportVO.java |
53 |
fieldCommentRequirement Required |
| 49836 |
src/com/gps/vo/FenceReportVO.java |
55 |
publicMethodCommentRequirement Required |
| 49837 |
src/com/gps/vo/FenceReportVO.java |
58 |
Parameter 'fenceId' is not assigned and could be declared final |
| 49838 |
src/com/gps/vo/FenceReportVO.java |
58 |
publicMethodCommentRequirement Required |
| 49839 |
src/com/gps/vo/FenceReportVO.java |
61 |
publicMethodCommentRequirement Required |
| 49840 |
src/com/gps/vo/FenceReportVO.java |
64 |
Parameter 'tripId' is not assigned and could be declared final |
| 49841 |
src/com/gps/vo/FenceReportVO.java |
64 |
publicMethodCommentRequirement Required |
| 49842 |
src/com/gps/vo/FenceReportVO.java |
67 |
publicMethodCommentRequirement Required |
| 49843 |
src/com/gps/vo/FenceReportVO.java |
70 |
Parameter 'vehicleId' is not assigned and could be declared final |
| 49844 |
src/com/gps/vo/FenceReportVO.java |
70 |
publicMethodCommentRequirement Required |
| 49845 |
src/com/gps/vo/FuelRangeVO.java |
4 |
headerCommentRequirement Required |
| 49846 |
src/com/gps/vo/FuelRangeVO.java |
6 |
Use explicit scoping instead of the default package private level |
| 49847 |
src/com/gps/vo/FuelRangeVO.java |
6 |
fieldCommentRequirement Required |
| 49848 |
src/com/gps/vo/FuelRangeVO.java |
7 |
Use explicit scoping instead of the default package private level |
| 49849 |
src/com/gps/vo/FuelRangeVO.java |
7 |
fieldCommentRequirement Required |
| 49850 |
src/com/gps/vo/FuelRangeVO.java |
8 |
Use explicit scoping instead of the default package private level |
| 49851 |
src/com/gps/vo/FuelRangeVO.java |
8 |
fieldCommentRequirement Required |
| 49852 |
src/com/gps/vo/FuelRangeVO.java |
9 |
Use explicit scoping instead of the default package private level |
| 49853 |
src/com/gps/vo/FuelRangeVO.java |
9 |
fieldCommentRequirement Required |
| 49854 |
src/com/gps/vo/FuelRangeVO.java |
10 |
Use explicit scoping instead of the default package private level |
| 49855 |
src/com/gps/vo/FuelRangeVO.java |
10 |
fieldCommentRequirement Required |
| 49856 |
src/com/gps/vo/FuelRangeVO.java |
11 |
Use explicit scoping instead of the default package private level |
| 49857 |
src/com/gps/vo/FuelRangeVO.java |
11 |
fieldCommentRequirement Required |
| 49858 |
src/com/gps/vo/FuelRangeVO.java |
12 |
Use explicit scoping instead of the default package private level |
| 49859 |
src/com/gps/vo/FuelRangeVO.java |
12 |
Variables should start with a lowercase character, 'FuelDelta' starts with uppercase character. |
| 49860 |
src/com/gps/vo/FuelRangeVO.java |
12 |
fieldCommentRequirement Required |
| 49861 |
src/com/gps/vo/FuelRangeVO.java |
13 |
Use explicit scoping instead of the default package private level |
| 49862 |
src/com/gps/vo/FuelRangeVO.java |
13 |
fieldCommentRequirement Required |
| 49863 |
src/com/gps/vo/FuelRangeVO.java |
15 |
publicMethodCommentRequirement Required |
| 49864 |
src/com/gps/vo/FuelRangeVO.java |
18 |
Parameter 'partialFlag' is not assigned and could be declared final |
| 49865 |
src/com/gps/vo/FuelRangeVO.java |
18 |
publicMethodCommentRequirement Required |
| 49866 |
src/com/gps/vo/FuelRangeVO.java |
30 |
Parameter 'creationTime' is not assigned and could be declared final |
| 49867 |
src/com/gps/vo/FuelRangeVO.java |
42 |
Parameter 'fuelContent' is not assigned and could be declared final |
| 49868 |
src/com/gps/vo/FuelRangeVO.java |
54 |
Parameter 'speed' is not assigned and could be declared final |
| 49869 |
src/com/gps/vo/FuelRangeVO.java |
66 |
Parameter 'type' is not assigned and could be declared final |
| 49870 |
src/com/gps/vo/FuelRangeVO.java |
78 |
Parameter 'location' is not assigned and could be declared final |
| 49871 |
src/com/gps/vo/FuelRangeVO.java |
90 |
Parameter 'distanceReading' is not assigned and could be declared final |
| 49872 |
src/com/gps/vo/FuelRangeVO.java |
102 |
Parameter 'fuelDelta' is not assigned and could be declared final |
| 49873 |
src/com/gps/vo/FuelVO.java |
6 |
headerCommentRequirement Required |
| 49874 |
src/com/gps/vo/FuelVO.java |
8 |
fieldCommentRequirement Required |
| 49875 |
src/com/gps/vo/FuelVO.java |
9 |
fieldCommentRequirement Required |
| 49876 |
src/com/gps/vo/FuelVO.java |
10 |
fieldCommentRequirement Required |
| 49877 |
src/com/gps/vo/FuelVO.java |
11 |
Private field 'fuelRange' could be made final; it is only initialized in the declaration or constructor. |
| 49878 |
src/com/gps/vo/FuelVO.java |
11 |
fieldCommentRequirement Required |
| 49879 |
src/com/gps/vo/FuelVO.java |
22 |
Parameter 'vehicleId' is not assigned and could be declared final |
| 49880 |
src/com/gps/vo/FuelVO.java |
34 |
Parameter 'regNo' is not assigned and could be declared final |
| 49881 |
src/com/gps/vo/FuelVO.java |
46 |
Parameter 'vehicleName' is not assigned and could be declared final |
| 49882 |
src/com/gps/vo/FuelVO.java |
58 |
Parameter 'fuelRange' is not assigned and could be declared final |
| 49883 |
src/com/gps/vo/GradeVO.java |
6 |
headerCommentRequirement Required |
| 49884 |
src/com/gps/vo/GradeVO.java |
8 |
Use explicit scoping instead of the default package private level |
| 49885 |
src/com/gps/vo/GradeVO.java |
8 |
fieldCommentRequirement Required |
| 49886 |
src/com/gps/vo/GradeVO.java |
9 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 49887 |
src/com/gps/vo/GradeVO.java |
9 |
Use explicit scoping instead of the default package private level |
| 49888 |
src/com/gps/vo/GradeVO.java |
9 |
fieldCommentRequirement Required |
| 49889 |
src/com/gps/vo/GradeVO.java |
20 |
Parameter 'gradeName' is not assigned and could be declared final |
| 49890 |
src/com/gps/vo/GradeVO.java |
33 |
Parameter 'dateVO' is not assigned and could be declared final |
| 49891 |
src/com/gps/vo/OrgDailyVO.java |
8 |
headerCommentRequirement Required |
| 49892 |
src/com/gps/vo/OrgDailyVO.java |
10 |
Use explicit scoping instead of the default package private level |
| 49893 |
src/com/gps/vo/OrgDailyVO.java |
10 |
fieldCommentRequirement Required |
| 49894 |
src/com/gps/vo/OrgDailyVO.java |
11 |
Use explicit scoping instead of the default package private level |
| 49895 |
src/com/gps/vo/OrgDailyVO.java |
12 |
fieldCommentRequirement Required |
| 49896 |
src/com/gps/vo/OrgDailyVO.java |
13 |
Use explicit scoping instead of the default package private level |
| 49897 |
src/com/gps/vo/OrgDailyVO.java |
13 |
fieldCommentRequirement Required |
| 49898 |
src/com/gps/vo/OrgDailyVO.java |
14 |
Use explicit scoping instead of the default package private level |
| 49899 |
src/com/gps/vo/OrgDailyVO.java |
14 |
Variables should start with a lowercase character, 'SummaryList' starts with uppercase character. |
| 49900 |
src/com/gps/vo/OrgDailyVO.java |
14 |
fieldCommentRequirement Required |
| 49901 |
src/com/gps/vo/OrgDailyVO.java |
16 |
publicMethodCommentRequirement Required |
| 49902 |
src/com/gps/vo/OrgDailyVO.java |
19 |
Parameter 'summaryList' is not assigned and could be declared final |
| 49903 |
src/com/gps/vo/OrgDailyVO.java |
19 |
publicMethodCommentRequirement Required |
| 49904 |
src/com/gps/vo/OrgDailyVO.java |
31 |
Parameter 'orgName' is not assigned and could be declared final |
| 49905 |
src/com/gps/vo/OrgDailyVO.java |
43 |
Parameter 'tripListVO' is not assigned and could be declared final |
| 49906 |
src/com/gps/vo/OrgDailyVO.java |
55 |
Parameter 'orgId' is not assigned and could be declared final |
| 49907 |
src/com/gps/vo/OrgVO.java |
3 |
headerCommentRequirement Required |
| 49908 |
src/com/gps/vo/OrgVO.java |
5 |
Use explicit scoping instead of the default package private level |
| 49909 |
src/com/gps/vo/OrgVO.java |
5 |
fieldCommentRequirement Required |
| 49910 |
src/com/gps/vo/OrgVO.java |
6 |
Use explicit scoping instead of the default package private level |
| 49911 |
src/com/gps/vo/OrgVO.java |
6 |
fieldCommentRequirement Required |
| 49912 |
src/com/gps/vo/OrgVO.java |
7 |
Use explicit scoping instead of the default package private level |
| 49913 |
src/com/gps/vo/OrgVO.java |
7 |
fieldCommentRequirement Required |
| 49914 |
src/com/gps/vo/OrgVO.java |
18 |
Parameter 'orgName' is not assigned and could be declared final |
| 49915 |
src/com/gps/vo/OrgVO.java |
30 |
Avoid prefixing parameters by in, out or inOut. Uses Javadoc to document this behavior. |
| 49916 |
src/com/gps/vo/OrgVO.java |
30 |
Parameter 'inTripDist' is not assigned and could be declared final |
| 49917 |
src/com/gps/vo/OrgVO.java |
42 |
Avoid prefixing parameters by in, out or inOut. Uses Javadoc to document this behavior. |
| 49918 |
src/com/gps/vo/OrgVO.java |
42 |
Parameter 'outTripDist' is not assigned and could be declared final |
| 49919 |
src/com/gps/vo/ParamsVO.java |
3 |
headerCommentRequirement Required |
| 49920 |
src/com/gps/vo/ParamsVO.java |
5 |
Use explicit scoping instead of the default package private level |
| 49921 |
src/com/gps/vo/ParamsVO.java |
5 |
fieldCommentRequirement Required |
| 49922 |
src/com/gps/vo/ParamsVO.java |
6 |
Use explicit scoping instead of the default package private level |
| 49923 |
src/com/gps/vo/ParamsVO.java |
6 |
fieldCommentRequirement Required |
| 49924 |
src/com/gps/vo/ParamsVO.java |
13 |
Parameter 'date' is not assigned and could be declared final |
| 49925 |
src/com/gps/vo/ParamsVO.java |
13 |
Parameter 'paranId' is not assigned and could be declared final |
| 49926 |
src/com/gps/vo/ParamsVO.java |
28 |
Parameter 'paranId' is not assigned and could be declared final |
| 49927 |
src/com/gps/vo/ParamsVO.java |
40 |
Parameter 'date' is not assigned and could be declared final |
| 49928 |
src/com/gps/vo/RangeVO.java |
7 |
headerCommentRequirement Required |
| 49929 |
src/com/gps/vo/RangeVO.java |
9 |
Use explicit scoping instead of the default package private level |
| 49930 |
src/com/gps/vo/RangeVO.java |
9 |
fieldCommentRequirement Required |
| 49931 |
src/com/gps/vo/RangeVO.java |
10 |
Use explicit scoping instead of the default package private level |
| 49932 |
src/com/gps/vo/RangeVO.java |
10 |
fieldCommentRequirement Required |
| 49933 |
src/com/gps/vo/RangeVO.java |
12 |
Use explicit scoping instead of the default package private level |
| 49934 |
src/com/gps/vo/RangeVO.java |
13 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 49935 |
src/com/gps/vo/RangeVO.java |
13 |
fieldCommentRequirement Required |
| 49936 |
src/com/gps/vo/RangeVO.java |
23 |
Parameter 'range' is not assigned and could be declared final |
| 49937 |
src/com/gps/vo/RangeVO.java |
34 |
Parameter 'count' is not assigned and could be declared final |
| 49938 |
src/com/gps/vo/RangeVO.java |
35 |
Potential violation of Law of Demeter (method chain calls) |
| 49939 |
src/com/gps/vo/RangeVO.java |
35 |
Unnecessary wrapper object creation |
| 49940 |
src/com/gps/vo/SpeedDateVO.java |
6 |
headerCommentRequirement Required |
| 49941 |
src/com/gps/vo/SpeedDateVO.java |
8 |
Avoid using redundant field initializer for 'date' |
| 49942 |
src/com/gps/vo/SpeedDateVO.java |
8 |
Use explicit scoping instead of the default package private level |
| 49943 |
src/com/gps/vo/SpeedDateVO.java |
8 |
fieldCommentRequirement Required |
| 49944 |
src/com/gps/vo/SpeedDateVO.java |
9 |
Use explicit scoping instead of the default package private level |
| 49945 |
src/com/gps/vo/SpeedDateVO.java |
9 |
fieldCommentRequirement Required |
| 49946 |
src/com/gps/vo/SpeedDateVO.java |
10 |
Avoid using redundant field initializer for 'count' |
| 49947 |
src/com/gps/vo/SpeedDateVO.java |
10 |
Use explicit scoping instead of the default package private level |
| 49948 |
src/com/gps/vo/SpeedDateVO.java |
10 |
fieldCommentRequirement Required |
| 49949 |
src/com/gps/vo/SpeedDateVO.java |
11 |
Use explicit scoping instead of the default package private level |
| 49950 |
src/com/gps/vo/SpeedDateVO.java |
11 |
fieldCommentRequirement Required |
| 49951 |
src/com/gps/vo/SpeedDateVO.java |
12 |
Avoid using redundant field initializer for 'duration' |
| 49952 |
src/com/gps/vo/SpeedDateVO.java |
12 |
Use explicit scoping instead of the default package private level |
| 49953 |
src/com/gps/vo/SpeedDateVO.java |
12 |
fieldCommentRequirement Required |
| 49954 |
src/com/gps/vo/SpeedDateVO.java |
13 |
Use explicit scoping instead of the default package private level |
| 49955 |
src/com/gps/vo/SpeedDateVO.java |
13 |
fieldCommentRequirement Required |
| 49956 |
src/com/gps/vo/SpeedDateVO.java |
15 |
publicMethodCommentRequirement Required |
| 49957 |
src/com/gps/vo/SpeedDateVO.java |
18 |
Parameter 'isPartial' is not assigned and could be declared final |
| 49958 |
src/com/gps/vo/SpeedDateVO.java |
18 |
publicMethodCommentRequirement Required |
| 49959 |
src/com/gps/vo/SpeedDateVO.java |
30 |
Parameter 'date' is not assigned and could be declared final |
| 49960 |
src/com/gps/vo/SpeedDateVO.java |
42 |
Parameter 'rangeVO' is not assigned and could be declared final |
| 49961 |
src/com/gps/vo/SpeedDateVO.java |
54 |
Parameter 'count' is not assigned and could be declared final |
| 49962 |
src/com/gps/vo/SpeedDateVO.java |
66 |
Parameter 'distance' is not assigned and could be declared final |
| 49963 |
src/com/gps/vo/SpeedDateVO.java |
78 |
Parameter 'duration' is not assigned and could be declared final |
| 49964 |
src/com/gps/vo/SpeedListVO.java |
5 |
headerCommentRequirement Required |
| 49965 |
src/com/gps/vo/SpeedListVO.java |
7 |
fieldCommentRequirement Required |
| 49966 |
src/com/gps/vo/SpeedListVO.java |
8 |
fieldCommentRequirement Required |
| 49967 |
src/com/gps/vo/SpeedListVO.java |
9 |
fieldCommentRequirement Required |
| 49968 |
src/com/gps/vo/SpeedListVO.java |
10 |
fieldCommentRequirement Required |
| 49969 |
src/com/gps/vo/SpeedListVO.java |
11 |
fieldCommentRequirement Required |
| 49970 |
src/com/gps/vo/SpeedListVO.java |
12 |
Use explicit scoping instead of the default package private level |
| 49971 |
src/com/gps/vo/SpeedListVO.java |
12 |
fieldCommentRequirement Required |
| 49972 |
src/com/gps/vo/SpeedListVO.java |
13 |
Use explicit scoping instead of the default package private level |
| 49973 |
src/com/gps/vo/SpeedListVO.java |
13 |
fieldCommentRequirement Required |
| 49974 |
src/com/gps/vo/SpeedListVO.java |
14 |
fieldCommentRequirement Required |
| 49975 |
src/com/gps/vo/SpeedListVO.java |
16 |
Use explicit scoping instead of the default package private level |
| 49976 |
src/com/gps/vo/SpeedListVO.java |
16 |
fieldCommentRequirement Required |
| 49977 |
src/com/gps/vo/SpeedListVO.java |
17 |
Use explicit scoping instead of the default package private level |
| 49978 |
src/com/gps/vo/SpeedListVO.java |
17 |
fieldCommentRequirement Required |
| 49979 |
src/com/gps/vo/SpeedListVO.java |
19 |
publicMethodCommentRequirement Required |
| 49980 |
src/com/gps/vo/SpeedListVO.java |
23 |
Parameter 'lat' is not assigned and could be declared final |
| 49981 |
src/com/gps/vo/SpeedListVO.java |
23 |
publicMethodCommentRequirement Required |
| 49982 |
src/com/gps/vo/SpeedListVO.java |
27 |
publicMethodCommentRequirement Required |
| 49983 |
src/com/gps/vo/SpeedListVO.java |
31 |
Parameter 'lon' is not assigned and could be declared final |
| 49984 |
src/com/gps/vo/SpeedListVO.java |
31 |
publicMethodCommentRequirement Required |
| 49985 |
src/com/gps/vo/SpeedListVO.java |
41 |
publicMethodCommentRequirement Required |
| 49986 |
src/com/gps/vo/SpeedListVO.java |
45 |
Parameter 'lattitude' is not assigned and could be declared final |
| 49987 |
src/com/gps/vo/SpeedListVO.java |
45 |
publicMethodCommentRequirement Required |
| 49988 |
src/com/gps/vo/SpeedListVO.java |
49 |
publicMethodCommentRequirement Required |
| 49989 |
src/com/gps/vo/SpeedListVO.java |
53 |
Parameter 'longitude' is not assigned and could be declared final |
| 49990 |
src/com/gps/vo/SpeedListVO.java |
53 |
publicMethodCommentRequirement Required |
| 49991 |
src/com/gps/vo/SpeedListVO.java |
60 |
Parameter 'regNo' is not assigned and could be declared final |
| 49992 |
src/com/gps/vo/SpeedListVO.java |
72 |
Parameter 'speed' is not assigned and could be declared final |
| 49993 |
src/com/gps/vo/SpeedListVO.java |
84 |
Parameter 'time' is not assigned and could be declared final |
| 49994 |
src/com/gps/vo/SpeedListVO.java |
96 |
Parameter 'duration' is not assigned and could be declared final |
| 49995 |
src/com/gps/vo/SpeedListVO.java |
108 |
Parameter 'distance' is not assigned and could be declared final |
| 49996 |
src/com/gps/vo/SpeedListVO.java |
123 |
Parameter 'offlineInfo' is not assigned and could be declared final |
| 49997 |
src/com/gps/vo/SpeedListVO.java |
123 |
publicMethodCommentRequirement Required |
| 49998 |
src/com/gps/vo/SpeedSummaryVO.java |
5 |
headerCommentRequirement Required |
| 49999 |
src/com/gps/vo/SpeedSummaryVO.java |
6 |
fieldCommentRequirement Required |
| 50000 |
src/com/gps/vo/SpeedSummaryVO.java |
7 |
fieldCommentRequirement Required |
| 50001 |
src/com/gps/vo/SpeedSummaryVO.java |
8 |
fieldCommentRequirement Required |
| 50002 |
src/com/gps/vo/SpeedSummaryVO.java |
9 |
fieldCommentRequirement Required |
| 50003 |
src/com/gps/vo/SpeedSummaryVO.java |
10 |
fieldCommentRequirement Required |
| 50004 |
src/com/gps/vo/SpeedSummaryVO.java |
11 |
fieldCommentRequirement Required |
| 50005 |
src/com/gps/vo/SpeedSummaryVO.java |
12 |
fieldCommentRequirement Required |
| 50006 |
src/com/gps/vo/SpeedSummaryVO.java |
23 |
Parameter 'distance0to20' is not assigned and could be declared final |
| 50007 |
src/com/gps/vo/SpeedSummaryVO.java |
23 |
Parameter 'distance20to45' is not assigned and could be declared final |
| 50008 |
src/com/gps/vo/SpeedSummaryVO.java |
24 |
Parameter 'distance45to55' is not assigned and could be declared final |
| 50009 |
src/com/gps/vo/SpeedSummaryVO.java |
24 |
Parameter 'distance55to65' is not assigned and could be declared final |
| 50010 |
src/com/gps/vo/SpeedSummaryVO.java |
24 |
Parameter 'distancegrt65' is not assigned and could be declared final |
| 50011 |
src/com/gps/vo/SpeedSummaryVO.java |
25 |
Parameter 'date' is not assigned and could be declared final |
| 50012 |
src/com/gps/vo/SpeedSummaryVO.java |
35 |
Parameter 'distance0to20' is not assigned and could be declared final |
| 50013 |
src/com/gps/vo/SpeedSummaryVO.java |
35 |
Parameter 'distance20to45' is not assigned and could be declared final |
| 50014 |
src/com/gps/vo/SpeedSummaryVO.java |
35 |
publicMethodCommentRequirement Required |
| 50015 |
src/com/gps/vo/SpeedSummaryVO.java |
36 |
Parameter 'distance45to55' is not assigned and could be declared final |
| 50016 |
src/com/gps/vo/SpeedSummaryVO.java |
36 |
Parameter 'distance55to65' is not assigned and could be declared final |
| 50017 |
src/com/gps/vo/SpeedSummaryVO.java |
36 |
Parameter 'distancegrt65' is not assigned and could be declared final |
| 50018 |
src/com/gps/vo/SpeedSummaryVO.java |
37 |
Parameter 'date' is not assigned and could be declared final |
| 50019 |
src/com/gps/vo/SpeedSummaryVO.java |
37 |
Parameter 'vehicleId' is not assigned and could be declared final |
| 50020 |
src/com/gps/vo/SpeedSummaryVO.java |
48 |
publicMethodCommentRequirement Required |
| 50021 |
src/com/gps/vo/SpeedSummaryVO.java |
52 |
Parameter 'vehicleID' is not assigned and could be declared final |
| 50022 |
src/com/gps/vo/SpeedSummaryVO.java |
52 |
publicMethodCommentRequirement Required |
| 50023 |
src/com/gps/vo/SpeedSummaryVO.java |
65 |
Parameter 'date' is not assigned and could be declared final |
| 50024 |
src/com/gps/vo/SpeedSummaryVO.java |
77 |
Parameter 'distance0to20' is not assigned and could be declared final |
| 50025 |
src/com/gps/vo/SpeedSummaryVO.java |
89 |
Parameter 'distance20to45' is not assigned and could be declared final |
| 50026 |
src/com/gps/vo/SpeedSummaryVO.java |
101 |
Parameter 'distance45to55' is not assigned and could be declared final |
| 50027 |
src/com/gps/vo/SpeedSummaryVO.java |
113 |
Parameter 'distance55to65' is not assigned and could be declared final |
| 50028 |
src/com/gps/vo/SpeedSummaryVO.java |
125 |
Parameter 'distancegrt65' is not assigned and could be declared final |
| 50029 |
src/com/gps/vo/SpeedVO.java |
6 |
headerCommentRequirement Required |
| 50030 |
src/com/gps/vo/SpeedVO.java |
8 |
Use explicit scoping instead of the default package private level |
| 50031 |
src/com/gps/vo/SpeedVO.java |
8 |
fieldCommentRequirement Required |
| 50032 |
src/com/gps/vo/SpeedVO.java |
9 |
Use explicit scoping instead of the default package private level |
| 50033 |
src/com/gps/vo/SpeedVO.java |
9 |
fieldCommentRequirement Required |
| 50034 |
src/com/gps/vo/SpeedVO.java |
20 |
Parameter 'vehName' is not assigned and could be declared final |
| 50035 |
src/com/gps/vo/SpeedVO.java |
32 |
Parameter 'dateVO' is not assigned and could be declared final |
| 50036 |
src/com/gps/vo/StudentInfo.java |
7 |
Too many fields |
| 50037 |
src/com/gps/vo/StudentInfo.java |
7 |
headerCommentRequirement Required |
| 50038 |
src/com/gps/vo/StudentInfo.java |
10 |
Avoid using redundant field initializer for 'userId' |
| 50039 |
src/com/gps/vo/StudentInfo.java |
10 |
fieldCommentRequirement Required |
| 50040 |
src/com/gps/vo/StudentInfo.java |
11 |
Avoid using redundant field initializer for 'user' |
| 50041 |
src/com/gps/vo/StudentInfo.java |
11 |
fieldCommentRequirement Required |
| 50042 |
src/com/gps/vo/StudentInfo.java |
12 |
The String literal "Nil" appears 11 times in this file; the first occurrence is on line 12 |
| 50043 |
src/com/gps/vo/StudentInfo.java |
12 |
fieldCommentRequirement Required |
| 50044 |
src/com/gps/vo/StudentInfo.java |
13 |
fieldCommentRequirement Required |
| 50045 |
src/com/gps/vo/StudentInfo.java |
14 |
fieldCommentRequirement Required |
| 50046 |
src/com/gps/vo/StudentInfo.java |
15 |
fieldCommentRequirement Required |
| 50047 |
src/com/gps/vo/StudentInfo.java |
16 |
Avoid using redundant field initializer for 'name' |
| 50048 |
src/com/gps/vo/StudentInfo.java |
16 |
fieldCommentRequirement Required |
| 50049 |
src/com/gps/vo/StudentInfo.java |
17 |
Avoid using redundant field initializer for 'contactNo' |
| 50050 |
src/com/gps/vo/StudentInfo.java |
17 |
fieldCommentRequirement Required |
| 50051 |
src/com/gps/vo/StudentInfo.java |
18 |
fieldCommentRequirement Required |
| 50052 |
src/com/gps/vo/StudentInfo.java |
19 |
fieldCommentRequirement Required |
| 50053 |
src/com/gps/vo/StudentInfo.java |
20 |
fieldCommentRequirement Required |
| 50054 |
src/com/gps/vo/StudentInfo.java |
21 |
fieldCommentRequirement Required |
| 50055 |
src/com/gps/vo/StudentInfo.java |
22 |
fieldCommentRequirement Required |
| 50056 |
src/com/gps/vo/StudentInfo.java |
23 |
fieldCommentRequirement Required |
| 50057 |
src/com/gps/vo/StudentInfo.java |
24 |
Avoid using redundant field initializer for 'status' |
| 50058 |
src/com/gps/vo/StudentInfo.java |
24 |
fieldCommentRequirement Required |
| 50059 |
src/com/gps/vo/StudentInfo.java |
25 |
fieldCommentRequirement Required |
| 50060 |
src/com/gps/vo/StudentInfo.java |
26 |
fieldCommentRequirement Required |
| 50061 |
src/com/gps/vo/StudentInfo.java |
28 |
Parameter 'tripNameExptAM' is not assigned and could be declared final |
| 50062 |
src/com/gps/vo/StudentInfo.java |
28 |
Parameter 'tripNameExptPM' is not assigned and could be declared final |
| 50063 |
src/com/gps/vo/StudentInfo.java |
28 |
Parameter 'userId' is not assigned and could be declared final |
| 50064 |
src/com/gps/vo/StudentInfo.java |
28 |
publicMethodCommentRequirement Required |
| 50065 |
src/com/gps/vo/StudentInfo.java |
29 |
Parameter 'contactNo' is not assigned and could be declared final |
| 50066 |
src/com/gps/vo/StudentInfo.java |
29 |
Parameter 'exptFenceAM' is not assigned and could be declared final |
| 50067 |
src/com/gps/vo/StudentInfo.java |
29 |
Parameter 'name' is not assigned and could be declared final |
| 50068 |
src/com/gps/vo/StudentInfo.java |
30 |
Parameter 'exptFencePM' is not assigned and could be declared final |
| 50069 |
src/com/gps/vo/StudentInfo.java |
43 |
Parameter 'exptFenceAM' is not assigned and could be declared final |
| 50070 |
src/com/gps/vo/StudentInfo.java |
43 |
Parameter 'tripNameExptAM' is not assigned and could be declared final |
| 50071 |
src/com/gps/vo/StudentInfo.java |
43 |
Parameter 'tripNameExptPM' is not assigned and could be declared final |
| 50072 |
src/com/gps/vo/StudentInfo.java |
43 |
publicMethodCommentRequirement Required |
| 50073 |
src/com/gps/vo/StudentInfo.java |
44 |
Parameter 'exptFencePM' is not assigned and could be declared final |
| 50074 |
src/com/gps/vo/StudentInfo.java |
44 |
Parameter 'userId' is not assigned and could be declared final |
| 50075 |
src/com/gps/vo/StudentInfo.java |
53 |
Parameter 'exptFenceAM' is not assigned and could be declared final |
| 50076 |
src/com/gps/vo/StudentInfo.java |
53 |
Parameter 'tripNameExptAM' is not assigned and could be declared final |
| 50077 |
src/com/gps/vo/StudentInfo.java |
53 |
Parameter 'tripNameExptPM' is not assigned and could be declared final |
| 50078 |
src/com/gps/vo/StudentInfo.java |
53 |
publicMethodCommentRequirement Required |
| 50079 |
src/com/gps/vo/StudentInfo.java |
54 |
Parameter 'exptFencePM' is not assigned and could be declared final |
| 50080 |
src/com/gps/vo/StudentInfo.java |
54 |
Parameter 'grade' is not assigned and could be declared final |
| 50081 |
src/com/gps/vo/StudentInfo.java |
54 |
Parameter 'user' is not assigned and could be declared final |
| 50082 |
src/com/gps/vo/StudentInfo.java |
54 |
Parameter 'userId' is not assigned and could be declared final |
| 50083 |
src/com/gps/vo/StudentInfo.java |
65 |
Parameter 'contactNo' is not assigned and could be declared final |
| 50084 |
src/com/gps/vo/StudentInfo.java |
65 |
Parameter 'exptFenceAM' is not assigned and could be declared final |
| 50085 |
src/com/gps/vo/StudentInfo.java |
65 |
Parameter 'name' is not assigned and could be declared final |
| 50086 |
src/com/gps/vo/StudentInfo.java |
65 |
Parameter 'tripNameExptAM' is not assigned and could be declared final |
| 50087 |
src/com/gps/vo/StudentInfo.java |
65 |
Parameter 'tripNameExptPM' is not assigned and could be declared final |
| 50088 |
src/com/gps/vo/StudentInfo.java |
65 |
Parameter 'userId' is not assigned and could be declared final |
| 50089 |
src/com/gps/vo/StudentInfo.java |
65 |
publicMethodCommentRequirement Required |
| 50090 |
src/com/gps/vo/StudentInfo.java |
66 |
Parameter 'exptFencePM' is not assigned and could be declared final |
| 50091 |
src/com/gps/vo/StudentInfo.java |
78 |
Parameter 'contactNo' is not assigned and could be declared final |
| 50092 |
src/com/gps/vo/StudentInfo.java |
78 |
Parameter 'exptFenceAM' is not assigned and could be declared final |
| 50093 |
src/com/gps/vo/StudentInfo.java |
78 |
Parameter 'grade' is not assigned and could be declared final |
| 50094 |
src/com/gps/vo/StudentInfo.java |
78 |
Parameter 'name' is not assigned and could be declared final |
| 50095 |
src/com/gps/vo/StudentInfo.java |
78 |
Parameter 'tripNameExptAM' is not assigned and could be declared final |
| 50096 |
src/com/gps/vo/StudentInfo.java |
78 |
Parameter 'tripNameExptPM' is not assigned and could be declared final |
| 50097 |
src/com/gps/vo/StudentInfo.java |
78 |
Parameter 'userId' is not assigned and could be declared final |
| 50098 |
src/com/gps/vo/StudentInfo.java |
78 |
publicMethodCommentRequirement Required |
| 50099 |
src/com/gps/vo/StudentInfo.java |
79 |
Parameter 'exptFencePM' is not assigned and could be declared final |
| 50100 |
src/com/gps/vo/StudentInfo.java |
102 |
Parameter 'name' is not assigned and could be declared final |
| 50101 |
src/com/gps/vo/StudentInfo.java |
120 |
Parameter 'contactNo' is not assigned and could be declared final |
| 50102 |
src/com/gps/vo/StudentInfo.java |
126 |
Parameter 'entryTime' is not assigned and could be declared final |
| 50103 |
src/com/gps/vo/StudentInfo.java |
138 |
Parameter 'exittime' is not assigned and could be declared final |
| 50104 |
src/com/gps/vo/StudentInfo.java |
150 |
Parameter 'exptFenceAM' is not assigned and could be declared final |
| 50105 |
src/com/gps/vo/StudentInfo.java |
162 |
Parameter 'exptFencePM' is not assigned and could be declared final |
| 50106 |
src/com/gps/vo/StudentInfo.java |
174 |
Parameter 'actFenceAM' is not assigned and could be declared final |
| 50107 |
src/com/gps/vo/StudentInfo.java |
186 |
Parameter 'actFencePM' is not assigned and could be declared final |
| 50108 |
src/com/gps/vo/StudentInfo.java |
198 |
Parameter 'status' is not assigned and could be declared final |
| 50109 |
src/com/gps/vo/StudentInfo.java |
216 |
Parameter 'userId' is not assigned and could be declared final |
| 50110 |
src/com/gps/vo/StudentInfo.java |
230 |
Parameter 'tripNameActualAM' is not assigned and could be declared final |
| 50111 |
src/com/gps/vo/StudentInfo.java |
244 |
Parameter 'tripNameActualPM' is not assigned and could be declared final |
| 50112 |
src/com/gps/vo/StudentInfo.java |
258 |
Parameter 'tripNameExptAM' is not assigned and could be declared final |
| 50113 |
src/com/gps/vo/StudentInfo.java |
272 |
Parameter 'tripNameExptPM' is not assigned and could be declared final |
| 50114 |
src/com/gps/vo/StudentInfo.java |
290 |
Parameter 'user' is not assigned and could be declared final |
| 50115 |
src/com/gps/vo/StudentInfo.java |
308 |
Parameter 'image' is not assigned and could be declared final |
| 50116 |
src/com/gps/vo/StudentInfo.java |
326 |
Parameter 'grade' is not assigned and could be declared final |
| 50117 |
src/com/gps/vo/SummaryVO.java |
3 |
headerCommentRequirement Required |
| 50118 |
src/com/gps/vo/SummaryVO.java |
5 |
Use explicit scoping instead of the default package private level |
| 50119 |
src/com/gps/vo/SummaryVO.java |
5 |
fieldCommentRequirement Required |
| 50120 |
src/com/gps/vo/SummaryVO.java |
6 |
Use explicit scoping instead of the default package private level |
| 50121 |
src/com/gps/vo/SummaryVO.java |
6 |
fieldCommentRequirement Required |
| 50122 |
src/com/gps/vo/SummaryVO.java |
7 |
Use explicit scoping instead of the default package private level |
| 50123 |
src/com/gps/vo/SummaryVO.java |
7 |
fieldCommentRequirement Required |
| 50124 |
src/com/gps/vo/SummaryVO.java |
8 |
Use explicit scoping instead of the default package private level |
| 50125 |
src/com/gps/vo/SummaryVO.java |
8 |
fieldCommentRequirement Required |
| 50126 |
src/com/gps/vo/SummaryVO.java |
9 |
Use explicit scoping instead of the default package private level |
| 50127 |
src/com/gps/vo/SummaryVO.java |
9 |
fieldCommentRequirement Required |
| 50128 |
src/com/gps/vo/SummaryVO.java |
10 |
Use explicit scoping instead of the default package private level |
| 50129 |
src/com/gps/vo/SummaryVO.java |
10 |
fieldCommentRequirement Required |
| 50130 |
src/com/gps/vo/SummaryVO.java |
11 |
Use explicit scoping instead of the default package private level |
| 50131 |
src/com/gps/vo/SummaryVO.java |
11 |
fieldCommentRequirement Required |
| 50132 |
src/com/gps/vo/SummaryVO.java |
12 |
Use explicit scoping instead of the default package private level |
| 50133 |
src/com/gps/vo/SummaryVO.java |
12 |
fieldCommentRequirement Required |
| 50134 |
src/com/gps/vo/SummaryVO.java |
13 |
Use explicit scoping instead of the default package private level |
| 50135 |
src/com/gps/vo/SummaryVO.java |
13 |
fieldCommentRequirement Required |
| 50136 |
src/com/gps/vo/SummaryVO.java |
15 |
publicMethodCommentRequirement Required |
| 50137 |
src/com/gps/vo/SummaryVO.java |
18 |
Parameter 'regNo' is not assigned and could be declared final |
| 50138 |
src/com/gps/vo/SummaryVO.java |
18 |
publicMethodCommentRequirement Required |
| 50139 |
src/com/gps/vo/SummaryVO.java |
21 |
publicMethodCommentRequirement Required |
| 50140 |
src/com/gps/vo/SummaryVO.java |
24 |
Parameter 'tripName' is not assigned and could be declared final |
| 50141 |
src/com/gps/vo/SummaryVO.java |
24 |
publicMethodCommentRequirement Required |
| 50142 |
src/com/gps/vo/SummaryVO.java |
27 |
publicMethodCommentRequirement Required |
| 50143 |
src/com/gps/vo/SummaryVO.java |
30 |
Parameter 'startTime' is not assigned and could be declared final |
| 50144 |
src/com/gps/vo/SummaryVO.java |
30 |
publicMethodCommentRequirement Required |
| 50145 |
src/com/gps/vo/SummaryVO.java |
33 |
publicMethodCommentRequirement Required |
| 50146 |
src/com/gps/vo/SummaryVO.java |
36 |
Parameter 'endTime' is not assigned and could be declared final |
| 50147 |
src/com/gps/vo/SummaryVO.java |
36 |
publicMethodCommentRequirement Required |
| 50148 |
src/com/gps/vo/SummaryVO.java |
39 |
publicMethodCommentRequirement Required |
| 50149 |
src/com/gps/vo/SummaryVO.java |
42 |
Parameter 'maxSpeed' is not assigned and could be declared final |
| 50150 |
src/com/gps/vo/SummaryVO.java |
42 |
publicMethodCommentRequirement Required |
| 50151 |
src/com/gps/vo/SummaryVO.java |
45 |
publicMethodCommentRequirement Required |
| 50152 |
src/com/gps/vo/SummaryVO.java |
49 |
publicMethodCommentRequirement Required |
| 50153 |
src/com/gps/vo/SummaryVO.java |
52 |
Parameter 'tripDistance' is not assigned and could be declared final |
| 50154 |
src/com/gps/vo/SummaryVO.java |
52 |
publicMethodCommentRequirement Required |
| 50155 |
src/com/gps/vo/SummaryVO.java |
55 |
Parameter 'endTime' is not assigned and could be declared final |
| 50156 |
src/com/gps/vo/SummaryVO.java |
55 |
Parameter 'hardBrakes' is not assigned and could be declared final |
| 50157 |
src/com/gps/vo/SummaryVO.java |
55 |
Parameter 'maxSpeed' is not assigned and could be declared final |
| 50158 |
src/com/gps/vo/SummaryVO.java |
55 |
Parameter 'regNo' is not assigned and could be declared final |
| 50159 |
src/com/gps/vo/SummaryVO.java |
55 |
Parameter 'startTime' is not assigned and could be declared final |
| 50160 |
src/com/gps/vo/SummaryVO.java |
55 |
Parameter 'totalDistance' is not assigned and could be declared final |
| 50161 |
src/com/gps/vo/SummaryVO.java |
55 |
Parameter 'tripDistance' is not assigned and could be declared final |
| 50162 |
src/com/gps/vo/SummaryVO.java |
55 |
Parameter 'tripName' is not assigned and could be declared final |
| 50163 |
src/com/gps/vo/SummaryVO.java |
55 |
Parameter 'tripid' is not assigned and could be declared final |
| 50164 |
src/com/gps/vo/SummaryVO.java |
55 |
publicMethodCommentRequirement Required |
| 50165 |
src/com/gps/vo/SummaryVO.java |
69 |
publicMethodCommentRequirement Required |
| 50166 |
src/com/gps/vo/SummaryVO.java |
72 |
Parameter 'tripid' is not assigned and could be declared final |
| 50167 |
src/com/gps/vo/SummaryVO.java |
72 |
publicMethodCommentRequirement Required |
| 50168 |
src/com/gps/vo/SummaryVO.java |
76 |
publicMethodCommentRequirement Required |
| 50169 |
src/com/gps/vo/SummaryVO.java |
79 |
Parameter 'totalDistance' is not assigned and could be declared final |
| 50170 |
src/com/gps/vo/SummaryVO.java |
79 |
publicMethodCommentRequirement Required |
| 50171 |
src/com/gps/vo/SummaryVO.java |
82 |
Parameter 'hardBrakes' is not assigned and could be declared final |
| 50172 |
src/com/gps/vo/SummaryVO.java |
82 |
publicMethodCommentRequirement Required |
| 50173 |
src/com/gps/vo/SummaryVO.java |
85 |
Document empty constructor |
| 50174 |
src/com/gps/vo/SummaryVO.java |
85 |
publicMethodCommentRequirement Required |
| 50175 |
src/com/gps/vo/TripDateVO.java |
6 |
headerCommentRequirement Required |
| 50176 |
src/com/gps/vo/TripDateVO.java |
8 |
Use explicit scoping instead of the default package private level |
| 50177 |
src/com/gps/vo/TripDateVO.java |
8 |
fieldCommentRequirement Required |
| 50178 |
src/com/gps/vo/TripDateVO.java |
9 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 50179 |
src/com/gps/vo/TripDateVO.java |
9 |
Use explicit scoping instead of the default package private level |
| 50180 |
src/com/gps/vo/TripDateVO.java |
9 |
fieldCommentRequirement Required |
| 50181 |
src/com/gps/vo/TripDateVO.java |
20 |
Parameter 'tripName' is not assigned and could be declared final |
| 50182 |
src/com/gps/vo/TripDateVO.java |
32 |
Parameter 'gradeVO' is not assigned and could be declared final |
| 50183 |
src/com/gps/vo/TripDistance.java |
3 |
headerCommentRequirement Required |
| 50184 |
src/com/gps/vo/TripDistance.java |
5 |
fieldCommentRequirement Required |
| 50185 |
src/com/gps/vo/TripDistance.java |
6 |
Avoid using redundant field initializer for 'distance' |
| 50186 |
src/com/gps/vo/TripDistance.java |
6 |
fieldCommentRequirement Required |
| 50187 |
src/com/gps/vo/TripDistance.java |
17 |
Parameter 'tripName' is not assigned and could be declared final |
| 50188 |
src/com/gps/vo/TripDistance.java |
29 |
Parameter 'distance' is not assigned and could be declared final |
| 50189 |
src/com/gps/vo/TripStudentsInfo.java |
6 |
headerCommentRequirement Required |
| 50190 |
src/com/gps/vo/TripStudentsInfo.java |
8 |
fieldCommentRequirement Required |
| 50191 |
src/com/gps/vo/TripStudentsInfo.java |
9 |
Private field 'studentInfoList' could be made final; it is only initialized in the declaration or constructor. |
| 50192 |
src/com/gps/vo/TripStudentsInfo.java |
9 |
fieldCommentRequirement Required |
| 50193 |
src/com/gps/vo/TripStudentsInfo.java |
20 |
Parameter 'tripName' is not assigned and could be declared final |
| 50194 |
src/com/gps/vo/TripStudentsInfo.java |
32 |
Parameter 'studentInfoList' is not assigned and could be declared final |
| 50195 |
src/com/gps/vo/TripUserInfo.java |
4 |
headerCommentRequirement Required |
| 50196 |
src/com/gps/vo/TripUserInfo.java |
6 |
fieldCommentRequirement Required |
| 50197 |
src/com/gps/vo/TripUserInfo.java |
7 |
fieldCommentRequirement Required |
| 50198 |
src/com/gps/vo/TripUserInfo.java |
8 |
fieldCommentRequirement Required |
| 50199 |
src/com/gps/vo/TripUserInfo.java |
9 |
fieldCommentRequirement Required |
| 50200 |
src/com/gps/vo/TripUserInfo.java |
10 |
fieldCommentRequirement Required |
| 50201 |
src/com/gps/vo/TripUserInfo.java |
13 |
Parameter 'scheduledCount' is not assigned and could be declared final |
| 50202 |
src/com/gps/vo/TripUserInfo.java |
13 |
Parameter 'unscheduledCount' is not assigned and could be declared final |
| 50203 |
src/com/gps/vo/TripUserInfo.java |
13 |
publicMethodCommentRequirement Required |
| 50204 |
src/com/gps/vo/TripUserInfo.java |
14 |
Parameter 'absentCount' is not assigned and could be declared final |
| 50205 |
src/com/gps/vo/TripUserInfo.java |
29 |
Parameter 'tripName' is not assigned and could be declared final |
| 50206 |
src/com/gps/vo/TripUserInfo.java |
41 |
Parameter 'scheduledCount' is not assigned and could be declared final |
| 50207 |
src/com/gps/vo/TripUserInfo.java |
53 |
Parameter 'unscheduledCount' is not assigned and could be declared final |
| 50208 |
src/com/gps/vo/TripUserInfo.java |
65 |
Parameter 'absentCount' is not assigned and could be declared final |
| 50209 |
src/com/gps/vo/TripUserInfo.java |
77 |
Parameter 'tripId' is not assigned and could be declared final |
| 50210 |
src/com/gps/vo/TripVO.java |
13 |
Use explicit scoping instead of the default package private level |
| 50211 |
src/com/gps/vo/TripVO.java |
13 |
fieldCommentRequirement Required |
| 50212 |
src/com/gps/vo/TripVO.java |
14 |
Use explicit scoping instead of the default package private level |
| 50213 |
src/com/gps/vo/TripVO.java |
15 |
fieldCommentRequirement Required |
| 50214 |
src/com/gps/vo/TripVO.java |
16 |
Use explicit scoping instead of the default package private level |
| 50215 |
src/com/gps/vo/TripVO.java |
17 |
fieldCommentRequirement Required |
| 50216 |
src/com/gps/vo/TripVO.java |
28 |
Parameter 'vehName' is not assigned and could be declared final |
| 50217 |
src/com/gps/vo/TripVO.java |
40 |
Parameter 'orgName' is not assigned and could be declared final |
| 50218 |
src/com/gps/vo/TripVO.java |
52 |
Parameter 'dateVO' is not assigned and could be declared final |
| 50219 |
src/com/gps/vo/UserDetails.java |
3 |
headerCommentRequirement Required |
| 50220 |
src/com/gps/vo/UserDetails.java |
5 |
fieldCommentRequirement Required |
| 50221 |
src/com/gps/vo/UserDetails.java |
6 |
fieldCommentRequirement Required |
| 50222 |
src/com/gps/vo/UserDetails.java |
16 |
Parameter 'firstName' is not assigned and could be declared final |
| 50223 |
src/com/gps/vo/UserDetails.java |
28 |
Parameter 'lastName' is not assigned and could be declared final |
| 50224 |
src/com/gps/vo/VehicleDistance.java |
3 |
headerCommentRequirement Required |
| 50225 |
src/com/gps/vo/VehicleDistance.java |
5 |
fieldCommentRequirement Required |
| 50226 |
src/com/gps/vo/VehicleDistance.java |
6 |
fieldCommentRequirement Required |
| 50227 |
src/com/gps/vo/VehicleDistance.java |
7 |
fieldCommentRequirement Required |
| 50228 |
src/com/gps/vo/VehicleDistance.java |
17 |
Parameter 'distance' is not assigned and could be declared final |
| 50229 |
src/com/gps/vo/VehicleDistance.java |
29 |
Parameter 'tripDist' is not assigned and could be declared final |
| 50230 |
src/com/gps/vo/VehicleDistance.java |
41 |
Avoid prefixing parameters by in, out or inOut. Uses Javadoc to document this behavior. |
| 50231 |
src/com/gps/vo/VehicleDistance.java |
41 |
Parameter 'outDist' is not assigned and could be declared final |
| 50232 |
src/com/itac/Base64.java |
1 |
Possible God class (WMC=160, ATFD=37, TCC=0.039525691699604744) |
| 50233 |
src/com/itac/Base64.java |
3 |
Comment is too large: Too many lines |
| 50234 |
src/com/itac/Base64.java |
40 |
Comment is too large: Line too long |
| 50235 |
src/com/itac/Base64.java |
172 |
Avoid really long classes. |
| 50236 |
src/com/itac/Base64.java |
172 |
The class 'Base64' has a Cyclomatic Complexity of 4 (Highest = 17). |
| 50237 |
src/com/itac/Base64.java |
172 |
This class has too many methods, consider refactoring it. |
| 50238 |
src/com/itac/Base64.java |
180 |
Field ENCODE has the same name as a method |
| 50239 |
src/com/itac/Base64.java |
183 |
Field DECODE has the same name as a method |
| 50240 |
src/com/itac/Base64.java |
196 |
Comment is too large: Too many lines |
| 50241 |
src/com/itac/Base64.java |
226 |
Avoid excessively long variable names like PREFERRED_ENCODING |
| 50242 |
src/com/itac/Base64.java |
228 |
fieldCommentRequirement Required |
| 50243 |
src/com/itac/Base64.java |
230 |
fieldCommentRequirement Required |
| 50244 |
src/com/itac/Base64.java |
240 |
Avoid excessively long variable names like _STANDARD_ALPHABET |
| 50245 |
src/com/itac/Base64.java |
259 |
Avoid excessively long variable names like _STANDARD_DECODABET |
| 50246 |
src/com/itac/Base64.java |
316 |
Avoid excessively long variable names like _URL_SAFE_ALPHABET |
| 50247 |
src/com/itac/Base64.java |
334 |
Avoid excessively long variable names like _URL_SAFE_DECODABET |
| 50248 |
src/com/itac/Base64.java |
412 |
Avoid excessively long variable names like _ORDERED_DECODABET |
| 50249 |
src/com/itac/Base64.java |
472 |
Parameter 'options' is not assigned and could be declared final |
| 50250 |
src/com/itac/Base64.java |
474 |
A method should have only one exit point, and that should be the last statement in the method |
| 50251 |
src/com/itac/Base64.java |
474 |
Returning '_URL_SAFE_ALPHABET' may expose an internal array. |
| 50252 |
src/com/itac/Base64.java |
476 |
A method should have only one exit point, and that should be the last statement in the method |
| 50253 |
src/com/itac/Base64.java |
476 |
Returning '_ORDERED_ALPHABET' may expose an internal array. |
| 50254 |
src/com/itac/Base64.java |
478 |
Returning '_STANDARD_ALPHABET' may expose an internal array. |
| 50255 |
src/com/itac/Base64.java |
488 |
Parameter 'options' is not assigned and could be declared final |
| 50256 |
src/com/itac/Base64.java |
490 |
A method should have only one exit point, and that should be the last statement in the method |
| 50257 |
src/com/itac/Base64.java |
490 |
Returning '_URL_SAFE_DECODABET' may expose an internal array. |
| 50258 |
src/com/itac/Base64.java |
492 |
A method should have only one exit point, and that should be the last statement in the method |
| 50259 |
src/com/itac/Base64.java |
492 |
Returning '_ORDERED_DECODABET' may expose an internal array. |
| 50260 |
src/com/itac/Base64.java |
494 |
Returning '_STANDARD_DECODABET' may expose an internal array. |
| 50261 |
src/com/itac/Base64.java |
504 |
Comment is too large: Too many lines |
| 50262 |
src/com/itac/Base64.java |
521 |
Avoid variables with short names like b4 |
| 50263 |
src/com/itac/Base64.java |
521 |
Parameter 'b4' is not assigned and could be declared final |
| 50264 |
src/com/itac/Base64.java |
521 |
Parameter 'threeBytes' is not assigned and could be declared final |
| 50265 |
src/com/itac/Base64.java |
522 |
Parameter 'numSigBytes' is not assigned and could be declared final |
| 50266 |
src/com/itac/Base64.java |
522 |
Parameter 'options' is not assigned and could be declared final |
| 50267 |
src/com/itac/Base64.java |
524 |
Returning 'b4' may expose an internal array. |
| 50268 |
src/com/itac/Base64.java |
527 |
Comment is too large: Too many lines |
| 50269 |
src/com/itac/Base64.java |
557 |
Parameter 'source' is not assigned and could be declared final |
| 50270 |
src/com/itac/Base64.java |
557 |
Parameter 'srcOffset' is not assigned and could be declared final |
| 50271 |
src/com/itac/Base64.java |
557 |
The method encode3to4() has an NPath complexity of 500 |
| 50272 |
src/com/itac/Base64.java |
558 |
Parameter 'destOffset' is not assigned and could be declared final |
| 50273 |
src/com/itac/Base64.java |
558 |
Parameter 'numSigBytes' is not assigned and could be declared final |
| 50274 |
src/com/itac/Base64.java |
558 |
Parameter 'options' is not assigned and could be declared final |
| 50275 |
src/com/itac/Base64.java |
560 |
Found 'DU'-anomaly for variable 'ALPHABET' (lines '560'-'603'). |
| 50276 |
src/com/itac/Base64.java |
560 |
Local variable 'ALPHABET' could be declared final |
| 50277 |
src/com/itac/Base64.java |
560 |
Variables should start with a lowercase character, 'ALPHABET' starts with uppercase character. |
| 50278 |
src/com/itac/Base64.java |
574 |
Found 'DU'-anomaly for variable 'inBuff' (lines '574'-'603'). |
| 50279 |
src/com/itac/Base64.java |
574 |
Local variable 'inBuff' could be declared final |
| 50280 |
src/com/itac/Base64.java |
574 |
Useless parentheses. |
| 50281 |
src/com/itac/Base64.java |
575 |
Useless parentheses. |
| 50282 |
src/com/itac/Base64.java |
576 |
Useless parentheses. |
| 50283 |
src/com/itac/Base64.java |
580 |
Useless parentheses. |
| 50284 |
src/com/itac/Base64.java |
584 |
A method should have only one exit point, and that should be the last statement in the method |
| 50285 |
src/com/itac/Base64.java |
587 |
Useless parentheses. |
| 50286 |
src/com/itac/Base64.java |
591 |
A method should have only one exit point, and that should be the last statement in the method |
| 50287 |
src/com/itac/Base64.java |
594 |
Useless parentheses. |
| 50288 |
src/com/itac/Base64.java |
598 |
A method should have only one exit point, and that should be the last statement in the method |
| 50289 |
src/com/itac/Base64.java |
605 |
Comment is too large: Too many lines |
| 50290 |
src/com/itac/Base64.java |
617 |
Parameter 'raw' is not assigned and could be declared final |
| 50291 |
src/com/itac/Base64.java |
618 |
Parameter 'encoded' is not assigned and could be declared final |
| 50292 |
src/com/itac/Base64.java |
619 |
Found 'DU'-anomaly for variable 'raw3' (lines '619'-'628'). |
| 50293 |
src/com/itac/Base64.java |
619 |
Local variable 'raw3' could be declared final |
| 50294 |
src/com/itac/Base64.java |
620 |
Found 'DU'-anomaly for variable 'enc4' (lines '620'-'628'). |
| 50295 |
src/com/itac/Base64.java |
620 |
Local variable 'enc4' could be declared final |
| 50296 |
src/com/itac/Base64.java |
623 |
Local variable 'rem' could be declared final |
| 50297 |
src/com/itac/Base64.java |
630 |
Comment is too large: Too many lines |
| 50298 |
src/com/itac/Base64.java |
642 |
Parameter 'raw' is not assigned and could be declared final |
| 50299 |
src/com/itac/Base64.java |
643 |
Parameter 'encoded' is not assigned and could be declared final |
| 50300 |
src/com/itac/Base64.java |
644 |
Found 'DU'-anomaly for variable 'raw3' (lines '644'-'655'). |
| 50301 |
src/com/itac/Base64.java |
644 |
Local variable 'raw3' could be declared final |
| 50302 |
src/com/itac/Base64.java |
645 |
Found 'DU'-anomaly for variable 'enc4' (lines '645'-'655'). |
| 50303 |
src/com/itac/Base64.java |
645 |
Local variable 'enc4' could be declared final |
| 50304 |
src/com/itac/Base64.java |
648 |
Local variable 'rem' could be declared final |
| 50305 |
src/com/itac/Base64.java |
652 |
Potential violation of Law of Demeter (method chain calls) |
| 50306 |
src/com/itac/Base64.java |
657 |
Comment is too large: Too many lines |
| 50307 |
src/com/itac/Base64.java |
679 |
Avoid excessively long variable names like serializableObject |
| 50308 |
src/com/itac/Base64.java |
679 |
Parameter 'serializableObject' is not assigned and could be declared final |
| 50309 |
src/com/itac/Base64.java |
684 |
Comment is too large: Too many lines |
| 50310 |
src/com/itac/Base64.java |
720 |
Avoid excessively long variable names like serializableObject |
| 50311 |
src/com/itac/Base64.java |
720 |
Parameter 'serializableObject' is not assigned and could be declared final |
| 50312 |
src/com/itac/Base64.java |
721 |
Parameter 'options' is not assigned and could be declared final |
| 50313 |
src/com/itac/Base64.java |
724 |
Avoid throwing null pointer exceptions. |
| 50314 |
src/com/itac/Base64.java |
728 |
Found 'DD'-anomaly for variable 'baos' (lines '728'-'735'). |
| 50315 |
src/com/itac/Base64.java |
729 |
Found 'DD'-anomaly for variable 'b64os' (lines '729'-'736'). |
| 50316 |
src/com/itac/Base64.java |
730 |
Found 'DD'-anomaly for variable 'gzos' (lines '730'-'739'). |
| 50317 |
src/com/itac/Base64.java |
730 |
Found 'DU'-anomaly for variable 'gzos' (lines '730'-'780'). |
| 50318 |
src/com/itac/Base64.java |
731 |
Found 'DD'-anomaly for variable 'oos' (lines '731'-'740'). |
| 50319 |
src/com/itac/Base64.java |
731 |
Found 'DD'-anomaly for variable 'oos' (lines '731'-'743'). |
| 50320 |
src/com/itac/Base64.java |
737 |
Avoid if (x != y) ..; else ..; |
| 50321 |
src/com/itac/Base64.java |
737 |
Avoid using Literals in Conditional Statements |
| 50322 |
src/com/itac/Base64.java |
747 |
A catch statement that catches an exception only to rethrow it should be avoided. |
| 50323 |
src/com/itac/Base64.java |
755 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 50324 |
src/com/itac/Base64.java |
755 |
Avoid empty catch blocks |
| 50325 |
src/com/itac/Base64.java |
759 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 50326 |
src/com/itac/Base64.java |
759 |
Avoid empty catch blocks |
| 50327 |
src/com/itac/Base64.java |
763 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 50328 |
src/com/itac/Base64.java |
763 |
Avoid empty catch blocks |
| 50329 |
src/com/itac/Base64.java |
767 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 50330 |
src/com/itac/Base64.java |
767 |
Avoid empty catch blocks |
| 50331 |
src/com/itac/Base64.java |
773 |
A method should have only one exit point, and that should be the last statement in the method |
| 50332 |
src/com/itac/Base64.java |
782 |
Comment is too large: Too many lines |
| 50333 |
src/com/itac/Base64.java |
792 |
Found 'UR'-anomaly for variable 'encoded' (lines '792'-'792'). |
| 50334 |
src/com/itac/Base64.java |
792 |
Parameter 'source' is not assigned and could be declared final |
| 50335 |
src/com/itac/Base64.java |
796 |
Found 'DD'-anomaly for variable 'encoded' (lines '796'-'798'). |
| 50336 |
src/com/itac/Base64.java |
800 |
Potential violation of Law of Demeter (object not created locally) |
| 50337 |
src/com/itac/Base64.java |
806 |
Comment is too large: Too many lines |
| 50338 |
src/com/itac/Base64.java |
844 |
Parameter 'options' is not assigned and could be declared final |
| 50339 |
src/com/itac/Base64.java |
844 |
Parameter 'source' is not assigned and could be declared final |
| 50340 |
src/com/itac/Base64.java |
849 |
Comment is too large: Too many lines |
| 50341 |
src/com/itac/Base64.java |
873 |
Found 'UR'-anomaly for variable 'encoded' (lines '873'-'873'). |
| 50342 |
src/com/itac/Base64.java |
873 |
Parameter 'len' is not assigned and could be declared final |
| 50343 |
src/com/itac/Base64.java |
873 |
Parameter 'off' is not assigned and could be declared final |
| 50344 |
src/com/itac/Base64.java |
873 |
Parameter 'source' is not assigned and could be declared final |
| 50345 |
src/com/itac/Base64.java |
877 |
Found 'DD'-anomaly for variable 'encoded' (lines '877'-'879'). |
| 50346 |
src/com/itac/Base64.java |
881 |
Potential violation of Law of Demeter (object not created locally) |
| 50347 |
src/com/itac/Base64.java |
887 |
Comment is too large: Too many lines |
| 50348 |
src/com/itac/Base64.java |
931 |
Parameter 'len' is not assigned and could be declared final |
| 50349 |
src/com/itac/Base64.java |
931 |
Parameter 'off' is not assigned and could be declared final |
| 50350 |
src/com/itac/Base64.java |
931 |
Parameter 'source' is not assigned and could be declared final |
| 50351 |
src/com/itac/Base64.java |
932 |
Parameter 'options' is not assigned and could be declared final |
| 50352 |
src/com/itac/Base64.java |
933 |
Local variable 'encoded' could be declared final |
| 50353 |
src/com/itac/Base64.java |
937 |
A method should have only one exit point, and that should be the last statement in the method |
| 50354 |
src/com/itac/Base64.java |
945 |
Comment is too large: Too many lines |
| 50355 |
src/com/itac/Base64.java |
958 |
Parameter 'source' is not assigned and could be declared final |
| 50356 |
src/com/itac/Base64.java |
959 |
Found 'DD'-anomaly for variable 'encoded' (lines '959'-'961'). |
| 50357 |
src/com/itac/Base64.java |
965 |
Potential violation of Law of Demeter (object not created locally) |
| 50358 |
src/com/itac/Base64.java |
970 |
Comment is too large: Too many lines |
| 50359 |
src/com/itac/Base64.java |
995 |
Avoid really long methods. |
| 50360 |
src/com/itac/Base64.java |
995 |
Parameter 'len' is not assigned and could be declared final |
| 50361 |
src/com/itac/Base64.java |
995 |
Parameter 'off' is not assigned and could be declared final |
| 50362 |
src/com/itac/Base64.java |
995 |
Parameter 'source' is not assigned and could be declared final |
| 50363 |
src/com/itac/Base64.java |
995 |
The method 'encodeBytesToBytes' has a Cyclomatic Complexity of 17. |
| 50364 |
src/com/itac/Base64.java |
995 |
The method encodeBytesToBytes() has an NPath complexity of 2720 |
| 50365 |
src/com/itac/Base64.java |
996 |
Parameter 'options' is not assigned and could be declared final |
| 50366 |
src/com/itac/Base64.java |
999 |
Avoid throwing null pointer exceptions. |
| 50367 |
src/com/itac/Base64.java |
1002 |
Avoid using Literals in Conditional Statements |
| 50368 |
src/com/itac/Base64.java |
1007 |
Avoid using Literals in Conditional Statements |
| 50369 |
src/com/itac/Base64.java |
1020 |
Avoid if (x != y) ..; else ..; |
| 50370 |
src/com/itac/Base64.java |
1020 |
Avoid using Literals in Conditional Statements |
| 50371 |
src/com/itac/Base64.java |
1021 |
Found 'DD'-anomaly for variable 'baos' (lines '1,021'-'1,027'). |
| 50372 |
src/com/itac/Base64.java |
1022 |
Found 'DD'-anomaly for variable 'gzos' (lines '1,022'-'1,029'). |
| 50373 |
src/com/itac/Base64.java |
1023 |
Found 'DD'-anomaly for variable 'b64os' (lines '1,023'-'1,028'). |
| 50374 |
src/com/itac/Base64.java |
1031 |
Potential violation of Law of Demeter (object not created locally) |
| 50375 |
src/com/itac/Base64.java |
1032 |
Potential violation of Law of Demeter (object not created locally) |
| 50376 |
src/com/itac/Base64.java |
1034 |
A catch statement that catches an exception only to rethrow it should be avoided. |
| 50377 |
src/com/itac/Base64.java |
1041 |
Potential violation of Law of Demeter (object not created locally) |
| 50378 |
src/com/itac/Base64.java |
1042 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 50379 |
src/com/itac/Base64.java |
1042 |
Avoid empty catch blocks |
| 50380 |
src/com/itac/Base64.java |
1045 |
Potential violation of Law of Demeter (object not created locally) |
| 50381 |
src/com/itac/Base64.java |
1046 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 50382 |
src/com/itac/Base64.java |
1046 |
Avoid empty catch blocks |
| 50383 |
src/com/itac/Base64.java |
1049 |
Potential violation of Law of Demeter (object not created locally) |
| 50384 |
src/com/itac/Base64.java |
1050 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 50385 |
src/com/itac/Base64.java |
1050 |
Avoid empty catch blocks |
| 50386 |
src/com/itac/Base64.java |
1054 |
A method should have only one exit point, and that should be the last statement in the method |
| 50387 |
src/com/itac/Base64.java |
1054 |
Potential violation of Law of Demeter (object not created locally) |
| 50388 |
src/com/itac/Base64.java |
1059 |
Local variable 'breakLines' could be declared final |
| 50389 |
src/com/itac/Base64.java |
1077 |
Avoid variables with short names like d |
| 50390 |
src/com/itac/Base64.java |
1078 |
Avoid variables with short names like e |
| 50391 |
src/com/itac/Base64.java |
1079 |
Local variable 'len2' could be declared final |
| 50392 |
src/com/itac/Base64.java |
1080 |
Found 'DU'-anomaly for variable 'lineLength' (lines '1,080'-'1,115'). |
| 50393 |
src/com/itac/Base64.java |
1088 |
Found 'DU'-anomaly for variable 'lineLength' (lines '1,088'-'1,115'). |
| 50394 |
src/com/itac/Base64.java |
1103 |
Local variable 'finalOut' could be declared final |
| 50395 |
src/com/itac/Base64.java |
1107 |
A method should have only one exit point, and that should be the last statement in the method |
| 50396 |
src/com/itac/Base64.java |
1119 |
Comment is too large: Too many lines |
| 50397 |
src/com/itac/Base64.java |
1154 |
Parameter 'source' is not assigned and could be declared final |
| 50398 |
src/com/itac/Base64.java |
1154 |
Parameter 'srcOffset' is not assigned and could be declared final |
| 50399 |
src/com/itac/Base64.java |
1155 |
Parameter 'destOffset' is not assigned and could be declared final |
| 50400 |
src/com/itac/Base64.java |
1155 |
Parameter 'options' is not assigned and could be declared final |
| 50401 |
src/com/itac/Base64.java |
1159 |
Avoid throwing null pointer exceptions. |
| 50402 |
src/com/itac/Base64.java |
1162 |
Avoid throwing null pointer exceptions. |
| 50403 |
src/com/itac/Base64.java |
1177 |
Local variable 'DECODABET' could be declared final |
| 50404 |
src/com/itac/Base64.java |
1177 |
Variables should start with a lowercase character, 'DECODABET' starts with uppercase character. |
| 50405 |
src/com/itac/Base64.java |
1185 |
Local variable 'outBuff' could be declared final |
| 50406 |
src/com/itac/Base64.java |
1189 |
A method should have only one exit point, and that should be the last statement in the method |
| 50407 |
src/com/itac/Base64.java |
1199 |
Local variable 'outBuff' could be declared final |
| 50408 |
src/com/itac/Base64.java |
1205 |
A method should have only one exit point, and that should be the last statement in the method |
| 50409 |
src/com/itac/Base64.java |
1216 |
Local variable 'outBuff' could be declared final |
| 50410 |
src/com/itac/Base64.java |
1219 |
Useless parentheses. |
| 50411 |
src/com/itac/Base64.java |
1229 |
Comment is too large: Too many lines |
| 50412 |
src/com/itac/Base64.java |
1242 |
Parameter 'source' is not assigned and could be declared final |
| 50413 |
src/com/itac/Base64.java |
1243 |
Found 'DD'-anomaly for variable 'decoded' (lines '1,243'-'1,245'). |
| 50414 |
src/com/itac/Base64.java |
1254 |
Comment is too large: Too many lines |
| 50415 |
src/com/itac/Base64.java |
1275 |
Parameter 'len' is not assigned and could be declared final |
| 50416 |
src/com/itac/Base64.java |
1275 |
Parameter 'off' is not assigned and could be declared final |
| 50417 |
src/com/itac/Base64.java |
1275 |
Parameter 'options' is not assigned and could be declared final |
| 50418 |
src/com/itac/Base64.java |
1275 |
Parameter 'source' is not assigned and could be declared final |
| 50419 |
src/com/itac/Base64.java |
1275 |
The method 'decode' has a Cyclomatic Complexity of 11. |
| 50420 |
src/com/itac/Base64.java |
1280 |
Avoid throwing null pointer exceptions. |
| 50421 |
src/com/itac/Base64.java |
1289 |
Avoid using Literals in Conditional Statements |
| 50422 |
src/com/itac/Base64.java |
1290 |
A method should have only one exit point, and that should be the last statement in the method |
| 50423 |
src/com/itac/Base64.java |
1291 |
Avoid using Literals in Conditional Statements |
| 50424 |
src/com/itac/Base64.java |
1297 |
Found 'DU'-anomaly for variable 'DECODABET' (lines '1,297'-'1,343'). |
| 50425 |
src/com/itac/Base64.java |
1297 |
Local variable 'DECODABET' could be declared final |
| 50426 |
src/com/itac/Base64.java |
1297 |
Variables should start with a lowercase character, 'DECODABET' starts with uppercase character. |
| 50427 |
src/com/itac/Base64.java |
1299 |
Local variable 'len34' could be declared final |
| 50428 |
src/com/itac/Base64.java |
1300 |
Found 'DU'-anomaly for variable 'outBuff' (lines '1,300'-'1,343'). |
| 50429 |
src/com/itac/Base64.java |
1300 |
Local variable 'outBuff' could be declared final |
| 50430 |
src/com/itac/Base64.java |
1301 |
Found 'DU'-anomaly for variable 'outBuffPosn' (lines '1,301'-'1,343'). |
| 50431 |
src/com/itac/Base64.java |
1303 |
Avoid variables with short names like b4 |
| 50432 |
src/com/itac/Base64.java |
1303 |
Found 'DD'-anomaly for variable 'b4' (lines '1,303'-'1,318'). |
| 50433 |
src/com/itac/Base64.java |
1303 |
Found 'DU'-anomaly for variable 'b4' (lines '1,303'-'1,343'). |
| 50434 |
src/com/itac/Base64.java |
1305 |
Found 'DU'-anomaly for variable 'b4Posn' (lines '1,305'-'1,343'). |
| 50435 |
src/com/itac/Base64.java |
1306 |
Avoid variables with short names like i |
| 50436 |
src/com/itac/Base64.java |
1306 |
Found 'DD'-anomaly for variable 'i' (lines '1,306'-'1,309'). |
| 50437 |
src/com/itac/Base64.java |
1307 |
Found 'DD'-anomaly for variable 'sbiDecode' (lines '1,307'-'1,311'). |
| 50438 |
src/com/itac/Base64.java |
1307 |
Found 'DU'-anomaly for variable 'sbiDecode' (lines '1,307'-'1,343'). |
| 50439 |
src/com/itac/Base64.java |
1318 |
Found 'DD'-anomaly for variable 'b4' (lines '1,318'-'1,318'). |
| 50440 |
src/com/itac/Base64.java |
1318 |
Found 'DU'-anomaly for variable 'b4' (lines '1,318'-'1,343'). |
| 50441 |
src/com/itac/Base64.java |
1319 |
Avoid using Literals in Conditional Statements |
| 50442 |
src/com/itac/Base64.java |
1322 |
Found 'DU'-anomaly for variable 'b4Posn' (lines '1,322'-'1,343'). |
| 50443 |
src/com/itac/Base64.java |
1334 |
Potential violation of Law of Demeter (method chain calls) |
| 50444 |
src/com/itac/Base64.java |
1340 |
Local variable 'out' could be declared final |
| 50445 |
src/com/itac/Base64.java |
1345 |
Comment is too large: Too many lines |
| 50446 |
src/com/itac/Base64.java |
1356 |
Avoid variables with short names like s |
| 50447 |
src/com/itac/Base64.java |
1356 |
Parameter 's' is not assigned and could be declared final |
| 50448 |
src/com/itac/Base64.java |
1360 |
Comment is too large: Too many lines |
| 50449 |
src/com/itac/Base64.java |
1375 |
Avoid variables with short names like s |
| 50450 |
src/com/itac/Base64.java |
1375 |
Parameter 'options' is not assigned and could be declared final |
| 50451 |
src/com/itac/Base64.java |
1375 |
Parameter 's' is not assigned and could be declared final |
| 50452 |
src/com/itac/Base64.java |
1375 |
The method 'decode' has a Cyclomatic Complexity of 12. |
| 50453 |
src/com/itac/Base64.java |
1379 |
Avoid throwing null pointer exceptions. |
| 50454 |
src/com/itac/Base64.java |
1384 |
Found 'DD'-anomaly for variable 'bytes' (lines '1,384'-'1,387'). |
| 50455 |
src/com/itac/Base64.java |
1387 |
Found 'DD'-anomaly for variable 'bytes' (lines '1,387'-'1,392'). |
| 50456 |
src/com/itac/Base64.java |
1396 |
Local variable 'dontGunzip' could be declared final |
| 50457 |
src/com/itac/Base64.java |
1397 |
Useless parentheses. |
| 50458 |
src/com/itac/Base64.java |
1397 |
Useless parentheses. |
| 50459 |
src/com/itac/Base64.java |
1397 |
Useless parentheses. |
| 50460 |
src/com/itac/Base64.java |
1399 |
Local variable 'head' could be declared final |
| 50461 |
src/com/itac/Base64.java |
1401 |
Found 'DD'-anomaly for variable 'bais' (lines '1,401'-'1,409'). |
| 50462 |
src/com/itac/Base64.java |
1402 |
Found 'DD'-anomaly for variable 'gzis' (lines '1,402'-'1,410'). |
| 50463 |
src/com/itac/Base64.java |
1403 |
Found 'DD'-anomaly for variable 'baos' (lines '1,403'-'1,408'). |
| 50464 |
src/com/itac/Base64.java |
1404 |
Local variable 'buffer' could be declared final |
| 50465 |
src/com/itac/Base64.java |
1405 |
Found 'DD'-anomaly for variable 'length' (lines '1,405'-'1,412'). |
| 50466 |
src/com/itac/Base64.java |
1412 |
Avoid assignments in operands |
| 50467 |
src/com/itac/Base64.java |
1412 |
Found 'DU'-anomaly for variable 'length' (lines '1,412'-'1,443'). |
| 50468 |
src/com/itac/Base64.java |
1412 |
Potential violation of Law of Demeter (object not created locally) |
| 50469 |
src/com/itac/Base64.java |
1413 |
Potential violation of Law of Demeter (object not created locally) |
| 50470 |
src/com/itac/Base64.java |
1417 |
Potential violation of Law of Demeter (object not created locally) |
| 50471 |
src/com/itac/Base64.java |
1421 |
Avoid printStackTrace(); use a logger call instead. |
| 50472 |
src/com/itac/Base64.java |
1421 |
Potential violation of Law of Demeter (object not created locally) |
| 50473 |
src/com/itac/Base64.java |
1426 |
Potential violation of Law of Demeter (object not created locally) |
| 50474 |
src/com/itac/Base64.java |
1427 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 50475 |
src/com/itac/Base64.java |
1427 |
Avoid empty catch blocks |
| 50476 |
src/com/itac/Base64.java |
1430 |
Potential violation of Law of Demeter (object not created locally) |
| 50477 |
src/com/itac/Base64.java |
1431 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 50478 |
src/com/itac/Base64.java |
1431 |
Avoid empty catch blocks |
| 50479 |
src/com/itac/Base64.java |
1434 |
Potential violation of Law of Demeter (object not created locally) |
| 50480 |
src/com/itac/Base64.java |
1435 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 50481 |
src/com/itac/Base64.java |
1435 |
Avoid empty catch blocks |
| 50482 |
src/com/itac/Base64.java |
1445 |
Comment is too large: Too many lines |
| 50483 |
src/com/itac/Base64.java |
1461 |
Parameter 'encodedObject' is not assigned and could be declared final |
| 50484 |
src/com/itac/Base64.java |
1466 |
Comment is too large: Too many lines |
| 50485 |
src/com/itac/Base64.java |
1487 |
Parameter 'encodedObject' is not assigned and could be declared final |
| 50486 |
src/com/itac/Base64.java |
1487 |
Parameter 'options' is not assigned and could be declared final |
| 50487 |
src/com/itac/Base64.java |
1492 |
Local variable 'objBytes' could be declared final |
| 50488 |
src/com/itac/Base64.java |
1494 |
Found 'DD'-anomaly for variable 'bais' (lines '1,494'-'1,499'). |
| 50489 |
src/com/itac/Base64.java |
1494 |
Found 'DD'-anomaly for variable 'bais' (lines '1,494'-'1,499'). |
| 50490 |
src/com/itac/Base64.java |
1495 |
Found 'DD'-anomaly for variable 'ois' (lines '1,495'-'1,503'). |
| 50491 |
src/com/itac/Base64.java |
1495 |
Found 'DD'-anomaly for variable 'ois' (lines '1,495'-'1,503'). |
| 50492 |
src/com/itac/Base64.java |
1495 |
Found 'DD'-anomaly for variable 'ois' (lines '1,495'-'1,509'). |
| 50493 |
src/com/itac/Base64.java |
1495 |
Found 'DD'-anomaly for variable 'ois' (lines '1,495'-'1,509'). |
| 50494 |
src/com/itac/Base64.java |
1496 |
Found 'DD'-anomaly for variable 'obj' (lines '1,496'-'1,525'). |
| 50495 |
src/com/itac/Base64.java |
1496 |
Found 'DD'-anomaly for variable 'obj' (lines '1,496'-'1,525'). |
| 50496 |
src/com/itac/Base64.java |
1496 |
Found 'DU'-anomaly for variable 'obj' (lines '1,496'-'1,545'). |
| 50497 |
src/com/itac/Base64.java |
1496 |
Found 'DU'-anomaly for variable 'obj' (lines '1,496'-'1,545'). |
| 50498 |
src/com/itac/Base64.java |
1509 |
Found 'DU'-anomaly for variable 'ois' (lines '1,509'-'1,545'). |
| 50499 |
src/com/itac/Base64.java |
1509 |
Found 'DU'-anomaly for variable 'ois' (lines '1,509'-'1,545'). |
| 50500 |
src/com/itac/Base64.java |
1511 |
publicMethodCommentRequirement Required |
| 50501 |
src/com/itac/Base64.java |
1512 |
Parameter 'streamClass' is not assigned and could be declared final |
| 50502 |
src/com/itac/Base64.java |
1514 |
Avoid variables with short names like c |
| 50503 |
src/com/itac/Base64.java |
1514 |
Local variable 'c' could be declared final |
| 50504 |
src/com/itac/Base64.java |
1525 |
Found 'DU'-anomaly for variable 'obj' (lines '1,525'-'1,545'). |
| 50505 |
src/com/itac/Base64.java |
1525 |
Found 'DU'-anomaly for variable 'obj' (lines '1,525'-'1,545'). |
| 50506 |
src/com/itac/Base64.java |
1525 |
Potential violation of Law of Demeter (object not created locally) |
| 50507 |
src/com/itac/Base64.java |
1527 |
A catch statement that catches an exception only to rethrow it should be avoided. |
| 50508 |
src/com/itac/Base64.java |
1530 |
A catch statement that catches an exception only to rethrow it should be avoided. |
| 50509 |
src/com/itac/Base64.java |
1535 |
Potential violation of Law of Demeter (object not created locally) |
| 50510 |
src/com/itac/Base64.java |
1536 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 50511 |
src/com/itac/Base64.java |
1536 |
Avoid empty catch blocks |
| 50512 |
src/com/itac/Base64.java |
1539 |
Potential violation of Law of Demeter (object not created locally) |
| 50513 |
src/com/itac/Base64.java |
1540 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 50514 |
src/com/itac/Base64.java |
1540 |
Avoid empty catch blocks |
| 50515 |
src/com/itac/Base64.java |
1547 |
Comment is too large: Too many lines |
| 50516 |
src/com/itac/Base64.java |
1567 |
Parameter 'dataToEncode' is not assigned and could be declared final |
| 50517 |
src/com/itac/Base64.java |
1567 |
Parameter 'filename' is not assigned and could be declared final |
| 50518 |
src/com/itac/Base64.java |
1571 |
Avoid throwing null pointer exceptions. |
| 50519 |
src/com/itac/Base64.java |
1574 |
Found 'DD'-anomaly for variable 'bos' (lines '1,574'-'1,576'). |
| 50520 |
src/com/itac/Base64.java |
1580 |
A catch statement that catches an exception only to rethrow it should be avoided. |
| 50521 |
src/com/itac/Base64.java |
1586 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 50522 |
src/com/itac/Base64.java |
1586 |
Avoid empty catch blocks |
| 50523 |
src/com/itac/Base64.java |
1592 |
Comment is too large: Too many lines |
| 50524 |
src/com/itac/Base64.java |
1610 |
Parameter 'dataToDecode' is not assigned and could be declared final |
| 50525 |
src/com/itac/Base64.java |
1610 |
Parameter 'filename' is not assigned and could be declared final |
| 50526 |
src/com/itac/Base64.java |
1613 |
Found 'DD'-anomaly for variable 'bos' (lines '1,613'-'1,615'). |
| 50527 |
src/com/itac/Base64.java |
1619 |
A catch statement that catches an exception only to rethrow it should be avoided. |
| 50528 |
src/com/itac/Base64.java |
1625 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 50529 |
src/com/itac/Base64.java |
1625 |
Avoid empty catch blocks |
| 50530 |
src/com/itac/Base64.java |
1631 |
Comment is too large: Too many lines |
| 50531 |
src/com/itac/Base64.java |
1648 |
Parameter 'filename' is not assigned and could be declared final |
| 50532 |
src/com/itac/Base64.java |
1651 |
Found 'DD'-anomaly for variable 'decodedData' (lines '1,651'-'1,678'). |
| 50533 |
src/com/itac/Base64.java |
1651 |
Found 'DU'-anomaly for variable 'decodedData' (lines '1,651'-'1,693'). |
| 50534 |
src/com/itac/Base64.java |
1652 |
Found 'DD'-anomaly for variable 'bis' (lines '1,652'-'1,669'). |
| 50535 |
src/com/itac/Base64.java |
1652 |
Found 'DU'-anomaly for variable 'bis' (lines '1,652'-'1,693'). |
| 50536 |
src/com/itac/Base64.java |
1655 |
Local variable 'file' could be declared final |
| 50537 |
src/com/itac/Base64.java |
1656 |
Avoid declaring a variable if it is unreferenced before a possible exit point. |
| 50538 |
src/com/itac/Base64.java |
1656 |
Found 'DD'-anomaly for variable 'buffer' (lines '1,656'-'1,666'). |
| 50539 |
src/com/itac/Base64.java |
1656 |
Found 'DU'-anomaly for variable 'buffer' (lines '1,656'-'1,693'). |
| 50540 |
src/com/itac/Base64.java |
1657 |
Avoid declaring a variable if it is unreferenced before a possible exit point. |
| 50541 |
src/com/itac/Base64.java |
1657 |
Found 'DU'-anomaly for variable 'length' (lines '1,657'-'1,693'). |
| 50542 |
src/com/itac/Base64.java |
1658 |
Avoid declaring a variable if it is unreferenced before a possible exit point. |
| 50543 |
src/com/itac/Base64.java |
1658 |
Found 'DD'-anomaly for variable 'numBytes' (lines '1,658'-'1,673'). |
| 50544 |
src/com/itac/Base64.java |
1658 |
Found 'DU'-anomaly for variable 'numBytes' (lines '1,658'-'1,693'). |
| 50545 |
src/com/itac/Base64.java |
1673 |
Avoid assignments in operands |
| 50546 |
src/com/itac/Base64.java |
1673 |
Found 'DU'-anomaly for variable 'numBytes' (lines '1,673'-'1,693'). |
| 50547 |
src/com/itac/Base64.java |
1682 |
A catch statement that catches an exception only to rethrow it should be avoided. |
| 50548 |
src/com/itac/Base64.java |
1688 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 50549 |
src/com/itac/Base64.java |
1688 |
Avoid empty catch blocks |
| 50550 |
src/com/itac/Base64.java |
1695 |
Comment is too large: Too many lines |
| 50551 |
src/com/itac/Base64.java |
1712 |
Parameter 'filename' is not assigned and could be declared final |
| 50552 |
src/com/itac/Base64.java |
1715 |
Found 'DD'-anomaly for variable 'encodedData' (lines '1,715'-'1,736'). |
| 50553 |
src/com/itac/Base64.java |
1716 |
Found 'DD'-anomaly for variable 'bis' (lines '1,716'-'1,727'). |
| 50554 |
src/com/itac/Base64.java |
1719 |
Local variable 'file' could be declared final |
| 50555 |
src/com/itac/Base64.java |
1720 |
Local variable 'buffer' could be declared final |
| 50556 |
src/com/itac/Base64.java |
1724 |
Found 'DD'-anomaly for variable 'numBytes' (lines '1,724'-'1,731'). |
| 50557 |
src/com/itac/Base64.java |
1731 |
Avoid assignments in operands |
| 50558 |
src/com/itac/Base64.java |
1731 |
Found 'DU'-anomaly for variable 'numBytes' (lines '1,731'-'1,751'). |
| 50559 |
src/com/itac/Base64.java |
1736 |
Found 'DU'-anomaly for variable 'encodedData' (lines '1,736'-'1,751'). |
| 50560 |
src/com/itac/Base64.java |
1740 |
A catch statement that catches an exception only to rethrow it should be avoided. |
| 50561 |
src/com/itac/Base64.java |
1746 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 50562 |
src/com/itac/Base64.java |
1746 |
Avoid empty catch blocks |
| 50563 |
src/com/itac/Base64.java |
1753 |
Comment is too large: Too many lines |
| 50564 |
src/com/itac/Base64.java |
1764 |
Parameter 'infile' is not assigned and could be declared final |
| 50565 |
src/com/itac/Base64.java |
1764 |
Parameter 'outfile' is not assigned and could be declared final |
| 50566 |
src/com/itac/Base64.java |
1767 |
Local variable 'encoded' could be declared final |
| 50567 |
src/com/itac/Base64.java |
1768 |
Found 'DD'-anomaly for variable 'out' (lines '1,768'-'1,770'). |
| 50568 |
src/com/itac/Base64.java |
1774 |
A catch statement that catches an exception only to rethrow it should be avoided. |
| 50569 |
src/com/itac/Base64.java |
1780 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 50570 |
src/com/itac/Base64.java |
1780 |
Avoid empty catch blocks |
| 50571 |
src/com/itac/Base64.java |
1785 |
Comment is too large: Too many lines |
| 50572 |
src/com/itac/Base64.java |
1796 |
Parameter 'infile' is not assigned and could be declared final |
| 50573 |
src/com/itac/Base64.java |
1796 |
Parameter 'outfile' is not assigned and could be declared final |
| 50574 |
src/com/itac/Base64.java |
1799 |
Local variable 'decoded' could be declared final |
| 50575 |
src/com/itac/Base64.java |
1800 |
Found 'DD'-anomaly for variable 'out' (lines '1,800'-'1,802'). |
| 50576 |
src/com/itac/Base64.java |
1806 |
A catch statement that catches an exception only to rethrow it should be avoided. |
| 50577 |
src/com/itac/Base64.java |
1812 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 50578 |
src/com/itac/Base64.java |
1812 |
Avoid empty catch blocks |
| 50579 |
src/com/itac/Base64.java |
1827 |
The class 'InputStream' has a Cyclomatic Complexity of 6 (Highest = 18). |
| 50580 |
src/com/itac/Base64.java |
1829 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 50581 |
src/com/itac/Base64.java |
1829 |
fieldCommentRequirement Required |
| 50582 |
src/com/itac/Base64.java |
1830 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 50583 |
src/com/itac/Base64.java |
1830 |
fieldCommentRequirement Required |
| 50584 |
src/com/itac/Base64.java |
1831 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 50585 |
src/com/itac/Base64.java |
1831 |
fieldCommentRequirement Required |
| 50586 |
src/com/itac/Base64.java |
1832 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 50587 |
src/com/itac/Base64.java |
1832 |
fieldCommentRequirement Required |
| 50588 |
src/com/itac/Base64.java |
1833 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 50589 |
src/com/itac/Base64.java |
1833 |
fieldCommentRequirement Required |
| 50590 |
src/com/itac/Base64.java |
1834 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 50591 |
src/com/itac/Base64.java |
1834 |
fieldCommentRequirement Required |
| 50592 |
src/com/itac/Base64.java |
1835 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 50593 |
src/com/itac/Base64.java |
1835 |
fieldCommentRequirement Required |
| 50594 |
src/com/itac/Base64.java |
1836 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 50595 |
src/com/itac/Base64.java |
1836 |
fieldCommentRequirement Required |
| 50596 |
src/com/itac/Base64.java |
1837 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 50597 |
src/com/itac/Base64.java |
1837 |
fieldCommentRequirement Required |
| 50598 |
src/com/itac/Base64.java |
1846 |
Avoid variables with short names like in |
| 50599 |
src/com/itac/Base64.java |
1846 |
Parameter 'in' is not assigned and could be declared final |
| 50600 |
src/com/itac/Base64.java |
1850 |
Comment is too large: Too many lines |
| 50601 |
src/com/itac/Base64.java |
1874 |
Avoid variables with short names like in |
| 50602 |
src/com/itac/Base64.java |
1874 |
Parameter 'in' is not assigned and could be declared final |
| 50603 |
src/com/itac/Base64.java |
1874 |
Parameter 'options' is not assigned and could be declared final |
| 50604 |
src/com/itac/Base64.java |
1895 |
The method 'read' has a Cyclomatic Complexity of 18. |
| 50605 |
src/com/itac/Base64.java |
1895 |
The method read() has an NPath complexity of 308 |
| 50606 |
src/com/itac/Base64.java |
1898 |
Avoid using Literals in Conditional Statements |
| 50607 |
src/com/itac/Base64.java |
1900 |
Avoid variables with short names like b3 |
| 50608 |
src/com/itac/Base64.java |
1900 |
Found 'DD'-anomaly for variable 'b3' (lines '1,900'-'1,907'). |
| 50609 |
src/com/itac/Base64.java |
1900 |
Found 'DU'-anomaly for variable 'b3' (lines '1,900'-'1,992'). |
| 50610 |
src/com/itac/Base64.java |
1901 |
Found 'DD'-anomaly for variable 'numBinaryBytes' (lines '1,901'-'1,908'). |
| 50611 |
src/com/itac/Base64.java |
1903 |
Avoid variables with short names like b |
| 50612 |
src/com/itac/Base64.java |
1903 |
Local variable 'b' could be declared final |
| 50613 |
src/com/itac/Base64.java |
1906 |
Avoid using Literals in Conditional Statements |
| 50614 |
src/com/itac/Base64.java |
1907 |
Found 'DD'-anomaly for variable 'b3' (lines '1,907'-'1,907'). |
| 50615 |
src/com/itac/Base64.java |
1907 |
Found 'DU'-anomaly for variable 'b3' (lines '1,907'-'1,992'). |
| 50616 |
src/com/itac/Base64.java |
1908 |
Found 'DD'-anomaly for variable 'numBinaryBytes' (lines '1,908'-'1,908'). |
| 50617 |
src/com/itac/Base64.java |
1915 |
Avoid using Literals in Conditional Statements |
| 50618 |
src/com/itac/Base64.java |
1921 |
A method should have only one exit point, and that should be the last statement in the method |
| 50619 |
src/com/itac/Base64.java |
1927 |
Avoid variables with short names like b4 |
| 50620 |
src/com/itac/Base64.java |
1927 |
Found 'DD'-anomaly for variable 'b4' (lines '1,927'-'1,941'). |
| 50621 |
src/com/itac/Base64.java |
1927 |
Found 'DU'-anomaly for variable 'b4' (lines '1,927'-'1,992'). |
| 50622 |
src/com/itac/Base64.java |
1928 |
Avoid variables with short names like i |
| 50623 |
src/com/itac/Base64.java |
1928 |
Found 'DD'-anomaly for variable 'i' (lines '1,928'-'1,929'). |
| 50624 |
src/com/itac/Base64.java |
1931 |
Avoid variables with short names like b |
| 50625 |
src/com/itac/Base64.java |
1931 |
Found 'DD'-anomaly for variable 'b' (lines '1,931'-'1,933'). |
| 50626 |
src/com/itac/Base64.java |
1937 |
Avoid using Literals in Conditional Statements |
| 50627 |
src/com/itac/Base64.java |
1941 |
Found 'DD'-anomaly for variable 'b4' (lines '1,941'-'1,941'). |
| 50628 |
src/com/itac/Base64.java |
1941 |
Found 'DU'-anomaly for variable 'b4' (lines '1,941'-'1,992'). |
| 50629 |
src/com/itac/Base64.java |
1944 |
Avoid using Literals in Conditional Statements |
| 50630 |
src/com/itac/Base64.java |
1948 |
Avoid using Literals in Conditional Statements |
| 50631 |
src/com/itac/Base64.java |
1949 |
A method should have only one exit point, and that should be the last statement in the method |
| 50632 |
src/com/itac/Base64.java |
1961 |
Avoid using Literals in Conditional Statements |
| 50633 |
src/com/itac/Base64.java |
1964 |
A method should have only one exit point, and that should be the last statement in the method |
| 50634 |
src/com/itac/Base64.java |
1969 |
A method should have only one exit point, and that should be the last statement in the method |
| 50635 |
src/com/itac/Base64.java |
1976 |
Avoid variables with short names like b |
| 50636 |
src/com/itac/Base64.java |
1976 |
Local variable 'b' could be declared final |
| 50637 |
src/com/itac/Base64.java |
1994 |
Comment is too large: Too many lines |
| 50638 |
src/com/itac/Base64.java |
2009 |
Parameter 'len' is not assigned and could be declared final |
| 50639 |
src/com/itac/Base64.java |
2009 |
Parameter 'off' is not assigned and could be declared final |
| 50640 |
src/com/itac/Base64.java |
2011 |
Avoid variables with short names like i |
| 50641 |
src/com/itac/Base64.java |
2012 |
Avoid variables with short names like b |
| 50642 |
src/com/itac/Base64.java |
2016 |
Avoid using Literals in Conditional Statements |
| 50643 |
src/com/itac/Base64.java |
2018 |
Avoid using Literals in Conditional Statements |
| 50644 |
src/com/itac/Base64.java |
2019 |
A method should have only one exit point, and that should be the last statement in the method |
| 50645 |
src/com/itac/Base64.java |
2041 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 50646 |
src/com/itac/Base64.java |
2041 |
fieldCommentRequirement Required |
| 50647 |
src/com/itac/Base64.java |
2042 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 50648 |
src/com/itac/Base64.java |
2042 |
fieldCommentRequirement Required |
| 50649 |
src/com/itac/Base64.java |
2043 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 50650 |
src/com/itac/Base64.java |
2043 |
fieldCommentRequirement Required |
| 50651 |
src/com/itac/Base64.java |
2044 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 50652 |
src/com/itac/Base64.java |
2044 |
fieldCommentRequirement Required |
| 50653 |
src/com/itac/Base64.java |
2045 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 50654 |
src/com/itac/Base64.java |
2045 |
fieldCommentRequirement Required |
| 50655 |
src/com/itac/Base64.java |
2046 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 50656 |
src/com/itac/Base64.java |
2046 |
fieldCommentRequirement Required |
| 50657 |
src/com/itac/Base64.java |
2047 |
Avoid variables with short names like b4 |
| 50658 |
src/com/itac/Base64.java |
2047 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 50659 |
src/com/itac/Base64.java |
2047 |
fieldCommentRequirement Required |
| 50660 |
src/com/itac/Base64.java |
2048 |
Field suspendEncoding has the same name as a method |
| 50661 |
src/com/itac/Base64.java |
2048 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 50662 |
src/com/itac/Base64.java |
2048 |
fieldCommentRequirement Required |
| 50663 |
src/com/itac/Base64.java |
2049 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 50664 |
src/com/itac/Base64.java |
2049 |
fieldCommentRequirement Required |
| 50665 |
src/com/itac/Base64.java |
2050 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 50666 |
src/com/itac/Base64.java |
2050 |
fieldCommentRequirement Required |
| 50667 |
src/com/itac/Base64.java |
2060 |
Parameter 'out' is not assigned and could be declared final |
| 50668 |
src/com/itac/Base64.java |
2064 |
Comment is too large: Too many lines |
| 50669 |
src/com/itac/Base64.java |
2088 |
Parameter 'options' is not assigned and could be declared final |
| 50670 |
src/com/itac/Base64.java |
2088 |
Parameter 'out' is not assigned and could be declared final |
| 50671 |
src/com/itac/Base64.java |
2102 |
Comment is too large: Too many lines |
| 50672 |
src/com/itac/Base64.java |
2113 |
Parameter 'theByte' is not assigned and could be declared final |
| 50673 |
src/com/itac/Base64.java |
2144 |
Local variable 'len' could be declared final |
| 50674 |
src/com/itac/Base64.java |
2156 |
Comment is too large: Too many lines |
| 50675 |
src/com/itac/Base64.java |
2169 |
Parameter 'len' is not assigned and could be declared final |
| 50676 |
src/com/itac/Base64.java |
2169 |
Parameter 'off' is not assigned and could be declared final |
| 50677 |
src/com/itac/Base64.java |
2169 |
Parameter 'theBytes' is not assigned and could be declared final |
| 50678 |
src/com/itac/Base64.java |
2178 |
Potential violation of Law of Demeter (method chain calls) |
| 50679 |
src/com/itac/Base64.java |
2191 |
Avoid using Literals in Conditional Statements |
| 50680 |
src/com/itac/Base64.java |
2218 |
Assigning an Object to null is a code smell. Consider refactoring. |
| 50681 |
src/com/itac/Base64.java |
2219 |
Assigning an Object to null is a code smell. Consider refactoring. |
| 50682 |
src/com/itac/GoogleRequest_url.java |
24 |
fieldCommentRequirement Required |
| 50683 |
src/com/itac/GoogleRequest_url.java |
25 |
fieldCommentRequirement Required |
| 50684 |
src/com/itac/GoogleRequest_url.java |
26 |
fieldCommentRequirement Required |
| 50685 |
src/com/itac/GoogleRequest_url.java |
27 |
fieldCommentRequirement Required |
| 50686 |
src/com/itac/GoogleRequest_url.java |
32 |
Avoid unnecessary constructors - the compiler will generate these for you |
| 50687 |
src/com/itac/GoogleRequest_url.java |
41 |
Parameter 'request' is not assigned and could be declared final |
| 50688 |
src/com/itac/GoogleRequest_url.java |
42 |
Parameter 'response' is not assigned and could be declared final |
| 50689 |
src/com/itac/GoogleRequest_url.java |
50 |
Parameter 'request' is not assigned and could be declared final |
| 50690 |
src/com/itac/GoogleRequest_url.java |
51 |
Parameter 'response' is not assigned and could be declared final |
| 50691 |
src/com/itac/GoogleRequest_url.java |
53 |
Local variable 'out' could be declared final |
| 50692 |
src/com/itac/GoogleRequest_url.java |
56 |
Local variable 'origin' could be declared final |
| 50693 |
src/com/itac/GoogleRequest_url.java |
57 |
Local variable 'destination' could be declared final |
| 50694 |
src/com/itac/GoogleRequest_url.java |
58 |
Local variable 'waypoints' could be declared final |
| 50695 |
src/com/itac/GoogleRequest_url.java |
61 |
Avoid unused local variables such as 'signer'. |
| 50696 |
src/com/itac/GoogleRequest_url.java |
61 |
Found 'DU'-anomaly for variable 'signer' (lines '61'-'120'). |
| 50697 |
src/com/itac/GoogleRequest_url.java |
61 |
Local variable 'signer' could be declared final |
| 50698 |
src/com/itac/GoogleRequest_url.java |
71 |
Local variable 'url' could be declared final |
| 50699 |
src/com/itac/GoogleRequest_url.java |
74 |
Local variable 'resource' could be declared final |
| 50700 |
src/com/itac/GoogleRequest_url.java |
74 |
Potential violation of Law of Demeter (object not created locally) |
| 50701 |
src/com/itac/GoogleRequest_url.java |
74 |
Potential violation of Law of Demeter (object not created locally) |
| 50702 |
src/com/itac/GoogleRequest_url.java |
77 |
Local variable 'sha1Key' could be declared final |
| 50703 |
src/com/itac/GoogleRequest_url.java |
82 |
Local variable 'mac' could be declared final |
| 50704 |
src/com/itac/GoogleRequest_url.java |
83 |
Potential violation of Law of Demeter (object not created locally) |
| 50705 |
src/com/itac/GoogleRequest_url.java |
86 |
Local variable 'sigBytes' could be declared final |
| 50706 |
src/com/itac/GoogleRequest_url.java |
86 |
Potential violation of Law of Demeter (object not created locally) |
| 50707 |
src/com/itac/GoogleRequest_url.java |
86 |
Potential violation of Law of Demeter (object not created locally) |
| 50708 |
src/com/itac/GoogleRequest_url.java |
89 |
Found 'DD'-anomaly for variable 'signature' (lines '89'-'92'). |
| 50709 |
src/com/itac/GoogleRequest_url.java |
92 |
Potential violation of Law of Demeter (object not created locally) |
| 50710 |
src/com/itac/GoogleRequest_url.java |
93 |
Potential violation of Law of Demeter (object not created locally) |
| 50711 |
src/com/itac/GoogleRequest_url.java |
95 |
Local variable 'signature1' could be declared final |
| 50712 |
src/com/itac/GoogleRequest_url.java |
96 |
Local variable 'tmp_url' could be declared final |
| 50713 |
src/com/itac/GoogleRequest_url.java |
96 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'tmp_url' is not final. |
| 50714 |
src/com/itac/GoogleRequest_url.java |
96 |
Potential violation of Law of Demeter (object not created locally) |
| 50715 |
src/com/itac/GoogleRequest_url.java |
96 |
Potential violation of Law of Demeter (object not created locally) |
| 50716 |
src/com/itac/GoogleRequest_url.java |
98 |
Local variable 'url1' could be declared final |
| 50717 |
src/com/itac/GoogleRequest_url.java |
99 |
Local variable 'urlConn' could be declared final |
| 50718 |
src/com/itac/GoogleRequest_url.java |
99 |
Potential violation of Law of Demeter (object not created locally) |
| 50719 |
src/com/itac/GoogleRequest_url.java |
100 |
Potential violation of Law of Demeter (object not created locally) |
| 50720 |
src/com/itac/GoogleRequest_url.java |
101 |
Avoid variables with short names like br |
| 50721 |
src/com/itac/GoogleRequest_url.java |
101 |
Local variable 'br' could be declared final |
| 50722 |
src/com/itac/GoogleRequest_url.java |
102 |
Potential violation of Law of Demeter (object not created locally) |
| 50723 |
src/com/itac/GoogleRequest_url.java |
103 |
Local variable 'build' could be declared final |
| 50724 |
src/com/itac/GoogleRequest_url.java |
105 |
Avoid assignments in operands |
| 50725 |
src/com/itac/GoogleRequest_url.java |
105 |
Found 'DU'-anomaly for variable 'line' (lines '105'-'120'). |
| 50726 |
src/com/itac/GoogleRequest_url.java |
105 |
Potential violation of Law of Demeter (object not created locally) |
| 50727 |
src/com/itac/GoogleRequest_url.java |
106 |
Avoid concatenating nonliterals in a StringBuffer/StringBuilder constructor or append(). |
| 50728 |
src/com/itac/GoogleRequest_url.java |
106 |
Potential violation of Law of Demeter (object not created locally) |
| 50729 |
src/com/itac/GoogleRequest_url.java |
108 |
Potential violation of Law of Demeter (object not created locally) |
| 50730 |
src/com/itac/GoogleRequest_url.java |
110 |
Avoid variables with short names like js |
| 50731 |
src/com/itac/GoogleRequest_url.java |
110 |
Local variable 'js' could be declared final |
| 50732 |
src/com/itac/GoogleRequest_url.java |
110 |
Potential violation of Law of Demeter (object not created locally) |
| 50733 |
src/com/itac/GoogleRequest_url.java |
111 |
Local variable 'js1' could be declared final |
| 50734 |
src/com/itac/GoogleRequest_url.java |
114 |
Potential violation of Law of Demeter (object not created locally) |
| 50735 |
src/com/itac/GoogleRequest_url.java |
115 |
Potential violation of Law of Demeter (object not created locally) |
| 50736 |
src/com/itac/GoogleRequest_url.java |
115 |
Potential violation of Law of Demeter (object not created locally) |
| 50737 |
src/com/itac/GoogleRequest_url.java |
115 |
System.out.print is used |
| 50738 |
src/com/itac/GoogleRequest_url.java |
117 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 50739 |
src/com/itac/GoogleRequest_url.java |
117 |
Avoid empty catch blocks |
| 50740 |
src/com/itac/InfoWindowProperties.java |
20 |
fieldCommentRequirement Required |
| 50741 |
src/com/itac/InfoWindowProperties.java |
25 |
Avoid unnecessary constructors - the compiler will generate these for you |
| 50742 |
src/com/itac/InfoWindowProperties.java |
31 |
Comment is too large: Line too long |
| 50743 |
src/com/itac/InfoWindowProperties.java |
33 |
Parameter 'request' is not assigned and could be declared final |
| 50744 |
src/com/itac/InfoWindowProperties.java |
33 |
Parameter 'response' is not assigned and could be declared final |
| 50745 |
src/com/itac/InfoWindowProperties.java |
35 |
Found 'DU'-anomaly for variable 'out' (lines '35'-'81'). |
| 50746 |
src/com/itac/InfoWindowProperties.java |
35 |
Local variable 'out' could be declared final |
| 50747 |
src/com/itac/InfoWindowProperties.java |
36 |
Local variable 'type' could be declared final |
| 50748 |
src/com/itac/InfoWindowProperties.java |
37 |
Local variable 'manipulate' could be declared final |
| 50749 |
src/com/itac/InfoWindowProperties.java |
38 |
Position literals first in String comparisons |
| 50750 |
src/com/itac/InfoWindowProperties.java |
38 |
Potential violation of Law of Demeter (object not created locally) |
| 50751 |
src/com/itac/InfoWindowProperties.java |
41 |
Local variable 'json' could be declared final |
| 50752 |
src/com/itac/InfoWindowProperties.java |
42 |
Consider replacing this Hashtable with the newer java.util.Map |
| 50753 |
src/com/itac/InfoWindowProperties.java |
42 |
Local variable 'infoProp' could be declared final |
| 50754 |
src/com/itac/InfoWindowProperties.java |
43 |
Potential violation of Law of Demeter (object not created locally) |
| 50755 |
src/com/itac/InfoWindowProperties.java |
44 |
Potential violation of Law of Demeter (object not created locally) |
| 50756 |
src/com/itac/InfoWindowProperties.java |
45 |
Potential violation of Law of Demeter (object not created locally) |
| 50757 |
src/com/itac/InfoWindowProperties.java |
46 |
Potential violation of Law of Demeter (object not created locally) |
| 50758 |
src/com/itac/InfoWindowProperties.java |
47 |
Potential violation of Law of Demeter (object not created locally) |
| 50759 |
src/com/itac/InfoWindowProperties.java |
48 |
Potential violation of Law of Demeter (object not created locally) |
| 50760 |
src/com/itac/InfoWindowProperties.java |
49 |
Potential violation of Law of Demeter (object not created locally) |
| 50761 |
src/com/itac/InfoWindowProperties.java |
50 |
Potential violation of Law of Demeter (object not created locally) |
| 50762 |
src/com/itac/InfoWindowProperties.java |
56 |
Avoid printStackTrace(); use a logger call instead. |
| 50763 |
src/com/itac/InfoWindowProperties.java |
57 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 50764 |
src/com/itac/InfoWindowProperties.java |
59 |
Avoid printStackTrace(); use a logger call instead. |
| 50765 |
src/com/itac/InfoWindowProperties.java |
66 |
Consider replacing this Hashtable with the newer java.util.Map |
| 50766 |
src/com/itac/InfoWindowProperties.java |
66 |
Consider replacing this Hashtable with the newer java.util.Map |
| 50767 |
src/com/itac/InfoWindowProperties.java |
66 |
Local variable 'infoProp' could be declared final |
| 50768 |
src/com/itac/InfoWindowProperties.java |
67 |
Local variable 'jsonString' could be declared final |
| 50769 |
src/com/itac/InfoWindowProperties.java |
67 |
Potential violation of Law of Demeter (object not created locally) |
| 50770 |
src/com/itac/InfoWindowProperties.java |
67 |
Potential violation of Law of Demeter (object not created locally) |
| 50771 |
src/com/itac/InfoWindowProperties.java |
67 |
Potential violation of Law of Demeter (object not created locally) |
| 50772 |
src/com/itac/InfoWindowProperties.java |
67 |
Potential violation of Law of Demeter (object not created locally) |
| 50773 |
src/com/itac/InfoWindowProperties.java |
67 |
Potential violation of Law of Demeter (object not created locally) |
| 50774 |
src/com/itac/InfoWindowProperties.java |
67 |
Potential violation of Law of Demeter (object not created locally) |
| 50775 |
src/com/itac/InfoWindowProperties.java |
67 |
Potential violation of Law of Demeter (object not created locally) |
| 50776 |
src/com/itac/InfoWindowProperties.java |
70 |
Local variable 'object' could be declared final |
| 50777 |
src/com/itac/InfoWindowProperties.java |
71 |
Potential violation of Law of Demeter (object not created locally) |
| 50778 |
src/com/itac/InfoWindowProperties.java |
75 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 50779 |
src/com/itac/InfoWindowProperties.java |
77 |
Avoid printStackTrace(); use a logger call instead. |
| 50780 |
src/com/itac/InfoWindowProperties.java |
84 |
Comment is too large: Line too long |
| 50781 |
src/com/itac/InfoWindowProperties.java |
86 |
Parameter 'request' is not assigned and could be declared final |
| 50782 |
src/com/itac/InfoWindowProperties.java |
86 |
Parameter 'response' is not assigned and could be declared final |
| 50783 |
src/com/itac/ManipulateResourceBundle.java |
10 |
headerCommentRequirement Required |
| 50784 |
src/com/itac/ManipulateResourceBundle.java |
14 |
A method/constructor shouldnt explicitly throw java.lang.Exception |
| 50785 |
src/com/itac/ManipulateResourceBundle.java |
14 |
Avoid using implementation types like 'Hashtable'; use the interface instead |
| 50786 |
src/com/itac/ManipulateResourceBundle.java |
14 |
Consider replacing this Hashtable with the newer java.util.Map |
| 50787 |
src/com/itac/ManipulateResourceBundle.java |
14 |
publicMethodCommentRequirement Required |
| 50788 |
src/com/itac/ManipulateResourceBundle.java |
15 |
Local variable 'properties' could be declared final |
| 50789 |
src/com/itac/ManipulateResourceBundle.java |
16 |
Consider replacing this Hashtable with the newer java.util.Map |
| 50790 |
src/com/itac/ManipulateResourceBundle.java |
16 |
Local variable 'infoProp' could be declared final |
| 50791 |
src/com/itac/ManipulateResourceBundle.java |
17 |
Local variable 'fin' could be declared final |
| 50792 |
src/com/itac/ManipulateResourceBundle.java |
17 |
Potential violation of Law of Demeter (method chain calls) |
| 50793 |
src/com/itac/ManipulateResourceBundle.java |
17 |
Potential violation of Law of Demeter (method chain calls) |
| 50794 |
src/com/itac/ManipulateResourceBundle.java |
19 |
The String literal "latitude" appears 4 times in this file; the first occurrence is on line 19 |
| 50795 |
src/com/itac/ManipulateResourceBundle.java |
20 |
The String literal "longitude" appears 4 times in this file; the first occurrence is on line 20 |
| 50796 |
src/com/itac/ManipulateResourceBundle.java |
21 |
The String literal "speed" appears 4 times in this file; the first occurrence is on line 21 |
| 50797 |
src/com/itac/ManipulateResourceBundle.java |
22 |
The String literal "time" appears 4 times in this file; the first occurrence is on line 22 |
| 50798 |
src/com/itac/ManipulateResourceBundle.java |
23 |
The String literal "fuel" appears 4 times in this file; the first occurrence is on line 23 |
| 50799 |
src/com/itac/ManipulateResourceBundle.java |
24 |
The String literal "battery" appears 4 times in this file; the first occurrence is on line 24 |
| 50800 |
src/com/itac/ManipulateResourceBundle.java |
25 |
The String literal "location" appears 4 times in this file; the first occurrence is on line 25 |
| 50801 |
src/com/itac/ManipulateResourceBundle.java |
26 |
The String literal "status" appears 4 times in this file; the first occurrence is on line 26 |
| 50802 |
src/com/itac/ManipulateResourceBundle.java |
34 |
A method/constructor shouldnt explicitly throw java.lang.Exception |
| 50803 |
src/com/itac/ManipulateResourceBundle.java |
34 |
Avoid using implementation types like 'Hashtable'; use the interface instead |
| 50804 |
src/com/itac/ManipulateResourceBundle.java |
34 |
Consider replacing this Hashtable with the newer java.util.Map |
| 50805 |
src/com/itac/ManipulateResourceBundle.java |
34 |
Parameter 'infoProp' is not assigned and could be declared final |
| 50806 |
src/com/itac/ManipulateResourceBundle.java |
34 |
publicMethodCommentRequirement Required |
| 50807 |
src/com/itac/ManipulateResourceBundle.java |
36 |
Local variable 'properties' could be declared final |
| 50808 |
src/com/itac/ManipulateResourceBundle.java |
45 |
Local variable 'file' could be declared final |
| 50809 |
src/com/itac/ManipulateResourceBundle.java |
45 |
Potential violation of Law of Demeter (method chain calls) |
| 50810 |
src/com/itac/ManipulateResourceBundle.java |
45 |
Potential violation of Law of Demeter (method chain calls) |
| 50811 |
src/com/itac/ManipulateResourceBundle.java |
46 |
Local variable 'fileOut' could be declared final |
| 50812 |
src/com/itac/utilities/CommonUtils.java |
20 |
All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning. |
| 50813 |
src/com/itac/utilities/CommonUtils.java |
20 |
headerCommentRequirement Required |
| 50814 |
src/com/itac/utilities/CommonUtils.java |
30 |
Avoid unused private fields such as 'log'. |
| 50815 |
src/com/itac/utilities/CommonUtils.java |
30 |
The Logger variable declaration does not contain the static and final modifiers |
| 50816 |
src/com/itac/utilities/CommonUtils.java |
31 |
Parameter 'date' is not assigned and could be declared final |
| 50817 |
src/com/itac/utilities/CommonUtils.java |
31 |
Parameter 'vehicleId' is not assigned and could be declared final |
| 50818 |
src/com/itac/utilities/CommonUtils.java |
31 |
publicMethodCommentRequirement Required |
| 50819 |
src/com/itac/utilities/CommonUtils.java |
32 |
Local variable 'partialDAO' could be declared final |
| 50820 |
src/com/itac/utilities/CommonUtils.java |
33 |
Found 'DD'-anomaly for variable 'offlineDate' (lines '33'-'39'). |
| 50821 |
src/com/itac/utilities/CommonUtils.java |
34 |
Found 'DD'-anomaly for variable 'dateDiff' (lines '34'-'42'). |
| 50822 |
src/com/itac/utilities/CommonUtils.java |
34 |
Found 'DU'-anomaly for variable 'dateDiff' (lines '34'-'56'). |
| 50823 |
src/com/itac/utilities/CommonUtils.java |
36 |
Found 'DD'-anomaly for variable 'offlineStatus' (lines '36'-'45'). |
| 50824 |
src/com/itac/utilities/CommonUtils.java |
36 |
Found 'DD'-anomaly for variable 'offlineStatus' (lines '36'-'49'). |
| 50825 |
src/com/itac/utilities/CommonUtils.java |
39 |
Potential violation of Law of Demeter (object not created locally) |
| 50826 |
src/com/itac/utilities/CommonUtils.java |
42 |
Potential violation of Law of Demeter (method chain calls) |
| 50827 |
src/com/itac/utilities/CommonUtils.java |
44 |
Avoid using Literals in Conditional Statements |
| 50828 |
src/com/itac/utilities/CommonUtils.java |
47 |
Comment is too large: Line too long |
| 50829 |
src/com/itac/utilities/CommonUtils.java |
48 |
Avoid using Literals in Conditional Statements |
| 50830 |
src/com/itac/utilities/CommonUtils.java |
52 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 50831 |
src/com/itac/utilities/CommonUtils.java |
61 |
Comment is too large: Line too long |
| 50832 |
src/com/itac/utilities/CommonUtils.java |
63 |
Avoid using implementation types like 'HashMap'; use the interface instead |
| 50833 |
src/com/itac/utilities/CommonUtils.java |
63 |
Parameter 'vehicles' is not assigned and could be declared final |
| 50834 |
src/com/itac/utilities/CommonUtils.java |
64 |
Avoid excessively long variable names like hshPartialOffVehicles |
| 50835 |
src/com/itac/utilities/CommonUtils.java |
64 |
Found 'DD'-anomaly for variable 'hshPartialOffVehicles' (lines '64'-'68'). |
| 50836 |
src/com/itac/utilities/CommonUtils.java |
65 |
Local variable 'partialDAO' could be declared final |
| 50837 |
src/com/itac/utilities/CommonUtils.java |
68 |
Potential violation of Law of Demeter (object not created locally) |
| 50838 |
src/com/itac/utilities/CommonUtils.java |
70 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 50839 |
src/com/itac/utilities/CommonUtils.java |
76 |
Avoid using implementation types like 'Hashtable'; use the interface instead |
| 50840 |
src/com/itac/utilities/CommonUtils.java |
76 |
Consider replacing this Hashtable with the newer java.util.Map |
| 50841 |
src/com/itac/utilities/CommonUtils.java |
76 |
Parameter 'fromDate' is not assigned and could be declared final |
| 50842 |
src/com/itac/utilities/CommonUtils.java |
76 |
Parameter 'vehicleId' is not assigned and could be declared final |
| 50843 |
src/com/itac/utilities/CommonUtils.java |
76 |
publicMethodCommentRequirement Required |
| 50844 |
src/com/itac/utilities/CommonUtils.java |
77 |
Local variable 'offline' could be declared final |
| 50845 |
src/com/itac/utilities/CommonUtils.java |
78 |
Consider replacing this Hashtable with the newer java.util.Map |
| 50846 |
src/com/itac/utilities/CommonUtils.java |
78 |
Local variable 'maxMinHash' could be declared final |
| 50847 |
src/com/itac/utilities/CommonUtils.java |
79 |
Found 'DD'-anomaly for variable 'paramsList' (lines '79'-'90'). |
| 50848 |
src/com/itac/utilities/CommonUtils.java |
80 |
Found 'DD'-anomaly for variable 'parameters' (lines '80'-'88'). |
| 50849 |
src/com/itac/utilities/CommonUtils.java |
82 |
Found 'DD'-anomaly for variable 'maxParamid' (lines '82'-'97'). |
| 50850 |
src/com/itac/utilities/CommonUtils.java |
82 |
Found 'DU'-anomaly for variable 'maxParamid' (lines '82'-'128'). |
| 50851 |
src/com/itac/utilities/CommonUtils.java |
83 |
Found 'DD'-anomaly for variable 'minParamid' (lines '83'-'119'). |
| 50852 |
src/com/itac/utilities/CommonUtils.java |
83 |
Found 'DU'-anomaly for variable 'minParamid' (lines '83'-'128'). |
| 50853 |
src/com/itac/utilities/CommonUtils.java |
86 |
Local variable 'sess' could be declared final |
| 50854 |
src/com/itac/utilities/CommonUtils.java |
86 |
Potential violation of Law of Demeter (object not created locally) |
| 50855 |
src/com/itac/utilities/CommonUtils.java |
87 |
Found 'DD'-anomaly for variable 'qry' (lines '87'-'91'). |
| 50856 |
src/com/itac/utilities/CommonUtils.java |
87 |
Potential violation of Law of Demeter (object not created locally) |
| 50857 |
src/com/itac/utilities/CommonUtils.java |
88 |
Potential violation of Law of Demeter (object not created locally) |
| 50858 |
src/com/itac/utilities/CommonUtils.java |
90 |
Potential violation of Law of Demeter (method chain calls) |
| 50859 |
src/com/itac/utilities/CommonUtils.java |
90 |
Potential violation of Law of Demeter (object not created locally) |
| 50860 |
src/com/itac/utilities/CommonUtils.java |
92 |
Potential violation of Law of Demeter (object not created locally) |
| 50861 |
src/com/itac/utilities/CommonUtils.java |
93 |
Potential violation of Law of Demeter (object not created locally) |
| 50862 |
src/com/itac/utilities/CommonUtils.java |
94 |
Local variable 'resultItr' could be declared final |
| 50863 |
src/com/itac/utilities/CommonUtils.java |
94 |
Potential violation of Law of Demeter (object not created locally) |
| 50864 |
src/com/itac/utilities/CommonUtils.java |
96 |
Local variable 'columns' could be declared final |
| 50865 |
src/com/itac/utilities/CommonUtils.java |
97 |
Found 'DD'-anomaly for variable 'maxParamid' (lines '97'-'97'). |
| 50866 |
src/com/itac/utilities/CommonUtils.java |
99 |
Potential violation of Law of Demeter (object not created locally) |
| 50867 |
src/com/itac/utilities/CommonUtils.java |
101 |
Potential violation of Law of Demeter (object not created locally) |
| 50868 |
src/com/itac/utilities/CommonUtils.java |
101 |
Potential violation of Law of Demeter (object not created locally) |
| 50869 |
src/com/itac/utilities/CommonUtils.java |
102 |
Assigning an Object to null is a code smell. Consider refactoring. |
| 50870 |
src/com/itac/utilities/CommonUtils.java |
102 |
Found 'DD'-anomaly for variable 'paramIdList' (lines '102'-'114'). |
| 50871 |
src/com/itac/utilities/CommonUtils.java |
105 |
When instantiating a SimpleDateFormat object, specify a Locale |
| 50872 |
src/com/itac/utilities/CommonUtils.java |
106 |
Potential violation of Law of Demeter (object not created locally) |
| 50873 |
src/com/itac/utilities/CommonUtils.java |
107 |
Local variable 'cal' could be declared final |
| 50874 |
src/com/itac/utilities/CommonUtils.java |
108 |
Potential violation of Law of Demeter (object not created locally) |
| 50875 |
src/com/itac/utilities/CommonUtils.java |
109 |
Potential violation of Law of Demeter (object not created locally) |
| 50876 |
src/com/itac/utilities/CommonUtils.java |
110 |
Found 'DD'-anomaly for variable 'qry' (lines '110'-'113'). |
| 50877 |
src/com/itac/utilities/CommonUtils.java |
110 |
Potential violation of Law of Demeter (object not created locally) |
| 50878 |
src/com/itac/utilities/CommonUtils.java |
111 |
Potential violation of Law of Demeter (object not created locally) |
| 50879 |
src/com/itac/utilities/CommonUtils.java |
111 |
Potential violation of Law of Demeter (object not created locally) |
| 50880 |
src/com/itac/utilities/CommonUtils.java |
111 |
Potential violation of Law of Demeter (object not created locally) |
| 50881 |
src/com/itac/utilities/CommonUtils.java |
112 |
Potential violation of Law of Demeter (method chain calls) |
| 50882 |
src/com/itac/utilities/CommonUtils.java |
112 |
Potential violation of Law of Demeter (object not created locally) |
| 50883 |
src/com/itac/utilities/CommonUtils.java |
114 |
Potential violation of Law of Demeter (object not created locally) |
| 50884 |
src/com/itac/utilities/CommonUtils.java |
115 |
Potential violation of Law of Demeter (object not created locally) |
| 50885 |
src/com/itac/utilities/CommonUtils.java |
116 |
Local variable 'resultItr' could be declared final |
| 50886 |
src/com/itac/utilities/CommonUtils.java |
116 |
Potential violation of Law of Demeter (object not created locally) |
| 50887 |
src/com/itac/utilities/CommonUtils.java |
118 |
Local variable 'columns' could be declared final |
| 50888 |
src/com/itac/utilities/CommonUtils.java |
119 |
Found 'DD'-anomaly for variable 'minParamid' (lines '119'-'119'). |
| 50889 |
src/com/itac/utilities/CommonUtils.java |
121 |
Potential violation of Law of Demeter (object not created locally) |
| 50890 |
src/com/itac/utilities/CommonUtils.java |
123 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 50891 |
src/com/itac/utilities/CommonUtils.java |
124 |
Avoid printStackTrace(); use a logger call instead. |
| 50892 |
src/com/itac/utilities/CommonUtils.java |
124 |
Potential violation of Law of Demeter (object not created locally) |
| 50893 |
src/com/itac/utilities/CommonUtils.java |
125 |
There is log block not surrounded by if |
| 50894 |
src/com/itac/utilities/CommonUtils.java |
130 |
Avoid using implementation types like 'Hashtable'; use the interface instead |
| 50895 |
src/com/itac/utilities/CommonUtils.java |
130 |
Consider replacing this Hashtable with the newer java.util.Map |
| 50896 |
src/com/itac/utilities/CommonUtils.java |
130 |
Parameter 'fromDate' is not assigned and could be declared final |
| 50897 |
src/com/itac/utilities/CommonUtils.java |
130 |
Parameter 'vehicles' is not assigned and could be declared final |
| 50898 |
src/com/itac/utilities/CommonUtils.java |
130 |
publicMethodCommentRequirement Required |
| 50899 |
src/com/itac/utilities/CommonUtils.java |
131 |
Local variable 'offline' could be declared final |
| 50900 |
src/com/itac/utilities/CommonUtils.java |
132 |
Consider replacing this Hashtable with the newer java.util.Map |
| 50901 |
src/com/itac/utilities/CommonUtils.java |
132 |
Local variable 'maxMinHash' could be declared final |
| 50902 |
src/com/itac/utilities/CommonUtils.java |
133 |
Found 'DD'-anomaly for variable 'paramsList' (lines '133'-'143'). |
| 50903 |
src/com/itac/utilities/CommonUtils.java |
134 |
Found 'DD'-anomaly for variable 'parameters' (lines '134'-'142'). |
| 50904 |
src/com/itac/utilities/CommonUtils.java |
136 |
Found 'DD'-anomaly for variable 'maxParamid' (lines '136'-'150'). |
| 50905 |
src/com/itac/utilities/CommonUtils.java |
136 |
Found 'DU'-anomaly for variable 'maxParamid' (lines '136'-'181'). |
| 50906 |
src/com/itac/utilities/CommonUtils.java |
137 |
Found 'DD'-anomaly for variable 'minParamid' (lines '137'-'172'). |
| 50907 |
src/com/itac/utilities/CommonUtils.java |
137 |
Found 'DU'-anomaly for variable 'minParamid' (lines '137'-'181'). |
| 50908 |
src/com/itac/utilities/CommonUtils.java |
140 |
Local variable 'sess' could be declared final |
| 50909 |
src/com/itac/utilities/CommonUtils.java |
140 |
Potential violation of Law of Demeter (object not created locally) |
| 50910 |
src/com/itac/utilities/CommonUtils.java |
141 |
Found 'DD'-anomaly for variable 'qry' (lines '141'-'144'). |
| 50911 |
src/com/itac/utilities/CommonUtils.java |
141 |
Potential violation of Law of Demeter (object not created locally) |
| 50912 |
src/com/itac/utilities/CommonUtils.java |
142 |
Potential violation of Law of Demeter (object not created locally) |
| 50913 |
src/com/itac/utilities/CommonUtils.java |
143 |
Potential violation of Law of Demeter (method chain calls) |
| 50914 |
src/com/itac/utilities/CommonUtils.java |
143 |
Potential violation of Law of Demeter (object not created locally) |
| 50915 |
src/com/itac/utilities/CommonUtils.java |
145 |
Potential violation of Law of Demeter (object not created locally) |
| 50916 |
src/com/itac/utilities/CommonUtils.java |
146 |
Potential violation of Law of Demeter (object not created locally) |
| 50917 |
src/com/itac/utilities/CommonUtils.java |
147 |
Local variable 'resultItr' could be declared final |
| 50918 |
src/com/itac/utilities/CommonUtils.java |
147 |
Potential violation of Law of Demeter (object not created locally) |
| 50919 |
src/com/itac/utilities/CommonUtils.java |
149 |
Local variable 'columns' could be declared final |
| 50920 |
src/com/itac/utilities/CommonUtils.java |
150 |
Found 'DD'-anomaly for variable 'maxParamid' (lines '150'-'150'). |
| 50921 |
src/com/itac/utilities/CommonUtils.java |
152 |
Potential violation of Law of Demeter (object not created locally) |
| 50922 |
src/com/itac/utilities/CommonUtils.java |
154 |
Potential violation of Law of Demeter (object not created locally) |
| 50923 |
src/com/itac/utilities/CommonUtils.java |
154 |
Potential violation of Law of Demeter (object not created locally) |
| 50924 |
src/com/itac/utilities/CommonUtils.java |
155 |
Assigning an Object to null is a code smell. Consider refactoring. |
| 50925 |
src/com/itac/utilities/CommonUtils.java |
155 |
Found 'DD'-anomaly for variable 'paramIdList' (lines '155'-'167'). |
| 50926 |
src/com/itac/utilities/CommonUtils.java |
158 |
When instantiating a SimpleDateFormat object, specify a Locale |
| 50927 |
src/com/itac/utilities/CommonUtils.java |
159 |
Potential violation of Law of Demeter (object not created locally) |
| 50928 |
src/com/itac/utilities/CommonUtils.java |
160 |
Local variable 'cal' could be declared final |
| 50929 |
src/com/itac/utilities/CommonUtils.java |
161 |
Potential violation of Law of Demeter (object not created locally) |
| 50930 |
src/com/itac/utilities/CommonUtils.java |
162 |
Potential violation of Law of Demeter (object not created locally) |
| 50931 |
src/com/itac/utilities/CommonUtils.java |
163 |
Found 'DD'-anomaly for variable 'qry' (lines '163'-'166'). |
| 50932 |
src/com/itac/utilities/CommonUtils.java |
163 |
Potential violation of Law of Demeter (object not created locally) |
| 50933 |
src/com/itac/utilities/CommonUtils.java |
164 |
Potential violation of Law of Demeter (object not created locally) |
| 50934 |
src/com/itac/utilities/CommonUtils.java |
164 |
Potential violation of Law of Demeter (object not created locally) |
| 50935 |
src/com/itac/utilities/CommonUtils.java |
164 |
Potential violation of Law of Demeter (object not created locally) |
| 50936 |
src/com/itac/utilities/CommonUtils.java |
165 |
Potential violation of Law of Demeter (method chain calls) |
| 50937 |
src/com/itac/utilities/CommonUtils.java |
165 |
Potential violation of Law of Demeter (object not created locally) |
| 50938 |
src/com/itac/utilities/CommonUtils.java |
167 |
Potential violation of Law of Demeter (object not created locally) |
| 50939 |
src/com/itac/utilities/CommonUtils.java |
168 |
Potential violation of Law of Demeter (object not created locally) |
| 50940 |
src/com/itac/utilities/CommonUtils.java |
169 |
Local variable 'resultItr' could be declared final |
| 50941 |
src/com/itac/utilities/CommonUtils.java |
169 |
Potential violation of Law of Demeter (object not created locally) |
| 50942 |
src/com/itac/utilities/CommonUtils.java |
171 |
Local variable 'columns' could be declared final |
| 50943 |
src/com/itac/utilities/CommonUtils.java |
172 |
Found 'DD'-anomaly for variable 'minParamid' (lines '172'-'172'). |
| 50944 |
src/com/itac/utilities/CommonUtils.java |
174 |
Potential violation of Law of Demeter (object not created locally) |
| 50945 |
src/com/itac/utilities/CommonUtils.java |
176 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 50946 |
src/com/itac/utilities/CommonUtils.java |
177 |
Avoid printStackTrace(); use a logger call instead. |
| 50947 |
src/com/itac/utilities/CommonUtils.java |
177 |
Potential violation of Law of Demeter (object not created locally) |
| 50948 |
src/com/itac/utilities/CommonUtils.java |
178 |
There is log block not surrounded by if |
| 50949 |
src/com/itac/utilities/DateUtils.java |
6 |
All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning. |
| 50950 |
src/com/itac/utilities/DateUtils.java |
6 |
headerCommentRequirement Required |
| 50951 |
src/com/itac/utilities/DateUtils.java |
13 |
Parameter 'date' is not assigned and could be declared final |
| 50952 |
src/com/itac/utilities/DateUtils.java |
14 |
Local variable 'cal' could be declared final |
| 50953 |
src/com/itac/utilities/DateUtils.java |
15 |
Potential violation of Law of Demeter (object not created locally) |
| 50954 |
src/com/itac/utilities/DateUtils.java |
16 |
Potential violation of Law of Demeter (object not created locally) |
| 50955 |
src/com/itac/utilities/DateUtils.java |
17 |
Potential violation of Law of Demeter (object not created locally) |
| 50956 |
src/com/itac/utilities/DateUtils.java |
18 |
Potential violation of Law of Demeter (object not created locally) |
| 50957 |
src/com/itac/utilities/DateUtils.java |
19 |
Potential violation of Law of Demeter (object not created locally) |
| 50958 |
src/com/itac/utilities/DateUtils.java |
20 |
Potential violation of Law of Demeter (object not created locally) |
| 50959 |
src/com/itac/utilities/HibernateParamsBinder.java |
8 |
Comment is too large: Too many lines |
| 50960 |
src/com/itac/utilities/HibernateParamsBinder.java |
9 |
Comment is too large: Line too long |
| 50961 |
src/com/itac/utilities/HibernateParamsBinder.java |
11 |
Comment is too large: Line too long |
| 50962 |
src/com/itac/utilities/HibernateParamsBinder.java |
13 |
Comment is too large: Line too long |
| 50963 |
src/com/itac/utilities/HibernateParamsBinder.java |
14 |
Comment is too large: Line too long |
| 50964 |
src/com/itac/utilities/HibernateParamsBinder.java |
21 |
All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning. |
| 50965 |
src/com/itac/utilities/HibernateParamsBinder.java |
26 |
Comment is too large: Line too long |
| 50966 |
src/com/itac/utilities/HibernateParamsBinder.java |
33 |
Avoid using implementation types like 'HashMap'; use the interface instead |
| 50967 |
src/com/itac/utilities/HibernateParamsBinder.java |
33 |
Found 'UR'-anomaly for variable 'entry' (lines '33'-'37'). |
| 50968 |
src/com/itac/utilities/HibernateParamsBinder.java |
33 |
Parameter 'hsqlQuery' is not assigned and could be declared final |
| 50969 |
src/com/itac/utilities/HibernateParamsBinder.java |
33 |
Parameter 'paramsList' is not assigned and could be declared final |
| 50970 |
src/com/itac/utilities/HibernateParamsBinder.java |
34 |
Local variable 'entry' could be declared final |
| 50971 |
src/com/itac/utilities/PropertyHelper.java |
13 |
Comment is too large: Too many lines |
| 50972 |
src/com/itac/utilities/PropertyHelper.java |
14 |
Comment is too large: Line too long |
| 50973 |
src/com/itac/utilities/PropertyHelper.java |
16 |
Comment is too large: Line too long |
| 50974 |
src/com/itac/utilities/PropertyHelper.java |
17 |
Comment is too large: Line too long |
| 50975 |
src/com/itac/utilities/PropertyHelper.java |
19 |
Comment is too large: Line too long |
| 50976 |
src/com/itac/utilities/PropertyHelper.java |
25 |
All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning. |
| 50977 |
src/com/itac/utilities/PropertyHelper.java |
28 |
Comment is too large: Line too long |
| 50978 |
src/com/itac/utilities/PropertyHelper.java |
30 |
Avoid protected fields in a final class. Change to private or package access. |
| 50979 |
src/com/itac/utilities/PropertyHelper.java |
30 |
Avoid using implementation types like 'HashMap'; use the interface instead |
| 50980 |
src/com/itac/utilities/PropertyHelper.java |
30 |
Variables that are final and static should be all capitals, 'hMapProperties' is not all capitals. |
| 50981 |
src/com/itac/utilities/PropertyHelper.java |
35 |
The Logger variable declaration does not contain the static and final modifiers |
| 50982 |
src/com/itac/utilities/PropertyHelper.java |
41 |
Avoid using implementation types like 'HashMap'; use the interface instead |
| 50983 |
src/com/itac/utilities/PropertyHelper.java |
41 |
Parameter 'propertyFile' is not assigned and could be declared final |
| 50984 |
src/com/itac/utilities/PropertyHelper.java |
42 |
Local variable 'properties' could be declared final |
| 50985 |
src/com/itac/utilities/PropertyHelper.java |
43 |
Local variable 'keys' could be declared final |
| 50986 |
src/com/itac/utilities/PropertyHelper.java |
43 |
Potential violation of Law of Demeter (object not created locally) |
| 50987 |
src/com/itac/utilities/PropertyHelper.java |
44 |
Potential violation of Law of Demeter (object not created locally) |
| 50988 |
src/com/itac/utilities/PropertyHelper.java |
45 |
Local variable 'tmpKey' could be declared final |
| 50989 |
src/com/itac/utilities/PropertyHelper.java |
45 |
Potential violation of Law of Demeter (object not created locally) |
| 50990 |
src/com/itac/utilities/PropertyHelper.java |
46 |
Potential violation of Law of Demeter (object not created locally) |
| 50991 |
src/com/itac/utilities/PropertyHelper.java |
58 |
Parameter 'propertyName' is not assigned and could be declared final |
| 50992 |
src/com/itac/utilities/PropertyHelper.java |
59 |
Found 'DD'-anomaly for variable 'propertyValue' (lines '59'-'61'). |
| 50993 |
src/com/itac/utilities/PropertyHelper.java |
61 |
Found 'DD'-anomaly for variable 'propertyValue' (lines '61'-'67'). |
| 50994 |
src/com/itac/utilities/PropertyHelper.java |
63 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 50995 |
src/com/itac/utilities/PropertyHelper.java |
65 |
There is log block not surrounded by if |
| 50996 |
src/com/itac/utilities/PropertyHelper.java |
69 |
Avoid empty finally blocks |
| 50997 |
src/com/itac/utilities/PropertyHelper.java |
80 |
Parameter 'propertyName' is not assigned and could be declared final |
| 50998 |
src/com/itac/utilities/PropertyLoader.java |
14 |
Comment is too large: Too many lines |
| 50999 |
src/com/itac/utilities/PropertyLoader.java |
32 |
The class 'PropertyLoader' has a Cyclomatic Complexity of 8 (Highest = 14). |
| 51000 |
src/com/itac/utilities/PropertyLoader.java |
33 |
All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning. |
| 51001 |
src/com/itac/utilities/PropertyLoader.java |
35 |
Avoid excessively long variable names like THROW_ON_LOAD_FAILURE |
| 51002 |
src/com/itac/utilities/PropertyLoader.java |
35 |
fieldCommentRequirement Required |
| 51003 |
src/com/itac/utilities/PropertyLoader.java |
36 |
Avoid excessively long variable names like LOAD_AS_RESOURCE_BUNDLE |
| 51004 |
src/com/itac/utilities/PropertyLoader.java |
36 |
fieldCommentRequirement Required |
| 51005 |
src/com/itac/utilities/PropertyLoader.java |
37 |
fieldCommentRequirement Required |
| 51006 |
src/com/itac/utilities/PropertyLoader.java |
42 |
The Logger variable declaration does not contain the static and final modifiers |
| 51007 |
src/com/itac/utilities/PropertyLoader.java |
50 |
Potential violation of Law of Demeter (method chain calls) |
| 51008 |
src/com/itac/utilities/PropertyLoader.java |
50 |
Potential violation of Law of Demeter (method chain calls) |
| 51009 |
src/com/itac/utilities/PropertyLoader.java |
54 |
Avoid reassigning parameters such as 'loader' |
| 51010 |
src/com/itac/utilities/PropertyLoader.java |
54 |
Avoid reassigning parameters such as 'name' |
| 51011 |
src/com/itac/utilities/PropertyLoader.java |
54 |
Avoid reassigning parameters such as 'name' |
| 51012 |
src/com/itac/utilities/PropertyLoader.java |
54 |
Avoid reassigning parameters such as 'name' |
| 51013 |
src/com/itac/utilities/PropertyLoader.java |
54 |
Avoid reassigning parameters such as 'name' |
| 51014 |
src/com/itac/utilities/PropertyLoader.java |
54 |
Avoid reassigning parameters such as 'name' |
| 51015 |
src/com/itac/utilities/PropertyLoader.java |
54 |
The method 'loadProperties' has a Cyclomatic Complexity of 14. |
| 51016 |
src/com/itac/utilities/PropertyLoader.java |
54 |
The method loadProperties() has an NPath complexity of 384 |
| 51017 |
src/com/itac/utilities/PropertyLoader.java |
54 |
publicMethodCommentRequirement Required |
| 51018 |
src/com/itac/utilities/PropertyLoader.java |
56 |
Avoid using if statements without curly braces |
| 51019 |
src/com/itac/utilities/PropertyLoader.java |
57 |
Avoid using if statements without curly braces |
| 51020 |
src/com/itac/utilities/PropertyLoader.java |
57 |
This call to String.startsWith can be rewritten using String.charAt(0) |
| 51021 |
src/com/itac/utilities/PropertyLoader.java |
58 |
Avoid using if statements without curly braces |
| 51022 |
src/com/itac/utilities/PropertyLoader.java |
59 |
Found 'DD'-anomaly for variable 'result' (lines '59'-'67'). |
| 51023 |
src/com/itac/utilities/PropertyLoader.java |
59 |
Found 'DD'-anomaly for variable 'result' (lines '59'-'80'). |
| 51024 |
src/com/itac/utilities/PropertyLoader.java |
59 |
Found 'DD'-anomaly for variable 'result' (lines '59'-'86'). |
| 51025 |
src/com/itac/utilities/PropertyLoader.java |
60 |
Avoid variables with short names like in |
| 51026 |
src/com/itac/utilities/PropertyLoader.java |
60 |
Found 'DD'-anomaly for variable 'in' (lines '60'-'78'). |
| 51027 |
src/com/itac/utilities/PropertyLoader.java |
62 |
Avoid using if statements without curly braces |
| 51028 |
src/com/itac/utilities/PropertyLoader.java |
66 |
Avoid variables with short names like rb |
| 51029 |
src/com/itac/utilities/PropertyLoader.java |
67 |
Found 'DD'-anomaly for variable 'result' (lines '67'-'86'). |
| 51030 |
src/com/itac/utilities/PropertyLoader.java |
68 |
Local variable 'keys' could be declared final |
| 51031 |
src/com/itac/utilities/PropertyLoader.java |
77 |
Avoid using if statements without curly braces |
| 51032 |
src/com/itac/utilities/PropertyLoader.java |
85 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 51033 |
src/com/itac/utilities/PropertyLoader.java |
87 |
There is log block not surrounded by if |
| 51034 |
src/com/itac/utilities/PropertyLoader.java |
91 |
Avoid using if statements without curly braces |
| 51035 |
src/com/itac/utilities/PropertyLoader.java |
96 |
A catch statement should never catch throwable since it includes errors. |
| 51036 |
src/com/itac/utilities/PropertyLoader.java |
96 |
Avoid empty catch blocks |
| 51037 |
src/com/itac/utilities/PropertyLoader.java |
98 |
Useless parentheses. |
| 51038 |
src/com/itac/utilities/PropertyLoader.java |
100 |
Comment is too large: Line too long |
| 51039 |
src/com/itac/utilities/PropertyLoader.java |
101 |
Comment is too large: Line too long |
| 51040 |
src/com/itac/utilities/SQLPropertyHelper.java |
12 |
Comment is too large: Too many lines |
| 51041 |
src/com/itac/utilities/SQLPropertyHelper.java |
13 |
Comment is too large: Line too long |
| 51042 |
src/com/itac/utilities/SQLPropertyHelper.java |
20 |
Comment is too large: Line too long |
| 51043 |
src/com/itac/utilities/SQLPropertyHelper.java |
21 |
Comment is too large: Line too long |
| 51044 |
src/com/itac/utilities/SQLPropertyHelper.java |
23 |
Comment is too large: Line too long |
| 51045 |
src/com/itac/utilities/SQLPropertyHelper.java |
30 |
All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning. |
| 51046 |
src/com/itac/utilities/SQLPropertyHelper.java |
33 |
Comment is too large: Line too long |
| 51047 |
src/com/itac/utilities/SQLPropertyHelper.java |
35 |
Avoid using implementation types like 'HashMap'; use the interface instead |
| 51048 |
src/com/itac/utilities/SQLPropertyHelper.java |
35 |
Variables that are final and static should be all capitals, 'hMapProperties' is not all capitals. |
| 51049 |
src/com/itac/utilities/SQLPropertyHelper.java |
39 |
Comment is too large: Line too long |
| 51050 |
src/com/itac/utilities/SQLPropertyHelper.java |
47 |
The Logger variable declaration does not contain the static and final modifiers |
| 51051 |
src/com/itac/utilities/SQLPropertyHelper.java |
52 |
Comment is too large: Line too long |
| 51052 |
src/com/itac/utilities/SQLPropertyHelper.java |
54 |
Avoid using implementation types like 'HashMap'; use the interface instead |
| 51053 |
src/com/itac/utilities/SQLPropertyHelper.java |
54 |
Parameter 'propertyFile' is not assigned and could be declared final |
| 51054 |
src/com/itac/utilities/SQLPropertyHelper.java |
55 |
Local variable 'properties' could be declared final |
| 51055 |
src/com/itac/utilities/SQLPropertyHelper.java |
56 |
Local variable 'keys' could be declared final |
| 51056 |
src/com/itac/utilities/SQLPropertyHelper.java |
56 |
Potential violation of Law of Demeter (object not created locally) |
| 51057 |
src/com/itac/utilities/SQLPropertyHelper.java |
57 |
Potential violation of Law of Demeter (object not created locally) |
| 51058 |
src/com/itac/utilities/SQLPropertyHelper.java |
58 |
Local variable 'tmpKey' could be declared final |
| 51059 |
src/com/itac/utilities/SQLPropertyHelper.java |
58 |
Potential violation of Law of Demeter (object not created locally) |
| 51060 |
src/com/itac/utilities/SQLPropertyHelper.java |
59 |
Potential violation of Law of Demeter (object not created locally) |
| 51061 |
src/com/itac/utilities/SQLPropertyHelper.java |
66 |
Comment is too large: Line too long |
| 51062 |
src/com/itac/utilities/SQLPropertyHelper.java |
71 |
Parameter 'propertyName' is not assigned and could be declared final |
| 51063 |
src/com/itac/utilities/SQLPropertyHelper.java |
73 |
Potential violation of Law of Demeter (object not created locally) |
| 51064 |
src/com/itac/utilities/SQLPropertyHelper.java |
74 |
These nested if statements could be combined |
| 51065 |
src/com/itac/utilities/SQLPropertyHelper.java |
89 |
Parameter 'propertyName' is not assigned and could be declared final |
| 51066 |
src/com/itac/utilities/SQLPropertyHelper.java |
90 |
Found 'DD'-anomaly for variable 'propertyValue' (lines '90'-'92'). |
| 51067 |
src/com/itac/utilities/SQLPropertyHelper.java |
93 |
Potential violation of Law of Demeter (object not created locally) |
| 51068 |
src/com/itac/utilities/SQLPropertyHelper.java |
97 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
| 51069 |
src/com/itac/utilities/SQLPropertyHelper.java |
99 |
There is log block not surrounded by if |
| 51070 |
src/com/itac/utilities/SQLPropertyHelper.java |
103 |
Avoid empty finally blocks |
| 51071 |
src/com/itac/utilities/SQLPropertyHelper.java |
115 |
Parameter 'propertyName' is not assigned and could be declared final |
| 51072 |
src/com/itac/utilities/StringUtilities.java |
18 |
Comment is too large: Line too long |
| 51073 |
src/com/itac/utilities/StringUtilities.java |
24 |
All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning. |
| 51074 |
src/com/itac/utilities/StringUtilities.java |
24 |
The class 'StringUtilities' has a Cyclomatic Complexity of 7 (Highest = 14). |
| 51075 |
src/com/itac/utilities/StringUtilities.java |
37 |
Comment is too large: Line too long |
| 51076 |
src/com/itac/utilities/StringUtilities.java |
41 |
Comment is too large: Line too long |
| 51077 |
src/com/itac/utilities/StringUtilities.java |
43 |
Avoid excessively long variable names like DATEFORMAT_SEPARATOR |
| 51078 |
src/com/itac/utilities/StringUtilities.java |
46 |
Comment is too large: Line too long |
| 51079 |
src/com/itac/utilities/StringUtilities.java |
48 |
Avoid excessively long variable names like CONVERTOR_METHOD_NAME |
| 51080 |
src/com/itac/utilities/StringUtilities.java |
67 |
The Logger variable declaration does not contain the static and final modifiers |
| 51081 |
src/com/itac/utilities/StringUtilities.java |
70 |
Avoid excessively long variable names like PRIMITIVE_NAME_TYPE_MAP |
| 51082 |
src/com/itac/utilities/StringUtilities.java |
70 |
Avoid using implementation types like 'HashMap'; use the interface instead |
| 51083 |
src/com/itac/utilities/StringUtilities.java |
83 |
Comment is too large: Line too long |
| 51084 |
src/com/itac/utilities/StringUtilities.java |
88 |
Found 'UR'-anomaly for variable 'tmpString' (lines '88'-'93'). |
| 51085 |
src/com/itac/utilities/StringUtilities.java |
88 |
Parameter 'strParamValueList' is not assigned and could be declared final |
| 51086 |
src/com/itac/utilities/StringUtilities.java |
88 |
Parameter 'type' is not assigned and could be declared final |
| 51087 |
src/com/itac/utilities/StringUtilities.java |
89 |
A method should have only one exit point, and that should be the last statement in the method |
| 51088 |
src/com/itac/utilities/StringUtilities.java |
89 |
Avoid using if statements without curly braces |
| 51089 |
src/com/itac/utilities/StringUtilities.java |
89 |
Potential violation of Law of Demeter (method chain calls) |
| 51090 |
src/com/itac/utilities/StringUtilities.java |
90 |
Local variable 'list' could be declared final |
| 51091 |
src/com/itac/utilities/StringUtilities.java |
91 |
Local variable 'arr' could be declared final |
| 51092 |
src/com/itac/utilities/StringUtilities.java |
91 |
Potential violation of Law of Demeter (method chain calls) |
| 51093 |
src/com/itac/utilities/StringUtilities.java |
92 |
Local variable 'tmpString' could be declared final |
| 51094 |
src/com/itac/utilities/StringUtilities.java |
100 |
Comment is too large: Line too long |
| 51095 |
src/com/itac/utilities/StringUtilities.java |
101 |
Comment is too large: Line too long |
| 51096 |
src/com/itac/utilities/StringUtilities.java |
102 |
Comment is too large: Line too long |
| 51097 |
src/com/itac/utilities/StringUtilities.java |
103 |
Comment is too large: Line too long |
| 51098 |
src/com/itac/utilities/StringUtilities.java |
106 |
Avoid using implementation types like 'HashMap'; use the interface instead |
| 51099 |
src/com/itac/utilities/StringUtilities.java |
106 |
Found 'UR'-anomaly for variable 'strArg' (lines '106'-'110'). |
| 51100 |
src/com/itac/utilities/StringUtilities.java |
106 |
Parameter 'strParamValueList' is not assigned and could be declared final |
| 51101 |
src/com/itac/utilities/StringUtilities.java |
107 |
Local variable 'hMap' could be declared final |
| 51102 |
src/com/itac/utilities/StringUtilities.java |
109 |
Found 'DD'-anomaly for variable 'type' (lines '109'-'109'). |
| 51103 |
src/com/itac/utilities/StringUtilities.java |
109 |
Found 'DD'-anomaly for variable 'type' (lines '109'-'111'). |
| 51104 |
src/com/itac/utilities/StringUtilities.java |
109 |
Found 'DU'-anomaly for variable 'type' (lines '109'-'125'). |
| 51105 |
src/com/itac/utilities/StringUtilities.java |
110 |
Potential violation of Law of Demeter (object not created locally) |
| 51106 |
src/com/itac/utilities/StringUtilities.java |
111 |
Found 'DD'-anomaly for variable 'type' (lines '111'-'109'). |
| 51107 |
src/com/itac/utilities/StringUtilities.java |
111 |
Found 'DU'-anomaly for variable 'type' (lines '111'-'125'). |
| 51108 |
src/com/itac/utilities/StringUtilities.java |
111 |
Potential violation of Law of Demeter (method chain calls) |
| 51109 |
src/com/itac/utilities/StringUtilities.java |
111 |
Potential violation of Law of Demeter (object not created locally) |
| 51110 |
src/com/itac/utilities/StringUtilities.java |
112 |
Potential violation of Law of Demeter (method chain calls) |
| 51111 |
src/com/itac/utilities/StringUtilities.java |
112 |
Potential violation of Law of Demeter (object not created locally) |
| 51112 |
src/com/itac/utilities/StringUtilities.java |
114 |
Potential violation of Law of Demeter (object not created locally) |
| 51113 |
src/com/itac/utilities/StringUtilities.java |
115 |
Local variable 'arr' could be declared final |
| 51114 |
src/com/itac/utilities/StringUtilities.java |
115 |
Potential violation of Law of Demeter (object not created locally) |
| 51115 |
src/com/itac/utilities/StringUtilities.java |
116 |
Potential violation of Law of Demeter (method chain calls) |
| 51116 |
src/com/itac/utilities/StringUtilities.java |
116 |
Potential violation of Law of Demeter (method chain calls) |
| 51117 |
src/com/itac/utilities/StringUtilities.java |
117 |
Potential violation of Law of Demeter (method chain calls) |
| 51118 |
src/com/itac/utilities/StringUtilities.java |
117 |
Potential violation of Law of Demeter (method chain calls) |
| 51119 |
src/com/itac/utilities/StringUtilities.java |
117 |
Potential violation of Law of Demeter (method chain calls) |
| 51120 |
src/com/itac/utilities/StringUtilities.java |
117 |
Potential violation of Law of Demeter (object not created locally) |
| 51121 |
src/com/itac/utilities/StringUtilities.java |
120 |
Potential violation of Law of Demeter (method chain calls) |
| 51122 |
src/com/itac/utilities/StringUtilities.java |
120 |
Potential violation of Law of Demeter (method chain calls) |
| 51123 |
src/com/itac/utilities/StringUtilities.java |
120 |
Potential violation of Law of Demeter (method chain calls) |
| 51124 |
src/com/itac/utilities/StringUtilities.java |
120 |
Potential violation of Law of Demeter (object not created locally) |
| 51125 |
src/com/itac/utilities/StringUtilities.java |
131 |
Comment is too large: Line too long |
| 51126 |
src/com/itac/utilities/StringUtilities.java |
133 |
Avoid reassigning parameters such as 'type' |
| 51127 |
src/com/itac/utilities/StringUtilities.java |
133 |
Parameter 'value' is not assigned and could be declared final |
| 51128 |
src/com/itac/utilities/StringUtilities.java |
133 |
The method 'convert' has a Cyclomatic Complexity of 14. |
| 51129 |
src/com/itac/utilities/StringUtilities.java |
135 |
Avoid declaring a variable if it is unreferenced before a possible exit point. |
| 51130 |
src/com/itac/utilities/StringUtilities.java |
135 |
Found 'DD'-anomaly for variable 'finalClass' (lines '135'-'146'). |
| 51131 |
src/com/itac/utilities/StringUtilities.java |
135 |
Found 'DU'-anomaly for variable 'finalClass' (lines '135'-'177'). |
| 51132 |
src/com/itac/utilities/StringUtilities.java |
137 |
A method should have only one exit point, and that should be the last statement in the method |
| 51133 |
src/com/itac/utilities/StringUtilities.java |
137 |
Avoid using if statements without curly braces |
| 51134 |
src/com/itac/utilities/StringUtilities.java |
137 |
Useless parentheses. |
| 51135 |
src/com/itac/utilities/StringUtilities.java |
139 |
When doing a String.toLowerCase()/toUpperCase() call, use a Locale |
| 51136 |
src/com/itac/utilities/StringUtilities.java |
141 |
A method should have only one exit point, and that should be the last statement in the method |
| 51137 |
src/com/itac/utilities/StringUtilities.java |
141 |
Avoid using if statements without curly braces |
| 51138 |
src/com/itac/utilities/StringUtilities.java |
146 |
Avoid using if...else statements without curly braces |
| 51139 |
src/com/itac/utilities/StringUtilities.java |
148 |
Avoid using if...else statements without curly braces |
| 51140 |
src/com/itac/utilities/StringUtilities.java |
148 |
There is log block not surrounded by if |
| 51141 |
src/com/itac/utilities/StringUtilities.java |
148 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
| 51142 |
src/com/itac/utilities/StringUtilities.java |
153 |
Local variable 'method' could be declared final |
| 51143 |
src/com/itac/utilities/StringUtilities.java |
153 |
Potential violation of Law of Demeter (object not created locally) |
| 51144 |
src/com/itac/utilities/StringUtilities.java |
154 |
Local variable 'mods' could be declared final |
| 51145 |
src/com/itac/utilities/StringUtilities.java |
154 |
Potential violation of Law of Demeter (object not created locally) |
| 51146 |
src/com/itac/utilities/StringUtilities.java |
156 |
A method should have only one exit point, and that should be the last statement in the method |
| 51147 |
src/com/itac/utilities/StringUtilities.java |
156 |
Potential violation of Law of Demeter (object not created locally) |
| 51148 |
src/com/itac/utilities/StringUtilities.java |
161 |
There is log block not surrounded by if |
| 51149 |
src/com/itac/utilities/StringUtilities.java |
166 |
There is log block not surrounded by if |
| 51150 |
src/com/itac/utilities/StringUtilities.java |
172 |
There is log block not surrounded by if |
| 51151 |
src/com/itac/utilities/StringUtilities.java |
184 |
Avoid reassigning parameters such as 'dateString' |
| 51152 |
src/com/itac/utilities/StringUtilities.java |
185 |
Found 'DD'-anomaly for variable 'dateFormat' (lines '185'-'189'). |
| 51153 |
src/com/itac/utilities/StringUtilities.java |
186 |
Found 'DD'-anomaly for variable 'finalDate' (lines '186'-'194'). |
| 51154 |
src/com/itac/utilities/StringUtilities.java |
188 |
Comment is too large: Line too long |
| 51155 |
src/com/itac/utilities/StringUtilities.java |
189 |
Potential violation of Law of Demeter (method chain calls) |
| 51156 |
src/com/itac/utilities/StringUtilities.java |
189 |
Useless parentheses. |
| 51157 |
src/com/itac/utilities/StringUtilities.java |
190 |
Potential violation of Law of Demeter (method chain calls) |
| 51158 |
src/com/itac/utilities/StringUtilities.java |
190 |
Useless parentheses. |
| 51159 |
src/com/itac/utilities/StringUtilities.java |
191 |
Local variable 'dateFormatter' could be declared final |
| 51160 |
src/com/itac/utilities/StringUtilities.java |
191 |
When instantiating a SimpleDateFormat object, specify a Locale |
| 51161 |
src/com/itac/utilities/StringUtilities.java |
194 |
Potential violation of Law of Demeter (object not created locally) |
| 51162 |
src/com/itac/utilities/StringUtilities.java |
196 |
There is log block not surrounded by if |
| 51163 |
src/net/strutspattern/struts2/NavigateAction.java |
12 |
headerCommentRequirement Required |
| 51164 |
src/net/strutspattern/struts2/NavigateAction.java |
13 |
Avoid unused private fields such as 'request'. |
| 51165 |
src/net/strutspattern/struts2/NavigateAction.java |
13 |
Found non-transient, non-static member. Please mark as transient or provide accessors. |
| 51166 |
src/net/strutspattern/struts2/NavigateAction.java |
13 |
Perhaps 'request' could be replaced by a local variable. |
| 51167 |
src/net/strutspattern/struts2/NavigateAction.java |
13 |
fieldCommentRequirement Required |
| 51168 |
src/net/strutspattern/struts2/NavigateAction.java |
16 |
Parameter 'request' is not assigned and could be declared final |
| 51169 |
src/net/strutspattern/struts2/NavigateAction.java |
16 |
publicMethodCommentRequirement Required |
| 51170 |
src/net/strutspattern/struts2/NavigateAction.java |
21 |
publicMethodCommentRequirement Required |
| 51171 |
src/net/strutspattern/struts2/SpotFleetAction.java |
3 |
headerCommentRequirement Required |
| 51172 |
src/net/strutspattern/struts2/SpotFleetAction.java |
4 |
fieldCommentRequirement Required |
| 51173 |
src/net/strutspattern/struts2/SpotFleetAction.java |
5 |
fieldCommentRequirement Required |
| 51174 |
src/net/strutspattern/struts2/SpotFleetAction.java |
6 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'vehicle_id' is not final. |
| 51175 |
src/net/strutspattern/struts2/SpotFleetAction.java |
6 |
fieldCommentRequirement Required |
| 51176 |
src/net/strutspattern/struts2/SpotFleetAction.java |
7 |
fieldCommentRequirement Required |
| 51177 |
src/net/strutspattern/struts2/SpotFleetAction.java |
8 |
Avoid variables with short names like id |
| 51178 |
src/net/strutspattern/struts2/SpotFleetAction.java |
8 |
fieldCommentRequirement Required |
| 51179 |
src/net/strutspattern/struts2/SpotFleetAction.java |
9 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'vehicle_name' is not final. |
| 51180 |
src/net/strutspattern/struts2/SpotFleetAction.java |
9 |
fieldCommentRequirement Required |
| 51181 |
src/net/strutspattern/struts2/SpotFleetAction.java |
10 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'trip_name' is not final. |
| 51182 |
src/net/strutspattern/struts2/SpotFleetAction.java |
10 |
fieldCommentRequirement Required |
| 51183 |
src/net/strutspattern/struts2/SpotFleetAction.java |
11 |
Method names should not contain underscores |
| 51184 |
src/net/strutspattern/struts2/SpotFleetAction.java |
11 |
publicMethodCommentRequirement Required |
| 51185 |
src/net/strutspattern/struts2/SpotFleetAction.java |
14 |
Method names should not contain underscores |
| 51186 |
src/net/strutspattern/struts2/SpotFleetAction.java |
14 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'vehicle_name' is not final. |
| 51187 |
src/net/strutspattern/struts2/SpotFleetAction.java |
14 |
Parameter 'vehicle_name' is not assigned and could be declared final |
| 51188 |
src/net/strutspattern/struts2/SpotFleetAction.java |
14 |
publicMethodCommentRequirement Required |
| 51189 |
src/net/strutspattern/struts2/SpotFleetAction.java |
17 |
Method names should not contain underscores |
| 51190 |
src/net/strutspattern/struts2/SpotFleetAction.java |
17 |
publicMethodCommentRequirement Required |
| 51191 |
src/net/strutspattern/struts2/SpotFleetAction.java |
20 |
Method names should not contain underscores |
| 51192 |
src/net/strutspattern/struts2/SpotFleetAction.java |
20 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'trip_name' is not final. |
| 51193 |
src/net/strutspattern/struts2/SpotFleetAction.java |
20 |
Parameter 'trip_name' is not assigned and could be declared final |
| 51194 |
src/net/strutspattern/struts2/SpotFleetAction.java |
20 |
publicMethodCommentRequirement Required |
| 51195 |
src/net/strutspattern/struts2/SpotFleetAction.java |
23 |
publicMethodCommentRequirement Required |
| 51196 |
src/net/strutspattern/struts2/SpotFleetAction.java |
26 |
Parameter 'lat' is not assigned and could be declared final |
| 51197 |
src/net/strutspattern/struts2/SpotFleetAction.java |
26 |
publicMethodCommentRequirement Required |
| 51198 |
src/net/strutspattern/struts2/SpotFleetAction.java |
29 |
publicMethodCommentRequirement Required |
| 51199 |
src/net/strutspattern/struts2/SpotFleetAction.java |
32 |
Parameter 'lng' is not assigned and could be declared final |
| 51200 |
src/net/strutspattern/struts2/SpotFleetAction.java |
32 |
publicMethodCommentRequirement Required |
| 51201 |
src/net/strutspattern/struts2/SpotFleetAction.java |
35 |
Method names should not contain underscores |
| 51202 |
src/net/strutspattern/struts2/SpotFleetAction.java |
35 |
publicMethodCommentRequirement Required |
| 51203 |
src/net/strutspattern/struts2/SpotFleetAction.java |
38 |
Method names should not contain underscores |
| 51204 |
src/net/strutspattern/struts2/SpotFleetAction.java |
38 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'vehicle_id' is not final. |
| 51205 |
src/net/strutspattern/struts2/SpotFleetAction.java |
38 |
Parameter 'vehicle_id' is not assigned and could be declared final |
| 51206 |
src/net/strutspattern/struts2/SpotFleetAction.java |
38 |
publicMethodCommentRequirement Required |
| 51207 |
src/net/strutspattern/struts2/SpotFleetAction.java |
41 |
publicMethodCommentRequirement Required |
| 51208 |
src/net/strutspattern/struts2/SpotFleetAction.java |
44 |
Parameter 'time' is not assigned and could be declared final |
| 51209 |
src/net/strutspattern/struts2/SpotFleetAction.java |
44 |
publicMethodCommentRequirement Required |
| 51210 |
src/net/strutspattern/struts2/SpotFleetAction.java |
47 |
publicMethodCommentRequirement Required |
| 51211 |
src/net/strutspattern/struts2/SpotFleetAction.java |
50 |
Avoid variables with short names like id |
| 51212 |
src/net/strutspattern/struts2/SpotFleetAction.java |
50 |
Parameter 'id' is not assigned and could be declared final |
| 51213 |
src/net/strutspattern/struts2/SpotFleetAction.java |
50 |
publicMethodCommentRequirement Required |
| 51214 |
src/net/strutspattern/struts2/SpotFleetAction.java |
54 |
publicMethodCommentRequirement Required |